website view en/packages/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 - Packages</title>
6 <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
7 <meta name="description" content="SliTaz GNU/Linux LiveCD packages" />
8 <meta name="keywords" lang="en" content="package, tazpkg" />
9 <meta name="author" content="Christophe Lincoln, Paul Issot"/>
10 <?php include("../../lib/html/meta-link.html"); ?>
11 </head>
12 <body>
14 <?php include("../../lib/html/header.html"); ?>
16 <!-- Block -->
17 <div id="block">
18 <?php include("../../lib/html/nav.en.html"); ?>
19 <!-- Information/image -->
20 <div id="block_info">
21 <h4>Packages</h4>
22 <p>
23 This part of the site allows you to view all of the software
24 packages available on the SliTaz mirror. The pages are
25 automatically updated daily via a cron job. All packages are
26 installable via the package manager Tazpkg using the GUI or
27 the command <code>tazpkg get-install pkgname</code>.
28 </p>
29 <p>
30 Browse the packages web interface:
31 <a href="http://pkgs.slitaz.org/stable/">Stable</a>
32 | <a href="http://pkgs.slitaz.org/cooking/">Cooking</a>
33 </p>
34 </div>
35 </div>
37 <!-- Content -->
38 <div id="content">
40 <div style="text-align: center; margin-bottom: 40px;">
41 <form method="post" action="http://pkgs.slitaz.org/search.cgi">
42 <div class="searchbox">
43 <p>
44 <input type="hidden" name="lang" value="en" />
45 <input type="text" name="query" size="24" style="width: 80%;" />
46 <input type="submit" name="search" value="Search" />
47 </p>
48 </div>
49 Search for:
50 <select name="object">
51 <option value="Package">Package</option>
52 <option value="Desc">Description</option>
53 <option value="Tags">Tags</option>
54 <option value="Depends">Depends</option>
55 <option value="BuildDepends">BuildDepends</option>
56 <option value="File">File</option>
57 <option value="File_list">File list</option>
58 <option value="FileOverlap">common files</option>
59 </select>
60 in
61 <select name="version">
62 <option value="cooking">cooking</option>
63 <option value="stable">stable</option>
64 <option value="2.0">2.0</option>
65 <option value="1.0">1.0</option>
66 </select>
67 </form>
68 </div>
70 <div class="box">
71 <img src="../../images/text.png" alt="text.png" />
72 Raw packages.list:
73 <a href="http://mirror.slitaz.org/packages/stable/packages.list"
74 >Stable</a> |
75 <a href="http://mirror.slitaz.org/packages/cooking/packages.list"
76 >Cooking</a>
77 <img src="../../images/network.png" alt="text.png" />
78 Main mirror:
79 <a href="http://mirror.slitaz.org/packages/"
80 >http://mirror.slitaz.org/packages/</a>
81 </div>
83 <h2>Activity</h2>
85 <?php require_once("../../lib/get-feeds.php"); ?>
87 <div class="activity">
88 <p>
89 <a href="http://hg.slitaz.org/"><img
90 src="/images/development.png" alt="[ Devel ]" /></a>
91 Latest commits in wok
92 <?php get_feed("wok.xml"); ?>
93 </div>
94 <p class="activity_more">
95 <a href="http://hg.slitaz.org/">More commits</a>
96 </p>
97 </div>
99 <h2>Documentation</h2>
100 <p>
101 The SliTaz project provides detailed
102 <a href="http://doc.slitaz.org/">documentation</a>
103 to let you learn how to install and manage packages on your SliTaz
104 GNU/Linux distribution.
105 The <a href="http://forum.slitaz.org/">support forum</a> members
106 will help you in case of trouble and is also the place to request
107 a new package.
108 </p>
110 <!-- End of content -->
111 </div>
113 <?php include("../../lib/html/footer.html"); ?>
115 </body>
116 </html>