[php-apt-parser-maint] r13 - in /trunk: ChangeLog parse-apt-files.inc

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


Author: des-guest
Date: Sat Jun 24 23:58:51 2006
New Revision: 13

URL: http://svn.debian.org/wsvn/php-apt-parser/?sc=1&rev=13
Log:
Added ChangeLog file and removed the (now) redundant info from parse-apt-files.inc itself.

Added:
    trunk/ChangeLog
Modified:
    trunk/parse-apt-files.inc

Added: trunk/ChangeLog
URL: http://svn.debian.org/wsvn/php-apt-parser/trunk/ChangeLog?rev=13&op=file
==============================================================================
--- trunk/ChangeLog (added)
+++ trunk/ChangeLog Sat Jun 24 23:58:51 2006
@@ -1,0 +1,19 @@
+2006-06-24  Damián Viano  <debian at damianv.com.ar>
+	* README: added info from parse-apt-files.inc
+	* ChangeLog: added entries from parse-apt-files.inc
+	* LICENSE: added MIT license, and Jarno Elonen copyright notice
+	* parse-apt-files.inc: removed all that (now) redundant info
+
+2004-10-17  Jarno Elonen  <elonen at debian.org>
+	Version 1.2
+	* parse-apt-files.inc: 
+	  - search for .changes file and print a link if possible
+	  - support for non-compressed Packages and Sources files
+
+2004-08-09  Jarno Elonen  <elonen at debian.org>
+	Version 1.1
+	* parse-apt-files.inc: 
+	  - added support for multiple architectures (thanks to  Djoumé Salvetti)
+	  - added support for multiple versions of the same package
+	  - changed link_aware_htmlize() to accept all sorts of URLs, not just HTTP
+	  - simplified the code here and there

Modified: trunk/parse-apt-files.inc
URL: http://svn.debian.org/wsvn/php-apt-parser/trunk/parse-apt-files.inc?rev=13&op=diff
==============================================================================
--- trunk/parse-apt-files.inc (original)
+++ trunk/parse-apt-files.inc Sat Jun 24 23:58:51 2006
@@ -6,33 +6,6 @@
     // (Packages.gz, Sources.gz) and generate an XHTML summary of them.
     //
     // Written by Jarno Elonen in 2003, 2004
-    // Released into Public Domain without any warranties.
-    //
-    // 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" );
-    //
-    //
-    // Changelog
-    //
-    //    2004-08-09, Jarno Elonen <elonen at debian.org>:
-    //        + version 1.1
-    //        + added support for multiple architectures (thanks to  Djoumé Salvetti)
-    //        + added support for multiple versions of the same package
-    //        + changed link_aware_htmlize() to accept all sorts of URLs, not just HTTP
-    //        + simplified the code here and there
-    //
-    //    2004-10-17, Jarno Elonen <elonen at debian.org>:
-    //        + version 1.2
-    //        + search for .changes file and print a link if possible
-    //        + support for non-compressed Packages and Sources files
-    //
     //////////////////////////////////////////////////////////////////
 
     // Parse Packages.gz or Sources.gz file and return an array of format




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