rbb 02/05/24 15:25:55
Modified: . index.html projects.html
Log:
Clean this up a bit more, and remove the information from the front page.
I didn't notice that info the first time.
Revision Changes Path
1.25 +9 -19 apr-site/index.html
Index: index.html
===================================================================
RCS file: /home/cvs/apr-site/index.html,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- index.html 24 May 2002 22:20:42 -0000 1.24
+++ index.html 24 May 2002 22:25:54 -0000 1.25
@@ -19,15 +19,16 @@
system portability layer to as many operating systems as
possible, including Unices, MS Win32, BeOS and OS/2.
</p>
+ <h2>Projects Using APR</h2>
<p>
- The project was started as a part of the Apache Web Server almost
- two years ago, and has been growing ever since. Currently, it is in
- use by the <a href="http://subversion.tigris.org/">Subversion</a>
- version control system, version 2.0 of the
- <a href="http://httpd.apache.org/">Apache HTTP Server</a>,
- <a href="http://jakarta.apache.org/tomcat/">mod_webapp</a> Tomcat
- connector for Apache 1.3 and 2.0, and
- <a href="http://httpd.apache.org/test/flood/">Flood</a> load test tool.
+ After three years of development, APR is beginning to see use outside
+ of the Apache web server. To encourage more people to investigate APR
+ for their projects, here are a list of both
+ <a href="projects.html#open_source">Open Source</a> and
+ <a href="projects.html#commercial">Commercial</a> projects that are
+ currently using APR. If you are using APR, and would like your
project
+ recognized, please send e-mail to <a href="mailto:[email protected]">
+ the developer's mailing list.</a>
</p>
<h3>The Library API</h3>
@@ -95,16 +96,5 @@
<a href="mail/">archives</a>.
</p>
- <h3>Projects Using APR</h3>
- <p>
- After three years of development, APR is beginning to see use outside
- of the Apache web server. To encourage more people to investigate APR
- for their projects, here are a list of both
- <a href="projects.html#open_source">Open Source</a> and
- <a href="projects.html#commercial">Commercial</a> projects that are
- currently using APR. If you are using APR, and would like your
project
- recognized, please send e-mail to <a href="mailto:[email protected]">
- the developer's mailing list.</a>
- </p>
</body>
</html>
1.2 +2 -1 apr-site/projects.html
Index: projects.html
===================================================================
RCS file: /home/cvs/apr-site/projects.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- projects.html 24 May 2002 22:10:11 -0000 1.1
+++ projects.html 24 May 2002 22:25:54 -0000 1.2
@@ -16,9 +16,10 @@
<a name=open_source><h3>Open Source projects using APR</h3>
<p>
<a href="http://httpd.apache.org">Apache Web Server</a><br>
+ <a href="http://jakarta.apache.org/tomcat">Tomcat's mod_jk v2 and
mod_webapp</a><br>
+ <a href="http://httpd.apache.org/test/flood/">Flood load test tool</a>
<a href="http://subversion.tigris.org">Subversion</a><br>
<a href="http://opendj.org">OPENdj</a><br>
- <a href="http://jakarta.apache.org/tomcat">Tomcat's mod_jk v2 and
mod_webapp</a><br>
</p>
</td>
</tr>