[php-apt-parser-maint] r17 - in /branches/des: ChangeLog README

php-apt-parser-maint at lists.alioth.debian.org php-apt-parser-maint at lists.alioth.debian.org
Sun Jun 25 01:24:49 UTC 2006


Author: des-guest
Date: Sun Jun 25 01:24:48 2006
New Revision: 17

URL: http://svn.debian.org/wsvn/php-apt-parser/?sc=1&rev=17
Log:
Aesthetic changes:
 ChangeLog - replace extra \t's in indentation, replace by spaces
 README - wrap a line to make it consistent with others

Modified:
    branches/des/ChangeLog
    branches/des/README

Modified: branches/des/ChangeLog
URL: http://svn.debian.org/wsvn/php-apt-parser/branches/des/ChangeLog?rev=17&op=diff
==============================================================================
--- branches/des/ChangeLog (original)
+++ branches/des/ChangeLog Sun Jun 25 01:24:48 2006
@@ -6,32 +6,32 @@
 	  Viano copyright notice
 	* parse-apt-files.inc: 
 	  - bring file up to date, 
-		- removed all that (now) redundant info
+	  - removed all that (now) redundant info
 	* examples/: 
 	  - added example packages.cgi
 	  - added example packages.css
 
-2006-04-27, Damián Viano <debian at damianv.com.ar.>, 1.2.9:
+2006-04-27, Damián Viano <debian at damianv.com.ar>, 1.2.9:
 	* parse-apt-files.inc: 
-		- added span, and class declarations for css, also removed hardcoded
-		  formating
+	  - added span, and class declarations for css, also removed hardcoded
+	    formating
 	  - improved html formating
 
 2006-04-26, Damián Viano <debian at damianv.com.ar.>, 1.2.8:
 	* parse-apt-files.inc: 
-		- added support for a $base_url global to make links absolutes, useful
-		  when runned as cgi
-		- smart striping absolute paths from changes and buildlog files based on
-		  $base_url
-		- fix typo in parsing that messed descriptions with two spaces in the
-		  beggining of a description line
+	  - added support for a $base_url global to make links absolutes, useful
+	    when runned as cgi
+	  - smart striping absolute paths from changes and buildlog files based on
+	    $base_url
+	  - fix typo in parsing that messed descriptions with two spaces in the
+	    beggining of a description line
 
 2006-01-04, Daniel Leidert <daniel.leidert at wgdd.de>, 1.2.7:
 	* parse-apt-files.inc: 
-		- when searching for .changes and .build files, the search failed, if
-			version number contained x:up_ver-deb_ver (e.g.  3:3.0.5-1). We now
-			remove a leading 'x:' from the version number and finally find our
-			files.
+	  - when searching for .changes and .build files, the search failed, if
+	  	version number contained x:up_ver-deb_ver (e.g.  3:3.0.5-1). We now
+	  	remove a leading 'x:' from the version number and finally find our
+	  	files.
 
 2005-09-21, Daniel Leidert <daniel.leidert at wgdd.de>, 1.2.6:
 	* parse-apt-files.inc: 
@@ -48,8 +48,8 @@
 
 2005-06-18, Daniel Leidert <daniel.leidert at wgdd.de>, 1.2.3:
 	* parse-apt-files.inc: 
-		- links to .build files can be included in overview (found similiar to
-		  .changes files)
+	  - links to .build files can be included in overview (found similiar to
+	    .changes files)
 
 2005-06-08, Daniel Leidert <daniel.leidert at wgdd.de>, 1.2.2:
 	* parse-apt-files.inc: 

Modified: branches/des/README
URL: http://svn.debian.org/wsvn/php-apt-parser/branches/des/README?rev=17&op=diff
==============================================================================
--- branches/des/README (original)
+++ branches/des/README Sun Jun 25 01:24:48 2006
@@ -8,7 +8,10 @@
 ... 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" );
+ parse_and_list( 
+     Array("i386/Packages.gz", 
+           "powerpc/Packages.gz"), 
+     "Sources.gz" );
 
 ... or especially for debarchiver:
 




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