website rev 749

Use RSS for HG not atom
author Christophe Lincoln <pankso@slitaz.org>
date Sun Jan 23 23:22:31 2011 +0100 (2011-01-23)
parents 3775ba2ff56a
children db9fd517250f
files index.php
line diff
     1.1 --- a/index.php	Sun Jan 23 23:21:02 2011 +0100
     1.2 +++ b/index.php	Sun Jan 23 23:22:31 2011 +0100
     1.3 @@ -190,7 +190,7 @@
     1.4  	</div>
     1.5  	<div class="left_box">
     1.6  		<h3><img src="pics/website/feed.png" alt=".png" />Latest commits</h3>
     1.7 -		<?php get_atom_feed("/var/cache/slitaz/website/wok.xml"); ?>
     1.8 +		<?php get_rss_feed("/var/cache/slitaz/website/wok.xml"); ?>
     1.9  	</div>
    1.10  </div>
    1.11