Annotation of rpm2html/index.html, revision 1.55

1.53      daniel      1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
                      2:                       "http://www.w3.org/TR/REC-html40/loose.dtd">
1.31      veillard    3: <html>
                      4: <head>
1.53      daniel      5:   <title>rpm2html : a generator of Web pages for RPM packages</title>
                      6:   <meta http-equiv="Content-Type" content="text/html">
1.31      veillard    7: </head>
1.53      daniel      8: 
1.31      veillard    9: <body bgcolor="#FFFFFF">
1.53      daniel     10: <h1 align="center">rpm2html : a generator of <a
                     11: href="http://www.w3.org/">Web</a> pages for <a
                     12: href="http://www.rpm.org/">RPM</a> packages</h1>
                     13: 
                     14: <p><b>rpm2html</b> automatically generates Web pages describing a set of <a
1.31      veillard   15: href="http://www.rpm.org/">RPM</a> packages. Preliminary results obtained by
1.53      daniel     16: running it on a local mirror of the Redhat distribution and the RedHat contrib
                     17: directores are available. SuSE-5.1 RPM packages have been added as well as
1.31      veillard   18: XFree86 updates from SuSE, especially useful for the new chipsets. I added
                     19: also OpenLinux Lite 1.1.1 to the list of dristribution, and added warning when
1.43      veillard   20: a package doesn't provide a correct set of resources.</p>
1.53      daniel     21: 
                     22: <p>The goals of rpm2html are also to identify the dependencies between various
1.31      veillard   23: packages and to find the package(s) providing the resources needed to install
                     24: a given package. Every package is analyzed to retrieve its dependencies and
                     25: the resources it offers. These relationships are expressed using hyperlinks in
                     26: the generated pages. Finding the package providing the resource you need is
                     27: just a matter of a few clicks!</p>
1.53      daniel     28: 
1.54      veillard   29: <p>Rpm2html supports <a href="http://www.w3.org/Metadata/">RDF </a>encoding
                     30: and decoding of RPM metadata. The rationale is to provide metadata information
                     31: for RPM packages on a large scale and use them to automate searching,
                     32: installing and upgrade linux packages.</p>
                     33: 
1.55    ! veillard   34: <p><strong>rpmfind</strong> is a tool reusing the <a
        !            35: href="http://rpmfind.net/linux/RDF/">RDF metadata database</a> to automate
        !            36: searching, resolving dependancies and to autoupgrade RPM based setups, check
        !            37: <a href="rpmfind.html">rpmfind specific page</a></p>
        !            38: 
        !            39: <p><strong>rpmfind.net</strong> and <strong>fr.rpmfind.net</strong> are two <a
        !            40: href="http://rpmfind.net/">servers</a> I maintain providing the base services
        !            41: needed for rpmfind tool. There are <a href="mirrors.html">mirrors</a> and
        !            42: independant servers worldwide</p>
1.54      veillard   43: 
                     44: <p>Rpm2html and rpmfind are free software released under the <a
                     45: href="http://www.w3.org/Consortium/Legal/copyright-software.html">W3C IPR</a>
                     46: which is compatible with the Gnu Public Licence.</p>
1.53      daniel     47: 
1.54      veillard   48: <p><a href="/linux/RPM">Have a look at the result of the indexing</a> for
                     49: various platforms and distributions</p>
1.53      daniel     50: 
                     51: <p>If you like it, <a href="/linux/rpm2html/mirror.html">build your
                     52: own</a>!</p>
                     53: If you think I'm missing a major RPM based distribution, <a
                     54: href="mailto:veillard@w3.org">let me know</a> !
                     55: 
                     56: <p>Daniel</p>
1.49      daniel     57: A
1.31      veillard   58: 
1.33      veillard   59: <center>
1.53      daniel     60: <p><font color="#3366FF">[ </font><font color="#000000"> Home </font><font
                     61: color="#3366FF"> | <a href="news.html">News</a> | <a
                     62: href="http://rpmfind.net/linux/RPM/">Try it !</a> | <a
                     63: href="docs.html">Docs</a> | <a href="help.html">Help</a> | <a
                     64: href="mirrors.html">Mirrors</a> | <a href="download.html">Download</a>
1.37      veillard   65: ]</font></p>
1.53      daniel     66: 
                     67: <p><font color="#3366FF">[ <a href="rpmfind.html">Rpmfind</a> | <a
                     68: href="faq.html">FAQ</a> | <a href="history.html">History</a> | <a
                     69: href="license.html">License</a> | <a href="messages/">Archive</a> | <a
                     70: href="feedback.html">Feedback</a> | <a href="links.html">Links</a>
1.37      veillard   71: ]</font></p>
1.53      daniel     72: <address>
1.54      veillard   73:   <a href="mailto:veillard@w3.org">Daniel Veillard</a> 
1.53      daniel     74: </address>
1.36      veillard   75: 
1.53      daniel     76: <p><a href="http://validator.w3.org/"><img
                     77: src="http://validator.w3.org/images/vh40.gif" alt="Valid HTML 4.0!" border="0"
                     78: height="31" width="88"></a></p>
1.35      veillard   79: 
1.55    ! veillard   80: <p>$Id: index.html,v 1.54 2000/07/03 11:11:39 veillard Exp $</p>
1.33      veillard   81: </center>
1.31      veillard   82: </body>
                     83: </html>

Webmaster