Author: akarasulu Date: Thu Dec 9 23:11:20 2004 New Revision: 111475 URL: http://svn.apache.org/viewcvs?view=rev&rev=111475 Log: touch ups and pulling docs together Removed: incubator/directory/eve/trunk/xdocs/users-guide.xml Modified: incubator/directory/eve/trunk/xdocs/building.xml incubator/directory/eve/trunk/xdocs/index.xml incubator/directory/eve/trunk/xdocs/jndi.xml incubator/directory/eve/trunk/xdocs/navigation.xml incubator/directory/eve/trunk/xdocs/partitions.xml incubator/directory/eve/trunk/xdocs/roadmap.xml
Modified: incubator/directory/eve/trunk/xdocs/building.xml Url: http://svn.apache.org/viewcvs/incubator/directory/eve/trunk/xdocs/building.xml?view=diff&rev=111475&p1=incubator/directory/eve/trunk/xdocs/building.xml&r1=111474&p2=incubator/directory/eve/trunk/xdocs/building.xml&r2=111475 ============================================================================== --- incubator/directory/eve/trunk/xdocs/building.xml (original) +++ incubator/directory/eve/trunk/xdocs/building.xml Thu Dec 9 23:11:20 2004 @@ -42,8 +42,9 @@ does not have the needed privledges so Eve tries to bind on the next available port which is 1024. If you would like a properties file can be used to override and set Eve specific properties to control her - behavoir. Below we use the properties file that comes preconfigured - for Apache under the eve/trunk/main directory: + behavoir. Below we use the <a href="http://wisdeant.notlong.com/"> + properties</a> file that comes preconfigured for Apache under the + eve/trunk/main directory: </p> <source> Modified: incubator/directory/eve/trunk/xdocs/index.xml Url: http://svn.apache.org/viewcvs/incubator/directory/eve/trunk/xdocs/index.xml?view=diff&rev=111475&p1=incubator/directory/eve/trunk/xdocs/index.xml&r1=111474&p2=incubator/directory/eve/trunk/xdocs/index.xml&r2=111475 ============================================================================== --- incubator/directory/eve/trunk/xdocs/index.xml (original) +++ incubator/directory/eve/trunk/xdocs/index.xml Thu Dec 9 23:11:20 2004 @@ -41,15 +41,6 @@ <tr> <td> - <a href="./users-guide.html">User's Guide</a> - </td> - <td> - Configuring, installing and embedding Eve. - </td> - </tr> - - <tr> - <td> <a href="./roadmap.html">Roadmap</a> </td> <td> @@ -89,11 +80,31 @@ <a href="./jndi.html">JNDI</a> </td> <td> - Documentation for Eve's JNDI provider. + Documentation for Eve's JNDI provider. LOTS-O-EXAMAPLES! </td> </tr> - + + <tr> + <td> + <a href="./authentication.html">Authentication</a> + </td> + <td> + Documentation for how to bind to Eve out of the box. LOTS-O-EXAMAPLES! + </td> + </tr> + + <tr> + <td> + <a href="./partitions.html"></a> + </td> + <td> + Documentation for creating user partitions to Eve in addition to the + system context partition. LOTS-O-EXAMAPLES! + </td> + </tr> + </table> + </section> </body> Modified: incubator/directory/eve/trunk/xdocs/jndi.xml Url: http://svn.apache.org/viewcvs/incubator/directory/eve/trunk/xdocs/jndi.xml?view=diff&rev=111475&p1=incubator/directory/eve/trunk/xdocs/jndi.xml&r1=111474&p2=incubator/directory/eve/trunk/xdocs/jndi.xml&r2=111475 ============================================================================== --- incubator/directory/eve/trunk/xdocs/jndi.xml (original) +++ incubator/directory/eve/trunk/xdocs/jndi.xml Thu Dec 9 23:11:20 2004 @@ -196,7 +196,7 @@ Here's another more invovled configuration: </p> -<souce> +<source> Hashtable env = new Hashtable(); // Standard JNDI properties @@ -228,7 +228,7 @@ // Fire it up! InitialDirContext ctx = new InitialDirContext( env ); -</souce> +</source> <p> This configuration starts up the server on port 10389 with anonymous Modified: incubator/directory/eve/trunk/xdocs/navigation.xml Url: http://svn.apache.org/viewcvs/incubator/directory/eve/trunk/xdocs/navigation.xml?view=diff&rev=111475&p1=incubator/directory/eve/trunk/xdocs/navigation.xml&r1=111474&p2=incubator/directory/eve/trunk/xdocs/navigation.xml&r2=111475 ============================================================================== --- incubator/directory/eve/trunk/xdocs/navigation.xml (original) +++ incubator/directory/eve/trunk/xdocs/navigation.xml Thu Dec 9 23:11:20 2004 @@ -7,29 +7,30 @@ <body> <links> - <item name="Directory" href="../../index.html"/> + <item name="Directory" href="../../index.html"/> <!-- - <item name="Eve" href="../eve/index.html"/> + <item name="Eve" href="../eve/index.html"/> --> - <item name="LDAP" href="../directory-ldap/index.html"/> - <item name="Naming" href="../directory-naming/index.html"/> + <item name="LDAP" href="../directory-ldap/index.html"/> + <item name="Naming" href="../directory-naming/index.html"/> <item name="Snickers" href="../snickers/index.html"/> - <item name="RMS" href="../rms/index.html"/> - <item name="Janus" href="../janus/index.html"/> - <item name="Kerberos" href="../kerberos/index.html"/> - <item name="SEDA" href="../seda/index.html"/> + <item name="RMS" href="../rms/index.html"/> + <item name="Janus" href="../janus/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="Building" href="/building.html"/> - <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"/> + <item name="Authentication" href="/authentication.html"/> + <item name="Partitions" href="/partitions.html"/> </menu> <menu name="Project Information"> Modified: incubator/directory/eve/trunk/xdocs/partitions.xml Url: http://svn.apache.org/viewcvs/incubator/directory/eve/trunk/xdocs/partitions.xml?view=diff&rev=111475&p1=incubator/directory/eve/trunk/xdocs/partitions.xml&r1=111474&p2=incubator/directory/eve/trunk/xdocs/partitions.xml&r2=111475 ============================================================================== --- incubator/directory/eve/trunk/xdocs/partitions.xml (original) +++ incubator/directory/eve/trunk/xdocs/partitions.xml Thu Dec 9 23:11:20 2004 @@ -122,7 +122,6 @@ files. Properties from proerties files are the common denominator though. Another means is however possible programatically. </p> - <br></br> <h4>Partition Id</h4> <p> Breifly we'll explain these properties and the scheme used. A @@ -131,7 +130,6 @@ <b>eve.db.partitions</b> property: above it lists the ids for the two partitions, <i>apache</i> and <i>test</i>. </p> - <br></br> <h4>Naming Context</h4> <p> Partitions need to know the naming context they will store entries @@ -144,7 +142,6 @@ if the partition id is foo, then the suffix key would be, <b>eve.db.partition.suffix.foo</b>. </p> - <br></br> <h4>User Defined Indices</h4> <p> Partitions can have indices on attributes. Unlike OpenLDAP where you @@ -157,7 +154,6 @@ partition has indices built on top of <b>ou</b>, <b>objectClass</b> and <b>uid</b>. </p> - <br></br> <h4>Suffix Entry</h4> <p> When creating a context the root entry of the context corresponding @@ -175,7 +171,7 @@ </p> </subsection> - <subsection name="Programaticly"> + <subsection name="Programatically"> <p> This is simple create a Hashtable and stuff it with those properties. But that's a real pain. The other option is to set all the properties Modified: incubator/directory/eve/trunk/xdocs/roadmap.xml Url: http://svn.apache.org/viewcvs/incubator/directory/eve/trunk/xdocs/roadmap.xml?view=diff&rev=111475&p1=incubator/directory/eve/trunk/xdocs/roadmap.xml&r1=111474&p2=incubator/directory/eve/trunk/xdocs/roadmap.xml&r2=111475 ============================================================================== --- incubator/directory/eve/trunk/xdocs/roadmap.xml (original) +++ incubator/directory/eve/trunk/xdocs/roadmap.xml Thu Dec 9 23:11:20 2004 @@ -6,10 +6,22 @@ </properties> <body> - <section name="TODO"> + <section name="Eve Roadmap"> + <p> + Until we pull this together over here in a nice format you can get an + idea of what is going on using these alternative sources of info: + </p> + <ul> <li> - Write it! + Look at the JIRA + <a href="http://nagoya.apache.org/jira/secure/BrowseProject.jspa">here + </a> for specific tasks. + </li> + <li> + Look at the WIKI + <a href="http://nagoya.apache.org/jira/secure/BrowseProject.jspa">here + </a> for high level roadmap. </li> </ul> </section> Deleted: /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=111474 ==============================================================================
