You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ak...@apache.org on 2004/11/28 07:20:37 UTC

svn commit: r106791 - /incubator/directory/eve/trunk/xdocs/frontend /incubator/directory/eve/trunk/xdocs/index.xml /incubator/directory/eve/trunk/xdocs/navigation.xml /incubator/directory/eve/trunk/xdocs/source-layout.xml /incubator/directory/eve/trunk/xdocs/users-guide.xml

Author: akarasulu
Date: Sat Nov 27 22:20:37 2004
New Revision: 106791

URL: http://svn.apache.org/viewcvs?view=rev&rev=106791
Log:
cleaning up old SEDA and frontend documentation
Added:
   incubator/directory/eve/trunk/xdocs/users-guide.xml
Removed:
   incubator/directory/eve/trunk/xdocs/frontend/
   incubator/directory/eve/trunk/xdocs/source-layout.xml
Modified:
   incubator/directory/eve/trunk/xdocs/index.xml
   incubator/directory/eve/trunk/xdocs/navigation.xml

Modified: incubator/directory/eve/trunk/xdocs/index.xml
Url: http://svn.apache.org/viewcvs/incubator/directory/eve/trunk/xdocs/index.xml?view=diff&rev=106791&p1=incubator/directory/eve/trunk/xdocs/index.xml&r1=106790&p2=incubator/directory/eve/trunk/xdocs/index.xml&r2=106791
==============================================================================
--- incubator/directory/eve/trunk/xdocs/index.xml	(original)
+++ incubator/directory/eve/trunk/xdocs/index.xml	Sat Nov 27 22:20:37 2004
@@ -1,25 +1,25 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<document>
-  <properties>
-    <author email="akarasulu@apache.org">Alex Karasulu</author>
-    <title>Apache Directory Project: Eve Directory Server</title>
-  </properties>
+<document>
+  <properties>
+    <author email="akarasulu@apache.org">Alex Karasulu</author>
+    <title>Eve Directory Server</title>
+  </properties>
   
-  <body>
+  <body>
     <section name="Overview">
       <p>Welcome to the Eve Directory Server Homepage!</p>
 
       <p>
-        Eve is a modular LDAP server written in pure Java. The Eve server is 
-        being completely designed from the ground up here within the incubator 
-        and will gain from the experience of building the old LDAPd server. 
+        Eve is an embeddable LDAP server written in Java.  It has been designed
+        to introduce triggers, stored procedures, queues and views to the world
+        of LDAP which has lacked these rich constructs.
       </p>
       
-      <table>
-        <tr>
-          <th>Topic</th>
-          <th>Description</th>
-        </tr>
+      <table>
+        <tr>
+          <th>Topic</th>
+          <th>Description</th>
+        </tr>
         
         <tr>
           <td>
@@ -29,68 +29,76 @@
             Eve's existing and planned features
           </td>
         </tr>
-        
+
         <tr>
           <td>
-            <a href="./source-layout.html">Source Layout</a>
+            <a href="./building.html">Building</a>
           </td>
           <td>
-            Software configuration management is crittical with large systems.
-            This section documents the layout of the source code repository.
+            Describes how to build Eve from the source.  Should be real simple
+            thanks to Maven.  But this should go off on how the build is
+            structured as well for developers.
           </td>
         </tr>
-        
+
         <tr>
           <td>
-            <a href="./components.html">Component Design</a>
+            <a href="./users-guide.html">User's Guide</a>
           </td>
           <td>
-            Eve is a system made up of several components.  The aspects 
-            associated with Eve's component based design are discussed here.
+            Configuring, installing and embedding Eve.
           </td>
         </tr>
-        
+
         <tr>
           <td>
-            <a href="./building.html">Building</a>
+            <a href="./roadmap.html">Roadmap</a>
           </td>
           <td>
-            Describes how to build Eve from the source.  Should be real simple
-            thanks to Maven.  But this should go off on how the build is 
-            structured as well for developers.
+            A roadmap for Eve development
           </td>
         </tr>
-        
+
+        <tr>
+          <td>
+            <a href="./architecture.html">Architecture</a>
+          </td>
+          <td>
+            An ApacheCon presentation showing in detail Eve's architecture.
+          </td>
+        </tr>
+
         <tr>
           <td>
-            <a href="./deploying.html">Deploying</a>
+            <a href="./components.html">Components</a>
           </td>
           <td>
-            Configuring, and installing Eve with various kernels may require
-            an entire section to be dedicated to it when the time comes.
+            Eve is a system made up of several components.  Some aspects
+            associated with Eve's component based design are discussed here.
           </td>
         </tr>
         
         <tr>
           <td>
-            <a href="./frontend/index.html">Frontend Design</a>
+            <a href="./protocol.html">Protocol</a>
           </td>
           <td>
-            Server's frontend subsystem design documentation.
+            Documentation regarding Eve's frontend protocol subsystem.
           </td>
         </tr>
         
         <tr>
           <td>
-            <a href="./backend/index.html">Backend Design</a>
+            <a href="./jndi.html">Eve JNDI</a>
           </td>
           <td>
-            Server's backend subsystem design documentation.
+            Documentation regarding Eve's backend subsystem which is a JNDI
+            provider.
           </td>
         </tr>
         
       </table>
 
-    </section>
-  </body>
+    </section>
+  </body>
 </document>

Modified: incubator/directory/eve/trunk/xdocs/navigation.xml
Url: http://svn.apache.org/viewcvs/incubator/directory/eve/trunk/xdocs/navigation.xml?view=diff&rev=106791&p1=incubator/directory/eve/trunk/xdocs/navigation.xml&r1=106790&p2=incubator/directory/eve/trunk/xdocs/navigation.xml&r2=106791
==============================================================================
--- incubator/directory/eve/trunk/xdocs/navigation.xml	(original)
+++ incubator/directory/eve/trunk/xdocs/navigation.xml	Sat Nov 27 22:20:37 2004
@@ -13,49 +13,20 @@
       <item name="Naming" href="../directory-naming/index.html"/>
       <item name="Janus" href="../janus/index.html"/>
       <item name="Snickers" href="../snickers/index.html"/>
+      <item name="Kerberos" href="../kerberos/index.html"/>
+      <item name="SEDA" href="../seda/index.html"/>
     </links>
 
     <menu name="Eve">
       <item name="Overview" href="/index.html"/>
       <item name="Features" href="/features.html"/>
-      <item name="Source Layout" href="/source-layout.html"/>
-      <item name="Component Design" href="/components.html"/>
       <item name="Building" href="/building.html"/>
-      <item name="Deploying" href="/deploying.html"/>
-      <item name="Backend Design" href="/backend/index.html"/>
-      <item name="Frontend Design" href="/frontend/index.html" collapse="true">
-            <item name="Requirements" href="/frontend/requirements.html"/>
-            <item name="X.500 and LDAP" href="/frontend/x.500-ldap.html"/>
-            <item name="SEDA Approach" href="/frontend/seda.html"/>
-            <item name="HiPerformance" href="/frontend/performance.html"/>
-            <item name="Event Decoupling" href="/frontend/events.html"/>
-            <item name="Resource Pooling" href="/frontend/resource-pooling.html"/>
-            <item name="Pushing the JNDI" href="/frontend/pushing-jndi.html"/>
-            <item name="Components" href="/frontend/components/index.html" collapse="true">
-              <item name="Common APIs"
-                href="/frontend/components/common/index.html"/>
-              <item name="buffer" 
-                href="/frontend/components/buffer/index.html"/>
-              <item name="event" 
-                href="/frontend/components/event/index.html"/>
-              <item name="input" 
-                href="/frontend/components/input/index.html"/>
-              <item name="listener" 
-                href="/frontend/components/listener/index.html"/>
-              <item name="encoder" 
-                href="/frontend/components/encoder/index.html"/>
-              <item name="decoder" 
-                href="/frontend/components/decoder/index.html"/>
-              <item name="output" 
-                href="/frontend/components/output/index.html"/>
-              <item name="client" 
-                href="/frontend/components/client/index.html"/>
-              <item name="processor" 
-                href="/frontend/components/processor/index.html"/>
-            </item>
-            <item name="Miscellaneous" href="/frontend/misc.html"/>
-            <item name="Current Status" href="/frontend/status.html"/>
-       </item>
+      <item name="User's Guide" href="/users-guide.html"/>
+      <item name="Roadmap" href="/roadmap.html"/>
+      <item name="Architecture" href="/architecture.html"/>
+      <item name="Components" href="/components.html"/>
+      <item name="Protocol" href="/protocol.html"/>
+      <item name="JNDI" href="/jndi.html"/>
     </menu>
     
     <menu name="Project Information">

Deleted: /incubator/directory/eve/trunk/xdocs/source-layout.xml
Url: http://svn.apache.org/viewcvs/incubator/directory/eve/trunk/xdocs/source-layout.xml?view=auto&rev=106790
==============================================================================

Added: incubator/directory/eve/trunk/xdocs/users-guide.xml
Url: http://svn.apache.org/viewcvs/incubator/directory/eve/trunk/xdocs/users-guide.xml?view=auto&rev=106791
==============================================================================
--- (empty file)
+++ incubator/directory/eve/trunk/xdocs/users-guide.xml	Sat Nov 27 22:20:37 2004
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<document>
+  <properties>
+    <author email="akarasulu@apache.org">Alex Karasulu</author>
+    <title>Eve User's Guide</title>
+  </properties>
+  
+  <body>
+    <section name="TODO">
+      <ul>
+        <li>
+          Write it!
+        </li>
+      </ul>
+    </section>
+
+  </body>
+</document>