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

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