Your message dated Sat, 26 Jun 2010 14:53:49 -0400
with message-id <[email protected]>
and subject line dwn-to-rdf.pl updated
has caused the Debian Bug report #587075,
regarding www.debian.org: Please fix quotes on RSS feed
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
587075: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=587075
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: www.debian.org
Severity: wishlist
Tags: patch
Hi,
I plan to upload this fix this weekend (before the next DPN will be
published) if no one speaks against, or do it before.
Regards
David
--- ../../../english/News/weekly/dwn-to-rdf-current.pl 2010-06-24 20:19:18.804734436 -0400
+++ ../../../english/News/weekly/dwn-to-rdf.pl 2010-06-24 22:18:41.980736785 -0400
@@ -97,6 +98,17 @@
$body =~ s/\\\n//g;
# Conversion for the content
+ if ($ENV{LANGUAGE} eq 'fr') {
+ $headline =~ s/<q>/« /g;
+ $headline =~ s/<\/q>/ »/g;
+ $body =~ s/<q>/« /g;
+ $body =~ s/<\/q>/ »/g;
+ } else {
+ $headline =~ s/<q>/"/g;
+ $headline =~ s/<\/q>/"/g;
+ $body =~ s/<q>/"/g;
+ $body =~ s/<\/q>/"/g;
+ }
$body =~ s/&/&/g;
$body =~ s/</</g;
$body =~ s/>/>/g;
signature.asc
Description: OpenPGP digital signature
--- End Message ---
--- Begin Message ---
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
As announced two days ago, dwn-to-rdf.pl has been updated in revision
1.13, hopefully fixing some of the most annoying issues about the RSS feed.
Cheers
David
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAkwmTLoACgkQ18/WetbTC/rHnQCfche7QcoJm+BTA4FJrDv4iSDm
QLgAnixL5Utna/iKaN3COykgpdXG6ju5
=RtCL
-----END PGP SIGNATURE-----
--- End Message ---