You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by mc...@apache.org on 2003/12/25 05:51:42 UTC

svn commit: rev 1470 - incubator/directory/ldap/trunk/sitedocs/xdocs

Author: mcconnell
Date: Wed Dec 24 20:51:41 2003
New Revision: 1470

Modified:
   incubator/directory/ldap/trunk/sitedocs/xdocs/index.xml
Log:
Update overview documentation and add a-href to avalon.

Modified: incubator/directory/ldap/trunk/sitedocs/xdocs/index.xml
==============================================================================
--- incubator/directory/ldap/trunk/sitedocs/xdocs/index.xml	(original)
+++ incubator/directory/ldap/trunk/sitedocs/xdocs/index.xml	Wed Dec 24 20:51:41 2003
@@ -2,24 +2,14 @@
 <document>
     <properties>
         <author email="bearcej at users.sourceforge.net">Jim Bearce</author>
+        <author email="mcconnell@apache.org">Stephen McConnell</author>
         <title>LDAPd</title>
     </properties>
     <body>
-        <section name="Introduction to LDAPd">
-            <p><em>LDAPd is currently in an alpha state.</em> When released, 
-            LDAPd will be a pure Java LDAP v3 protocol, 
-            <a href="http://www.faqs.org/rfcs/rfc2251.html">RFC 2251</a> 
-            compliant server. It's architecture is based on Matt Welsh's 
-            <a href="http://www.cs.berkeley.edu/~mdw/proj/sandstorm">Staged 
-            Event Driven Architecture (SEDA).</a></p>
-            <p>The first release of LDAPd (Alpha 0.7), is runnable in the 
-            following modes:
-                <ul>
-                    <li>as a 
-                    <a href="http://avalon.apache.org/phoenix/index.html">
-                    Phoenix</a> application</li>
-                </ul>
-            </p>
+        <section name="About EVE">
+          <p>
+The Eve LDAP Server (f.k.a. LDAPd) is the flagship server under the new Apache Directory Project.  Eve is a pure Java implementation of an <a href="http://www.faqs.org/rfcs/rfc2251.html">LDAP version 3</a> server based on <a href="http://avalon.apache.org">Avalon</a> and SEDA.  Eve, as the first of its kind, will revolutionize the way directories are used by enabling server embedding and rich database constructs like stored procedures and triggers.  Eve leverages JNDI as the embedding API and allows the use of a server side JNDI LDAP provider to efficiently access server databases within stored procedures.
+          </p>
         </section>
     </body>
 </document>