wok view slitaz-mercurial-style/stuff/templates/slitaz/index.tmpl @ rev 7938

slitaz-mercurial-style: Migration continue (one can follow in live on hg.slitaz.org)
author Christophe Lincoln <pankso@slitaz.org>
date Tue Jan 11 22:37:12 2011 +0100 (2011-01-11)
parents 00998d06c429
children 5dc095e54903
line source
1 {header}
2 <title>SliTaz - Mercurial Repos</title>
3 </head>
4 <body>
6 <!-- Header -->
7 <div id="header">
8 <a href="http://hg.slitaz.org/"><img id="logo"
9 src="{staticurl}logo.png"
10 title="hg.slitaz.org" alt="hg.slitaz.org" /></a>
11 <p id="titre">#!/Hg/repos</p>
12 </div>
14 <!-- Content -->
15 <div id="content-full">
17 <!-- Block begin -->
18 <div class="block">
19 <!-- Nav block begin -->
20 <div id="block_nav">
21 <h3><img src="{staticurl}development.png" alt="png" />Devel corner</h3>
22 <ul>
23 <li><a href="http://www.slitaz.org/en/devel/">Website/devel</a></li>
24 <li><a href="http://labs.slitaz.org/">Laboratories</a></li>
25 <li><a href="http://bb.slitaz.org/">Build Bot</a></li>
26 <li><a href="http://scn.slitaz.org/">Community Network</a></li>
27 <li><a href="http://pkgs.slitaz.org/">Packages</a></li>
28 <li><a href="http://tank.slitaz.org/">Tank Server</a></li>
29 </ul>
30 <!-- Nav block end -->
31 </div>
32 <!-- Top block begin -->
33 <div id="block_top">
34 <h1>Mercurial Repos</h1>
35 <p>
36 This web interface lets you follow in real time all improvements,
37 fixes and other changes made by SliTaz GNU/Linux contributors.
38 Each project provide it own RSS feed and the latest commits into
39 the Cooking wok are also on the SliTaz <a href="http://www.slitaz.org/">website</a>.
40 </p>
41 <!-- Top block end -->
42 </div>
43 <!-- Block end -->
44 </div>
46 <h2>Repositories list</h2>
48 <table class="bigtable">
49 <tr>
50 <th><a href="?sort={sort_name}">Name</a></th>
51 <th><a href="?sort={sort_description}">Description</a></th>
52 <th><a href="?sort={sort_contact}">Contact</a></th>
53 <th><a href="?sort={sort_lastchange}">Last change</a></th>
54 <th>&nbsp;</th>
55 </tr>
56 {entries%indexentry}
57 </table>
59 <!-- End of content -->
60 </div>
62 {footer}