Author: vtence
Date: Wed Jul 7 20:54:32 2004
New Revision: 22693
Added:
incubator/directory/sitedocs/trunk/xdocs/subprojects/asn1.xml (contents,
props changed)
incubator/directory/sitedocs/trunk/xdocs/subprojects/jndi.xml (contents,
props changed)
incubator/directory/sitedocs/trunk/xdocs/subprojects/ldapd/
incubator/directory/sitedocs/trunk/xdocs/subprojects/ldapd/index.xml
(contents, props changed)
incubator/directory/sitedocs/trunk/xdocs/subprojects/security.xml
(contents, props changed)
incubator/directory/sitedocs/trunk/xdocs/subprojects/server.xml (contents,
props changed)
Removed:
incubator/directory/sitedocs/trunk/xdocs/subprojects/index.xml
Modified:
incubator/directory/sitedocs/trunk/xdocs/navigation.xml
Log:
Subprojects grouped by categories in site navigation
Modified: incubator/directory/sitedocs/trunk/xdocs/navigation.xml
==============================================================================
--- incubator/directory/sitedocs/trunk/xdocs/navigation.xml (original)
+++ incubator/directory/sitedocs/trunk/xdocs/navigation.xml Wed Jul 7
20:54:32 2004
@@ -61,17 +61,9 @@
</menu>
<menu name="Subprojects">
- <item name="Overview" href="/subprojects/index.html"/>
- <item name="Eve" href="/subprojects/eve/index.html"/>
- <item name="RMS" href="/subprojects/rms/index.html"/>
- <item name="LDAP" href="/subprojects/directory-ldap/index.html"/>
- <item name="Janus" href="/subprojects/janus/index.html"/>
- <item name="Naming" href="/subprojects/directory-naming/index.html"/>
- <item name="Snickers" href="/subprojects/snickers/index.html"/>
- <!-- Work in progress
<item name="LDAP Server" href="/subprojects/server.html"
collapse="true">
<item name="Eve" href="/subprojects/eve/index.html"/>
- <item name="LDAPd" href="/subprojects/ldapd.html"/>
+ <item name="LDAPd" href="/subprojects/ldapd/index.html"/>
</item>
<item name="JNDI" href="/subprojects/jndi.html" collapse="true">
<item name="Naming"
href="/subprojects/directory-naming/index.html"/>
@@ -83,7 +75,6 @@
<item name="RMS" href="/subprojects/rms/index.html"/>
<item name="Janus" href="/subprojects/janus/index.html"/>
</item>
- -->
</menu>
<menu name="Resources">
Added: incubator/directory/sitedocs/trunk/xdocs/subprojects/asn1.xml
==============================================================================
--- (empty file)
+++ incubator/directory/sitedocs/trunk/xdocs/subprojects/asn1.xml Wed Jul
7 20:54:32 2004
@@ -0,0 +1,45 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<document>
+ <properties>
+ <author email="[EMAIL PROTECTED]">Alex Karasulu</author>
+ <title>Apache Directory Project: Subprojects</title>
+ </properties>
+
+ <body>
+ <section name="ASN.1 Codec">
+ <p>
+ The Directory Project consists of a number of sub-projects.
+ </p>
+
+ <table>
+ <tr>
+ <th>Name</th>
+ <th>Description</th>
+ </tr>
+
+ <tr>
+ <td>
+ <a href="snickers/index.html">Snickers</a>
+ </td>
+ <td>
+ <p>
+ Both LDAP and X.500 directories have their data structures
defined
+ using the Abstract Syntax Notation One language. The entire
X.500
+ ITU series of specifications use ASN.1 to define the data
+ structures that are transmitted over the wire using various
+ encodings (like BER, DER, PER, and XER). ASN.1 is used as a
+ Protocol Data Unit definition syntax in several other protocols
+ like SNMP. Snickers will contain code factored out of the Eve
+ and LDAP subprojects used to encode and decode ASN.1 messages.
+ Snickers will eventually grow to contain various language stub
+ generators (ASN.1 compilers) that create stub structures,
classes
+ and interfaces for ASN.1 definitions. Snickers, in this way, is
+ a SNACC and SNACC4J replacement for C/C++ and Java respectively.
+ </p>
+ </td>
+ </tr>
+
+ </table>
+ </section>
+ </body>
+</document>
Added: incubator/directory/sitedocs/trunk/xdocs/subprojects/jndi.xml
==============================================================================
--- (empty file)
+++ incubator/directory/sitedocs/trunk/xdocs/subprojects/jndi.xml Wed Jul
7 20:54:32 2004
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<document>
+ <properties>
+ <author email="[EMAIL PROTECTED]">Alex Karasulu</author>
+ <title>Apache Directory Project: Subprojects</title>
+ </properties>
+
+ <body>
+ <section name="JNDI">
+ <p>
+ The Directory Project consists of a number of sub-projects.
+ </p>
+
+ <table>
+ <tr>
+ <th>Name</th>
+ <th>Description</th>
+ </tr>
+
+ <tr>
+ <td>
+ <a href="naming/index.html">Naming</a>
+ </td>
+ <td>
+ <p>
+ There is a set of core functionality common to all JNDI
providers
+ and JNDI does not necessarily revolve around LDAP and X.500
+ directories. The naming subproject will contain common JNDI
code
+ along with various JNDI provider's. A J2EE ENC, environment
+ naming context would be one implementation. If you're looking
to
+ build a JNDI provider you might want to take a look in here
before
+ proceeding.
+ </p>
+ </td>
+ </tr>
+ </table>
+ </section>
+ </body>
+</document>
Added: incubator/directory/sitedocs/trunk/xdocs/subprojects/ldapd/index.xml
==============================================================================
--- (empty file)
+++ incubator/directory/sitedocs/trunk/xdocs/subprojects/ldapd/index.xml
Wed Jul 7 20:54:32 2004
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<document>
+ <properties>
+ <author email="[EMAIL PROTECTED]">Alex Karasulu</author>
+ <title>Apache Directory Project: LDAPd</title>
+ </properties>
+
+ <body>
+ <section name="LDAPd">
+ <p>
+ Place holder ...
+ </p>
+ </section>
+ </body>
+</document>
Added: incubator/directory/sitedocs/trunk/xdocs/subprojects/security.xml
==============================================================================
--- (empty file)
+++ incubator/directory/sitedocs/trunk/xdocs/subprojects/security.xml Wed Jul
7 20:54:32 2004
@@ -0,0 +1,48 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<document>
+ <properties>
+ <author email="[EMAIL PROTECTED]">Alex Karasulu</author>
+ <title>Apache Directory Project: Subprojects</title>
+ </properties>
+
+ <body>
+ <section name="Security">
+ <p>
+ The Directory Project consists of a number of sub-projects.
+ </p>
+
+ <table>
+ <tr>
+ <th>Name</th>
+ <th>Description</th>
+ </tr>
+
+ <tr>
+ <td>
+ <a href="rms/index.html">RMS</a>
+ </td>
+ <td>
+ <p>
+ RMS is designed as an enterprise environment management platform used
+ to centralize access to common shared data across applications within
+ the enterprise. This makes RMS ideal for Enterprise Application
+ Integration specifically where user identity and profile information
+ is concerned.
+ </p>
+ </td>
+ </tr>
+
+ <tr>
+ <td>
+ <a href="janus/index.html">Janus</a>
+ </td>
+ <td>
+ <p>
+ Janus is an Authentication, Authorization and Accounting
framework.
+ </p>
+ </td>
+ </tr>
+ </table>
+ </section>
+ </body>
+</document>
Added: incubator/directory/sitedocs/trunk/xdocs/subprojects/server.xml
==============================================================================
--- (empty file)
+++ incubator/directory/sitedocs/trunk/xdocs/subprojects/server.xml Wed Jul
7 20:54:32 2004
@@ -0,0 +1,61 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<document>
+ <properties>
+ <author email="[EMAIL PROTECTED]">Alex Karasulu</author>
+ <title>Apache Directory Project: Subprojects</title>
+ </properties>
+
+ <body>
+ <section name="LDAP Server">
+ <p>
+ The Directory Project consists of a number of sub-projects.
+ </p>
+
+ <table>
+ <tr>
+ <th>Name</th>
+ <th>Description</th>
+ </tr>
+
+ <tr>
+ <td>
+ <a href="eve/index.html">Eve</a>
+ </td>
+ <td>
+ <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.
+ </p>
+ </td>
+ </tr>
+
+ <tr>
+ <td>
+ <a href="ldapd/index.html">LDAPd</a>
+ </td>
+ <td>
+ <p>
+ Describe LDAPd here ...
+ </p>
+ </td>
+ </tr>
+
+ <tr>
+ <td>
+ <a href="ldap/index.html">LDAP</a>
+ </td>
+ <td>
+ <p>
+ Commons code dealing with the Lightweight Directory Access
Protocol
+ is managed under this subproject. This will include a common
API
+ for composing and reading LDAP Message envelopes and various
LDAP
+ clients including JNDI LDAP providers.
+ </p>
+ </td>
+ </tr>
+ </table>
+ </section>
+ </body>
+</document>