website annotate en/devel/index.php @ rev 1213

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