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

en: tiny edits
author Paul Issott <paul@slitaz.org>
date Fri Nov 23 21:36:09 2012 +0000 (2012-11-23)
parents 9e27bd837079
children 66964b8f0217
rev   line source
pankso@776 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
al@1025 2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
pankso@776 3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
pankso@776 4 <head>
al@1025 5 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
al@1025 6 <title>SliTaz - Developers corner</title>
al@1025 7 <meta name="description" content="SliTaz GNU/Linux project information overview" />
al@1025 8 <meta name="keywords" lang="en" content="about slitaz, gnu, linux, mini distro, livecd" />
al@1025 9 <meta name="author" content="Christophe Lincoln"/>
al@1015 10 <?php include("../../lib/html/meta-link.html"); ?>
pankso@776 11 </head>
pankso@776 12 <body>
pankso@776 13
pankso@922 14 <?php include("../../lib/html/header.html"); ?>
pankso@776 15
pankso@776 16 <!-- Block -->
pankso@776 17 <div id="block">
pankso@922 18 <?php include("../../lib/html/nav.en.html"); ?>
pankso@776 19 <!-- Information/image -->
pankso@776 20 <div id="block_info">
pankso@776 21 <h4>Development</h4>
pankso@776 22 <p>
pankso@776 23 SliTaz is a community based distribution made by many
pankso@776 24 people all over the world and everyone is welcome to help
paul@794 25 and get involved in the project.
pankso@776 26 </p>
pankso@776 27 <p>
al@1025 28 <img src="/images/users.png" alt="[ ]" />
pankso@776 29 <a href="http://scn.slitaz.org/">Join us on SCN</a> and
pankso@920 30 the <a href="../mailing-list.php">mailing list</a>
pankso@776 31 </p>
pankso@776 32 </div>
pankso@776 33 </div>
pankso@776 34
al@1013 35 <?php include("../../lib/lang.php"); ?>
al@1013 36
pankso@776 37 <!-- Content -->
pankso@776 38 <div id="content">
pankso@776 39
pankso@776 40 <h2>Devel corner</h2>
pankso@776 41
pankso@776 42 <ul>
pankso@829 43 <li><a href="forge.php">Forge</a> - Collaborative management, KISS,
paul@832 44 guidelines, Mercurial repos, website and other services.</li>
al@1025 45 <li><a href="/i18n.php">Internationalization project</a> -
paul@832 46 Translation, goals and management.</li>
pankso@782 47 <li><a href="http://hg.slitaz.org/" >Mercurial Repositories</a></li>
bohoejer@869 48 <li><a href="http://bugs.slitaz.org/">SliTaz Bug Tracker</a></li>
pankso@776 49 </ul>
pankso@776 50
pankso@829 51 <h2>Get involved</h2>
al@1025 52
pankso@776 53 <p>
pankso@829 54 SliTaz is an open source and community driven distribution. Everyone is
pankso@829 55 welcome to join and contribute, from users, to hackers and developers,
pankso@829 56 there is always something to do, ie. Proofreading or writing documentation,
pankso@829 57 sending bugs or patches to the Mailing list, gaining access to the wok and
pankso@829 58 pushing some new packages or simply to help others on the Mailing list or
pankso@829 59 <a href="http://forum.slitaz.org/">forum</a>. SliTaz has got Mercurial
paul@1148 60 repositories hosted on a SliTaz system. Developers can ask for a new repo
pankso@829 61 if needed and contributors have write access to correct typos, scripts, etc.
pankso@776 62 </p>
pankso@776 63 <p>
pankso@829 64 SliTaz is a tiny community and listens to its users. There are several
pankso@829 65 developers who are active on the <a href="http://forum.slitaz.org/">forum</a>
pankso@920 66 and the <a href="../mailing-list.php">Mailing List</a>.
pankso@776 67 </p>
pankso@776 68 <p>
pankso@829 69 For artists there is a dedicated website, simply create an account and
pankso@829 70 post your graphics or pictures. The site is managed by the community. If
pankso@829 71 you want to lend a hand to administer the site, please contact a
pankso@829 72 contributor or e-mail the discussion list. Join the SliTaz Community
pankso@829 73 <a href="http://scn.slitaz.org/groups/artwork/">Artwork group</a>
pankso@776 74 </p>
pankso@776 75
pankso@946 76 <h2>Activity</h2>
pankso@946 77
pankso@946 78 <?php require_once("../../lib/get-feeds.php"); ?>
pankso@946 79
pankso@946 80 <div class="activity">
pankso@946 81 <p>
pankso@946 82 <a href="http://hg.slitaz.org/"><img
al@1025 83 src="/images/development.png" alt="[ ]" /></a>
pankso@946 84 Latest commits in wok
pankso@946 85 <?php get_feed("wok.xml"); ?>
pankso@946 86 </div>
pankso@946 87 <p class="activity_more">
pankso@946 88 <a href="http://hg.slitaz.org/">More commits</a>
pankso@946 89 </p>
pankso@946 90 </div>
pankso@946 91
pankso@776 92 <!-- End of content -->
pankso@776 93 </div>
pankso@776 94
pankso@922 95 <?php include("../../lib/html/footer.html"); ?>
pankso@776 96
pankso@776 97 </body>
pankso@776 98 </html>