website rev 822

Fix SCN feed
author Christophe Lincoln <pankso@slitaz.org>
date Thu Apr 21 14:52:35 2011 +0200 (2011-04-21)
parents 537796b73d6a
children 6e90a7c97019
files en/index.php index.php libs/get-feeds.sh
line diff
     1.1 --- a/en/index.php	Sat Apr 16 15:39:27 2011 +0000
     1.2 +++ b/en/index.php	Thu Apr 21 14:52:35 2011 +0200
     1.3 @@ -187,7 +187,7 @@
     1.4  	<p>
     1.5  		<a href="http://scn.slitaz.org/activity/"><img 
     1.6  			src="../images/users.png" alt="users.png" /></a>
     1.7 -		Community activity
     1.8 +		Developer wall
     1.9  		<?php get_feed("scn.xml"); ?>
    1.10  	</div>
    1.11  	<p class="activity_more">
     2.1 --- a/index.php	Sat Apr 16 15:39:27 2011 +0000
     2.2 +++ b/index.php	Thu Apr 21 14:52:35 2011 +0200
     2.3 @@ -116,7 +116,7 @@
     2.4  	<p>
     2.5  		<a href="http://scn.slitaz.org/activity/"><img 
     2.6  			src="images/users.png" alt="users.png" /></a>
     2.7 -		Community activity
     2.8 +		Developers wall
     2.9  		<?php get_feed("scn.xml"); ?>
    2.10  	</div>
    2.11  	<p class="activity_more">
     3.1 --- a/libs/get-feeds.sh	Sat Apr 16 15:39:27 2011 +0000
     3.2 +++ b/libs/get-feeds.sh	Thu Apr 21 14:52:35 2011 +0200
     3.3 @@ -9,8 +9,8 @@
     3.4  CACHE="/var/cache/slitaz/website"
     3.5  OUTPUT="$CACHE/latest.html"
     3.6  
     3.7 -# Feeds URL
     3.8 -SCN_FEED='http://scn.slitaz.org/activity/feed/'
     3.9 +# Feeds URL http://scn.slitaz.org/activity/feed/
    3.10 +SCN_FEED='http://scn.slitaz.org/groups/devel/feed/'
    3.11  BLOG_FEED='http://scn.slitaz.org/category/news/feed/'
    3.12  WOK_FEED='http://hg.slitaz.org/wok/rss-log'
    3.13