wok-6.x view tazpkg-web/stuff/README @ rev 4323

Add: tinypy (Minimalist implementation of Python)
author Christophe Lincoln <pankso@slitaz.org>
date Tue Sep 29 23:48:09 2009 +0200 (2009-09-29)
parents c075da96e08a
children
line source
1 Tazpkg-web - SliTaz Packages Web interface
2 ===============================================================================
5 Tazpkg-web package provides the files, scripts and search engine used for the
6 SliTaz packages web interface. It doesn't depend on the Tazpkg package manager
7 or Tazwok, but needs a wok with a receipt and a packages (*.tazpkg) repository
8 to scan and build the static xHTML pages. Here is a brief overview of the files
9 provided:
12 * html/ : Split xHTML template used to generate the full pages
13 * style/ : CSS stylesheets, pics and favicon
14 * xml/ : RSS template (will be used when merged with tazrss)
15 * search.cgi : CGI search engine using awk, grep, etc (all xHTML hardcoded)
16 * tazpkg-web : Utility which generates the categories and index pages
17 * tazpkg-web.conf : Tazpkg-web utility configuration file
20 Online : http://pkgs.slitaz.org/
23 ===============================================================================