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

Resize balinor logo to 120px
author Christophe Lincoln <pankso@slitaz.org>
date Fri Jan 22 23:02:15 2021 +0100 (2021-01-22)
parents 836d86cc161c
children
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>Development</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="release.php">Release guides</a> - Instruction guides for
34 Cooking, Stable or sub projects</li>
35 <li><a href="/i18n.php">Internationalization project</a> -
36 Translations, goals and management</li>
37 <li><a href="../artwork/">Artwork</a> - SliTaz logo, spider and art
38 information and download</li>
39 <li><a href="http://hg.slitaz.org/" >Mercurial Repositories</a>
40 - Source code repositories</li>
41 <li><a href="http://bugs.slitaz.org/">SliTaz Bug Tracker</a> -
42 Our custom CGI/SHell bug tracker</li>
43 </ul>
45 <h2>Get involved</h2>
47 <p>
48 SliTaz is an open source and community driven distribution. Everyone is
49 welcome to join and contribute, from users, to hackers and developers,
50 there is always something to do, ie. Proofreading or writing documentation,
51 sending bugs or patches to the Mailing list, gaining access to the wok and
52 pushing some new packages or simply to help others on the Mailing list or
53 <a href="http://forum.slitaz.org/">forum</a>. SliTaz has got Mercurial
54 repositories hosted on a SliTaz system. Developers can ask for a new repo
55 if needed and contributors have write access to correct typos, scripts, etc.
56 </p>
57 <p>
58 SliTaz is a tiny community and listens to its users. There are several
59 developers who are active on the <a href="http://forum.slitaz.org/">forum</a>
60 and the <a href="../mailing-list.php">Mailing List</a>.
61 </p>
62 <p><!-- which one? -->
63 For artists there is a dedicated website, simply create an account and
64 post your graphics or pictures. The site is managed by the community. If
65 you want to lend a hand to administer the site, please contact a
66 contributor or e-mail the discussion list.
67 </p>
69 <h2>Activity</h2>
71 <?php require_once("../../lib/get-feeds.php"); ?>
73 <div class="activity">
74 <p>
75 <a href="http://hg.slitaz.org/"><img
76 src="/images/development.png" alt="[ ]" /></a>
77 Latest commits in wok
78 <?php get_feed("wok.xml"); ?>
79 </div>
80 <p class="activity_more">
81 <a href="http://hg.slitaz.org/">More commits</a>
82 </p>
83 </div>
85 <!-- End of content -->
86 </section>
88 <?php include("../../lib/html/footer.html"); ?>
90 </body>
91 </html>