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/02/08 14:23:20 UTC

svn commit: r375957 - in /directory/trunks/apacheds: pom.xml src/site/xdoc/index.xml

Author: ersiner
Date: Wed Feb  8 05:23:18 2006
New Revision: 375957

URL: http://svn.apache.org/viewcvs?rev=375957&view=rev
Log:
Included the arch image for standalone doco distribution.
Arranged index.xml for arch image.
Added site plugin gid.

Modified:
    directory/trunks/apacheds/pom.xml
    directory/trunks/apacheds/src/site/xdoc/index.xml

Modified: directory/trunks/apacheds/pom.xml
URL: http://svn.apache.org/viewcvs/directory/trunks/apacheds/pom.xml?rev=375957&r1=375956&r2=375957&view=diff
==============================================================================
--- directory/trunks/apacheds/pom.xml (original)
+++ directory/trunks/apacheds/pom.xml Wed Feb  8 05:23:18 2006
@@ -12,6 +12,7 @@
   <name>ApacheDS</name>
   <packaging>pom</packaging>
 
+  <url>http://directory.apache.org/newsite/projects/apacheds/</url>
   <pluginRepositories>
     <pluginRepository>
       <id>apache.snapshots</id>
@@ -239,6 +240,7 @@
   <build>
     <plugins>
       <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-site-plugin</artifactId>
         <version>2.0-SNAPSHOT</version>
       </plugin>

Modified: directory/trunks/apacheds/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewcvs/directory/trunks/apacheds/src/site/xdoc/index.xml?rev=375957&r1=375956&r2=375957&view=diff
==============================================================================
--- directory/trunks/apacheds/src/site/xdoc/index.xml (original)
+++ directory/trunks/apacheds/src/site/xdoc/index.xml Wed Feb  8 05:23:18 2006
@@ -42,7 +42,7 @@
 
         <tr>
           <td>
-            <a href="./users/index.html">User's Guide</a>
+            <a href="./docs/users/index.html">User's Guide</a>
           </td>
           <td>
             Material that might go into a user's guide or howto section.
@@ -51,25 +51,21 @@
 
         <tr>
           <td>
-            <a href="./developers/index.html">Developers's Guide</a>
+            <a href="./docs/developers/index.html">Developers's Guide</a>
           </td>
           <td>
             Material that might go into a developer's guide.
           </td>
         </tr>
-
-        <tr>
-          <td>
-            <a href="./projects/index.html">Projects</a>
-          </td>
-          <td>
-            The sitedocs for the various maven source code projects containing
-            the usual reports and info are here.
-          </td>
-        </tr>
-
+         
       </table>
 
+      <p>
+        Here is a figure for the architectural overview of ApacheDS. Click on it to see further details.
+      </p>
+      <p>
+        <a href="./modules.html"><img src="images/50k-ft-architecture.png" href="./modules.html"/></a>
+      </p>
 
     </section>
   </body>