Annotation of rpm2html/download.html, revision 1.13

1.1       veillard    1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
                      2: <html>
                      3: <head>
                      4: <title>
1.8       veillard    5: rpm2html and rpmfind : Download</title>
1.1       veillard    6: </head>
                      7: <body bgcolor="#FFFFFF">
                      8: 
1.8       veillard    9: <h1 align=center>rpm2html and rpmfind : Download</h1>
1.1       veillard   10: 
                     11: <h2>Sources</h2>
                     12: <ul>
                     13: <li>
1.13    ! veillard   14: rpm2html-0.95 sources are available as a <a
        !            15: href="ftp://rufus.w3.org/pub/rpm2html/rpm2html-0.95.tar.gz">gzipped tar file</a>
1.1       veillard   16: <li>And as a <a
1.13    ! veillard   17: href="ftp://rufus.w3.org/pub/rpm2html/rpm2html-0.95-1.src.rpm">source RPM</a>.
        !            18: <li>
        !            19: rpmfind-0.95 sources are available as a <a
        !            20: href="ftp://rufus.w3.org/pub/rpmfind/rpmfind-0.95.tar.gz">gzipped tar file</a>
        !            21: <li>And as a <a
        !            22: href="ftp://rufus.w3.org/pub/rpmfind/rpmfind-0.95-1.src.rpm">source RPM</a>.
1.12      veillard   23: <li>
                     24: rpm2html development tree is now available by CVS. This is a read-only
                     25: anonymous CVS tree, i.e. you won't be able to commit but it will be easier
                     26: to follow the development and submit up-to-date patches. Before
                     27: you can check out the sources, you need to be running CVS 1.9 or later, and
                     28: login by running the following command:
                     29: <PRE>% <B>cvs -d</B> <B>:pserver:anonymous@dev.w3.org:/sources/public login</B>
                     30: </PRE>
                     31: <P>
                     32: after which you type "<STRONG>anonymous</STRONG>" as password. To get the
                     33: latest version from the CVS repository, run this command:
                     34: <PRE>% <B>cvs -d :pserver:anonymous@dev.w3.org:/sources/public -z3 checkout libwww</B>
                     35: </PRE>
                     36: <P>
                     37: Check the <A HREF="http://dev.w3.org/cgi-bin/cvsweb/">CVS log walker</A>
                     38: for the current set of release tags.
1.1       veillard   39: </ul>
                     40: <h2>Binaries</h2>
                     41: <ul>
                     42: <li>
1.13    ! veillard   43: I provide a rpm2html<a
        !            44: href="ftp://rufus.w3.org/pub/rpm2html/rpm2html-0.95-1.i386.rpm">RPM for
1.1       veillard   45: i386/glibc</a>.
                     46: <li>
                     47: Support may be added as RPM <a
                     48: href="http://rufus.w3.org/linux/RPM/rpm2html.html">by others</a>.
                     49: <li>
1.13    ! veillard   50: I provide a rpmfind<a
        !            51: href="ftp://rufus.w3.org/pub/rpmfind/rpmfind-0.95-1.i386.rpm">RPM for
        !            52: i386/glibc</a>.
        !            53: <li>
        !            54: Support may be added as RPM <a
        !            55: href="http://rufus.w3.org/linux/RPM/rpmfind.html">by others</a>.
        !            56: <li>
1.9       veillard   57: I provide Linux/i386 static version of 
                     58: <a href="ftp://rufus.w3.org/pub/rpm2html/rpm2html.static">rpm2html</a> and
1.13    ! veillard   59: <a href="ftp://rufus.w3.org/pub/rpmfind/rpmfind.static">rpmfind</a>.
1.9       veillard   60: <li>
1.1       veillard   61: rpm2html is known to compile on solaris, but I don't have any binary yet.
                     62: </ul>
                     63: 
                     64: 
                     65: <center>
                     66: <p>
                     67: <font color="#3366FF">[
                     68: <a href="index.html">Home</a> |
                     69: <a href="news.html">News</a> |
                     70: <a href="http://rufus.w3.org/linux/RPM/">Try it !</a> |
                     71: <a href="docs.html">Docs</a> |
                     72: <a href="help.html">Help</a> |
                     73: <a href="mirrors.html">Mirrors</a> |
                     74: </font><font color="#000000">
                     75: Download
1.2       veillard   76: </font><font color="#3366FF">
1.1       veillard   77: ]</font></p>
                     78: <p>
                     79: <font color="#3366FF">[
1.7       veillard   80: <a href="rpmfind.html">Rpmfind</a> |
1.5       veillard   81: <a href="faq.html">FAQ</a> |
1.1       veillard   82: <a href="history.html">History</a> |
                     83: <a href="license.html">License</a> |
                     84: <a href="messages/">Archive</a> |
                     85: <a href="feedback.html">Feedback</a> |
                     86: <a href="links.html">Links</a>
                     87: ]</font></p>
                     88: <address>
                     89: <a href="mailto:veillard@w3.org">Daniel Veillard</a></address>
                     90: 
1.3       veillard   91: <p>
1.13    ! veillard   92: $Id: download.html,v 1.12 1998/06/03 23:28:22 veillard Exp $</p>
1.1       veillard   93: </center>
                     94: </body>
                     95: </html>

Webmaster