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