Annotation of rpm2html/rpm2html.config, revision 1.30

1.1       veillard    1: ;
                      2: ; Sample configuration file for rpm2html
                      3: ;
1.30    ! veillard    4: ; $Id: rpm2html.config,v 1.29 2000/07/24 18:46:31 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 search engine in the navigation bar
1.21      veillard   23: ; header=search.html Search
1.20      veillard   24: 
                     25: ; Link to the help file
                     26: header=help.html Help
1.8       veillard   27: 
1.3       veillard   28: ;
1.28      veillard   29: ; Do not dump to disk, just to the database
                     30: ;
                     31: html=false
                     32: rdf=false
                     33: 
                     34: ;
1.3       veillard   35: ; Configuration for an RPM directory
                     36: ;
                     37: ; [The name between brackets is the directory, NEEDED !]
                     38: ; name=A significant name for this mirror, NEEDED !
                     39: ; ftp=The original FTP/HTTP url, NEEDED !
                     40: ; ftpsrc=Where the associated sources are stored
                     41: ; color=Background color for pages
1.22      veillard   42: ; subdir=in which subdir should the HTML be stored
1.8       veillard   43: ; URL can be defined for mirrors the first one is the "local" one
1.26      daniel     44: ; mirror = ftp://rpmfind.net/linux/redhat/redhat-6.1/i386/RedHat/RPMS
                     45: ; mirror = ftp://ftp.redhat.com/pub/redhat/redhat-6.1/i386/RedHat/RPMS
1.3       veillard   46: ;
1.28      veillard   47: [/usr/src/redhat/RPMS]
                     48: name=Locally compiled packages
                     49: color=#e0e0ff
                     50: subdir=compiled
                     51: ftp=file:///usr/src/redhat/RPMS
                     52: ftpsrc=file:///usr/src/redhat/SRPMS
                     53: 
1.30    ! veillard   54: [localbase]
        !            55: name=Installed RPMs in default base
        !            56: color=#e0ffe0
        !            57: subdir=local
        !            58: ftp=ftp://ftp.redhat.com/pub/redhat/redhat-6.1/i386/RedHat/RPMS
        !            59: ftpsrc=ftp://ftp.redhat.com/pub/redhat/redhat-6.1/SRPMS
        !            60: 
        !            61: [/gnome/RDF]
        !            62: name=RDF base of remote packages
        !            63: color=#e0ff30
        !            64: subdir=remote
        !            65: ftp=ftp://linux.inrialpes.fr/linux
        !            66: mirror=ftp://rpmfind.net/linux
        !            67: 
        !            68: [/mnt/cdrom]
        !            69: name=Content of CD-ROM
        !            70: color=#ffe0ff
        !            71: subdir=cdrom
        !            72: ftp=file:/mnt/cdrom
        !            73: tree=true
1.22      veillard   74: 
1.3       veillard   75: 

Webmaster