[php-apt-parser-maint] r12 - /trunk/README

php-apt-parser-maint at lists.alioth.debian.org php-apt-parser-maint at lists.alioth.debian.org
Sat Jun 24 23:55:33 UTC 2006


Author: des-guest
Date: Sat Jun 24 23:55:33 2006
New Revision: 12

URL: http://svn.debian.org/wsvn/php-apt-parser/?sc=1&rev=12
Log:
Added README file with usefull info about usage

Added:
    trunk/README

Added: trunk/README
URL: http://svn.debian.org/wsvn/php-apt-parser/trunk/README?rev=12&op=file
==============================================================================
--- trunk/README (added)
+++ trunk/README Sat Jun 24 23:55:33 2006
@@ -1,0 +1,11 @@
+This script contains functions to parse Debian APT-repository files
+(Packages.gz, Sources.gz) and generate an XHTML summary of them.
+
+Usage:
+ include_once("parse-apt-files.inc");
+ parse_and_list( "Packages.gz", "Sources.gz" );
+
+... or if the repository consist of multiple Packages files:
+
+ include_once("parse-apt-files.inc");
+ parse_and_list( Array("i386/Packages.gz", "powerpc/Packages.gz"), "Sources.gz" );




More information about the php-apt-parser-maint mailing list