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

New menu and move to html5 for en/ site + get ready for mobile display
author Christophe Lincoln <pankso@slitaz.org>
date Sun Apr 13 19:21:45 2014 +0200 (2014-04-13)
parents ed244b6a8534
children af7f60ecb9ea
line source
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4 <meta charset="utf-8" />
5 <title>SliTaz - Developers corner</title>
6 <meta name="description" content="SliTaz GNU/Linux project information overview" />
7 <meta name="keywords" lang="en" content="about slitaz, gnu, linux, mini distro, livecd" />
8 <meta name="author" content="Christophe Lincoln"/>
9 <?php include("../../lib/html/meta-link.html"); ?>
10 </head>
11 <body>
13 <?php
14 include("../../lib/html/header.html");
15 include("../../lib/html/nav.html");
16 include("../../lib/lang.php");
17 ?>
19 <!-- Content -->
20 <section id="content">
22 <h2>Devel corner</h2>
24 <p>
25 SliTaz is a community based distribution made by many
26 people all over the world and everyone is welcome to help
27 and get involved in the project.
28 </p>
30 <ul>
31 <li><a href="forge.php">Forge</a> - Collaborative management, KISS,
32 guidelines, Mercurial and other services.</li>
33 <li><a href="/i18n.php">Internationalization project</a> -
34 Translation, goals and management.</li>
35 <li><a href="http://hg.slitaz.org/" >Mercurial Repositories</a>
36 - Source code reposotories</li>
37 <li><a href="http://bugs.slitaz.org/">SliTaz Bug Tracker</a> -
38 Our custom CGI/SHell bug tracker</li>
39 </ul>
41 <h2>Get involved</h2>
43 <p>
44 SliTaz is an open source and community driven distribution. Everyone is
45 welcome to join and contribute, from users, to hackers and developers,
46 there is always something to do, ie. Proofreading or writing documentation,
47 sending bugs or patches to the Mailing list, gaining access to the wok and
48 pushing some new packages or simply to help others on the Mailing list or
49 <a href="http://forum.slitaz.org/">forum</a>. SliTaz has got Mercurial
50 repositories hosted on a SliTaz system. Developers can ask for a new repo
51 if needed and contributors have write access to correct typos, scripts, etc.
52 </p>
53 <p>
54 SliTaz is a tiny community and listens to its users. There are several
55 developers who are active on the <a href="http://forum.slitaz.org/">forum</a>
56 and the <a href="../mailing-list.php">Mailing List</a>.
57 </p>
58 <p>
59 For artists there is a dedicated website, simply create an account and
60 post your graphics or pictures. The site is managed by the community. If
61 you want to lend a hand to administer the site, please contact a
62 contributor or e-mail the discussion list. Join the SliTaz Community
63 <a href="http://scn.slitaz.org/groups/artwork/">Artwork group</a>
64 </p>
66 <h2>Activity</h2>
68 <?php require_once("../../lib/get-feeds.php"); ?>
70 <div class="activity">
71 <p>
72 <a href="http://hg.slitaz.org/"><img
73 src="/images/development.png" alt="[ ]" /></a>
74 Latest commits in wok
75 <?php get_feed("wok.xml"); ?>
76 </div>
77 <p class="activity_more">
78 <a href="http://hg.slitaz.org/">More commits</a>
79 </p>
80 </div>
82 <!-- End of content -->
83 </section>
85 <?php include("../../lib/html/footer.html"); ?>
87 </body>
88 </html>