You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by th...@apache.org on 2006/03/13 11:29:19 UTC

svn commit: r385496 - in /lenya/docu/src/documentation/content/xdocs: 1_2_x/components/repository/index.xml 1_2_x/components/repository/webdav.xml modules/ modules/index.xml modules/webdav/ modules/webdav/webdav.xml site.xml tabs.xml

Author: thorsten
Date: Mon Mar 13 02:29:17 2006
New Revision: 385496

URL: http://svn.apache.org/viewcvs?rev=385496&view=rev
Log:
Started the module documentation section. Added first description about webdav from the old 1.2 docu.

Added:
    lenya/docu/src/documentation/content/xdocs/modules/
    lenya/docu/src/documentation/content/xdocs/modules/index.xml   (with props)
    lenya/docu/src/documentation/content/xdocs/modules/webdav/
    lenya/docu/src/documentation/content/xdocs/modules/webdav/webdav.xml
      - copied unchanged from r385479, lenya/docu/src/documentation/content/xdocs/1_2_x/components/repository/webdav.xml
Removed:
    lenya/docu/src/documentation/content/xdocs/1_2_x/components/repository/webdav.xml
Modified:
    lenya/docu/src/documentation/content/xdocs/1_2_x/components/repository/index.xml
    lenya/docu/src/documentation/content/xdocs/site.xml
    lenya/docu/src/documentation/content/xdocs/tabs.xml

Modified: lenya/docu/src/documentation/content/xdocs/1_2_x/components/repository/index.xml
URL: http://svn.apache.org/viewcvs/lenya/docu/src/documentation/content/xdocs/1_2_x/components/repository/index.xml?rev=385496&r1=385495&r2=385496&view=diff
==============================================================================
--- lenya/docu/src/documentation/content/xdocs/1_2_x/components/repository/index.xml (original)
+++ lenya/docu/src/documentation/content/xdocs/1_2_x/components/repository/index.xml Mon Mar 13 02:29:17 2006
@@ -17,12 +17,12 @@
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
 <document> 
   <header> 
-    <title>Samples</title> 
+    <title>Docu moved</title> 
   </header> 
   <body> 
     <section>
-      <title>If something goes wrong..</title>
-      <p>Patches are welcome: <a href="http://forrest.apache.org/faq.html">Forrest FAQ</a></p>
+      <title>Docu moved</title>
+      <p>Redirect: <a href="site:modules/webdav/server">click here</a></p>
     </section>
   </body>
 </document>

Added: lenya/docu/src/documentation/content/xdocs/modules/index.xml
URL: http://svn.apache.org/viewcvs/lenya/docu/src/documentation/content/xdocs/modules/index.xml?rev=385496&view=auto
==============================================================================
--- lenya/docu/src/documentation/content/xdocs/modules/index.xml (added)
+++ lenya/docu/src/documentation/content/xdocs/modules/index.xml Mon Mar 13 02:29:17 2006
@@ -0,0 +1,54 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Copyright 1999-2006 The Apache Software Foundation
+
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+
+<!-- $Id: index.xml 55543 2004-10-26 00:14:59Z thorsten $ -->
+
+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
+
+<document>
+  <header>
+    <title>Apache Lenya modules documentation</title>
+  </header>
+  <body>
+    <warning> Some of Apache Lenya modules are still under heavy development. 
+      Please consult the module documentation about current state of 
+      development. </warning>
+       <section>
+      <title>Introduction</title>
+      <p> Modules are packages providing a certain set of resources or 
+        functionality. The aim of this section in the documentation is to group 
+        the information needed to work with a certain module into one entry point. </p>
+      <p>Examples:</p>
+      <ul>
+        <li>a resource type (e.g., docbook module)</li>
+        <li>a repository implementation (e.g., jdbc module)</li>
+        <li>a collection of XSLTs (e.g., content2svg module)</li>
+      </ul>
+      <p>
+        Some modules are included in the Lenya distribution:
+      </p>
+      <ul>
+        <li><strong>lucene</strong> - search functionality</li>
+        <li><strong>sitetree</strong> - manage documents in a tree-like structure</li>
+        <li><strong>jcr</strong> - store content in a <a href="http://www.jcp.org/en/jsr/detail?id=170">JCR</a> repository</li>
+        <li><strong>xhtml</strong> - XHTML-based resource type</li>
+        <li><strong>links</strong> - resource type to manage link lists</li>
+        <li><strong>lenyadoc</strong> - adds the <code>lenyadoc://</code> protocol</li>
+      </ul>
+    </section>
+  </body>
+</document>

Propchange: lenya/docu/src/documentation/content/xdocs/modules/index.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: lenya/docu/src/documentation/content/xdocs/site.xml
URL: http://svn.apache.org/viewcvs/lenya/docu/src/documentation/content/xdocs/site.xml?rev=385496&r1=385495&r2=385496&view=diff
==============================================================================
--- lenya/docu/src/documentation/content/xdocs/site.xml (original)
+++ lenya/docu/src/documentation/content/xdocs/site.xml Mon Mar 13 02:29:17 2006
@@ -85,7 +85,12 @@
     <javadoc1.4 href="../../../../apidocs/1.4/index.html" label="1.4 API (Javadoc)"/>
     
   </docu1.4>
-  
+  <modules href="modules/" label="Modules" tab="modules">
+    <index href="index.html" label="Index"/>
+    <webdav href="webdav/" label="WebDAV">
+        <server href="webdav.html" label="WebDAV Servers"/>
+      </webdav>
+  </modules>
   <!--+
     | Version 1.2 tab
     +-->
@@ -180,7 +185,7 @@
         <namespaces href="rollback.html" label="Rollback"/>
       </revisioncontrol>
       <repository href="repository/" label="Repository">
-        <namespaces href="webdav.html" label="WebDAV Servers"/>
+        <namespaces href="index.html" label="WebDAV Servers"/>
       </repository>
       <search href="search/" label="Search">
         <namespaces href="lucene.html" label="Searching with Lucene"/>

Modified: lenya/docu/src/documentation/content/xdocs/tabs.xml
URL: http://svn.apache.org/viewcvs/lenya/docu/src/documentation/content/xdocs/tabs.xml?rev=385496&r1=385495&r2=385496&view=diff
==============================================================================
--- lenya/docu/src/documentation/content/xdocs/tabs.xml (original)
+++ lenya/docu/src/documentation/content/xdocs/tabs.xml Mon Mar 13 02:29:17 2006
@@ -33,6 +33,7 @@
 
   <tab label="Project" dir="" id="project" indexfile="index.html"/>
   <tab label="Version 1.4" dir="1_4" id="1_4" indexfile="index.html"/>
+  <tab label="Modules" dir="modules" id="modules" indexfile="index.html"/>
   <tab label="Version 1.2" dir="1_2_x" id="1_2" indexfile="index.html"/>
   <tab label="Community" dir="community" id="community" indexfile="index.html"/>
 </tabs>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org