rbb 02/05/24 15:10:11
Modified: . index.html
Added: . projects.html
Log:
Add a place to recognize projects using APR. I have kept this list to
the projects who are either active in APR, or who have specifically asked
me to add them to the list. If you know of other projects, please add
them.
Revision Changes Path
1.23 +11 -0 apr-site/index.html
Index: index.html
===================================================================
RCS file: /home/cvs/apr-site/index.html,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- index.html 10 May 2002 11:12:59 -0000 1.22
+++ index.html 24 May 2002 22:10:11 -0000 1.23
@@ -95,5 +95,16 @@
<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="Open Source">projects.html#open_source</a> and
+ <a href="Commercial">projects.html#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.1 apr-site/projects.html
Index: projects.html
===================================================================
<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN"
"http://www.w3.org/TR/REC-html40/loose.dtd">
<html>
<head>
<title>Open Source Projects Using Apache Portable Runtime</title>
</head>
<body>
<table border="0" cellspacing="10" cellpadding="10">
<tr align="left" valign="middle">
<td>
<img src="http://www.apache.org/images/asf-logo.gif"
width="387" height="100" alt="The Apache Software Foundation"></td>
</tr>
<tr align="left" valign="middle">
<td>
<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://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>
<tr align="left" valign="middle">
<td>
<a name=commercial><h3>Commercial projects using APR</h3>
<p>
<a href="http://www.covalent.net">Various Covalent Products</a>
</td>
</tr>
</table>
</body>
</html>