Annotation of rpm2html/RDF.exmple, revision 1.4

1.1       httpng      1: <?XML version="1.0">
1.4     ! veillard    2: <?namespace href ="http://www.imag.fr/TR/WD-rdf-syntax#/" AS = "RDF"?>
1.1       httpng      3: <?namespace href ="http://www.rpm.org/" AS = "RPM"?>
                      4: <RDF:RDF>
                      5: <RDF:Description RDF:HREF="ftp://ftp.redhat.com/pub/contrib/i386/rpm2html-0.90-1.i386.rpm">
                      6: <RPM:Name>rpm2html</RPM:Name>
                      7:     <RPM:Version>0.90</RPM:Version>
                      8:     <RPM:Release>1</RPM:Release>
                      9:     <RPM:Distribution>Unknown</RPM:Distribution>
                     10:     <RPM:Vendor>Daniel Veillard</RPM:Vendor>
1.2       httpng     11:     <RPM:Size>ldDate</RPM:Size>
1.3       daniel     12:     <RPM:URL>http://rpmfind.net/linux/rpm2html/</RPM:URL>
1.1       httpng     13:     <RPM:BuildDate>Sun Mar 29 19:44:53 EST 1998</RPM:BuildDate>
1.3       daniel     14:     <RPM:BuildHost>rpmfind.net</RPM:BuildHost>
1.2       httpng     15:     <RPM:Group>X11/Applications</RPM:Group>
1.1       httpng     16:     <RPM:Packager>Daniel Veillard</RPM:Packager>
                     17:     <RPM:Summary>Translates rpm database into html info</RPM:Summary>
                     18:     <RPM:Sources>Translates rpm database into html info</RPM:Sources>
                     19:     <RPM:Description>
                     20: Rpm2html tries to solve 2 big problems one face when
                     21: grabbing a RPM package from a mirror on the net and trying to
                     22: install it:
                     23: 
                     24:    - it gives more information than just the filename before
                     25:      installing the package.
                     26:    - it tries to solve the dependancy problem by analyzing all
                     27:      the Provides and Requires of the set of RPMs. It shows the
                     28:      cross references by the way of hypertext links.
                     29: 
                     30:     </RPM:Description>
                     31:     <RPM:Provides>
                     32:         <RDF:Bag>
                     33:            <RPM:Resource>rpm2html</RPM:Resource>
                     34:         </RDF:Bag>
                     35:     </RPM:Provides>
                     36:     <RPM:Requires>
                     37:         <RDF:Bag>
                     38:            <RPM:Resource>libz.so.1</RPM:Resource>
                     39:            <RPM:Resource>libdb.so.2</RPM:Resource>
                     40:            <RPM:Resource>libc.so.6</RPM:Resource>
                     41:            <RPM:Resource>ld-linux.so.2</RPM:Resource>
                     42:         </RDF:Bag>
                     43:     </RPM:Requires>
                     44:     <RPM:Files>
                     45: /etc/rpm2html.config
                     46: /usr/bin
                     47: /usr/bin/rpm2html
                     48: /usr/doc/rpm2html-0.85
                     49: /usr/doc/rpm2html-0.85/CHANGES
                     50: /usr/doc/rpm2html-0.85/COPYING
                     51: /usr/doc/rpm2html-0.85/PRINCIPLES
                     52: /usr/doc/rpm2html-0.85/README
                     53: /usr/doc/rpm2html-0.85/TODO
                     54: /usr/doc/rpm2html-0.85/config.small
                     55: /usr/man/man1/rpm2html.1
                     56: /usr/share/rpm2html/msg.de
                     57: /usr/share/rpm2html/msg.es
                     58: /usr/share/rpm2html/msg.fr
                     59:     </RPM:Files>
                     60:   </RDF:Description>
                     61: </RDF:RDF>
                     62: 

Webmaster