You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2005/11/01 18:02:39 UTC

svn commit: r330093 - in /lenya/docu/src/documentation/content/xdocs: 1_4/reference/repository/ 1_4/reference/repository/index.xml images/live/repositoryWorkspaces.png images/repository-layout.png site.xml

Author: andreas
Date: Tue Nov  1 09:02:30 2005
New Revision: 330093

URL: http://svn.apache.org/viewcvs?rev=330093&view=rev
Log:
started documentation about repository layout

Added:
    lenya/docu/src/documentation/content/xdocs/1_4/reference/repository/
    lenya/docu/src/documentation/content/xdocs/1_4/reference/repository/index.xml
    lenya/docu/src/documentation/content/xdocs/images/live/repositoryWorkspaces.png   (with props)
    lenya/docu/src/documentation/content/xdocs/images/repository-layout.png   (with props)
Modified:
    lenya/docu/src/documentation/content/xdocs/site.xml

Added: lenya/docu/src/documentation/content/xdocs/1_4/reference/repository/index.xml
URL: http://svn.apache.org/viewcvs/lenya/docu/src/documentation/content/xdocs/1_4/reference/repository/index.xml?rev=330093&view=auto
==============================================================================
--- lenya/docu/src/documentation/content/xdocs/1_4/reference/repository/index.xml (added)
+++ lenya/docu/src/documentation/content/xdocs/1_4/reference/repository/index.xml Tue Nov  1 09:02:30 2005
@@ -0,0 +1,56 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Copyright 2002-2004 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.
+-->
+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
+<document> 
+  <header> 
+    <title>The Lenya Content Repository</title> 
+  </header>
+  <body>
+    
+    <note>This document is a draft. It does not reflect the current implementation, but will evolve alongside the code.</note>
+    
+    <section>
+      <title>Introduction</title>
+      
+      <p>
+        The Lenya content repository is based on the <a href="http://www.jcp.org/aboutJava/communityprocess/final/jsr170/">Java Content Repository</a> API.
+      </p>
+      
+    </section>
+    
+    <section>
+      <title>Repository Layout</title>
+      
+      <p>
+        The JCR repository used by Lenya comprises a set of workspaces, each of which represent an area
+        of the document structure. For each area that is declared by a publication, a repository workspace
+        is created.
+      </p>
+      <p>
+        Publications are orthogonal to workspaces. Each publication can declare its own set of areas.
+        Thus, the set of workspaces in the Lenya repository derives from the union of all areas declared by publications.
+      </p>
+      <figure src="site:repositoryWorkspaces.img" alt="Repository Workspaces"/>
+      
+      <p>
+        
+      </p>
+      
+    </section>
+    
+  </body>
+</document>

Added: lenya/docu/src/documentation/content/xdocs/images/live/repositoryWorkspaces.png
URL: http://svn.apache.org/viewcvs/lenya/docu/src/documentation/content/xdocs/images/live/repositoryWorkspaces.png?rev=330093&view=auto
==============================================================================
Binary file - no diff available.

Propchange: lenya/docu/src/documentation/content/xdocs/images/live/repositoryWorkspaces.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: lenya/docu/src/documentation/content/xdocs/images/repository-layout.png
URL: http://svn.apache.org/viewcvs/lenya/docu/src/documentation/content/xdocs/images/repository-layout.png?rev=330093&view=auto
==============================================================================
Binary file - no diff available.

Propchange: lenya/docu/src/documentation/content/xdocs/images/repository-layout.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: lenya/docu/src/documentation/content/xdocs/site.xml
URL: http://svn.apache.org/viewcvs/lenya/docu/src/documentation/content/xdocs/site.xml?rev=330093&r1=330092&r2=330093&view=diff
==============================================================================
--- lenya/docu/src/documentation/content/xdocs/site.xml (original)
+++ lenya/docu/src/documentation/content/xdocs/site.xml Tue Nov  1 09:02:30 2005
@@ -1,13 +1,13 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
   Copyright 1999-2004 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
-
+  
+  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.
@@ -18,45 +18,45 @@
 <!-- $Id: site.xml 55543 2004-10-26 00:14:59Z gregor $ -->
 
 <site xmlns="http://apache.org/forrest/linkmap/1.0" href="" label="Lenya" >
-
+  
   <!--+
-      | Project tab
-      +-->
-
+    | Project tab
+    +-->
+  
   <project-information href="" label="Project" tab="project">
-     <index_pm href="index.html" label="About"/>
-        <changes href="changes.html" label="Changes"/>
-        <charter href="charter.html" label="Charter"/>
-        <history href="history.html" label="History"/>
-        <screenshots href="screenshots.html" label="Screenshots"/>
-        <node-d href="roadmap.html" label="Roadmap"/>
-        <node-i href="license.html" label="License"/>
-        <resolution href="resolution.html" label="Resolution"/>
-        <node-i href="related-projects.html" label="Related Projects"/>
+    <index_pm href="index.html" label="About"/>
+    <changes href="changes.html" label="Changes"/>
+    <charter href="charter.html" label="Charter"/>
+    <history href="history.html" label="History"/>
+    <screenshots href="screenshots.html" label="Screenshots"/>
+    <node-d href="roadmap.html" label="Roadmap"/>
+    <node-i href="license.html" label="License"/>
+    <resolution href="resolution.html" label="Resolution"/>
+    <node-i href="related-projects.html" label="Related Projects"/>
   </project-information>
-
+  
   <!--+
-      | Version 1.4 tab
-      +-->
-
+    | Version 1.4 tab
+    +-->
+  
   <docu1.4 href="1_4/" label="Version 1.4" target="1.4" tab="1_4">
     <index_pm href="index.html" label="Index"/>
-
-<!--          <whole_docu href="../documentation-1-4.pdf" label="1.4 PDF docs (all in one)" />
-          <whole_docu href="../documentation-1-4.html" label="1.4 HTML docs (all in one)" />
--->          
+    
+    <!--          <whole_docu href="../documentation-1-4.pdf" label="1.4 PDF docs (all in one)" />
+      <whole_docu href="../documentation-1-4.html" label="1.4 HTML docs (all in one)" />
+    -->          
     <installation14 href="installation/" label="Installation">
       <download14 href="index.html" label="Download"/>
       <subversion14 href="subversion.html" label="Subversion Access"/>
       <instal14l href="source_version.html" label="Install Instructions"/>
     </installation14>
-
+    
     <concepts href="concepts/" label="Concepts"> 	 
       <wysiwyg href="publication.html" label="Publication" />
       <wysiwyg href="authoring_live.html" label="Authoring and Live mode" />
       <wysiwyg href="wysiwyg.html" label="WYSIWYG" />
     </concepts>
-
+    
     <reference href="reference/" label="Technical Reference"> 	 
       <sitemaps14 href="lenya-sitemaps.html" label="Overview of Lenya Sitemaps" />
       <usecase-framework href="usecase-framework/" label="Usecase Framework">
@@ -72,255 +72,257 @@
         <lenyadoc href="lenyadoc.html" label="lenyadoc:"/>
       </protocols>
       <notification href="notification.html" label="Notification"/>
+      <repository href="repository/index.html" label="Repository"/>
     </reference>
-
+    
     <javadoc1.4 href="../../../../apidocs/1.4/index.html" label="1.4 API (Javadoc)"/>
-
+    
   </docu1.4>
-
+  
   <!--+
-      | Version 1.2 tab
-      +-->
-
+    | Version 1.2 tab
+    +-->
+  
   <!--
-  <documentation href="docs/" label="Documentation" tab="docs">
+    <documentation href="docs/" label="Documentation" tab="docs">
     <index_doc href="index.html" label="Documentation" wholesite="true"/>
   -->        
-
+  
   <docu1.2.x href="1_2_x/" label="Version 1.2" target="1.2" tab="1_2">
-			<index_pm href="index.html" label="Index"/>
-<!--          <whole_docu href="../documentation-1-2.pdf" label="1.2 PDF docs (all in one)" />
-          <whole_docu href="../documentation-1-2.html" label="1.2 HTML docs (all in one)" />
--->          
-
-            <installation12 href="installation/" label="Installation">
-              <download12 href="index.html" label="Download"/>
-              <cvs href="subversion.html" label="Subversion Access"/>
-              <install href="source_version.html" label="Install Instructions"/>
-            </installation12>
-      
-            <tutorial href="tutorial/" label="Tutorial">
-                <index_pm href="index.html" label="Introduction"/>
-                <understanding href="understanding_lenya.html" label="1. Understanding Lenya"/>
-                <installing_lenya href="installing_lenya.html" label="2. Installing Lenya"/>
-                <pipeline href="anatomy_of_the_pipeline.html" label="3. Anatomy of the Pipeline"/>
-                <editing_in_lenya href="editing_in_lenya.html" label="4. Editing in Lenya"/>
-                <custom_navigation href="custom_navigation.html" label="5. Custom Navigation in Lenya"/>
-                <mod_proxy_and_lenya href="mod_proxy_and_lenya.html" label="6a. Mod Proxy and Lenya"/>
-                <mod_proxy_and_lenya_cont href="mod_proxy_and_lenya_continued.html" label="6b. Mod Proxy and Lenya"/>
-            </tutorial>
-
-            <howtos href="how-to/" label="How-To">
-                <faq href="faq.html" label="FAQ"/>
-                <newpub href="new_publication.html" label="New Publication"/>
-                <deploypub href="deploy_publication.html" label="Deploy Publication"/>
-                <lookandfeel href="look_and_feel.html" label="Look and Feel"/>
-                <customresourcetype  href="custom_resourcetype.html" label="Custom Resource Type"/>
-                <newmimetype href="new_mime_type.html" label="Adding Mime Types"/>
-                <sitenavigation href="site_navigation.html" label="Site Navigation"/>
-                <ldapauthentication href="ldap_authentication.html" label="LDAP Authentication"/>
-                <cmsmenus href="cms_menus.html" label="CMS Menus"/>
-                <cmsscreens href="cms_screens.html" label="CMS Screens"/>
-                <howtosearch href="search.html" label="Search Publications"/>
-                <howtoexternaldata href="external_data.html" label="External Data"/>
-            </howtos>
-            <components href="components/" label="Components">
-                <accesscontrol href="accesscontrol/" label="Access&#160;Control">
-                    <ac-terms href="terms.html" label="Basic Terms"/>
-                    <accesscontrollers href="accesscontrollers.html" label="Access&#160;Controllers"/>
-                    <ac-resolvers href="accesscontrollerresolvers.html" label="Access Controller Resolvers"/>
-                    <authenticators href="authenticators.html" label="Authenticators"/>
-                    <authorizers href="authorizers.html" label="Authorizers"/>
-                    <policies href="policymanagers.html" label="Policies and Policy&#160;Managers"/>
-                    <accr-mng href="accreditablemanagers.html" label="Accreditable&#160;Managers"/>
-                    <ssl href="ssl.html" label="SSL Encryption"/>
-                </accesscontrol>
-                <authoring href="authoring/" label="Authoring">
-                    <namespaces href="adding-document-creator.html" label="Adding a new document creator"/>
-                    <namespaces href="image-upload.html" label="Image Upload"/>
-                    <openoffice href="openoffice.html" label="OpenOffice"/>
-                </authoring>
-                <deployment href="deployment/" label="Deployment">
-                    <namespaces href="proxying.html" label="Proxying"/>
-                </deployment>
-                <misc href="editors/" label="Editors">
-                    <namespaces href="htmlform.html" label="HTML Form Editor"/>
-                    <namespaces href="1form.html" label="HTML One Form Editor"/>
-                    <namespaces href="bxe.html" label="Bitflux Editor"/>
-                    <namespaces href="kupu.html" label="Kupu"/>
-                    <namespaces href="xopus.html" label="Xopus"/>
-                </misc>
-                <layout href="layout/" label="Layout">
-                    <navigation href="navigation.html" label="Navigation"/>
-                    <xhtml-templating href="xhtml-templating.html" label="XHTML templating"/>
-                    <static-resources href="static-resources.html" label="Serving static resources"/>
-                    <menubar href="lenya-menubar.html" label="Lenya Menubar"/>
-                </layout>
-                <publication href="publication/" label="Publication">
-                    <pageenvelopemodule href="pageenvelopemodule.html" label="PageEnvelopeModule"/>
-                    <sitetree href="siteTree.html" label="Site tree"/>
-                </publication>
-                <resource-types href="resource-types/" label="Resource&#160;Types">
-                  <resource-types-1 href="resource-types.html" label="Resource&#160;Types"/>
-                </resource-types>    
-                <revisioncontrol href="revisioncontrol/" label="Revision Control">
-                    <namespaces href="revisioncontroller.html" label="Revision Controller"/>
-                    <namespaces href="rcml.html" label="RCML"/>
-                    <namespaces href="checkin.html" label="Check In"/>
-                    <namespaces href="checkout.html" label="Check Out"/>
-                    <namespaces href="version.html" label="Revisions"/>
-                    <namespaces href="rollback.html" label="Rollback"/>
-                </revisioncontrol>
-                <repository href="repository/" label="Repository">
-                    <namespaces href="webdav.html" label="WebDAV Servers"/>
-                </repository>
-                <search href="search/" label="Search">
-                    <namespaces href="lucene.html" label="Searching with Lucene"/>
-                </search>
-                <uri-handling href="uri-handling/" label="URI Handling">
-                    <uri-parametrizer href="URIParametrizer.html" label="URI Parametrizer"/>
-                    <standard-uri href="standardURI.html" label="URI Scheme"/>
-                    <usecases href="usecases.html" label="Usecases"/>
-                </uri-handling>
-                <asset-management href="asset-management/" label="Asset Management">
-                    <asset-management-1 href="management.html" label="Asset Management"/>
-                </asset-management>
-                <a-management href="link-management/" label="Link Management">
-                    <a-management-1 href="link-management.html" label="Link Management"/>
-                </a-management>
-                <meta-data href="metadata/" label="Meta Data">
-                    <meta-data-1 href="metadata.html" label="Meta Data Handling"/>
-                </meta-data>
-                <multilingual href="multilingual/" label="Multilingual Documents">
-                    <multilingual-1 href="multilingual.html" label="Multilingual Document Handling"/>
-                </multilingual>
-                <node-40 href="tasks/" label="Tasks">
-                    <node-41 href="concept.html" label="The Task Concept"/>
-                    <node-42 href="defining.html" label="Defining Tasks"/>
-                    <node-43 href="taskaction.html" label="The TaskAction"/>
-                    <node-44 href="scheduling.html" label="Scheduling a Task"/>
-                    <node-45 label="Included tasks">
-                        <node-46 href="anttask.html" label="AntTask"/>
-                        <node-47 href="publisher.html" label="DefaultFilePublisher"/>
-                        <taskexporter href="exporter.html" label="StaticHTMLExporter"/>
-                        <node-49 href="mailtask.html" label="MailTask"/>
-                    </node-45>
-                    <node-50 href="development.html" label="Developing Tasks"/>
-                </node-40>
-                <workflow href="workflow/" label="Workflow">
-                    <wfterms href="terms.html" label="Terms"/>
-                    <wfstate href="state-machine.html" label="The State Machine"/>
-                    <wfconfig href="configuration.html" label="Configuration"/>
-                    <wfimpl href="implementation.html" label="Implementation"/>
-                </workflow>
-                <sitemanagement href="sitemanagement/" label="Site Management">
-                    <archive href="archive.html" label="Archive"/>
-                    <copy href="copy.html" label="Copy"/>
-                    <deactivate href="deactivate.html" label="Deactivate"/>
-                    <delete href="delete.html" label="Delete"/>
-                    <deletetrash href="deletetrash.html" label="Delete the trash"/>
-                    <move href="move.html" label="Move"/>
-                    <moveupdown href="moveupdown.html" label="Move Up/Down"/>
-                    <rename href="rename.html" label="Rename"/>
-                    <restore href="restore.html" label="Restore"/>
-                </sitemanagement>
-            </components>
-
-            <misc href="misc/" label="Miscellaneous" wholesite="true">
-                <namespaces href="namespaces.html" label="Namespaces"/>
-                <coding href="coding-guidelines.html" label="Coding Guidelines"/>
-                <reservednames href="reserved_names.html" label="Reserved Names"/>
-                <node-e href="unittests.html" label="Unit Tests"/>
-                <node-e href="xinclude-processor.html" label="XInclude Processor"/>
-            </misc>
-
-            <javadoc1.2 href="../../apidocs/1.2/index.html" label="1.2 API (Javadoc)"/>
+    <index_pm href="index.html" label="Index"/>
+    <!--          <whole_docu href="../documentation-1-2.pdf" label="1.2 PDF docs (all in one)" />
+      <whole_docu href="../documentation-1-2.html" label="1.2 HTML docs (all in one)" />
+    -->          
+    
+    <installation12 href="installation/" label="Installation">
+      <download12 href="index.html" label="Download"/>
+      <cvs href="subversion.html" label="Subversion Access"/>
+      <install href="source_version.html" label="Install Instructions"/>
+    </installation12>
+    
+    <tutorial href="tutorial/" label="Tutorial">
+      <index_pm href="index.html" label="Introduction"/>
+      <understanding href="understanding_lenya.html" label="1. Understanding Lenya"/>
+      <installing_lenya href="installing_lenya.html" label="2. Installing Lenya"/>
+      <pipeline href="anatomy_of_the_pipeline.html" label="3. Anatomy of the Pipeline"/>
+      <editing_in_lenya href="editing_in_lenya.html" label="4. Editing in Lenya"/>
+      <custom_navigation href="custom_navigation.html" label="5. Custom Navigation in Lenya"/>
+      <mod_proxy_and_lenya href="mod_proxy_and_lenya.html" label="6a. Mod Proxy and Lenya"/>
+      <mod_proxy_and_lenya_cont href="mod_proxy_and_lenya_continued.html" label="6b. Mod Proxy and Lenya"/>
+    </tutorial>
+    
+    <howtos href="how-to/" label="How-To">
+      <faq href="faq.html" label="FAQ"/>
+      <newpub href="new_publication.html" label="New Publication"/>
+      <deploypub href="deploy_publication.html" label="Deploy Publication"/>
+      <lookandfeel href="look_and_feel.html" label="Look and Feel"/>
+      <customresourcetype  href="custom_resourcetype.html" label="Custom Resource Type"/>
+      <newmimetype href="new_mime_type.html" label="Adding Mime Types"/>
+      <sitenavigation href="site_navigation.html" label="Site Navigation"/>
+      <ldapauthentication href="ldap_authentication.html" label="LDAP Authentication"/>
+      <cmsmenus href="cms_menus.html" label="CMS Menus"/>
+      <cmsscreens href="cms_screens.html" label="CMS Screens"/>
+      <howtosearch href="search.html" label="Search Publications"/>
+      <howtoexternaldata href="external_data.html" label="External Data"/>
+    </howtos>
+    <components href="components/" label="Components">
+      <accesscontrol href="accesscontrol/" label="Access&#160;Control">
+        <ac-terms href="terms.html" label="Basic Terms"/>
+        <accesscontrollers href="accesscontrollers.html" label="Access&#160;Controllers"/>
+        <ac-resolvers href="accesscontrollerresolvers.html" label="Access Controller Resolvers"/>
+        <authenticators href="authenticators.html" label="Authenticators"/>
+        <authorizers href="authorizers.html" label="Authorizers"/>
+        <policies href="policymanagers.html" label="Policies and Policy&#160;Managers"/>
+        <accr-mng href="accreditablemanagers.html" label="Accreditable&#160;Managers"/>
+        <ssl href="ssl.html" label="SSL Encryption"/>
+      </accesscontrol>
+      <authoring href="authoring/" label="Authoring">
+        <namespaces href="adding-document-creator.html" label="Adding a new document creator"/>
+        <namespaces href="image-upload.html" label="Image Upload"/>
+        <openoffice href="openoffice.html" label="OpenOffice"/>
+      </authoring>
+      <deployment href="deployment/" label="Deployment">
+        <namespaces href="proxying.html" label="Proxying"/>
+      </deployment>
+      <misc href="editors/" label="Editors">
+        <namespaces href="htmlform.html" label="HTML Form Editor"/>
+        <namespaces href="1form.html" label="HTML One Form Editor"/>
+        <namespaces href="bxe.html" label="Bitflux Editor"/>
+        <namespaces href="kupu.html" label="Kupu"/>
+        <namespaces href="xopus.html" label="Xopus"/>
+      </misc>
+      <layout href="layout/" label="Layout">
+        <navigation href="navigation.html" label="Navigation"/>
+        <xhtml-templating href="xhtml-templating.html" label="XHTML templating"/>
+        <static-resources href="static-resources.html" label="Serving static resources"/>
+        <menubar href="lenya-menubar.html" label="Lenya Menubar"/>
+      </layout>
+      <publication href="publication/" label="Publication">
+        <pageenvelopemodule href="pageenvelopemodule.html" label="PageEnvelopeModule"/>
+        <sitetree href="siteTree.html" label="Site tree"/>
+      </publication>
+      <resource-types href="resource-types/" label="Resource&#160;Types">
+        <resource-types-1 href="resource-types.html" label="Resource&#160;Types"/>
+      </resource-types>    
+      <revisioncontrol href="revisioncontrol/" label="Revision Control">
+        <namespaces href="revisioncontroller.html" label="Revision Controller"/>
+        <namespaces href="rcml.html" label="RCML"/>
+        <namespaces href="checkin.html" label="Check In"/>
+        <namespaces href="checkout.html" label="Check Out"/>
+        <namespaces href="version.html" label="Revisions"/>
+        <namespaces href="rollback.html" label="Rollback"/>
+      </revisioncontrol>
+      <repository href="repository/" label="Repository">
+        <namespaces href="webdav.html" label="WebDAV Servers"/>
+      </repository>
+      <search href="search/" label="Search">
+        <namespaces href="lucene.html" label="Searching with Lucene"/>
+      </search>
+      <uri-handling href="uri-handling/" label="URI Handling">
+        <uri-parametrizer href="URIParametrizer.html" label="URI Parametrizer"/>
+        <standard-uri href="standardURI.html" label="URI Scheme"/>
+        <usecases href="usecases.html" label="Usecases"/>
+      </uri-handling>
+      <asset-management href="asset-management/" label="Asset Management">
+        <asset-management-1 href="management.html" label="Asset Management"/>
+      </asset-management>
+      <a-management href="link-management/" label="Link Management">
+        <a-management-1 href="link-management.html" label="Link Management"/>
+      </a-management>
+      <meta-data href="metadata/" label="Meta Data">
+        <meta-data-1 href="metadata.html" label="Meta Data Handling"/>
+      </meta-data>
+      <multilingual href="multilingual/" label="Multilingual Documents">
+        <multilingual-1 href="multilingual.html" label="Multilingual Document Handling"/>
+      </multilingual>
+      <node-40 href="tasks/" label="Tasks">
+        <node-41 href="concept.html" label="The Task Concept"/>
+        <node-42 href="defining.html" label="Defining Tasks"/>
+        <node-43 href="taskaction.html" label="The TaskAction"/>
+        <node-44 href="scheduling.html" label="Scheduling a Task"/>
+        <node-45 label="Included tasks">
+          <node-46 href="anttask.html" label="AntTask"/>
+          <node-47 href="publisher.html" label="DefaultFilePublisher"/>
+          <taskexporter href="exporter.html" label="StaticHTMLExporter"/>
+          <node-49 href="mailtask.html" label="MailTask"/>
+        </node-45>
+        <node-50 href="development.html" label="Developing Tasks"/>
+      </node-40>
+      <workflow href="workflow/" label="Workflow">
+        <wfterms href="terms.html" label="Terms"/>
+        <wfstate href="state-machine.html" label="The State Machine"/>
+        <wfconfig href="configuration.html" label="Configuration"/>
+        <wfimpl href="implementation.html" label="Implementation"/>
+      </workflow>
+      <sitemanagement href="sitemanagement/" label="Site Management">
+        <archive href="archive.html" label="Archive"/>
+        <copy href="copy.html" label="Copy"/>
+        <deactivate href="deactivate.html" label="Deactivate"/>
+        <delete href="delete.html" label="Delete"/>
+        <deletetrash href="deletetrash.html" label="Delete the trash"/>
+        <move href="move.html" label="Move"/>
+        <moveupdown href="moveupdown.html" label="Move Up/Down"/>
+        <rename href="rename.html" label="Rename"/>
+        <restore href="restore.html" label="Restore"/>
+      </sitemanagement>
+    </components>
+    
+    <misc href="misc/" label="Miscellaneous" wholesite="true">
+      <namespaces href="namespaces.html" label="Namespaces"/>
+      <coding href="coding-guidelines.html" label="Coding Guidelines"/>
+      <reservednames href="reserved_names.html" label="Reserved Names"/>
+      <node-e href="unittests.html" label="Unit Tests"/>
+      <node-e href="xinclude-processor.html" label="XInclude Processor"/>
+    </misc>
+    
+    <javadoc1.2 href="../../apidocs/1.2/index.html" label="1.2 API (Javadoc)"/>
   </docu1.2.x>
-       
+  
   <!--+
-      | Community tab
-      +-->
-
+    | Community tab
+    +-->
+  
   <community href="community/" label="Community" tab="community">
     <index_com href="index.html" label="Contributing"/>
     <wiki href="ext:wiki/lenya" label="Lenya Wiki" />
     <translating href="translations.html" label="Translations" />
     <node-h href="acknowledgements.html" label="Credits"/>
     <node-f href="http://svn.apache.org/viewcvs.cgi/lenya/#dirlist" label="SVN Web"/>
-        <node-g
-                href="http://issues.apache.org/bugzilla/buglist.cgi?bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;email1=&amp;emailtype1=substring&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=substring&amp;emailreporter2=1&amp;bugidtype=include&amp;bug_id=&amp;changedin=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;product=Lenya&amp;short_desc=&amp;short_desc_type=allwordssubstr&amp;long_desc=&amp;long_desc_type=allwordssubstr&amp;bug_file_loc=&amp;bug_file_loc_type=allwordssubstr&amp;keywords=&amp;keywords_type=anywords&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;cmdtype=doit&amp;order=Importance"
-                label="Bug Tracker"/>
-        <ml href="mailing-lists.html" label="Mailing Lists"/>
-        <irc href="irc.html" label="IRC"/>
-        <live-sites href="live-sites.html" label="Live Sites"/>
-        <website-update href="website-update.html" label="Website Update"/>
-    </community>
-
-    <images href="images/">
-        <live href="live/">
-            <navigation.img href="navigation.png"/>
-            <usecase-framework-architecture.img href="usecase-framework-architecture.png"/>
-        </live>
-    </images>
-
-    <external-refs>
-        <asf href="http://www.apache.org/"/>
-        <apachecon href="http://apachecon.com/"/>
-        <cocoon href="http://cocoon.apache.org/">
-            <cocoon.2.1 href="2.1/">
-                <cocoon.howto href="howto/">
-                    <cocoon.howto.patch href="howto-patch.html"/>
-                    <cocoon.howto.bugzilla href="bugzilla.html"/>
-                </cocoon.howto>
-                <cocoon.2.1.features href="features.html"/>
-            </cocoon.2.1>
-            <mirror href="mirror.cgi"/>
-        </cocoon>
-        <lenya href="http://lenya.apache.org"/>
-        <lenya.demo href="http://lenya.zones.apache.org:8888/"/>
-        <lenya.dist href="http://www.apache.org/dyn/closer.cgi/lenya"/>
-        <lenya.archive.user href="http://mail-archives.apache.org/mod_mbox/lenya-user/"/>
-        <lenya.archive.devel href="http://mail-archives.apache.org/mod_mbox/lenya-dev/"/>
-        <cvs.asf href="http://svn.apache.org/"/>
-        <bxe href="http://bxe.oscom.org"/>
-        <kupu href="http://kupu.oscom.org"/>
-                <forrest.apache.org href="http://forrest.apache.org/">
-            <forrest.build href="build.html"/>
-            <forrest.install href="docs/your-project.html#installing"/>
-            <forrest.contrib href="contrib.html"/>
-        </forrest.apache.org>
-        <issues href="http://issues.apache.org/bugzilla/">
-            <issue.add href="enter_bug.cgi?reporter=&amp;product=Lenya&amp;version=Current+CVS&amp;component=core&amp;rep_platform=Other&amp;op_sys=other&amp;priority=Other&amp;bug_severity=Enhancement&amp;bug_status=NEW&amp;assigned_to=&amp;cc=&amp;bug_file_loc=&amp;short_desc=%5BPatch%5D&amp;comment=&amp;maketemplate=Remember+values+as+bookmarkable+template&amp;form_name=enter_bug"/>
-            <issues.list href="buglist.cgi?">
-                <issues.open.patches href="bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;bug_severity=Blocker&amp;bug_severity=Critical&amp;bug_severity=Major&amp;bug_severity=Normal&amp;bug_severity=Minor&amp;bug_severity=Enhancement&amp;email1=&amp;emailtype1=substring&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=substring&amp;emailreporter2=1&amp;bugidtype=include&amp;bug_id=&amp;changedin=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;product=Lenya&amp;short_desc=&amp;short_desc_type=allwordssubstr&amp;long_desc=&amp;long_desc_type=allwordssubstr&amp;bug_file_loc=&amp;bug_file_loc_type=allwordssubstr&amp;keywords=&amp;keywords_type=anywords&amp;field0-0-0=short_desc&amp;type0-0-0=substring&amp;value0-0-0=%5BPatch%5D&amp;field0-0-1=noop&amp;type0-0-1=noop&amp;value0-0-1=&amp;cmdtype=doit&amp;newqueryname=&amp;order=Reuse+same+sort+as+last+time"/>
-                <issues.open.bugs.enhancement href="bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;bug_severity=Enhancement&amp;email1=&amp;emailtype1=substring&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=substring&amp;emailreporter2=1&amp;bugidtype=include&amp;bug_id=&amp;changedin=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;product=Lenya&amp;short_desc=&amp;short_desc_type=allwordssubstr&amp;long_desc=&amp;long_desc_type=allwordssubstr&amp;bug_file_loc=&amp;bug_file_loc_type=allwordssubstr&amp;keywords=&amp;keywords_type=anywords&amp;field0-0-0=short_desc&amp;type0-0-0=notsubstring&amp;value0-0-0=%5BPatch%5D&amp;field0-0-1=noop&amp;type0-0-1=noop&amp;value0-0-1=&amp;cmdtype=doit&amp;newqueryname=&amp;order=Reuse+same+sort+as+last+time"/>
-            </issues.list>
-        </issues>
-        <nightly.builds href="http://svn.apache.org/snapshots/lenya/"/>
-        <nzz href="http://www.nzz.ch"/>
-        <opensource.org href="http://www.opensource.org/"/>
-        <releases href="http://www.apache.org/dyn/closer.cgi/lenya/"/>
-        <w3c href="http://www.w3c.org/">
-            <w3c.xml href="XML/"/>
-            <w3c.xslt href="TR/xslt/"/>
-        </w3c>
-        <wiki href="http://wiki.apache.org/">
-            <lenya href="lenya/">
-                <FAQ href="FAQ"/>
-            </lenya>
-            <cocoon href="cocoon/">
-                <websiteUpdate href="../cocoon/CocoonWebsiteUpdate"/>
-            </cocoon>
-        </wiki>
-        <oscom href="http://oscom.org"/>
-        <wyona href="http://wyona.com" />
-        <java href="http://java.sun.com/j2se/1.4.2/download.html"/>
-        <java.endorsedmechanism href="http://java.sun.com/j2se/1.4.2/docs/guide/standards/index.html"/>
-        <jetty href="http://jetty.mortbay.org/jetty/"/>
-        <tomcat5 href="http://jakarta.apache.org/site/binindex.cgi#tomcat-5.0"/>
-        <tomcat5.setup href="http://jakarta.apache.org/tomcat/tomcat-5.0-doc/setup.html"/>
-        <tomcat5.classloader href="http://jakarta.apache.org/tomcat/tomcat-5.0-doc/class-loader-howto.html"/>
-        <subversion href="http://subversion.tigris.org/"/>
-    </external-refs>
-
+    <node-g
+      href="http://issues.apache.org/bugzilla/buglist.cgi?bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;email1=&amp;emailtype1=substring&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=substring&amp;emailreporter2=1&amp;bugidtype=include&amp;bug_id=&amp;changedin=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;product=Lenya&amp;short_desc=&amp;short_desc_type=allwordssubstr&amp;long_desc=&amp;long_desc_type=allwordssubstr&amp;bug_file_loc=&amp;bug_file_loc_type=allwordssubstr&amp;keywords=&amp;keywords_type=anywords&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;cmdtype=doit&amp;order=Importance"
+      label="Bug Tracker"/>
+    <ml href="mailing-lists.html" label="Mailing Lists"/>
+    <irc href="irc.html" label="IRC"/>
+    <live-sites href="live-sites.html" label="Live Sites"/>
+    <website-update href="website-update.html" label="Website Update"/>
+  </community>
+  
+  <images href="images/">
+    <live href="live/">
+      <navigation.img href="navigation.png"/>
+      <usecase-framework-architecture.img href="usecase-framework-architecture.png"/>
+      <repositoryWorkspaces.img href="repositoryWorkspaces.png"/>
+    </live>
+  </images>
+  
+  <external-refs>
+    <asf href="http://www.apache.org/"/>
+    <apachecon href="http://apachecon.com/"/>
+    <cocoon href="http://cocoon.apache.org/">
+      <cocoon.2.1 href="2.1/">
+        <cocoon.howto href="howto/">
+          <cocoon.howto.patch href="howto-patch.html"/>
+          <cocoon.howto.bugzilla href="bugzilla.html"/>
+        </cocoon.howto>
+        <cocoon.2.1.features href="features.html"/>
+      </cocoon.2.1>
+      <mirror href="mirror.cgi"/>
+    </cocoon>
+    <lenya href="http://lenya.apache.org"/>
+    <lenya.demo href="http://lenya.zones.apache.org:8888/"/>
+    <lenya.dist href="http://www.apache.org/dyn/closer.cgi/lenya"/>
+    <lenya.archive.user href="http://mail-archives.apache.org/mod_mbox/lenya-user/"/>
+    <lenya.archive.devel href="http://mail-archives.apache.org/mod_mbox/lenya-dev/"/>
+    <cvs.asf href="http://svn.apache.org/"/>
+    <bxe href="http://bxe.oscom.org"/>
+    <kupu href="http://kupu.oscom.org"/>
+    <forrest.apache.org href="http://forrest.apache.org/">
+      <forrest.build href="build.html"/>
+      <forrest.install href="docs/your-project.html#installing"/>
+      <forrest.contrib href="contrib.html"/>
+    </forrest.apache.org>
+    <issues href="http://issues.apache.org/bugzilla/">
+      <issue.add href="enter_bug.cgi?reporter=&amp;product=Lenya&amp;version=Current+CVS&amp;component=core&amp;rep_platform=Other&amp;op_sys=other&amp;priority=Other&amp;bug_severity=Enhancement&amp;bug_status=NEW&amp;assigned_to=&amp;cc=&amp;bug_file_loc=&amp;short_desc=%5BPatch%5D&amp;comment=&amp;maketemplate=Remember+values+as+bookmarkable+template&amp;form_name=enter_bug"/>
+      <issues.list href="buglist.cgi?">
+        <issues.open.patches href="bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;bug_severity=Blocker&amp;bug_severity=Critical&amp;bug_severity=Major&amp;bug_severity=Normal&amp;bug_severity=Minor&amp;bug_severity=Enhancement&amp;email1=&amp;emailtype1=substring&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=substring&amp;emailreporter2=1&amp;bugidtype=include&amp;bug_id=&amp;changedin=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;product=Lenya&amp;short_desc=&amp;short_desc_type=allwordssubstr&amp;long_desc=&amp;long_desc_type=allwordssubstr&amp;bug_file_loc=&amp;bug_file_loc_type=allwordssubstr&amp;keywords=&amp;keywords_type=anywords&amp;field0-0-0=short_desc&amp;type0-0-0=substring&amp;value0-0-0=%5BPatch%5D&amp;field0-0-1=noop&amp;type0-0-1=noop&amp;value0-0-1=&amp;cmdtype=doit&amp;newqueryname=&amp;order=Reuse+same+sort+as+last+time"/>
+        <issues.open.bugs.enhancement href="bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;bug_severity=Enhancement&amp;email1=&amp;emailtype1=substring&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=substring&amp;emailreporter2=1&amp;bugidtype=include&amp;bug_id=&amp;changedin=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;product=Lenya&amp;short_desc=&amp;short_desc_type=allwordssubstr&amp;long_desc=&amp;long_desc_type=allwordssubstr&amp;bug_file_loc=&amp;bug_file_loc_type=allwordssubstr&amp;keywords=&amp;keywords_type=anywords&amp;field0-0-0=short_desc&amp;type0-0-0=notsubstring&amp;value0-0-0=%5BPatch%5D&amp;field0-0-1=noop&amp;type0-0-1=noop&amp;value0-0-1=&amp;cmdtype=doit&amp;newqueryname=&amp;order=Reuse+same+sort+as+last+time"/>
+      </issues.list>
+    </issues>
+    <nightly.builds href="http://svn.apache.org/snapshots/lenya/"/>
+    <nzz href="http://www.nzz.ch"/>
+    <opensource.org href="http://www.opensource.org/"/>
+    <releases href="http://www.apache.org/dyn/closer.cgi/lenya/"/>
+    <w3c href="http://www.w3c.org/">
+      <w3c.xml href="XML/"/>
+      <w3c.xslt href="TR/xslt/"/>
+    </w3c>
+    <wiki href="http://wiki.apache.org/">
+      <lenya href="lenya/">
+        <FAQ href="FAQ"/>
+      </lenya>
+      <cocoon href="cocoon/">
+        <websiteUpdate href="../cocoon/CocoonWebsiteUpdate"/>
+      </cocoon>
+    </wiki>
+    <oscom href="http://oscom.org"/>
+    <wyona href="http://wyona.com" />
+    <java href="http://java.sun.com/j2se/1.4.2/download.html"/>
+    <java.endorsedmechanism href="http://java.sun.com/j2se/1.4.2/docs/guide/standards/index.html"/>
+    <jetty href="http://jetty.mortbay.org/jetty/"/>
+    <tomcat5 href="http://jakarta.apache.org/site/binindex.cgi#tomcat-5.0"/>
+    <tomcat5.setup href="http://jakarta.apache.org/tomcat/tomcat-5.0-doc/setup.html"/>
+    <tomcat5.classloader href="http://jakarta.apache.org/tomcat/tomcat-5.0-doc/class-loader-howto.html"/>
+    <subversion href="http://subversion.tigris.org/"/>
+  </external-refs>
+  
 </site>



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