website view en/devel/index.php @ rev 1040

Check whole website in W3C Validator (again), separate lib/follow, hide js in cdata
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Apr 08 11:47:30 2012 +0300 (2012-04-08)
parents e366582685d1
children ed244b6a8534
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="en" lang="en">
4 <head>
5 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
6 <title>SliTaz - Developers corner</title>
7 <meta name="description" content="SliTaz GNU/Linux project information overview" />
8 <meta name="keywords" lang="en" content="about slitaz, gnu, linux, mini distro, livecd" />
9 <meta name="author" content="Christophe Lincoln"/>
10 <?php include("../../lib/html/meta-link.html"); ?>
11 </head>
12 <body>
14 <?php include("../../lib/html/header.html"); ?>
16 <!-- Block -->
17 <div id="block">
18 <?php include("../../lib/html/nav.en.html"); ?>
19 <!-- Information/image -->
20 <div id="block_info">
21 <h4>Development</h4>
22 <p>
23 SliTaz is a community based distribution made by many
24 people all over the world and everyone is welcome to help
25 and get involved in the project.
26 </p>
27 <p>
28 <img src="/images/users.png" alt="[ ]" />
29 <a href="http://scn.slitaz.org/">Join us on SCN</a> and
30 the <a href="../mailing-list.php">mailing list</a>
31 </p>
32 </div>
33 </div>
35 <?php include("../../lib/lang.php"); ?>
37 <!-- Content -->
38 <div id="content">
40 <h2>Devel corner</h2>
42 <ul>
43 <li><a href="forge.php">Forge</a> - Collaborative management, KISS,
44 guidelines, Mercurial repos, website and other services.</li>
45 <li><a href="/i18n.php">Internationalization project</a> -
46 Translation, goals and management.</li>
47 <li><a href="http://hg.slitaz.org/" >Mercurial Repositories</a></li>
48 <li><a href="http://bugs.slitaz.org/">SliTaz Bug Tracker</a></li>
49 </ul>
51 <h2>Get involved</h2>
53 <p>
54 SliTaz is an open source and community driven distribution. Everyone is
55 welcome to join and contribute, from users, to hackers and developers,
56 there is always something to do, ie. Proofreading or writing documentation,
57 sending bugs or patches to the Mailing list, gaining access to the wok and
58 pushing some new packages or simply to help others on the Mailing list or
59 <a href="http://forum.slitaz.org/">forum</a>. SliTaz has got Mercurial
60 repositories hosted on a SliTaz system, developers can ask for a new repo
61 if needed and contributors have write access to correct typos, scripts, etc.
62 </p>
63 <p>
64 SliTaz is a tiny community and listens to its users. There are several
65 developers who are active on the <a href="http://forum.slitaz.org/">forum</a>
66 and the <a href="../mailing-list.php">Mailing List</a>.
67 </p>
68 <p>
69 For artists there is a dedicated website, simply create an account and
70 post your graphics or pictures. The site is managed by the community. If
71 you want to lend a hand to administer the site, please contact a
72 contributor or e-mail the discussion list. Join the SliTaz Community
73 <a href="http://scn.slitaz.org/groups/artwork/">Artwork group</a>
74 </p>
76 <h2>Activity</h2>
78 <?php require_once("../../lib/get-feeds.php"); ?>
80 <div class="activity">
81 <p>
82 <a href="http://hg.slitaz.org/"><img
83 src="/images/development.png" alt="[ ]" /></a>
84 Latest commits in wok
85 <?php get_feed("wok.xml"); ?>
86 </div>
87 <p class="activity_more">
88 <a href="http://hg.slitaz.org/">More commits</a>
89 </p>
90 </div>
92 <!-- End of content -->
93 </div>
95 <?php include("../../lib/html/footer.html"); ?>
97 </body>
98 </html>