[php-apt-parser-maint] r19 - /branches/des/examples/config.ini

php-apt-parser-maint at lists.alioth.debian.org php-apt-parser-maint at lists.alioth.debian.org
Sun Jul 2 20:34:21 UTC 2006


Author: des-guest
Date: Sun Jul  2 20:34:20 2006
New Revision: 19

URL: http://svn.debian.org/wsvn/php-apt-parser/?sc=1&rev=19
Log:
Added example configuration file.

Added:
    branches/des/examples/config.ini

Added: branches/des/examples/config.ini
URL: http://svn.debian.org/wsvn/php-apt-parser/branches/des/examples/config.ini?rev=19&op=file
==============================================================================
--- branches/des/examples/config.ini (added)
+++ branches/des/examples/config.ini Sun Jul  2 20:34:20 2006
@@ -1,0 +1,33 @@
+; Config file for packages.cgi
+
+
+;General section
+;base_path  absolute path, all other paths are relative to this
+base_path=/home/user/public_html/debian/
+;base_url  url used in apt/sources.list for your archive
+base_url="http://example.com/~user/debian/"
+
+;each section represents a ditribution
+[unstable]
+;packages_dir  relative to the base_path, this is where the sections are
+packages_dir=dists/unstable
+;sections  this are the sections under this distribution
+sections=main,contrib,non-free
+;changes_dir  this is where the .changes for this distribution are stored
+changes_dir=dists/unstable/installed
+;buildlogs_dir  this is where the build logs are stored
+buildlogs_dir=build_logs
+;arch  architecture for this distribution entry (if missing i386)
+;arch=i386
+
+[testing]
+packages_dir=dists/testing
+sections=main,contrib,non-free
+changes_dir=dists/testing/installed
+buildlogs_dir=build_logs
+
+[stable]
+packages_dir=dists/stable
+sections=main,contrib,non-free
+changes_dir=dists/stable/installed
+buildlogs_dir=build_logs




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