wok diff tazpkg-web/stuff/html/home.html @ rev 3521

Add Tazpkg-web - SliTaz Packages Web interface
author Christophe Lincoln <pankso@slitaz.org>
date Sun Jun 21 03:26:15 2009 +0200 (2009-06-21)
parents
children 1f964233fba4
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/tazpkg-web/stuff/html/home.html	Sun Jun 21 03:26:15 2009 +0200
     1.3 @@ -0,0 +1,46 @@
     1.4 +
     1.5 +<div style="text-align: center; padding: 20px;">
     1.6 +<form method="post" action="http://pkgs.slitaz.org/search.cgi">
     1.7 +	<select name="object">
     1.8 +		<option>Package</option>
     1.9 +		<option>Desc</option>
    1.10 +		<option>Tags</option>
    1.11 +		<option>Depends</option>
    1.12 +		<option>File</option>
    1.13 +		<option>File_list</option>
    1.14 +	</select>
    1.15 +	<strong>:</strong>
    1.16 +	<input type="text" name="query" size="32" />
    1.17 +	<select name="version">
    1.18 +		<option>stable</option>
    1.19 +		<option>cooking</option>
    1.20 +		<option>1.0</option>
    1.21 +	</select>
    1.22 +	<input type="submit" name="search" value="Search" />
    1.23 +</form>
    1.24 +<p>
    1.25 +<a href="stable/">Stable packages</a> | <a href="cooking/">Cooking packages</a>
    1.26 +</p>
    1.27 +</div>
    1.28 +
    1.29 +<!-- 10 Cloud tag are available. -->
    1.30 +<div id="cloud">
    1.31 +<p>
    1.32 +	<a href="stable/" class="tag8">Stable</a>
    1.33 +	<a href="rss/cooking.xml" class="tag6">Cooking RSS</a>
    1.34 +	<a href="http://www.slitaz.org/en/doc/" class="tag5">Documentation</a>
    1.35 +	<a href="http://www.slitaz.org/en/doc/handbook/packages.html" class="tag6">Package management</a>
    1.36 +	<a href="cooking/" class="tag8">Cooking</a>
    1.37 +	<a href="http://www.slitaz.org/en/devel/" class="tag5">Development</a>
    1.38 +	<a href="http://www.slitaz.org/en/doc/manuals/tazpkg.en.html" class="tag7">Tazpkg Manual</a>
    1.39 +	<a href="http://forum.slitaz.org/" class="tag6">Support</a>
    1.40 +	<a href="http://wiki.slitaz.org/" class="tag6">Wiki</a>
    1.41 +	<a href="http://www.slitaz.org/en/doc/cookbook/" class="tag3">Cookbook</a>
    1.42 +	<a href="http://labs.slitaz.org/news" class="tag6">Labs News</a>
    1.43 +	<a href="http://www.slitaz.org/en/doc/handbook/security.html" class="tag5">Security</a>
    1.44 +	<a href="http://www.slitaz.org/en/mailing-list.html" class="tag6">Mailing list</a>
    1.45 +	<a href="http://www.slitaz.org/en/doc/manuals/tazwok.en.html" class="tag5">Tazwok Manual</a>
    1.46 +	<a href="http://www.slitaz.org/en/get/" class="tag7">Get LiveCD</a>
    1.47 +	<a href="http://boot.slitaz.org/" class="tag6">Web Boot</a>
    1.48 +</p>
    1.49 +</div>