Annotation of rpm2html/rpm2html.config, revision 1.33

1.1       veillard    1: ;
                      2: ; Sample configuration file for rpm2html
                      3: ;
1.33    ! veillard    4: ; $Id: rpm2html.config,v 1.32 2000/10/28 12:16:16 veillard Exp $
1.2       veillard    5: ;
1.1       veillard    6: 
1.3       veillard    7: ; maintainer of the local rpm mirror
1.22      veillard    8: maint=Root
1.3       veillard    9: 
                     10: ; mail for the maintainer
1.22      veillard   11: mail=root@localhost
1.1       veillard   12: 
1.3       veillard   13: ; Directory to store the HTML pages produced
1.22      veillard   14: dir=/home/httpd/html/rpm2html
1.3       veillard   15: 
1.8       veillard   16: ; The relative URL for front pages
1.22      veillard   17: url=/rpm2html
1.20      veillard   18: 
                     19: ; A feedback in the navigation bar
                     20: ;header=mailto:veillard@w3.org Feedback
                     21: 
                     22: ; Link to the help file
1.31      veillard   23: header=http://rpmfind.net/linux/rpm2html/help.html Help
                     24: header=http://rpmfind.net/linux/rpm2html/search.php Search
1.8       veillard   25: 
1.3       veillard   26: ;
1.28      veillard   27: ; Do not dump to disk, just to the database
                     28: ;
1.31      veillard   29: html=true
1.28      veillard   30: rdf=false
                     31: 
                     32: ;
1.3       veillard   33: ; Configuration for an RPM directory
                     34: ;
                     35: ; [The name between brackets is the directory, NEEDED !]
                     36: ; name=A significant name for this mirror, NEEDED !
                     37: ; ftp=The original FTP/HTTP url, NEEDED !
                     38: ; ftpsrc=Where the associated sources are stored
                     39: ; color=Background color for pages
1.22      veillard   40: ; subdir=in which subdir should the HTML be stored
1.8       veillard   41: ; URL can be defined for mirrors the first one is the "local" one
1.26      daniel     42: ; mirror = ftp://rpmfind.net/linux/redhat/redhat-6.1/i386/RedHat/RPMS
                     43: ; mirror = ftp://ftp.redhat.com/pub/redhat/redhat-6.1/i386/RedHat/RPMS
1.3       veillard   44: ;
1.28      veillard   45: [/usr/src/redhat/RPMS]
                     46: name=Locally compiled packages
                     47: color=#e0e0ff
                     48: subdir=compiled
                     49: ftp=file:///usr/src/redhat/RPMS
                     50: ftpsrc=file:///usr/src/redhat/SRPMS
                     51: 
1.33    ! veillard   52: ;[localbase]
        !            53: ;name=Installed RPMs in default base
        !            54: ;color=#e0ffe0
        !            55: ;subdir=local
        !            56: ;ftp=ftp://ftp.redhat.com/pub/redhat/redhat-6.2/i386/RedHat/RPMS
        !            57: ;ftpsrc=ftp://ftp.redhat.com/pub/redhat/redhat-6.2/SRPMS
1.30      veillard   58: 
1.32      veillard   59: ;[/gnome/RDF]
                     60: ;name=RDF base of remote packages
                     61: ;color=#e0ff30
                     62: ;subdir=remote
                     63: ;ftp=ftp://linux.inrialpes.fr/linux
                     64: ;mirror=ftp://rpmfind.net/linux
1.30      veillard   65: 
                     66: [/mnt/cdrom]
                     67: name=Content of CD-ROM
                     68: color=#ffe0ff
                     69: subdir=cdrom
                     70: ftp=file:/mnt/cdrom
                     71: tree=true
1.22      veillard   72: 
1.3       veillard   73: 

Webmaster