website view en/packages/index.php @ rev 819

Change links to new bugtracker
author Claudinei Pereira <claudinei@slitaz.org>
date Thu Apr 14 03:36:49 2011 +0000 (2011-04-14)
parents 111573c244f6
children 57ab199546d7
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="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, Paul Issot"/>
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="../mailing-list.html">Mailing List</a></li>
40 <li><a href="../devel/">Development</a></li>
41 <li><a href="../packages/">Packages</a></li>
42 <li><a href="../artwork/">Artwork</a></li>
43 <li><a href="../search.html">Search</a></li>
44 </ul>
45 </div>
46 <div class="left_box">
47 <ul>
48 <li><a href="../">Headlines</a></li>
49 <li><a href="../about/">About</a></li>
50 <li><a href="../get/">Download</a></li>
51 <li><a href="../asso/">Association</a></li>
52 <li><a href="../doc/">Documentation</a></li>
53 </ul>
54 </div>
55 </div>
56 <!-- Information/image -->
57 <div id="block_info">
58 <h4>Packages</h4>
59 <p>
60 This part of the site allows you to view all of the software
61 packages available on the SliTaz mirror. The pages are
62 automatically updated daily via a cron job. All packages are
63 installable via the package manager Tazpkg using the GUI or
64 the command <code>tazpkg get-install pkgname</code>.
65 </p>
66 <p>
67 Browse the packages web interface:
68 <a href="http://pkgs.slitaz.org/stable/">Stable</a>
69 | <a href="http://pkgs.slitaz.org/cooking/">Cooking</a>
70 </p>
71 </div>
72 </div>
74 <!-- Content -->
75 <div id="content">
77 <div style="text-align: center; margin-bottom: 40px;">
78 <form method="post" action="http://pkgs.slitaz.org/search.cgi">
79 <div class="searchbox">
80 <p>
81 <input type="hidden" name="lang" value="en" />
82 <input type="text" name="query" size="24" style="width: 80%;" />
83 <input type="submit" name="search" value="Search" />
84 </p>
85 </div>
86 Search for:
87 <select name="object">
88 <option value="Package">Package</option>
89 <option value="Desc">Description</option>
90 <option value="Tags">Tags</option>
91 <option value="Depends">Depends</option>
92 <option value="BuildDepends">BuildDepends</option>
93 <option value="File">File</option>
94 <option value="File_list">File list</option>
95 <option value="FileOverlap">common files</option>
96 </select>
97 in
98 <select name="version">
99 <option value="cooking">cooking</option>
100 <option value="stable">stable</option>
101 <option value="2.0">2.0</option>
102 <option value="1.0">1.0</option>
103 </select>
104 </form>
105 </div>
107 <div class="box">
108 <img src="../../images/text.png" alt="text.png" />
109 Raw packages.list:
110 <a href="http://mirror.slitaz.org/packages/stable/packages.list"
111 >Stable</a> |
112 <a href="http://mirror.slitaz.org/packages/cooking/packages.list"
113 >Cooking</a>
114 <img src="../../images/network.png" alt="text.png" />
115 Main mirror:
116 <a href="http://mirror.slitaz.org/packages/"
117 >http://mirror.slitaz.org/packages/</a>
118 </div>
120 <h2>Activity</h2>
122 <?php require_once("../../libs/get-feeds.php"); ?>
124 <div class="activity">
125 <p>
126 <a href="http://hg.slitaz.org/">
127 <img src="../../images/development.png" alt="development.png" /></a>
128 Latest commits in wok
129 <?php get_feed("wok.xml"); ?>
130 </div>
131 <p class="activity_more">
132 <a href="http://hg.slitaz.org/">More commits</a>
133 </p>
134 </div>
136 <h2>Documentation</h2>
137 <p>
138 The SliTaz project provides detailed
139 <a href="http://doc.slitaz.org/">documentation</a>
140 to let you learn how to install and manage packages on your SliTaz
141 GNU/Linux distribution.
142 The <a href="http://forum.slitaz.org/">support forum</a> members
143 will help you in case of trouble and is also the place to request
144 a new package.
145 </p>
147 <!-- End of content -->
148 </div>
150 <!-- Footer -->
151 <div id="footer">
152 Copyright &copy; <span class="year"></span>
153 <a href="http://www.slitaz.org/">SliTaz</a> - Network:
154 <a href="http://scn.slitaz.org/">Community</a>
155 <a href="http://doc.slitaz.org/">Doc</a>
156 <a href="http://forum.slitaz.org/">Forum</a>
157 <a href="http://pkgs.slitaz.org/">Packages</a>
158 <a href="http://bugs.slitaz.org">Bugs</a>
159 <a href="http://hg.slitaz.org/">Hg</a>
160 <p>
161 SliTaz @
162 <a href="http://twitter.com/slitaz">Twitter</a>
163 <a href="http://www.facebook.com/slitaz">Facebook</a>
164 <a href="http://distrowatch.com/slitaz">Distrowatch</a>
165 <a href="http://en.wikipedia.org/wiki/SliTaz">Wikipedia</a>
166 <a href="http://flattr.com/profile/slitaz">Flattr</a>
167 </p>
168 </div>
170 </body>
171 </html>