File:  [Public] / rpm2html / rpm2html.config
Revision 1.34: download - view: text, annotated - select for diffs
Wed Feb 21 18:45:34 2001 UTC (23 years, 3 months ago) by veillard
Branches: MAIN
CVS tags: HEAD
Update, daniel

;
; Sample configuration file for rpm2html
;
; $Id: rpm2html.config,v 1.34 2001/02/21 18:45:34 veillard Exp $
;

; maintainer of the local rpm mirror
maint=Root

; mail for the maintainer
mail=root@localhost

; Directory to store the HTML pages produced
dir=/home/httpd/html/rpm2html

; The relative URL for front pages
url=/rpm2html

; A feedback in the navigation bar
;header=mailto:Daniel.Veillard@imag.fr Feedback

; Link to the help file
header=http://rpmfind.net/linux/rpm2html/help.html Help
header=http://rpmfind.net/linux/rpm2html/search.php Search

;
; Do not dump to disk, just to the database
;
html=true
rdf=false

;
; Configuration for an RPM directory
;
; [The name between brackets is the directory, NEEDED !]
; name=A significant name for this mirror, NEEDED !
; ftp=The original FTP/HTTP url, NEEDED !
; ftpsrc=Where the associated sources are stored
; color=Background color for pages
; subdir=in which subdir should the HTML be stored
; URL can be defined for mirrors the first one is the "local" one
; mirror = ftp://rpmfind.net/linux/redhat/redhat-6.1/i386/RedHat/RPMS
; mirror = ftp://ftp.redhat.com/pub/redhat/redhat-6.1/i386/RedHat/RPMS
;
[/usr/src/redhat/RPMS]
name=Locally compiled packages
color=#e0e0ff
subdir=compiled
ftp=file:///usr/src/redhat/RPMS
ftpsrc=file:///usr/src/redhat/SRPMS

;[localbase]
;name=Installed RPMs in default base
;color=#e0ffe0
;subdir=local
;ftp=ftp://ftp.redhat.com/pub/redhat/redhat-6.2/i386/RedHat/RPMS
;ftpsrc=ftp://ftp.redhat.com/pub/redhat/redhat-6.2/SRPMS

;[/gnome/RDF]
;name=RDF base of remote packages
;color=#e0ff30
;subdir=remote
;ftp=ftp://linux.inrialpes.fr/linux
;mirror=ftp://rpmfind.net/linux

[/mnt/cdrom]
name=Content of CD-ROM
color=#ffe0ff
subdir=cdrom
ftp=file:/mnt/cdrom
tree=true



Webmaster