You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ak...@apache.org on 2004/02/06 01:50:54 UTC

svn commit: rev 6525 - in incubator/directory/sitedocs/trunk/sitedocs: . xdocs

Author: akarasulu
Date: Thu Feb  5 16:50:53 2004
New Revision: 6525

Added:
   incubator/directory/sitedocs/trunk/sitedocs/xdocs/doc-template.xml
Modified:
   incubator/directory/sitedocs/trunk/sitedocs/todo
   incubator/directory/sitedocs/trunk/sitedocs/xdocs/index.xml
Log:
added link to the status document and a template to build new docs with

Modified: incubator/directory/sitedocs/trunk/sitedocs/todo
==============================================================================
--- incubator/directory/sitedocs/trunk/sitedocs/todo	(original)
+++ incubator/directory/sitedocs/trunk/sitedocs/todo	Thu Feb  5 16:50:53 2004
@@ -1,14 +1,17 @@
 Sitedocs TODO List
 ==================
-
-* Add a link somewhere to the project's status file here:
-  http://incubator.apache.org/projects/directory.html
   
-* Add this somewhere:
-<li><a href="http://nagoya.apache.org/wiki/apachewiki.cgi?AvalonNoLogging">
-Leo Sutic's use of Monitors instead of Loggers</a> is a good technique
-and we use it to make Eve's components portable across containers</li>
-
 * take care of the todos on 
   - http://incubator.apache.org/directory/subprojects/sitedocs/index.html
-  - http://incubator.apache.org/directory/subprojects/eve/design/components.html
\ No newline at end of file
+
+* Still need to finish off and clean up those sitedocs documents.  They're 
+  disorganized and need to be made more clear.
+
+* Start working on the server architecture documents
+  - frontend
+  - backend
+
+* Look into a plugin to document individual services and collect the generated
+  content to be combined with architectural overview documents for each 
+  subsystem.
+  
\ No newline at end of file

Added: incubator/directory/sitedocs/trunk/sitedocs/xdocs/doc-template.xml
==============================================================================
--- (empty file)
+++ incubator/directory/sitedocs/trunk/sitedocs/xdocs/doc-template.xml	Thu Feb  5 16:50:53 2004
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<document>
+  <properties>
+    <author email="akarasulu@apache.org">Alex Karasulu</author>
+    <title>Apache Directory Project: </title>
+  </properties> 
+  
+  <body>
+    <section name="">
+
+      <subsection name="">
+        <p>
+        </p>
+        <p>
+        </p>
+      </subsection>
+
+      <subsection name="">
+        <p>
+        </p>
+        
+        <table>
+          <tr>
+            <th>Topic</th>
+            <th>Description</th>
+          </tr>
+        </table>
+      </subsection>
+
+    </section>
+  </body>
+</document>

Modified: incubator/directory/sitedocs/trunk/sitedocs/xdocs/index.xml
==============================================================================
--- incubator/directory/sitedocs/trunk/sitedocs/xdocs/index.xml	(original)
+++ incubator/directory/sitedocs/trunk/sitedocs/xdocs/index.xml	Thu Feb  5 16:50:53 2004
@@ -16,6 +16,11 @@
         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>