Author: vtence
Date: Fri Oct 1 05:24:34 2004
New Revision: 47644
Added:
incubator/directory/sitedocs/trunk/xdocs/subprojects/framework.xml
Modified:
incubator/directory/sitedocs/trunk/xdocs/index.xml
incubator/directory/sitedocs/trunk/xdocs/navigation.xml
incubator/directory/sitedocs/trunk/xdocs/subprojects/security.xml
Log:
Added hooks for Seda and Kerberos subrojects
Modified: incubator/directory/sitedocs/trunk/xdocs/index.xml
==============================================================================
--- incubator/directory/sitedocs/trunk/xdocs/index.xml (original)
+++ incubator/directory/sitedocs/trunk/xdocs/index.xml Fri Oct 1 05:24:34 2004
@@ -5,26 +5,8 @@
<title>Apache Directory Project</title>
</properties>
<body>
-
- <section name="Incubation Disclaimer">
- <p>
- The Directory Project is an effort undergoing incubation at the Apache
- Software Foundation (ASF), sponsored by Noel Bergman. Incubation is
- required of all newly accepted projects until a further review
indicates
- that the infrastructure, communications, and decision making process
- have stabilized in a manner consistent with other successful ASF
- projects. While incubation status is not necessarily a reflection of
- the completeness or stability of the code, it does indicate that the
- project has yet to be fully endorsed by the ASF.
- </p>
-
- <p>
- The status of the Directory Project is tracked by the Apache Incubator
- <a href="http://incubator.apache.org/projects/directory.html">here</a>.
- </p>
- </section>
-
- <!-- We might be better off remving duplication with the news page
+
+ <!-- We might be better off removing duplication with the news page
<section name="News and Information">
<ul>
<li>
@@ -50,6 +32,24 @@
in the section below and to a greater detail within their own
documentation.
</p>
+ </section>
+
+ <section name="Incubation Disclaimer">
+ <p>
+ The Directory Project is an effort undergoing incubation at the Apache
+ Software Foundation (ASF), sponsored by Noel Bergman. Incubation is
+ required of all newly accepted projects until a further review
indicates
+ that the infrastructure, communications, and decision making process
+ have stabilized in a manner consistent with other successful ASF
+ projects. While incubation status is not necessarily a reflection of
+ the completeness or stability of the code, it does indicate that the
+ project has yet to be fully endorsed by the ASF.
+ </p>
+
+ <p>
+ The status of the Directory Project is tracked by the Apache Incubator
+ <a href="http://incubator.apache.org/projects/directory.html">here</a>.
+ </p>
</section>
<!-- This section duplicates subprojects/index.xml.
Modified: incubator/directory/sitedocs/trunk/xdocs/navigation.xml
==============================================================================
--- incubator/directory/sitedocs/trunk/xdocs/navigation.xml (original)
+++ incubator/directory/sitedocs/trunk/xdocs/navigation.xml Fri Oct 1
05:24:34 2004
@@ -16,6 +16,8 @@
<item name="Naming" href="/subprojects/directory-naming/index.html"/>
<item name="Janus" href="/subprojects/janus/index.html"/>
<item name="Snickers" href="/subprojects/snickers/index.html"/>
+ <item name="Kerberos" href="/subprojects/kerberos/index.html"/>
+ <item name="Seda" href="/subprojects/seda/index.html"/>
<!--
<item name="Sitedocs" href="/subprojects/sitedocs/index.html"/>
-->
@@ -64,7 +66,7 @@
<item name="LDAP Server" href="/subprojects/server.html"
collapse="true">
<item name="Eve" href="/subprojects/eve/index.html"/>
<item name="LDAPd" href="/subprojects/ldapd/index.html"/>
- </item>
+ </item>
<item name="JNDI" href="/subprojects/jndi.html" collapse="true">
<item name="Naming"
href="/subprojects/directory-naming/index.html"/>
</item>
@@ -73,8 +75,12 @@
</item>
<item name="Security" href="/subprojects/security.html"
collapse="true">
<item name="RMS" href="/subprojects/rms/index.html"/>
- <item name="Janus" href="/subprojects/janus/index.html"/>
- </item>
+ <item name="Janus" href="/subprojects/janus/index.html"/>
+ <item name="Kerberos" href="/subprojects/kerberos/index.html"/>
+ </item>
+ <item name="Framework" href="/subprojects/framework.html"
collapse="true">
+ <item name="SEDA" href="/subprojects/seda/index.html"/>
+ </item>
</menu>
<menu name="Resources">
Added: incubator/directory/sitedocs/trunk/xdocs/subprojects/framework.xml
==============================================================================
--- (empty file)
+++ incubator/directory/sitedocs/trunk/xdocs/subprojects/framework.xml Fri Oct
1 05:24:34 2004
@@ -0,0 +1,33 @@
+<?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="Framework">
+ <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="seda/index.html">SEDA</a>
+ </td>
+ <td>
+ <p>
+ Coming soon ...
+ </p>
+ </td>
+ </tr>
+ </table>
+ </section>
+ </body>
+</document>
Modified: incubator/directory/sitedocs/trunk/xdocs/subprojects/security.xml
==============================================================================
--- incubator/directory/sitedocs/trunk/xdocs/subprojects/security.xml
(original)
+++ incubator/directory/sitedocs/trunk/xdocs/subprojects/security.xml Fri Oct
1 05:24:34 2004
@@ -42,7 +42,19 @@
</p>
</td>
</tr>
- </table>
+
+
+ <tr>
+ <td>
+ <a href="kerberos/index.html">Kerberos</a>
+ </td>
+ <td>
+ <p>
+ Coming soon ...
+ </p>
+ </td>
+ </tr>
+ </table>
</section>
</body>
</document>