website view en/devel/index.php @ rev 920

Enflish menu in lib/html/nav.en.html and move search + mailing-list to PHP
author Christophe Lincoln <pankso@slitaz.org>
date Sun Mar 11 20:22:30 2012 +0100 (2012-03-11)
parents 57ab199546d7
children fc144258f2b7
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 </head>
15 <body>
17 <!-- Header -->
18 <div id="header">
19 <div id="logo"></div>
20 <div id="network">
21 <a href="http://www.slitaz.org/netmap.php">
22 <img src="../../images/network.png" alt="network.png" /></a>
23 <a href="http://scn.slitaz.org/">Community</a>
24 <a href="http://doc.slitaz.org/">Doc</a>
25 <a href="http://forum.slitaz.org/">Forum</a>
26 <a href="http://bugs.slitaz.org">Bugs</a>
27 <a href="http://hg.slitaz.org/">Hg</a>
28 </div>
29 <h1><a href="http://www.slitaz.org/">SliTaz GNU/Linux</a></h1>
30 </div>
32 <!-- Block -->
33 <div id="block">
34 <!-- Navigation -->
35 <div id="block_nav">
36 <h4>Navigation</h4>
37 <div class="right_box">
38 <ul>
39 <li><a href="../../webchat.php">Web Chat</a></li>
40 <li><a href="../mailing-list.php">Mailing List</a></li>
41 <li><a href="../devel/">Development</a></li>
42 <li><a href="../packages/">Packages</a></li>
43 <li><a href="../artwork/">Artwork</a></li>
44 <li><a href="../search.php">Search</a></li>
45 </ul>
46 </div>
47 <div class="left_box">
48 <ul>
49 <li><a href="../">Headlines</a></li>
50 <li><a href="../about/">About</a></li>
51 <li><a href="../get/">Download</a></li>
52 <li><a href="../doc/">Documentation</a></li>
53 <li><a href="../asso/">Association</a></li>
54 <li><a href="../asso/sponsor.html">Sponsor</a></li>
55 </ul>
56 </div>
57 </div>
58 <!-- Information/image -->
59 <div id="block_info">
60 <h4>Development</h4>
61 <p>
62 SliTaz is a community based distribution made by many
63 people all over the world and everyone is welcome to help
64 and get involved in the project.
65 </p>
66 <p>
67 <img src="../../images/users.png" alt="users.png" />
68 <a href="http://scn.slitaz.org/">Join us on SCN</a> and
69 the <a href="../mailing-list.php">mailing list</a>
70 </p>
71 </div>
72 </div>
74 <!-- Content -->
75 <div id="content">
77 <h2>Devel corner</h2>
79 <ul>
80 <li><a href="forge.php">Forge</a> - Collaborative management, KISS,
81 guidelines, Mercurial repos, website and other services.</li>
82 <li><a href="../../i18n.php">Internationalization project</a> -
83 Translation, goals and management.</li>
84 <li><a href="http://hg.slitaz.org/" >Mercurial Repositories</a></li>
85 <li><a href="http://bugs.slitaz.org/">SliTaz Bug Tracker</a></li>
86 </ul>
88 <a name="devel"></a>
89 <h2>Get involved</h2>
90 <p>
91 SliTaz is an open source and community driven distribution. Everyone is
92 welcome to join and contribute, from users, to hackers and developers,
93 there is always something to do, ie. Proofreading or writing documentation,
94 sending bugs or patches to the Mailing list, gaining access to the wok and
95 pushing some new packages or simply to help others on the Mailing list or
96 <a href="http://forum.slitaz.org/">forum</a>. SliTaz has got Mercurial
97 repositories hosted on a SliTaz system, developers can ask for a new repo
98 if needed and contributors have write access to correct typos, scripts, etc.
99 </p>
100 <p>
101 SliTaz is a tiny community and listens to its users. There are several
102 developers who are active on the <a href="http://forum.slitaz.org/">forum</a>
103 and the <a href="../mailing-list.php">Mailing List</a>.
104 </p>
105 <p>
106 For artists there is a dedicated website, simply create an account and
107 post your graphics or pictures. The site is managed by the community. If
108 you want to lend a hand to administer the site, please contact a
109 contributor or e-mail the discussion list. Join the SliTaz Community
110 <a href="http://scn.slitaz.org/groups/artwork/">Artwork group</a>
111 </p>
113 <!-- End of content -->
114 </div>
116 <!-- Footer -->
117 <div id="footer">
118 Copyright &copy; <span class="year"></span>
119 <a href="http://www.slitaz.org/">SliTaz</a> - Network:
120 <a href="http://scn.slitaz.org/">Community</a>
121 <a href="http://doc.slitaz.org/">Doc</a>
122 <a href="http://forum.slitaz.org/">Forum</a>
123 <a href="http://pkgs.slitaz.org/">Packages</a>
124 <a href="http://bugs.slitaz.org">Bugs</a>
125 <a href="http://hg.slitaz.org/">Hg</a>
126 <p>
127 SliTaz @
128 <a href="http://twitter.com/slitaz">Twitter</a>
129 <a href="http://www.facebook.com/slitaz">Facebook</a>
130 <a href="http://distrowatch.com/slitaz">Distrowatch</a>
131 <a href="http://en.wikipedia.org/wiki/SliTaz">Wikipedia</a>
132 <a href="http://flattr.com/profile/slitaz">Flattr</a>
133 </p>
134 </div>
136 </body>
137 </html>