website annotate 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
rev   line source
pankso@1200 1 <!DOCTYPE html>
pankso@1200 2 <html lang="en">
pankso@776 3 <head>
al@1285 4 <meta charset="UTF-8">
al@1025 5 <title>SliTaz - Developers corner</title>
al@1285 6 <meta name="description" content="SliTaz GNU/Linux project information overview">
al@1285 7 <meta name="keywords" lang="en" content="about slitaz, gnu, linux, mini distro, livecd">
al@1285 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@1241 37 <li><a href="../artwork/">Artwork</a> - SliTaz logo, spider and art
pankso@1241 38 information and download</li>
pankso@1200 39 <li><a href="http://hg.slitaz.org/" >Mercurial Repositories</a>
paul@1201 40 - Source code repositories</li>
pankso@1200 41 <li><a href="http://bugs.slitaz.org/">SliTaz Bug Tracker</a> -
pankso@1200 42 Our custom CGI/SHell bug tracker</li>
pankso@776 43 </ul>
pankso@776 44
pankso@829 45 <h2>Get involved</h2>
al@1025 46
pankso@776 47 <p>
pankso@829 48 SliTaz is an open source and community driven distribution. Everyone is
pankso@829 49 welcome to join and contribute, from users, to hackers and developers,
pankso@829 50 there is always something to do, ie. Proofreading or writing documentation,
pankso@829 51 sending bugs or patches to the Mailing list, gaining access to the wok and
pankso@829 52 pushing some new packages or simply to help others on the Mailing list or
pankso@829 53 <a href="http://forum.slitaz.org/">forum</a>. SliTaz has got Mercurial
paul@1148 54 repositories hosted on a SliTaz system. Developers can ask for a new repo
pankso@829 55 if needed and contributors have write access to correct typos, scripts, etc.
pankso@776 56 </p>
pankso@776 57 <p>
pankso@829 58 SliTaz is a tiny community and listens to its users. There are several
pankso@829 59 developers who are active on the <a href="http://forum.slitaz.org/">forum</a>
pankso@920 60 and the <a href="../mailing-list.php">Mailing List</a>.
pankso@776 61 </p>
al@1278 62 <p><!-- which one? -->
pankso@829 63 For artists there is a dedicated website, simply create an account and
pankso@829 64 post your graphics or pictures. The site is managed by the community. If
pankso@829 65 you want to lend a hand to administer the site, please contact a
pankso@1271 66 contributor or e-mail the discussion list.
pankso@776 67 </p>
pankso@776 68
pankso@946 69 <h2>Activity</h2>
pankso@946 70
pankso@946 71 <?php require_once("../../lib/get-feeds.php"); ?>
pankso@946 72
pankso@946 73 <div class="activity">
pankso@946 74 <p>
pankso@946 75 <a href="http://hg.slitaz.org/"><img
al@1025 76 src="/images/development.png" alt="[ ]" /></a>
pankso@946 77 Latest commits in wok
pankso@946 78 <?php get_feed("wok.xml"); ?>
pankso@946 79 </div>
pankso@946 80 <p class="activity_more">
pankso@946 81 <a href="http://hg.slitaz.org/">More commits</a>
pankso@946 82 </p>
pankso@946 83 </div>
pankso@946 84
pankso@776 85 <!-- End of content -->
pankso@1200 86 </section>
pankso@776 87
pankso@922 88 <?php include("../../lib/html/footer.html"); ?>
pankso@776 89
pankso@776 90 </body>
pankso@776 91 </html>