website diff en/devel/index.php @ rev 946

Add forum activity to main pages
author Christophe Lincoln <pankso@slitaz.org>
date Tue Mar 13 20:28:01 2012 +0100 (2012-03-13)
parents fc144258f2b7
children c2f9d5d0f314
line diff
     1.1 --- a/en/devel/index.php	Sun Mar 11 22:54:13 2012 +0100
     1.2 +++ b/en/devel/index.php	Tue Mar 13 20:28:01 2012 +0100
     1.3 @@ -50,7 +50,6 @@
     1.4  	<li><a href="http://bugs.slitaz.org/">SliTaz Bug Tracker</a></li>
     1.5  </ul>
     1.6  
     1.7 -<a name="devel"></a>
     1.8  <h2>Get involved</h2>
     1.9  <p>
    1.10  	SliTaz is an open source and community driven distribution. Everyone is
    1.11 @@ -75,6 +74,22 @@
    1.12  	<a href="http://scn.slitaz.org/groups/artwork/">Artwork group</a>
    1.13  </p>
    1.14  
    1.15 +<h2>Activity</h2>
    1.16 +
    1.17 +<?php require_once("../../lib/get-feeds.php"); ?>
    1.18 +
    1.19 +<div class="activity">
    1.20 +	<p>
    1.21 +		<a href="http://hg.slitaz.org/"><img 
    1.22 +			src="/images/development.png" alt="[ Devel ]" /></a>
    1.23 +		Latest commits in wok
    1.24 +		<?php get_feed("wok.xml"); ?>
    1.25 +	</div>
    1.26 +	<p class="activity_more">
    1.27 +		<a href="http://hg.slitaz.org/">More commits</a>
    1.28 +	</p>
    1.29 +</div>
    1.30 +
    1.31  <!-- End of content -->
    1.32  </div>
    1.33