Annotation of rpm2html/index.html, revision 1.36

1.31      veillard    1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
                      2: <html>
                      3: <head>
                      4: <title>
                      5: rpm2html : a generator of Web pages for RPM packages</title>
                      6: </head>
                      7: <body bgcolor="#FFFFFF">
                      8: 
1.35      veillard    9: <h1 align="center">rpm2html : a generator of
                     10: <a href="http://www.w3.org/">Web</a> pages for
1.31      veillard   11: <a href="http://www.rpm.org/">RPM</a> packages</h1>
                     12: 
                     13: <b>rpm2html</b> automatically generate Web pages describing a set of <a
                     14: href="http://www.rpm.org/">RPM</a> packages. Preliminary results obtained by
                     15: running it on a local mirror of Redhat distribution and the RedHat contrib
                     16: directores are available. SuSE-5.1 RPM packages have been added as well a
                     17: XFree86 updates from SuSE, especially useful for the new chipsets. I added
                     18: also OpenLinux Lite 1.1.1 to the list of dristribution, and added warning when
                     19: a package doesn't provide a correct set of resources.
                     20: <p>
                     21: The goals of rpm2html are also to identify the dependencies between various
                     22: packages and to find the package(s) providing the resources needed to install
                     23: a given package. Every package is analyzed to retrieve its dependencies and
                     24: the resources it offers. These relationships are expressed using hyperlinks in
                     25: the generated pages. Finding the package providing the resource you need is
                     26: just a matter of a few clicks!</p>
                     27: <p>
                     28: The ultimate commodity is ensured by indexing this set of pages, allowing the
                     29: user to find instantaneously the package(s) providing any given functionality
                     30: (as long as the package maintainer has properly commented the RPM).</p>
                     31: <p>
                     32: Rpm2html now support <a href="http://www.w3.org/Metadata/">RDF </a>encoding
                     33: and decoding of RPM metadata. The long term goal is to provide metadata
                     34: information for RPM packages on a large scale and use them to automate
1.32      veillard   35: searching, installing and upgrade linux packages.</p>
1.35      veillard   36: <p>
                     37: Rpm2html is free software, released under the GPL License.</p>
1.31      veillard   38: 
1.35      veillard   39: <p>
                     40: <a href="/linux/RPM">Try the result of indexing</a> approximately
                     41: 8500 RPM packages for various platforms and distributions</p>
1.31      veillard   42: 
1.35      veillard   43: <p>
                     44: If you like it, <a href="/linux/RPM">build your own !</a>.</p>
1.31      veillard   45: 
1.35      veillard   46: <p>
                     47: Daniel</p>
1.31      veillard   48: 
1.33      veillard   49: <center>
1.34      httpng     50: <font color="#3366FF">[
                     51: </font><font color="#000000">
                     52: Home
1.36    ! veillard   53: </font><font color="#3366FF"> |
1.34      httpng     54: <a href="news.html">News</a> |
                     55: <a href="http://rufus.w3.org/linux/RPM/">Try it !</a> |
                     56: <a href="docs.html">Docs</a> |
                     57: <a href="help.html">Help</a> |
                     58: <a href="mirrors.html">Mirrors</a> |
                     59: <a href="download.html">Download</a>
1.36    ! veillard   60: ]</font>
        !            61: 
1.34      httpng     62: <font color="#3366FF">[
1.35      veillard   63: <a href="history.html">History</a> |
                     64: <a href="license.html">License</a> |
1.34      httpng     65: <a href="messages/">Archive</a> |
                     66: <a href="feedback.html">Feedback</a> |
1.35      veillard   67: <a href="links.html">Links</a>
1.36    ! veillard   68: ]</font>
        !            69: 
1.31      veillard   70: <address>
1.33      veillard   71: <a href="mailto:veillard@w3.org">Daniel Veillard</a></address>
                     72: 
1.35      veillard   73: <a href="http://validator.w3.org/"><img src="http://validator.w3.org/images/vh40.gif" alt="Valid HTML 4.0!"
1.36    ! veillard   74: border="0" height="31" width="88"></a>
1.35      veillard   75: 
1.36    ! veillard   76: $Id: index.html,v 1.35 1998/05/12 19:02:03 veillard Exp $
1.33      veillard   77: </center>
1.31      veillard   78: </body>
                     79: </html>

Webmaster