distromatic/distromatic.conf
2011-04-27 21:50:52 +02:00

63 lines
1.8 KiB
Plaintext

#
# Sample configuration file for distromatic
#
# Copyright (c) 2004-2007 by Silvan Calarco <silvan.calarco@mambasoft.it>
# Copyright (c) 2006 by Davide Madrisan <davide.madrisan@gmail.com>
#[defaults]
#HTML_BASEDIR = /var/www/html/distromatic/
#DISTRIBUTION_NAME = openmamba
#
# URL_ADDRESS:
# the website address eg.:
# URL_ADDRESS="www.openmamba.org"
#
#URL_ADDRESS="www.openmamba.org"
#
# URL_PREFIX:
# a prefix string to be appended before any internal link
# for PostNuke you can just uncomment the following:
#
# URL_PREFIX="<? echo($BASEURL) ?>&amp;"
#
# for Apache with SSI use the following:
URL_PREFIX="/distromatic/index.html?"
#
# URL_DIR:
# the directory to be used to reach distromatic HTML dir from outside
# e.g.
# URL_DIR="/pub/openmambadistromatic"
#
#
# ARCHS:
# the list of architectures to consider by default for repository
# (default: ARCHS=i586)
#
#ARCHS = i586
#[maintainers]
# put maintainer list with aliases here
#silvan="Silvan Calarco <silvan.calarco@mambasoft.it>" "Silvan <silvan@example.com>"
#[devel]
#DESCRIPTION = "openmamba development repository"
#REPOSITORY_DIR = /var/ftp/pub/openmamba/devel/
#DOWNLOAD_PREFIX="http://www.example.org/pub/openmamba/devel/"
#ARCHS = i586 ppc
#[devel-contrib]
#DESCRIPTION = "openmamba development contributions"
#REPOSITORY_DIR = /var/ftp/pub/openmamnba/devel/
#ALT_REPOSITORY_DIR = /var/ftp/pub/openmamba/devel-contrib/
#DOWNLOAD_PREFIX = "http://www.example.org/pub/openmamba/devel-contrib/"
#ARCHS = i586
#[stable/1.0]
#DESCRIPTION = "openmamba 1.0 stable repository"
#REPOSITORY_DIR = /var/ftp/pub/openmamba/stable/1.0/
#[stable/1.0/updates]
#DESCRIPTION = "openmamba 1.0 updates repository"
#REPOSITORY_DIR = /var/ftp/pub/openmamba/stable/1.0/
#ALT_REPOSITORY_DIR = /var/ftp/pub/openmamba/stable/1.0/updates/