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/12/15 07:47:33 UTC

svn commit: r111954 - /incubator/directory/eve/trunk/xdocs/index.xml /incubator/directory/eve/trunk/xdocs/users/index.xml

Author: akarasulu
Date: Tue Dec 14 22:47:31 2004
New Revision: 111954

URL: http://svn.apache.org/viewcvs?view=rev&rev=111954
Log:
added the menu in page for the user guide
Modified:
   incubator/directory/eve/trunk/xdocs/index.xml
   incubator/directory/eve/trunk/xdocs/users/index.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=111954&p1=incubator/directory/eve/trunk/xdocs/index.xml&r1=111953&p2=incubator/directory/eve/trunk/xdocs/index.xml&r2=111954
==============================================================================
--- incubator/directory/eve/trunk/xdocs/index.xml	(original)
+++ incubator/directory/eve/trunk/xdocs/index.xml	Tue Dec 14 22:47:31 2004
@@ -26,7 +26,7 @@
             <a href="./features.html">Features</a>
           </td>
           <td>
-            Discusses existing and planned features.
+            Lists existing and planned features.
           </td>
         </tr>
 

Modified: incubator/directory/eve/trunk/xdocs/users/index.xml
Url: http://svn.apache.org/viewcvs/incubator/directory/eve/trunk/xdocs/users/index.xml?view=diff&rev=111954&p1=incubator/directory/eve/trunk/xdocs/users/index.xml&r1=111953&p2=incubator/directory/eve/trunk/xdocs/users/index.xml&r2=111954
==============================================================================
--- incubator/directory/eve/trunk/xdocs/users/index.xml	(original)
+++ incubator/directory/eve/trunk/xdocs/users/index.xml	Tue Dec 14 22:47:31 2004
@@ -8,20 +8,62 @@
   <body>
     <section name="User's Guide">
       <p>
+        Here we have assembled a bunch of guides and howto like documents that
+        demonstrate how Eve can be used.  Hopefully this will grow into a user's
+        guide.
       </p>
-      
+
       <table>
         <tr>
           <th>Topic</th>
           <th>Description</th>
         </tr>
-        
+
         <tr>
           <td>
-            <a href="/index.html">User's Guide</a>
+            <a href="./building.html">Building</a>
           </td>
           <td>
-            Blah blah.
+            Shows how to build Eve from the repository.
+          </td>
+        </tr>
+
+        <tr>
+          <td>
+            <a href="./authentication.html">Authentication</a>
+          </td>
+          <td>
+            Demonstrates how to bind to the server as admin and setup other user accounts.
+          </td>
+        </tr>
+
+        <tr>
+          <td>
+            <a href="./jndi.html">JNDI Properties</a>
+          </td>
+          <td>
+            Describes the JNDI properties used to control the behavoir and
+            configuration of the server.
+          </td>
+        </tr>
+
+        <tr>
+          <td>
+            <a href="./partitions.html">Partitions</a>
+          </td>
+          <td>
+            A howto on creating context partitions besides the system partition
+            and having them store entries for a specific naming context.
+          </td>
+        </tr>
+
+        <tr>
+          <td>
+            <a href="./plugin.html">Maven Plugin</a>
+          </td>
+          <td>
+            Lists the goals, properties and the steps required to integrate
+            your project with the Maven Plugin for Eve.
           </td>
         </tr>