File:  [Public] / rpm2html / rpm2html.config
Revision 1.30: download - view: text, annotated - select for diffs
Tue Jul 25 18:20:35 2000 UTC (23 years, 10 months ago) by veillard
Branches: MAIN
CVS tags: HEAD
Fixed/upgraded the RDF API code from rpmfind, added a MIRROR TODO list, Daniel

;
; Sample configuration file for rpm2html
;
; $Id: rpm2html.config,v 1.30 2000/07/25 18:20:35 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:veillard@w3.org Feedback

; Link to the search engine in the navigation bar
; header=search.html Search

; Link to the help file
header=help.html Help

;
; Do not dump to disk, just to the database
;
html=false
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.1/i386/RedHat/RPMS
ftpsrc=ftp://ftp.redhat.com/pub/redhat/redhat-6.1/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