rbb 01/04/09 15:13:28
Modified: . index.html
Log:
Update the index.html page to reflect the new docs layout
Revision Changes Path
1.12 +7 -2 apr-site/index.html
Index: index.html
===================================================================
RCS file: /home/cvs/apr-site/index.html,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -b -w -u -r1.11 -r1.12
--- index.html 2001/01/19 18:55:57 1.11
+++ index.html 2001/04/09 22:13:28 1.12
@@ -29,8 +29,13 @@
<h3>The Library API</h3>
<p>
- APR uses ScanDoc to generate all of the API docs in
- <a href="docs/index.html">HTML format</a>.
+ 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.
+ <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>
+ </ul>
</p>
<h3>How to contribute</h3>