# $Id: zipporc,v 1.7 2002/05/19 14:52:08 richdawe Exp $
#
# zipporc
# Default configuration file for zippo
# Written by Richard Dawe <richdawe@bigfoot.com>
#
# This file was automatically created by zippo's '--initdb' option. Please
# edit this file appropriately.
#
# Hashes are comments. Blank lines are ignored. The syntax is similar to
# English phrases as possible (inspired by fetchmail).
#
# @xxx@ denoted a special substitution for 'xxx'. If 'xxx' is not an internal
# substitution then the environment variable of the same name is used. The
# following substitutions are special:
#
#     @ZIPPO-ROOT@, @ZIPPO-DOWNLOAD@
#
# @ZIPPO-ROOT@ should be used rather than @DJDIR@. @ZIPPO-ROOT@ will be set
# to @DJDIR@ unless overriden with the '--root' command-line option.
#
# @ZIPPO-DOWNLOAD@ will be expanded automatically to the place configured
# using the 'download' directive.
#
# All special substitutions will be terminated with a forward slash '/'.
#
# Case is important in this file! All statements should be lowercase, but
# user values should be in their normal case (e.g. paths). This file
# should only contain absolute paths or the current directory '.'.

# Set these to the paths that zippo should look for manifest and DSM files.
# Leave these alone, unless you know what you are doing!
#
installed mft from @ZIPPO-ROOT@manifest
installed dsm from @ZIPPO-ROOT@share/zippo/db
available dsm from .,@ZIPPO-ROOT@share/zippo/db-avail

# Set these to the paths that zippo should look for packages.
# Leave these alone, unless you know what you are doing!
#
zip from .,@ZIPPO-DOWNLOAD@
tar-gzip from .,@ZIPPO-DOWNLOAD@
tar-bzip2 from .,@ZIPPO-DOWNLOAD@

# Set these to HTTP and FTP proxies used at your site. If you leave them
# like this, zippo will use the settings from the environment variables
# 'http_proxy' and 'ftp_proxy'.
#
proxy http using @http_proxy@
proxy ftp using @ftp_proxy@

# To use fixed lists of FTP and HTTP mirrors, rather than selecting from
# a list of all Simtel.NET mirrors, uncomment and change these lines.
# HTTP is preferred to FTP. These URLs must include the path to the base
# of the DJGPP archive. E.g.:
#
# http from http://sunsite.org.uk/packages/simtelnet/gnu/djgpp/
# ftp from ftp://sunsite.org.uk/packages/simtelnet/gnu/djgpp/

# Uncomment and change this line to the country domain name that you want
# to use for FTP and HTTP downloads. If 'ftp' and 'http' aren't configured,
# then a list of FTP and HTTP mirrors will be obtained from
# the list of all Simtel.NET mirrors.
#
# If 'location' is not configured, then the main Simtel.NET site
# will be used. Please set 'location', to use a mirror site!
#
#location is uk
