You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by er...@apache.org on 2006/01/27 01:20:59 UTC

svn commit: r372670 - in /directory/trunks: apacheds/site/src/site/site.xml apacheds/site/src/site/xdoc/projects/index.xml mina/core/src/site/site.xml site/src/site/site.xml

Author: ersiner
Date: Thu Jan 26 16:20:42 2006
New Revision: 372670

URL: http://svn.apache.org/viewcvs?rev=372670&view=rev
Log:
Finilizing site migration which now works although not perfect.

Modified:
    directory/trunks/apacheds/site/src/site/site.xml
    directory/trunks/apacheds/site/src/site/xdoc/projects/index.xml
    directory/trunks/mina/core/src/site/site.xml
    directory/trunks/site/src/site/site.xml

Modified: directory/trunks/apacheds/site/src/site/site.xml
URL: http://svn.apache.org/viewcvs/directory/trunks/apacheds/site/src/site/site.xml?rev=372670&r1=372669&r2=372670&view=diff
==============================================================================
--- directory/trunks/apacheds/site/src/site/site.xml (original)
+++ directory/trunks/apacheds/site/src/site/site.xml Thu Jan 26 16:20:42 2006
@@ -9,7 +9,7 @@
   <body>
     <links>
        <item name="ApacheDS" href="http://directory.apache.org/newsite/subprojects/apacheds/index.html"/>
-       <item name="Naming" href="http://directory.apache.org/newsite/subprojects/naming/index.html"/>
+       <item name="Naming" href="http://directory.apache.org/subprojects/naming/index.html"/>
        <item name="Network Layer (MINA)" href="http://directory.apache.org/newsite/subprojects/network/index.html"/>
        <item name="Directory" href="http://directory.apache.org/newsite/index.html"/>
     </links>
@@ -34,12 +34,7 @@
         <item name="Protocol" href="/developers/protocol.html"/>
         <item name="Backend Subsystem" href="/developers/backend.html"/>
       </item>
-      <item name="ApacheDS Projects" href="/projects/index.html" collapse="true">
-        <item name="standalone" href="/projects/apacheds-standalone/index.html"/>
-        <item name="core" href="/projects/apacheds-core/index.html"/>
-        <item name="shared" href="/projects/apacheds-shared/index.html"/>
-        <item name="plugin" href="/projects/maven-directory-plugin/index.html"/>
-      </item>
+      <item name="ApacheDS Projects" href="/projects/index.html"/>
     </menu>
     
     <!-- <menu name="Project Information">

Modified: directory/trunks/apacheds/site/src/site/xdoc/projects/index.xml
URL: http://svn.apache.org/viewcvs/directory/trunks/apacheds/site/src/site/xdoc/projects/index.xml?rev=372670&r1=372669&r2=372670&view=diff
==============================================================================
--- directory/trunks/apacheds/site/src/site/xdoc/projects/index.xml (original)
+++ directory/trunks/apacheds/site/src/site/xdoc/projects/index.xml Thu Jan 26 16:20:42 2006
@@ -8,8 +8,8 @@
   <body>
     <section name="Server Projects">
       <p>
-        The server is composed of several Maven projects.  The usually Maven
-        generated project documenation for each of them can be accessed here:
+        The server is composed of several sub-projects.  Here is the list of
+        server sub-projects with brief definitions:
       </p>
       
       <table>
@@ -20,42 +20,146 @@
         
         <tr>
           <td>
-            <a href="../projects/apacheds-main/index.html">main</a>
+            core
           </td>
           <td>
-            Command line server application with <code>main()</code>
+            Explain
           </td>
         </tr>
-
         <tr>
           <td>
-            <a href="../projects/apacheds-core/index.html">core</a>
+            shared
           </td>
           <td>
-            The core contains the JNDI provider, interceptor
-            framework, interceptor services, the schema subsystem and the
-            database subsystem.  Hence the core is the heart of the server as
-            its name suggests.
+            Explain
           </td>
         </tr>
-
         <tr>
           <td>
-            <a href="../projects/apacheds-shared/index.html">shared</a>
+            tools
           </td>
           <td>
-            Code shared by the core and plugin separated to prevent cyclic deps
+            Explain
           </td>
         </tr>
-
         <tr>
           <td>
-            <a href="../projects/maven-directory-plugin/index.html">plugin</a>
+            standalone/simple/jndi
           </td>
           <td>
-            A Maven Plugin used to generate code from OpenLDAP schema files.
-            These files are parsed and source is generated to bootstrap schema
-            in the server.
+            Explain
+          </td>
+        </tr>
+        <tr>
+          <td>
+            standalone/simple/main
+          </td>
+          <td>
+            Explain
+          </td>
+        </tr>
+        <tr>
+          <td>
+            standalone/simple/ssl
+          </td>
+          <td>
+            Explain
+          </td>
+        </tr>
+        <tr>
+          <td>
+            standalone/daemon
+          </td>
+          <td>
+            Explain
+          </td>
+        </tr>
+        <tr>
+          <td>
+            protocol-common
+          </td>
+          <td>
+            Explain
+          </td>
+        </tr>
+        <tr>
+          <td>
+            protocols/dhcp
+          </td>
+          <td>
+            Explain
+          </td>
+        </tr>
+        <tr>
+          <td>
+            protocols/changepw
+          </td>
+          <td>
+            Explain
+          </td>
+        </tr>
+        <tr>
+          <td>
+            protocols/ntp
+          </td>
+          <td>
+            Explain
+          </td>
+        </tr>
+        <tr>
+          <td>
+            protocols/ldap
+          </td>
+          <td>
+            Explain
+          </td>
+        </tr>
+        <tr>
+          <td>
+            protocols/dns
+          </td>
+          <td>
+            Explain
+          </td>
+        </tr>
+        <tr>
+          <td>
+            protocols/kerberos
+          </td>
+          <td>
+            Explain
+          </td>
+        </tr>
+        <tr>
+          <td>
+            protocols/kerberos-common
+          </td>
+          <td>
+            Explain
+          </td>
+        </tr>
+        <tr>
+          <td>
+            core-unit
+          </td>
+          <td>
+            Explain
+          </td>
+        </tr>
+        <tr>
+          <td>
+            standalone/simple/unit
+          </td>
+          <td>
+            Explain
+          </td>
+        </tr>
+        <tr>
+          <td>
+            site
+          </td>
+          <td>
+            Explain
           </td>
         </tr>
       </table>

Modified: directory/trunks/mina/core/src/site/site.xml
URL: http://svn.apache.org/viewcvs/directory/trunks/mina/core/src/site/site.xml?rev=372670&r1=372669&r2=372670&view=diff
==============================================================================
--- directory/trunks/mina/core/src/site/site.xml (original)
+++ directory/trunks/mina/core/src/site/site.xml Thu Jan 26 16:20:42 2006
@@ -12,7 +12,7 @@
   <body>
      <links>
        <item name="ApacheDS" href="http://directory.apache.org/newsite/subprojects/apacheds/index.html"/>
-       <item name="Naming" href="http://directory.apache.org/newsite/subprojects/naming/index.html"/>
+       <item name="Naming" href="http://directory.apache.org/subprojects/naming/index.html"/>
        <item name="Network Layer (MINA)" href="http://directory.apache.org/newsite/subprojects/network/index.html"/>
        <item name="Directory" href="http://directory.apache.org/newsite/index.html"/>
     </links>

Modified: directory/trunks/site/src/site/site.xml
URL: http://svn.apache.org/viewcvs/directory/trunks/site/src/site/site.xml?rev=372670&r1=372669&r2=372670&view=diff
==============================================================================
--- directory/trunks/site/src/site/site.xml (original)
+++ directory/trunks/site/src/site/site.xml Thu Jan 26 16:20:42 2006
@@ -10,7 +10,7 @@
    <body>
      <links>
        <item name="ApacheDS" href="http://directory.apache.org/newsite/subprojects/apacheds/index.html"/>
-       <item name="Naming" href="http://directory.apache.org/newsite/subprojects/naming/index.html"/>
+       <item name="Naming" href="http://directory.apache.org/subprojects/naming/index.html"/>
        <item name="Network Layer (MINA)" href="http://directory.apache.org/newsite/subprojects/network/index.html"/>
        <item name="Directory" href="http://directory.apache.org/newsite/index.html"/>
      </links>