Annotation of rpm2html/index.html, revision 1.60

1.53      daniel      1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
1.60    ! veillard    2:                       "http://www.imag.fr/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
1.60    ! veillard   11: href="http://www.imag.fr/">Web</a> pages for <a
1.53      daniel     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.60    ! veillard   24: <p>Rpm2html supports <a href="http://www.imag.fr/Metadata/">RDF </a>encoding
1.54      veillard   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.58      daniel     38: <p> The rpmfind.net servers now host an RPM database search engine:
                     39: <form action="/linux/rpm2html/search.php"
1.59      veillard   40:       enctype="application/x-www-form-urlencoded" method="GET">
1.58      daniel     41:   <input name="query" type="TEXT" size="35" value="">
                     42:   <input name=submit type=submit value="Search ...">
                     43: </form>
1.54      veillard   44: 
                     45: <p>Rpm2html and rpmfind are free software released under the <a
1.60    ! veillard   46: href="http://www.imag.fr/Consortium/Legal/copyright-software.html">W3C IPR</a>
1.54      veillard   47: which is compatible with the Gnu Public Licence.</p>
1.53      daniel     48: 
1.54      veillard   49: <p><a href="/linux/RPM">Have a look at the result of the indexing</a> for
                     50: various platforms and distributions</p>
1.53      daniel     51: 
                     52: <p>If you like it, <a href="/linux/rpm2html/mirror.html">build your
                     53: own</a>!</p>
1.57      veillard   54: 
                     55: <p>If you have troubles with rpmfind or rpm2html, <a href="faq.html">check the
                     56: FAQ</a></p>
                     57: 
                     58: <p>If you think I'm missing a major RPM based distribution, <a
1.60    ! veillard   59: href="mailto:Daniel.Veillard@imag.fr">let me know</a> !</p>
1.57      veillard   60: 
                     61: <p></p>
1.53      daniel     62: 
                     63: <p>Daniel</p>
1.31      veillard   64: 
1.33      veillard   65: <center>
1.53      daniel     66: <p><font color="#3366FF">[ </font><font color="#000000"> Home </font><font
                     67: color="#3366FF"> | <a href="news.html">News</a> | <a
                     68: href="http://rpmfind.net/linux/RPM/">Try it !</a> | <a
                     69: href="docs.html">Docs</a> | <a href="help.html">Help</a> | <a
                     70: href="mirrors.html">Mirrors</a> | <a href="download.html">Download</a>
1.37      veillard   71: ]</font></p>
1.53      daniel     72: 
                     73: <p><font color="#3366FF">[ <a href="rpmfind.html">Rpmfind</a> | <a
                     74: href="faq.html">FAQ</a> | <a href="history.html">History</a> | <a
                     75: href="license.html">License</a> | <a href="messages/">Archive</a> | <a
                     76: href="feedback.html">Feedback</a> | <a href="links.html">Links</a>
1.37      veillard   77: ]</font></p>
1.53      daniel     78: <address>
1.60    ! veillard   79:   <a href="mailto:Daniel.Veillard@imag.fr">Daniel Veillard</a> 
1.53      daniel     80: </address>
1.36      veillard   81: 
1.60    ! veillard   82: <p><a href="http://validator.imag.fr/"><img
        !            83: src="http://validator.imag.fr/images/vh40.gif" alt="Valid HTML 4.0!" border="0"
1.53      daniel     84: height="31" width="88"></a></p>
1.35      veillard   85: 
1.60    ! veillard   86: <p>$Id: index.html,v 1.59 2000/09/24 14:16:10 veillard Exp $</p>
1.33      veillard   87: </center>
1.31      veillard   88: </body>
                     89: </html>

Webmaster