slitaz-dev-tools view tazpkg-web/README @ rev 310

makegraphs: tune cpuinfo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jan 15 08:08:28 2021 +0000 (2021-01-15)
parents
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 ===============================================================================