jwoolley 01/09/24 10:21:59
Modified: . index.html
Log:
- link to the compiling_unix.html doc
- we use doxygen and not scandoc these days
- fix some grammar-o's
Revision Changes Path
1.18 +12 -10 apr-site/index.html
Index: index.html
===================================================================
RCS file: /home/cvs/apr-site/index.html,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -u -r1.17 -r1.18
--- index.html 2001/09/24 17:09:42 1.17
+++ index.html 2001/09/24 17:21:59 1.18
@@ -29,9 +29,9 @@
<h3>The Library API</h3>
<p>
- APR uses ScanDoc to generate all of the API as HTML files. There
- are currently two APR packages, APR and APR-utils. Each have their
- own docs.
+ APR uses Doxygen to generate all of the API as HTML files. There
+ are currently two APR packages, APR and APR-util. Each has its
+ own set of documentation.
<ul>
<li><a href="docs/apr/index.html">APR docs</a></li>
<li><a href="docs/apr-util/index.html">APR-util docs</a></li>
@@ -40,19 +40,21 @@
<h3>How to build</h3>
<p>
- This section, in general, needs alot of work. We hope it starts
+ This section, in general, needs a lot of work. We hope it starts
you in the right direction, and will offer more info soon as we
- begin to package APR as a seperate distribution, with it's own
+ begin to package APR as a seperate distribution with its own
release schema.
</p>
<p>
<a href="anoncvs.txt">Getting</a> the source code.
</p>
<p>
- <a href="http://cvs.apache.org/snapshots/apr/">Download</a> a tarball
of the latest code snapshot.
+ <a href="http://cvs.apache.org/snapshots/apr/">Download</a> a tarball
+ of the latest code snapshot.
</p>
<p>
- <a href="compiling_win32.html">Compiling</a> on Win32. More help
+ Compiling on <a href="compiling_win32.html">Win32</a> and
+ <a href="compiling_unix.html">Unix</a>. More help
and details about other platforms coming soon!
</p>
@@ -79,10 +81,10 @@
<h3>Mailing Lists</h3>
<p>
- All of the development discussions happen on mailing lists, see
+ All of the development discussions happen on mailing lists; see
<a href="mailing-lists.html">Mailing lists</a> to learn how to take
- part in these discussions. Or check the old <a href="mail/">
- archives</a>.
+ part in these discussions. Or check the old
+ <a href="mail/">archives</a>.
</p>
</body>