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

en: tiny edits
author Paul Issott <paul@slitaz.org>
date Wed Apr 16 20:22:50 2014 +0100 (2014-04-16)
parents af7f60ecb9ea
children a3d4270336b0
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@776 22 <h2>Devel corner</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>
al@1025 33 <li><a href="/i18n.php">Internationalization project</a> -
paul@1203 34 Translations, goals and management</li>
pankso@1200 35 <li><a href="http://hg.slitaz.org/" >Mercurial Repositories</a>
paul@1201 36 - Source code repositories</li>
pankso@1200 37 <li><a href="http://bugs.slitaz.org/">SliTaz Bug Tracker</a> -
pankso@1200 38 Our custom CGI/SHell bug tracker</li>
pankso@776 39 </ul>
pankso@776 40
pankso@829 41 <h2>Get involved</h2>
al@1025 42
pankso@776 43 <p>
pankso@829 44 SliTaz is an open source and community driven distribution. Everyone is
pankso@829 45 welcome to join and contribute, from users, to hackers and developers,
pankso@829 46 there is always something to do, ie. Proofreading or writing documentation,
pankso@829 47 sending bugs or patches to the Mailing list, gaining access to the wok and
pankso@829 48 pushing some new packages or simply to help others on the Mailing list or
pankso@829 49 <a href="http://forum.slitaz.org/">forum</a>. SliTaz has got Mercurial
paul@1148 50 repositories hosted on a SliTaz system. Developers can ask for a new repo
pankso@829 51 if needed and contributors have write access to correct typos, scripts, etc.
pankso@776 52 </p>
pankso@776 53 <p>
pankso@829 54 SliTaz is a tiny community and listens to its users. There are several
pankso@829 55 developers who are active on the <a href="http://forum.slitaz.org/">forum</a>
pankso@920 56 and the <a href="../mailing-list.php">Mailing List</a>.
pankso@776 57 </p>
pankso@776 58 <p>
pankso@829 59 For artists there is a dedicated website, simply create an account and
pankso@829 60 post your graphics or pictures. The site is managed by the community. If
pankso@829 61 you want to lend a hand to administer the site, please contact a
pankso@829 62 contributor or e-mail the discussion list. Join the SliTaz Community
pankso@829 63 <a href="http://scn.slitaz.org/groups/artwork/">Artwork group</a>
pankso@776 64 </p>
pankso@776 65
pankso@946 66 <h2>Activity</h2>
pankso@946 67
pankso@946 68 <?php require_once("../../lib/get-feeds.php"); ?>
pankso@946 69
pankso@946 70 <div class="activity">
pankso@946 71 <p>
pankso@946 72 <a href="http://hg.slitaz.org/"><img
al@1025 73 src="/images/development.png" alt="[ ]" /></a>
pankso@946 74 Latest commits in wok
pankso@946 75 <?php get_feed("wok.xml"); ?>
pankso@946 76 </div>
pankso@946 77 <p class="activity_more">
pankso@946 78 <a href="http://hg.slitaz.org/">More commits</a>
pankso@946 79 </p>
pankso@946 80 </div>
pankso@946 81
pankso@776 82 <!-- End of content -->
pankso@1200 83 </section>
pankso@776 84
pankso@922 85 <?php include("../../lib/html/footer.html"); ?>
pankso@776 86
pankso@776 87 </body>
pankso@776 88 </html>