wok-current view tazpkg-web/stuff/html/home.html @ rev 7936
tazpkg-web: Up to 2.1 with last CSS and layout working smothly
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Tue Jan 11 20:49:09 2011 +0100 (2011-01-11) |
parents | 72e26afe0ad0 |
children |
line source
1 <!-- Block begin -->
2 <div class="block">
3 <!-- Nav block begin -->
4 <div id="block_nav" style="height: 220px;">
5 <h3><img src="/pics/website/network.png" alt=".png" />Tools</h3>
6 <ul>
7 <li><a href="http://hg.slitaz.org/wok">Hg Repos</a></li>
8 <li><a href="http://bb.slitaz.org/">Build Bot</a></li>
9 <li><a href="http://labs.slitaz.org/issues">Bug Tracker</a></li>
10 </ul>
11 <h3><img src="/pics/website/text.png" alt=".png" />Documentation</h3>
12 <ul>
13 <li><a href="http://doc.slitaz.org/en:cookbook:wok">Wok & Tools</a></li>
14 <li><a href="http://doc.slitaz.org/en:cookbook:receipt">Receipts</a></li>
15 </ul>
16 <!-- Nav block end -->
17 </div>
18 <!-- Top block begin -->
19 <div id="block_top" style="height: 220px;">
20 <h1>Packages</h1>
21 <p>
22 Welcome to the SliTaz packages web interface. The site allows
23 you to search and view all of the software packages available
24 on the SliTaz mirror. The pages are automatically updated daily
25 via a cron job.
26 </p>
27 <p>
28 Browse the packages web interface: <a href="stable/">Stable packages</a>
29 | <a href="cooking/">Cooking packages</a>
30 </p>
31 <!-- Top block end -->
32 </div>
33 <!-- Block end -->
34 </div>
36 <div class="pkgs-search">
37 <form method="post" action="http://pkgs.slitaz.org/search.cgi">
38 <p>
39 <input type="text" name="query" size="30" />
40 <input type="submit" name="search" value="Search" />
41 </p>
42 <select name="object">
43 <option>Package</option>
44 <option>Desc</option>
45 <option>Tags</option>
46 <option>Receipt</option>
47 <option>Depends</option>
48 <option>BuildDepends</option>
49 <option>File</option>
50 <option>File_list</option>
51 <option>FileOverlap</option>
52 </select>
53 <select name="version">
54 <option>stable</option>
55 <option>cooking</option>
56 <option>2.0</option>
57 <option>1.0</option>
58 </select>
59 </form>
60 </div>