[Slashdotjp-dev 1170] [697] * use $constants->{sitepublisher} when $constants-> {rdfpublisher} does not

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2008年 7月 14日 (月) 20:53:56 JST


Revision: 697
          http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=slashdotjp&view=rev&rev=697
Author:   tach
Date:     2008-07-14 20:53:56 +0900 (Mon, 14 Jul 2008)

Log Message:
-----------
 * use $constants->{sitepublisher} when $constants->{rdfpublisher} does not
   exist on creating RSS

Modified Paths:
--------------
    slashjp/branches/2.5.0.192/Slash/XML/RSS/RSS.pm
    slashjp/branches/2.5.0.192/debian/changelog


-------------- next part --------------
Modified: slashjp/branches/2.5.0.192/Slash/XML/RSS/RSS.pm
===================================================================
--- slashjp/branches/2.5.0.192/Slash/XML/RSS/RSS.pm	2008-07-10 06:53:20 UTC (rev 696)
+++ slashjp/branches/2.5.0.192/Slash/XML/RSS/RSS.pm	2008-07-14 11:53:56 UTC (rev 697)
@@ -191,7 +191,7 @@
 		subject		=> $constants->{rdfsubject},
 		language	=> $constants->{rdflanguage},
 		creator		=> $constants->{adminmail},
-		publisher	=> $constants->{rdfpublisher},
+		publisher	=> $constants->{rdfpublisher} || $constants->{sitepublisher},
 		rights		=> $constants->{rdfrights},
 
 		# syn

Modified: slashjp/branches/2.5.0.192/debian/changelog
===================================================================
--- slashjp/branches/2.5.0.192/debian/changelog	2008-07-10 06:53:20 UTC (rev 696)
+++ slashjp/branches/2.5.0.192/debian/changelog	2008-07-14 11:53:56 UTC (rev 697)
@@ -11,8 +11,10 @@
   * Add new journal top rss url: "/journals/top/rss" and
     "/journals/top/recent/rss"
   * Add "readmore" link for journal top rss and journal rss
+  * use $constants->{sitepublisher} when $constants->{rdfpublisher} does not
+    exist on creating RSS
 
- -- Taku YASUI <tach****@osdn*****>  Thu, 10 Jul 2008 06:52:57 +0000
+ -- Taku YASUI <tach****@osdn*****>  Mon, 14 Jul 2008 11:53:09 +0000
 
 slash (2.5.0.192-15) unstable; urgency=low
 


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