Annotation of rpm2html/index.html, revision 1.57

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.56      veillard   15: href="http://www.rpm.org/">RPM</a> packages.</p>
1.53      daniel     16: 
                     17: <p>The goals of rpm2html are also to identify the dependencies between various
1.31      veillard   18: packages and to find the package(s) providing the resources needed to install
                     19: a given package. Every package is analyzed to retrieve its dependencies and
                     20: the resources it offers. These relationships are expressed using hyperlinks in
                     21: the generated pages. Finding the package providing the resource you need is
                     22: just a matter of a few clicks!</p>
1.53      daniel     23: 
1.54      veillard   24: <p>Rpm2html supports <a href="http://www.w3.org/Metadata/">RDF </a>encoding
                     25: and decoding of RPM metadata. The rationale is to provide metadata information
                     26: for RPM packages on a large scale and use them to automate searching,
                     27: installing and upgrade linux packages.</p>
                     28: 
1.55      veillard   29: <p><strong>rpmfind</strong> is a tool reusing the <a
                     30: href="http://rpmfind.net/linux/RDF/">RDF metadata database</a> to automate
                     31: searching, resolving dependancies and to autoupgrade RPM based setups, check
                     32: <a href="rpmfind.html">rpmfind specific page</a></p>
                     33: 
                     34: <p><strong>rpmfind.net</strong> and <strong>fr.rpmfind.net</strong> are two <a
                     35: href="http://rpmfind.net/">servers</a> I maintain providing the base services
                     36: needed for rpmfind tool. There are <a href="mirrors.html">mirrors</a> and
                     37: independant servers worldwide</p>
1.54      veillard   38: 
                     39: <p>Rpm2html and rpmfind are free software released under the <a
                     40: href="http://www.w3.org/Consortium/Legal/copyright-software.html">W3C IPR</a>
                     41: which is compatible with the Gnu Public Licence.</p>
1.53      daniel     42: 
1.54      veillard   43: <p><a href="/linux/RPM">Have a look at the result of the indexing</a> for
                     44: various platforms and distributions</p>
1.53      daniel     45: 
                     46: <p>If you like it, <a href="/linux/rpm2html/mirror.html">build your
                     47: own</a>!</p>
1.57    ! veillard   48: 
        !            49: <p>If you have troubles with rpmfind or rpm2html, <a href="faq.html">check the
        !            50: FAQ</a></p>
        !            51: 
        !            52: <p>If you think I'm missing a major RPM based distribution, <a
        !            53: href="mailto:veillard@w3.org">let me know</a> !</p>
        !            54: 
        !            55: <p></p>
1.53      daniel     56: 
                     57: <p>Daniel</p>
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.57    ! veillard   80: <p>$Id: index.html,v 1.56 2000/07/06 14:33:24 veillard Exp $</p>
1.33      veillard   81: </center>
1.31      veillard   82: </body>
                     83: </html>

Webmaster