[Slashdotjp-dev 1173] [700] Add "mainpage" title to "index.rss"

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2008年 7月 16日 (水) 13:31:26 JST


Revision: 700
          http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=slashdotjp&view=rev&rev=700
Author:   tach
Date:     2008-07-16 13:31:26 +0900 (Wed, 16 Jul 2008)

Log Message:
-----------
Add "mainpage" title to "index.rss"

Modified Paths:
--------------
    slashjp/branches/2.5.0.192/debian/changelog
    slashjp/branches/2.5.0.192/themes/slashcode/tasks/open_backend.pl


-------------- next part --------------
Modified: slashjp/branches/2.5.0.192/debian/changelog
===================================================================
--- slashjp/branches/2.5.0.192/debian/changelog	2008-07-16 04:27:55 UTC (rev 699)
+++ slashjp/branches/2.5.0.192/debian/changelog	2008-07-16 04:31:26 UTC (rev 700)
@@ -14,8 +14,9 @@
   * use $constants->{sitepublisher} when $constants->{rdfpublisher} does not
     exist on creating RSS
   * Add content:encoded for story main rss
+  * Add "mainpage" title to "index.rss"
 
- -- Taku YASUI <tach****@osdn*****>  Tue, 15 Jul 2008 13:04:00 +0000
+ -- Taku YASUI <tach****@osdn*****>  Wed, 16 Jul 2008 04:30:46 +0000
 
 slash (2.5.0.192-15) unstable; urgency=low
 

Modified: slashjp/branches/2.5.0.192/themes/slashcode/tasks/open_backend.pl
===================================================================
--- slashjp/branches/2.5.0.192/themes/slashcode/tasks/open_backend.pl	2008-07-16 04:27:55 UTC (rev 699)
+++ slashjp/branches/2.5.0.192/themes/slashcode/tasks/open_backend.pl	2008-07-16 04:31:26 UTC (rev 700)
@@ -67,7 +67,7 @@
 	my $link    = ($skin->{url}  || $gSkin->{absolutedir}) . '/';
 	my $title   = $constants->{sitename};
 	$title = "$title: $skin->{title}"
-		if $skin->{skid} && $skin->{skid} != $constants->{mainpage_skid} && $skin->{title};
+		if $skin->{skid} && $skin->{title};
 
 	my $description = $constants->{slogan};
 


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