website view cn/get/index.php @ rev 934

Add lib/html/nav.cn.html and switch get page to PHP
author Christophe Lincoln <pankso@slitaz.org>
date Tue Mar 13 00:14:12 2012 +0100 (2012-03-13)
parents 5d524d002e4e
children f1002e10d0f2
line source
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="cn" lang="cn">
4 <head>
5 <title>SliTaz (cn) - Download</title>
6 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
7 <meta name="description" content="SliTaz GNU/Linux 关于信息" />
8 <meta name="keywords" lang="cn" content="slitaz artwork" />
9 <meta name="author" content="Draplater" />
10 <?php include("../../lib/html/meta-link.html"); ?>
11 </head>
12 <body>
14 <?php
15 include("../../config.php");
16 include("../../lib/html/header.html");
17 ?>
19 <!-- Block -->
20 <div id="block">
21 <?php include("../../lib/html/nav.cn.html"); ?>
22 <!-- Information/image -->
23 <div id="block_info">
24 <h4>下载</h4>
25 <p>
26 你可以下载最新的稳定版来得到一个稳定的桌面环境,满足日常生活需要。
27 或者使用开发版来测试心软件或者帮助我们改进Slitaz。
28 </p>
29 <div class="button">
30 Quick Download:
31 <?php echo "<a href='$stable_iso'>SliTaz $stable_ver</a>
32 <a href='$cooking_iso'>SliTaz $cooking</a>"; ?>
33 </div>
34 </div>
35 </div>
37 <!-- Languages -->
38 <div id="lang">
39 <a href="../i18n.php">
40 <img src="../../images/locale.png" alt="locale.png" /></a>
41 <a href="../../da/get/">Dansk</a>
42 <a href="../../de/get/">Deutsch</a>
43 <a href="../../en/get/">English</a>
44 <a href="../../es/get/">Español</a>
45 <a href="../../fr/get/">Français</a>
46 <a href="../../it/get/">Italiano</a>
47 <a href="../../pt/get/">Português</a>
48 <a href="../../cn/get/">Chinese</a>
49 </div>
51 <!-- Content -->
52 <div id="content">
54 <h2>下载SliTaz</h2>
56 <ul>
57 <li><a href="index.html#stable">LiveCD稳定版</a> -
58 当前稳定版的可启动ISO镜像。</li>
59 <li><a href="index.html#cooking">LiveCD开发版</a> -
60 当前开发版的可启动ISO镜像。</li>
61 <li><a href="index.html#floppy">软盘</a> -
62 从LiveCD、USB设备启动的可启动软盘镜像。</li>
63 <li><a href="flavors.html">新鲜玩意</a> - loram版本,衍生版本。</li>
64 </ul>
66 <div class="box">
67 <p>
68 通过一个小的捐赠帮助的项目,或成为官方<a href="/en/asso/sponsor.php">赞助商 (en)</a>.
69 </p>
70 <?php include("../../lib/html/donate.html"); ?>
71 </div>
73 <h3>下载提示</h3>
74 <p>
75 在下载Slitaz之前,最好先浏览<a href="http://wiki.slitaz.org/doku.php?id=lang:cn:handbook">相关文档</a>,了解Slitaz的特性以及使用方式,以便将来的使用。
76 </p>
78 <h3>软件源</h3>
79 <p>
80 Slitaz的软件源在法国、瑞士、中国均有分布。在法国由<a href="http://www.ads-lu.com/" target="_blank">ADS</a>、Mésobius和<a href="http://www.tuxfamily.org/">TuxFamily</a>提供,在瑞士由<a href="http://mirror.switch.ch/">SWITCHmirror</a>提供,在中国由<a href="http://www.lupaworld.com/">LupaWorld</a>提供。感谢这些网站对Slitaz的支持。
81 </p>
83 <ul>
84 <li>瑞士 - SWITCHmirror提供的软件源 (10 Gbit/s)
85 <a href="http://mirror.switch.ch/ftp/mirror/slitaz/">HTTP</a>
86 <a href="ftp://mirror.switch.ch/mirror/slitaz/">FTP</a></li>
88 <li>法国 - TuxFamily提供的软件源
89 <a href="http://download.tuxfamily.org/slitaz/">HTTP</a>
90 <a href="ftp://download.tuxfamily.org/slitaz/">FTP</a></li>
92 <li>中国 - LupaWorld提供的软件源
93 <a href="http://mirror.lupaworld.com/slitaz/">HTTP</a></li>
95 <li>美国 - Ibiblio提供的软件源
96 <a href="http://distro.ibiblio.org/pub/linux/distributions/slitaz/">HTTP</a>
97 <a href="ftp://distro.ibiblio.org/pub/linux/distributions/slitaz/">FTP</a></li>
99 <li>巴西 - UFPR提供的软件源
100 <a href="http://slitaz.c3sl.ufpr.br/">HTTP</a>
101 <a href="ftp://slitaz.c3sl.ufpr.br/slitaz/">FTP</a></li>
102 </ul>
104 <a name="sources"></a>
105 <h3>源码</h3>
106 <p>
107 Tazpkg(软件包管理器)、Tazlito(Slitaz Live工具)、Tazwok(软件包制作)、
108 Tazusb(LiveUSB工具)和一些其他的Slitaz小工具可以在Slitaz软件源里下载。
109 所有小工具Slitaz都默认安装有,源代码的注释是用英文书写的。
110 你可以在软件源的sources文件夹里找到这些源码。
111 <a href="http://mirror.slitaz.org/sources/">HTTP</a>
112 <a href="http://mirror.slitaz.org/sources/">FTP</a>
113 </p>
115 <a name="stable"></a>
116 <h2>LiveCD - 稳定版</h2>
117 <p>
118 Slitaz稳定版提供一个成熟的操作系统。这个操作系统已经经过严格的测试,基本上没有BUG。
119 LiveCD。这个版本选择了许多有用的软件,是一个用途广泛、强大的操作系统。这个版本较为稳定,
120 不过更新频率较慢。建议服务器用户或追求稳定的个人用户使用这个版本。
121 <?php echo "当前最新的稳定版本是$stable_ver版, $stable_rel 发布。"; ?>
122 </p>
124 <p class="box">
125 <img src="/images/download.png" height="48px" width="48px" alt="[ DL ]" />
126 <?php echo "SliTaz GNU/Linux $stable_ver ($stable_size) -
127 <a href='$stable_iso'>slitaz-$stable_ver.iso</a>
128 [ <a href='$mirror/$stable_ver/slitaz-$stable_ver.md5'>md5</a> ]"; ?>
129 </p>
131 <p>
132 提供给<?php echo "$stable_ver"; ?>版本的,包含所有软件包的可启动CD镜像每天都会创建。
133 它也包含Slitaz官方网站的副本,在无网络的情况下可以通过install.sh使用。
134 </p>
136 <p class="box">
137 <img src="/images/download.png" height="48px" width="48px" alt="[ DL ]" />
138 <?php echo "SliTaz GNU/Linux $stable_ver 软件包集合 ($stable_pkgs)
139 - <a href='$pkgs_mirror/$stable_ver/packages-$stable_ver.iso'>packages-$stable_ver.iso</a>
140 [ <a href='$pkgs_mirror/$stable_ver/packages-$stable_ver.md5'>md5</a> ]"; ?>
141 </p>
143 <a name="cooking"></a>
144 <h2>LiveCD - 开发版</h2>
145 <p>
146 Slitaz开发版LiveCD是一个在不断开发的版本,也是可以使用的。它包含的软件包比稳定版多,包含的新特性和新改善也很多,更新时间也较快。不过因为更新较快,不稳定因素也多了许多。建议个人用户使用这个版本。
147 </p>
149 <p class="box">
150 <img src="/images/download.png" height="48px" width="48px" alt="[ DL ]" />
151 <?php echo "SliTaz GNU/Linux Cooking $cooking_ver ($cooking_size) -
152 <a href='$cooking_iso'>slitaz-$cooking.iso</a>
153 [ <a href='$mirror/cooking/slitaz-$cooking.md5'>md5</a> ]"; ?>
154 </p>
156 <p>
157 提供给开发版的,包含所有软件包的可启动DVD镜像每天都会创建。它也包含Slitaz官方网站的副本,
158 在无网络的情况下可以通过install.sh使用。这个镜像可以安装到USB设备中,不过会格式化U盘。
159 </p>
161 <p class="box">
162 <img src="/images/download.png" height="48px" width="48px" alt="[ DL ]" />
163 <?php echo "SliTaz GNU/Linux Cooking 开发版软件包集合 ($cooking_pkgs)
164 - <a href='$pkgs_mirror/cooking/packages-cooking.iso'>packages-cooking.iso</a>
165 [ <a href='$pkgs_mirror/cooking/packages-cooking.md5'>md5</a> ]"; ?>
166 </p>
168 <a name="floppy"></a>
169 <h2>启动软盘</h2>
170 <p>
171 这个软盘镜像可以启动在旧电脑中的Slitaz,有没有CD-ROM都可以。它可以启动在USB设备、SlitazCD/DVD、硬盘中的Slitaz,还可以通过网络启动。
172 </p>
174 <p class="box">
175 <img src="/images/download.png" height="48px" width="48px" alt="[ DL ]" />
176 软盘镜像(1,44 Mb) -
177 <a href="http://mirror.slitaz.org/boot/floppy-grub4dos">镜像</a>
178 [ <a href="http://mirror.slitaz.org/boot/floppy-grub4dos.md5">md5</a> ]
179 </p>
181 <!-- End of content -->
182 </div>
184 <?php include("../../lib/html/footer.html"); ?>
186 </body>
187 </html>