You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by jm...@apache.org on 2004/02/04 05:00:49 UTC

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

Author: jmachols
Date: Tue Feb  3 20:00:48 2004
New Revision: 6464

Added:
   incubator/directory/ldap/trunk/sitedocs/xdocs/client.xml
   incubator/directory/ldap/trunk/sitedocs/xdocs/common.xml
Modified:
   incubator/directory/ldap/trunk/sitedocs/xdocs/index.xml
Log:
Added shell for the LDAP sub-project

Added: incubator/directory/ldap/trunk/sitedocs/xdocs/client.xml
==============================================================================
--- (empty file)
+++ incubator/directory/ldap/trunk/sitedocs/xdocs/client.xml	Tue Feb  3 20:00:48 2004
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<document>
+  <properties>
+    <author email="jmachols@apache.org">Jeff Machols</author>
+    <title>Apache Directory Project: LDAP Client</title>
+  </properties>
+  
+  <body>
+    <section name="Overview">
+      <p>LDAP Clients</p>
+      <p> 
+      Add stand alone client and lib instructions     
+      </p>
+    </section>
+  </body>
+</document>
+

Added: incubator/directory/ldap/trunk/sitedocs/xdocs/common.xml
==============================================================================
--- (empty file)
+++ incubator/directory/ldap/trunk/sitedocs/xdocs/common.xml	Tue Feb  3 20:00:48 2004
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<document>
+  <properties>
+    <author email="jmachols@apache.org">Jeff Machols</author>
+    <title>Apache Directory Project: LDAP Common Code</title>
+  </properties>
+  
+  <body>
+    <section name="Overview">
+      <p>LDAP Common Code</p>
+      <p> 
+      This project contains code and utiilities common to the LDAP protocol.
+      
+      Add packages here
+      </p>
+      
+      
+
+    </section>
+  </body>
+</document>
\ No newline at end of file

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	Tue Feb  3 20:00:48 2004
@@ -1,15 +1,47 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <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="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>
+  <properties>
+    <author email="jmachols@apache.org">Jeff Machols</author>
+    <title>Apache Directory Project: LDAP Common</title>
+  </properties>
+  
+  <body>
+    <section name="Overview">
+      <p>Welcome to the Apache LDAP Homepage!</p>
+      <p> 
+      The goal of the LDAP Common sub-project is to provide a set of common 
+      utilities, libraries and clients to support the LDAP protocol. Note this 
+      area does not contain the LDAP server - Eve. While this sub-project is 
+      designed and developed as a component of Eve, everything can be used 
+      with any LDAP server.
+      </p>
+      
+      <table>
+        <tr>
+          <th>Topic</th>
+          <th>Description</th>
+        </tr>
+        
+        <tr>
+          <td>
+            <a href="./common.html">Common</a>
+          </td>
+          <td>
+            Set of Common LDAP Code 
+          </td>
+        </tr>
+        
+        <tr>
+          <td>
+            <a href="./client.html">Clients</a>
+          </td>
+          <td>
+            LDAP Clients - Stand alone and embeddable
+          </td>
+        </tr>
+      </table>
+
+    </section>
+  </body>
 </document>
+