website diff cn/packages/index.php @ rev 1035

ru: code formatting & proofreading, forge added; added Activity to all Packages pages
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Apr 04 18:44:16 2012 +0300 (2012-04-04)
parents 47055e938c85
children 1997ddbc17d9
line diff
     1.1 --- a/cn/packages/index.php	Sat Mar 31 17:52:18 2012 +0300
     1.2 +++ b/cn/packages/index.php	Wed Apr 04 18:44:16 2012 +0300
     1.3 @@ -23,7 +23,7 @@
     1.4  			这个页面可以显示Slitaz软件源上的所有软件包,并且会每天自动更新。你可以使用图形界面工具“软件之盒”或命令<code>tazpkg get-install pkgname</code>安装软件包。
     1.5  		</p>
     1.6  		<p>
     1.7 -			Browse the packages web interface: 
     1.8 +			Browse the packages web interface:
     1.9  			<a href="http://pkgs.slitaz.org/stable/">稳定版软件包</a>
    1.10  			| <a href="http://pkgs.slitaz.org/cooking/">开发版软件包</a>
    1.11  		</p>
    1.12 @@ -78,14 +78,30 @@
    1.13  		>http://mirror.slitaz.org/packages/</a>
    1.14  </div>
    1.15  
    1.16 +<h2>Activity</h2>
    1.17 +
    1.18 +<?php require_once("../../lib/get-feeds.php"); ?>
    1.19 +
    1.20 +<div class="activity">
    1.21 +	<p>
    1.22 +		<a href="http://hg.slitaz.org/"><img
    1.23 +			src="/images/development.png" alt="*" /></a>
    1.24 +		Latest commits in wok
    1.25 +		<?php get_feed("wok.xml"); ?>
    1.26 +	</div>
    1.27 +	<p class="activity_more">
    1.28 +		<a href="http://hg.slitaz.org/">More commits</a>
    1.29 +	</p>
    1.30 +</div>
    1.31 +
    1.32  <h2>文档</h2>
    1.33  <p>
    1.34 -	The SliTaz project provides detailed 
    1.35 +	The SliTaz project provides detailed
    1.36  	<a href="http://doc.slitaz.org/">documentation</a>
    1.37 -	to let you learn how to install and manage packages on your SliTaz 
    1.38 -	GNU/Linux distribution. 
    1.39 -	The <a href="http://forum.slitaz.org/">support forum</a> members 
    1.40 -	will help you in case of trouble and is also the place to request 
    1.41 +	to let you learn how to install and manage packages on your SliTaz
    1.42 +	GNU/Linux distribution.
    1.43 +	The <a href="http://forum.slitaz.org/">support forum</a> members
    1.44 +	will help you in case of trouble and is also the place to request
    1.45  	a new package.
    1.46  </p>
    1.47