File:  [Public] / rpm2html / index.html
Revision 1.3: download - view: text, annotated - select for diffs
Thu Nov 13 06:37:38 1997 UTC (26 years, 7 months ago) by veillard
Branches: MAIN
CVS tags: HEAD
Added statistics, ByName, and generation of index.html, Daniel.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>
rpm2html : a generator of Web pages for RPM packages</title>
</head>
<body bgcolor="#ffffff">

<h1 align=center>rpm2html : a generator of <a
href="http://www.w3.org/">Web</a> pages for <a
href="http://www.rpm.org/">RPM</a> packages</h1>
<p>
<strong>rpm2html</strong> generate automatically Web pages describing a set of
<a href="http://www.rpm.org/">RPM</a> packages. Preliminary results obtained
by running it on a local mirror of Redhat-4.2 i386 distribution and the RedHat
i386 contrib directores are available.</p>
<p>
The goal of rpm2html is also to identify the dependancies between various
packages, and being able to find the packages providing the ressources
needed to install another package. Every package is analyzed to retrieve its
dependancies and the ressources it offers. These relationship are expressed
using hyperlinks in the the generated pages. Finding the package providing
the ressource you need is just a matter of a few clicks!</p>
<p>
The ultimate commodity is ensured by indexing this set of pages, allowing to
find instantaneously packages providing the some functionnalities (as
long as the package maintainer has properly commented the RPM).</p>
<p>
Here is the result of this indexing for around 1700 RPMs:</p>
<ul>
<li>
The list of <a href="/linux/RPM/Groups.html">RPM indexed by category</a>
<li>
The list of <a href="/linux/RPM/ByDate.html">RPM indexed by date of
shipping</a>
<li>
The list of <a href="/linux/RPM/Vendors.html">RPM indexed by maintainer</a>
<li>
The list of <a href="/linux/RPM/Distributions.html">RPM indexed by
distribution</a>
</ul>
<p>
Performance-wise, the actual code is Ok, generating the full set of pages from
approximately 1700 packages, took 45 seconds on a PPro, and is clearly I/O
bound.</p>
<p>
Two other good directories for Linux applications are:</p>
<ul>
<li>
<a href="http://sal.kachinatech.com/">SAL</a> : focusing on Scientific
Applications for Linux
<li>
The <a href="http://www.xnet.com/~blatura/linapps.shtml">Linux Applications
and Utilities Page</a> has been around for a long time.
</ul>
<p>
Enjoy !</p>
<p>
Daniel</p>
<hr>
<p>
<a href="mailto:veillard@w3.org">Daniel Veillard</a>, Thu Nov 13 00:09:11 EST 1997</p>
<p>
</p>
</body>
</html>

Webmaster