[hns-dev:39] lib/HNS/Tools/RSS.pmのエラーを修正

Back to archive index

Masafumi Otsune info****@otsun*****
2005年 4月 24日 (日) 09:19:06 JST


otsuneです。

rss.cgiの出力がbloglinesやFeedValidatorでWarningが出て誤動作していたので
対処してみました。
※ついでに<dc:creator>を追加してみました。

--- RSS.pm.orig Wed Apr 20 02:26:31 2005
+++ RSS.pm      Wed Apr 20 02:31:46 2005
@@ -47,6 +47,7 @@
        print "<title>$HNS::System::Title</title>\n";
        print "<link>$HNS::System::MyDiaryURI</link>\n";
        print "<description>$HNS::System::Title Recent</description>\n";
+       print "<dc:creator>$HNS::System::Author</dc:creator>\n";
        print "<items>\n";
        print " <rdf:Seq>\n";
        print $items;
@@ -202,6 +203,7 @@

                my $para;
                foreach (@{$section->{text}}, map(@{$_},
@{$section->{sub}})) {
+                   s/&/&amp;/g;
                    s/"/&quot;/g;
                    s/~$//;
                    s/\t/ /;    # cache/rss.txt tab separator



H14m-hns-dev メーリングリストの案内
Back to archive index