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 2007/11/16 16:12:50 UTC

svn commit: r595691 [20/28] - in /lenya/sandbox/pubs/docu: config/ content/authoring/ content/authoring/0033e320-8731-11dc-ae46-9e7b5d14892d/ content/authoring/018a9980-8731-11dc-ae46-9e7b5d14892d/ content/authoring/02f9e0f0-8731-11dc-ae46-9e7b5d14892d...

Added: lenya/sandbox/pubs/docu/content/authoring/ac8ec550-8730-11dc-ae46-9e7b5d14892d/en.1195221901968.bak
URL: http://svn.apache.org/viewvc/lenya/sandbox/pubs/docu/content/authoring/ac8ec550-8730-11dc-ae46-9e7b5d14892d/en.1195221901968.bak?rev=595691&view=auto
==============================================================================
--- lenya/sandbox/pubs/docu/content/authoring/ac8ec550-8730-11dc-ae46-9e7b5d14892d/en.1195221901968.bak (added)
+++ lenya/sandbox/pubs/docu/content/authoring/ac8ec550-8730-11dc-ae46-9e7b5d14892d/en.1195221901968.bak Fri Nov 16 07:11:58 2007
@@ -0,0 +1,71 @@
+<?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>site: Protocol</title> 
+  </header>
+  <body>
+    <p>
+      The <code>site:</code> protocol allows to access the source of a Lenya document <strong>by its sitetree path</strong> without knowing the
+      underlying storage structure. If the relative syntax is used, only the language and the path of
+      the document in the site structure are needed.
+      If the absolute syntax is used, the publication id and the area has to be specified additionally.
+    </p>
+    <section>
+      <title>Relative Syntax</title>
+      <p>
+        The relative syntax is used to access Lenya documents in the current context, i.e. the
+        current publication and area is used to resolve the document's location.
+      </p>
+      <p>
+        <em>Syntax: </em>
+<code>site:/&lt;language&gt;&lt;path&gt;</code>
+      </p>
+      <p>
+        <strong>Example</strong>
+      </p>
+<source xml:space="preserve"><![CDATA[
+<!-- match authoring/{path}_{language}.html -->
+<map:match pattern="authoring/**_*.html">
+  <map:generate src="site:/{2}/{1}"/>
+  ...
+</map:match>
+]]></source>
+    </section>
+    <section>
+      <title>Absolute Syntax</title>
+      <p>
+        The absolute syntax allows to specify the document's publication and the area.
+      </p>
+      <p>
+        <em>Syntax: </em>
+<code>site://&lt;publication&gt;/&lt;area&gt;/&lt;language&gt;&lt;path&gt;</code>
+      </p>
+      <p>
+<strong>Example</strong>
+</p>
+<source xml:space="preserve"><![CDATA[
+<!-- match {pubId}/{area}/{path}_{language}.html -->
+<map:match pattern="*/*/**_*.html">
+  <map:generate src="site://{1}/{2}/{4}/{3}"/>
+  ...
+</map:match>
+]]></source>
+    </section>
+  </body>
+</document>

Added: lenya/sandbox/pubs/docu/content/authoring/ac8ec550-8730-11dc-ae46-9e7b5d14892d/en.meta.1195221901968.bak
URL: http://svn.apache.org/viewvc/lenya/sandbox/pubs/docu/content/authoring/ac8ec550-8730-11dc-ae46-9e7b5d14892d/en.meta.1195221901968.bak?rev=595691&view=auto
==============================================================================
--- lenya/sandbox/pubs/docu/content/authoring/ac8ec550-8730-11dc-ae46-9e7b5d14892d/en.meta.1195221901968.bak (added)
+++ lenya/sandbox/pubs/docu/content/authoring/ac8ec550-8730-11dc-ae46-9e7b5d14892d/en.meta.1195221901968.bak Fri Nov 16 07:11:58 2007
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata xmlns="http://apache.org/lenya/metadata/1.0">
+<element-set namespace="http://purl.org/dc/elements/1.1/">
+<element key="title">
+<value>site Protocol</value>
+</element>
+</element-set>
+<element-set namespace="http://apache.org/lenya/metadata/document/1.0">
+<element key="extension">
+<value>xml</value>
+</element>
+<element key="mimeType">
+<value>application/xml</value>
+</element>
+<element key="resourceType">
+<value>forrestDocument20</value>
+</element>
+<element key="contentType">
+<value>xml</value>
+</element>
+</element-set>
+</metadata>

Modified: lenya/sandbox/pubs/docu/content/authoring/ac8ec550-8730-11dc-ae46-9e7b5d14892d/en.rcml
URL: http://svn.apache.org/viewvc/lenya/sandbox/pubs/docu/content/authoring/ac8ec550-8730-11dc-ae46-9e7b5d14892d/en.rcml?rev=595691&r1=595690&r2=595691&view=diff
==============================================================================
--- lenya/sandbox/pubs/docu/content/authoring/ac8ec550-8730-11dc-ae46-9e7b5d14892d/en.rcml (original)
+++ lenya/sandbox/pubs/docu/content/authoring/ac8ec550-8730-11dc-ae46-9e7b5d14892d/en.rcml Fri Nov 16 07:11:58 2007
@@ -1,5 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <XPSRevisionControl xmlns="">
+<CheckIn backup="true" identity="lenya" session="fde084c0-944b-11dc-8f2e-e6c0ff9903ab" time="1195221901968" version="3"/>
+<CheckOut identity="lenya" session="fde084c0-944b-11dc-8f2e-e6c0ff9903ab" time="1195221881200"/>
 <CheckIn backup="true" identity="lenya" session="1f12dc80-8860-11dc-ba66-cfbbb816bd0d" time="1193910779974" version="2"/>
 <CheckOut identity="lenya" session="1f12dc80-8860-11dc-ba66-cfbbb816bd0d" time="1193910765756"/>
 <CheckIn backup="true" identity="lenya" session="60798970-8730-11dc-ae46-9e7b5d14892d" time="1193781619975" version="1"/>

Added: lenya/sandbox/pubs/docu/content/authoring/adb480a0-8730-11dc-ae46-9e7b5d14892d/en.1195221907008.bak
URL: http://svn.apache.org/viewvc/lenya/sandbox/pubs/docu/content/authoring/adb480a0-8730-11dc-ae46-9e7b5d14892d/en.1195221907008.bak?rev=595691&view=auto
==============================================================================
--- lenya/sandbox/pubs/docu/content/authoring/adb480a0-8730-11dc-ae46-9e7b5d14892d/en.1195221907008.bak (added)
+++ lenya/sandbox/pubs/docu/content/authoring/adb480a0-8730-11dc-ae46-9e7b5d14892d/en.1195221907008.bak Fri Nov 16 07:11:58 2007
@@ -0,0 +1,76 @@
+<?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>lenyadoc: Protocol</title> 
+  </header>
+  <body>
+    <warning>
+      The <code>lenyadoc:</code> protocol is deprecated and being phased out in favour of the much more
+      versatile <a href="lenya-document:ab51ff90-8730-11dc-ae46-9e7b5d14892d">
+<code>lenya-document:</code>
+</a> protocol.<br/>
+      New code should not use it anymore. This documentation remains here to help people make sense of legacy code.
+    </warning>
+    <p>
+      The <code>lenyadoc:</code> protocol allows to access the source of a Lenya document without knowing the
+      underlying storage structure. If the relative syntax is used, only the language and the UUID
+      is needed. If the absolute syntax is used, the publication id and the area has to be specified additionally.
+    </p>
+    <section>
+      <title>Relative Syntax</title>
+      <p>
+        The relative syntax is used to access Lenya documents in the current context, i.e. the
+        current publication and area is used to resolve the document's location.
+      </p>
+      <p>
+        <em>Syntax: </em>
+<code>lenyadoc:/&lt;language&gt;/&lt;uuid&gt;</code>
+      </p>
+      <p>
+        <strong>Example</strong>
+      </p>
+<source xml:space="preserve"><![CDATA[
+<map:match pattern="*.xml">
+  <map:generate src="lenyadoc:/{page-envelope:document-language}/{page-envelope:document-uuid}"/>
+  ...
+</map:match>
+]]></source>
+    </section>
+    <section>
+      <title>Absolute Syntax</title>
+      <p>
+        The absolute syntax allows to specify the document's publication and the area.
+      </p>
+      <p>
+        <em>Syntax: </em>
+<code>lenyadoc://&lt;publication&gt;/&lt;area&gt;/&lt;language&gt;/&lt;uuid&gt;</code>
+      </p>
+      <p>
+<strong>Example</strong>
+</p>
+<source xml:space="preserve"><![CDATA[
+<map:match pattern="*.xml">
+  <map:generate src="lenyadoc://{page-envelope:publication-id}/{page-envelope:area}/
+                     {page-envelope:document-language}/{page-envelope:uuid}"/>
+  ...
+</map:match>
+]]></source>
+    </section>
+  </body>
+</document>

Added: lenya/sandbox/pubs/docu/content/authoring/adb480a0-8730-11dc-ae46-9e7b5d14892d/en.meta.1195221907008.bak
URL: http://svn.apache.org/viewvc/lenya/sandbox/pubs/docu/content/authoring/adb480a0-8730-11dc-ae46-9e7b5d14892d/en.meta.1195221907008.bak?rev=595691&view=auto
==============================================================================
--- lenya/sandbox/pubs/docu/content/authoring/adb480a0-8730-11dc-ae46-9e7b5d14892d/en.meta.1195221907008.bak (added)
+++ lenya/sandbox/pubs/docu/content/authoring/adb480a0-8730-11dc-ae46-9e7b5d14892d/en.meta.1195221907008.bak Fri Nov 16 07:11:58 2007
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata xmlns="http://apache.org/lenya/metadata/1.0">
+<element-set namespace="http://purl.org/dc/elements/1.1/">
+<element key="title">
+<value>lenyadoc Protocol</value>
+</element>
+</element-set>
+<element-set namespace="http://apache.org/lenya/metadata/document/1.0">
+<element key="extension">
+<value>xml</value>
+</element>
+<element key="mimeType">
+<value>application/xml</value>
+</element>
+<element key="resourceType">
+<value>forrestDocument20</value>
+</element>
+<element key="contentType">
+<value>xml</value>
+</element>
+</element-set>
+</metadata>

Modified: lenya/sandbox/pubs/docu/content/authoring/adb480a0-8730-11dc-ae46-9e7b5d14892d/en.rcml
URL: http://svn.apache.org/viewvc/lenya/sandbox/pubs/docu/content/authoring/adb480a0-8730-11dc-ae46-9e7b5d14892d/en.rcml?rev=595691&r1=595690&r2=595691&view=diff
==============================================================================
--- lenya/sandbox/pubs/docu/content/authoring/adb480a0-8730-11dc-ae46-9e7b5d14892d/en.rcml (original)
+++ lenya/sandbox/pubs/docu/content/authoring/adb480a0-8730-11dc-ae46-9e7b5d14892d/en.rcml Fri Nov 16 07:11:58 2007
@@ -1,5 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <XPSRevisionControl xmlns="">
+<CheckIn backup="true" identity="lenya" session="fde084c0-944b-11dc-8f2e-e6c0ff9903ab" time="1195221907008" version="3"/>
+<CheckOut identity="lenya" session="fde084c0-944b-11dc-8f2e-e6c0ff9903ab" time="1195221886248"/>
 <CheckIn backup="true" identity="lenya" session="1f12dc80-8860-11dc-ba66-cfbbb816bd0d" time="1193910798574" version="2"/>
 <CheckOut identity="lenya" session="1f12dc80-8860-11dc-ba66-cfbbb816bd0d" time="1193910769585"/>
 <CheckIn backup="true" identity="lenya" session="60798970-8730-11dc-ae46-9e7b5d14892d" time="1193781619082" version="1"/>

Added: lenya/sandbox/pubs/docu/content/authoring/aefd7b60-8730-11dc-ae46-9e7b5d14892d/en.1195221908462.bak
URL: http://svn.apache.org/viewvc/lenya/sandbox/pubs/docu/content/authoring/aefd7b60-8730-11dc-ae46-9e7b5d14892d/en.1195221908462.bak?rev=595691&view=auto
==============================================================================
--- lenya/sandbox/pubs/docu/content/authoring/aefd7b60-8730-11dc-ae46-9e7b5d14892d/en.1195221908462.bak (added)
+++ lenya/sandbox/pubs/docu/content/authoring/aefd7b60-8730-11dc-ae46-9e7b5d14892d/en.1195221908462.bak Fri Nov 16 07:11:58 2007
@@ -0,0 +1,85 @@
+<?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>Mapping URLs to Documents</title>
+  </header>
+  <body>
+    <section>
+      <title>URL Axioms</title>
+      <p>Lenya 2.0 is based on the following axioms:</p>
+      <ul>
+        <li>A URL is represented by exactly one document.</li>
+        <li>A document can be represented by an arbitrary number of URLs.</li>
+        <li>For each document, there is exactly one canonical URL.</li>
+      </ul>
+      <p>
+      This is reflected in the following methods:
+      </p>
+      <ul>
+        <li>
+<code>DocumentBuilder.buildDocument(...)</code>
+</li>
+        <li>
+<code>DocumentBuilder.buildCanonicalUrl(...)</code>
+</li>
+      </ul>
+      <p>The concept of multiple URLs per document is typically 
+        used for language versions (foo_{defaultlanguage}.html = foo.html) and 
+        to support different URL suffixes (foo, foo.htm, foo.html, foo.pdf). </p>
+      <p>The site structure is tightly connected to the URL space. 
+        Link URLs are derived directly from the site structure.
+        The <code>bar</code> node in the following example</p>
+      <source xml:space="preserve"><![CDATA[<node id="foo">
+  <node id="bar"/>
+</node>]]></source>
+      <p>is accessed using an URL containing the snippet <code>/foo/bar</code>. </p>
+    </section>
+    <section>
+      <title>Language Versions</title>
+      <p>
+        The different language versions of a document can either be accessed
+        using suffixes (<code>foo_en</code>, <code>foo_de</code>), or by attaching them to
+        different nodes with the same UUID attribute in the site structure.
+        In the following example, the top-level nodes "en" and "de" are used
+        as entry points for the respective language.
+      </p>
+      <source xml:space="preserve"><![CDATA[<site>
+  <node id="en">
+    <node id="welcome" uuid="def456...">
+      <label xml:lang="en">Welcome</label>
+    </node>
+  </node>
+  <node id="de">
+    <node id="willkommen" uuid="def456...">
+      <label xml:lang="de">Willkommen</label>
+    </node>
+  </node>
+</site>]]></source>
+      <p>
+        This results in the following URLs:
+      </p>
+      <ul>
+        <li>
+<code>/en/welcome</code> - "Welcome"</li>
+        <li>
+<code>/de/willkommen</code> - "Willkommen"</li>
+      </ul>
+    </section>
+  </body>
+</document>

Added: lenya/sandbox/pubs/docu/content/authoring/aefd7b60-8730-11dc-ae46-9e7b5d14892d/en.meta.1195221908462.bak
URL: http://svn.apache.org/viewvc/lenya/sandbox/pubs/docu/content/authoring/aefd7b60-8730-11dc-ae46-9e7b5d14892d/en.meta.1195221908462.bak?rev=595691&view=auto
==============================================================================
--- lenya/sandbox/pubs/docu/content/authoring/aefd7b60-8730-11dc-ae46-9e7b5d14892d/en.meta.1195221908462.bak (added)
+++ lenya/sandbox/pubs/docu/content/authoring/aefd7b60-8730-11dc-ae46-9e7b5d14892d/en.meta.1195221908462.bak Fri Nov 16 07:11:58 2007
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata xmlns="http://apache.org/lenya/metadata/1.0">
+<element-set namespace="http://purl.org/dc/elements/1.1/">
+<element key="title">
+<value>URL Mapping</value>
+</element>
+</element-set>
+<element-set namespace="http://apache.org/lenya/metadata/document/1.0">
+<element key="extension">
+<value>xml</value>
+</element>
+<element key="mimeType">
+<value>application/xml</value>
+</element>
+<element key="resourceType">
+<value>forrestDocument20</value>
+</element>
+<element key="contentType">
+<value>xml</value>
+</element>
+</element-set>
+</metadata>

Modified: lenya/sandbox/pubs/docu/content/authoring/aefd7b60-8730-11dc-ae46-9e7b5d14892d/en.rcml
URL: http://svn.apache.org/viewvc/lenya/sandbox/pubs/docu/content/authoring/aefd7b60-8730-11dc-ae46-9e7b5d14892d/en.rcml?rev=595691&r1=595690&r2=595691&view=diff
==============================================================================
--- lenya/sandbox/pubs/docu/content/authoring/aefd7b60-8730-11dc-ae46-9e7b5d14892d/en.rcml (original)
+++ lenya/sandbox/pubs/docu/content/authoring/aefd7b60-8730-11dc-ae46-9e7b5d14892d/en.rcml Fri Nov 16 07:11:58 2007
@@ -1,5 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <XPSRevisionControl xmlns="">
+<CheckIn backup="true" identity="lenya" session="fde084c0-944b-11dc-8f2e-e6c0ff9903ab" time="1195221908462" version="3"/>
+<CheckOut identity="lenya" session="fde084c0-944b-11dc-8f2e-e6c0ff9903ab" time="1195221887984"/>
 <CheckIn backup="true" identity="lenya" session="1f12dc80-8860-11dc-ba66-cfbbb816bd0d" time="1193910789183" version="2"/>
 <CheckOut identity="lenya" session="1f12dc80-8860-11dc-ba66-cfbbb816bd0d" time="1193910762084"/>
 <CheckIn backup="true" identity="lenya" session="60798970-8730-11dc-ae46-9e7b5d14892d" time="1193781624146" version="1"/>

Added: lenya/sandbox/pubs/docu/content/authoring/b0364980-8730-11dc-ae46-9e7b5d14892d/en.1195221908311.bak
URL: http://svn.apache.org/viewvc/lenya/sandbox/pubs/docu/content/authoring/b0364980-8730-11dc-ae46-9e7b5d14892d/en.1195221908311.bak?rev=595691&view=auto
==============================================================================
--- lenya/sandbox/pubs/docu/content/authoring/b0364980-8730-11dc-ae46-9e7b5d14892d/en.1195221908311.bak (added)
+++ lenya/sandbox/pubs/docu/content/authoring/b0364980-8730-11dc-ae46-9e7b5d14892d/en.1195221908311.bak Fri Nov 16 07:11:58 2007
@@ -0,0 +1,252 @@
+<?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>Link Management</title>
+  </header>
+  <body>
+    
+    <section>
+      <title>Introduction</title>
+      
+      <p>Link Managements deals with internal links, i.e. documents
+        that refer to other documents within the same publication. In Lenya 1.2, links
+        are rewritten each time the URL of the target document changes (see
+        section <a href="lenya-document:3ef03870-8731-11dc-ae46-9e7b5d14892d">Link Management</a> in the Lenya 1.2 documentation).
+      </p>
+      <p>
+        In Lenya 2.0, documents are identified and referenced using
+        <acronym title="Universally Unique Identifier">UUID</acronym>s.
+        The UUID of a document never changes, that's why the internal
+        links don't have to be rewritten when a document is moved
+        in the site structure.
+     </p>
+    </section>
+    
+    <section>
+      <title>Syntax for Internal Links</title>
+      
+      <p>
+        Internal links have the following syntax:
+      </p>
+      
+      <source xml:space="preserve">lenya-document:{uuid}[,lang={…}][,pub={…}][,area={…}][,rev={…}][{queryString}]</source>
+      <ul>
+        <li>
+          The <code>{uuid}</code> value is usually present, but optional.
+          This enables you to create links to "the russian translation of
+          this page" (<code>&lt;a href="lenya-document:,lang=ru"&gt;...</code>).
+          The language selector module makes use of this feature.
+          Other conceivable uses are links to the current document in another area
+          or revision.
+        </li>
+        <li>
+          The parameters <code>lang</code>, <code>pub</code>, <code>area</code>,
+          and <code>rev</code> are optional. If omitted, the corresponding values
+          of the current context and the latest revision are used.
+        </li>
+        <li>
+          The optional query string is not evaluated when resolving the link target.
+          It can be used to provide information for subsequent processing
+          steps (e.g., the <code>UuidToUrlTransformer</code>) and to add request
+          parameters to the resulting HTTP link URL. The query string is separated
+          from the link URL using a question mark.
+        </li>
+      </ul>
+      <p>Some link URI examples:</p>
+      <ul>
+        <li>
+<code>lenya-document:031b21e0-d898-11db-b5f3-e5afac0e35a0</code> - document in same language</li>
+        <li>
+<code>lenya-document:031b21e0-d898-11db-b5f3-e5afac0e35a0,lang=de</code> - document in different language</li>
+        <li>
+<code>lenya-document:031b21e0-d898-11db-b5f3-e5afac0e35a0,area=trash</code> - document in different area</li>
+        <li>
+<code>lenya-document:031b21e0-d898-11db-b5f3-e5afac0e35a0?uuid2url.extension=rss</code> - HTML link should use a particular extension</li>
+        <li>
+<code>lenya-document:031b21e0-d898-11db-b5f3-e5afac0e35a0?lenya.usecase=bxe.edit</code> - HTML link with request parameter</li>
+      </ul>
+    </section>
+    
+    <section>
+      <title>Specifying the Resource Type Format</title>
+      <p>
+        Sometimes you want to specify the format of the link target. This can be done using the
+        <code>format</code> parameter. A typical use case is the inclusion via CInclude.
+      </p>
+      <p>
+        Imagine you're converting a collection of documents to a list of teasers.
+        The collection source might look like this:
+      </p>
+      <source xml:space="preserve">&lt;col:collection&gt;
+  &lt;col:document uuid="031…"/&gt;
+  &lt;col:document uuid="a5r…"/&gt;
+  …
+&lt;/col:collection&gt;</source>
+      <p>
+        You could use the following XSLT template to generate the CInclude statements for the
+        teaser list:
+      </p>
+      <source xml:space="preserve"><![CDATA[<xsl:template match="col:document">
+  <ci:include src="lenya-document:{@uuid}?format=teaser"/>
+</xsl:template>]]></source>
+      <p>
+        When the resulting XML is processed by
+      </p>
+      <source xml:space="preserve"><![CDATA[<map:transform type="cinclude"/>]]></source>
+      <p>the teaser version of each document will be included.</p>
+    </section>
+    
+    <section>
+      <title>Converting UUID-based URLs to Web Application URLs</title>
+      <p>
+        The <code>UuidToUrlTransformer</code> is responsible for translating <code>lenya-document:</code>
+        links into the corresponding web application links. The context path or proxy settings
+        are not considered yet, this is the responsibility of the ProxyTransformer (see below).
+        So don't forget to apply the ProxyTransformer after the UuidToUrlTransformer.
+      </p>
+      <p>
+        If your source document contains a link like this:
+      </p>
+      <source xml:space="preserve">&lt;a href="lenya-document:031…"&gt;News&lt;/a&gt;</source>
+      <p>
+        and your pipeline contains a call to the UuidToUrlTransformer:
+      </p>
+      <source xml:space="preserve"><![CDATA[<map:transform type="uuid2url"/>]]></source>
+      <p>
+        the resulting HTML link will look like this:
+      </p>
+      <source xml:space="preserve">&lt;a href="/default/authoring/news.html"&gt;News&lt;/a&gt;</source>
+      
+      <section>
+        <title>Specifying an Extension</title>
+        <p>
+          The UuidToUrlTransformer recognizes the query string parameter
+          <code>uuid2url.extension</code>. You can use it to force a specific extension.
+          For instance
+        </p>
+        <source xml:space="preserve">&lt;a type="application/rss+xhtml" href="lenya-document:031…?uuid2url.extension=rss"&gt;RSS Feed&lt;/a&gt;</source>
+        <p>
+          will result in
+        </p>
+        <source xml:space="preserve">&lt;a type="application/rss+xhtml" href="/default/authoring/news.rss"&gt;RSS Feed&lt;/a&gt;</source>
+      </section>
+    </section>
+    
+    <section>
+      <title>Converting Web Application Links to Servlet Container or Proxy Links</title>
+      
+      <section>
+        <title>The Proxy Transformer</title>
+        <p>
+          The <code>ProxyTransformer</code> converts all web application links to final links
+          by adding the servlet context path or the proxy URL. For instance, if you run your
+          Lenya servlet in Tomcat under the context path <em>lenya14</em>, transforming
+        </p>
+        <source xml:space="preserve">&lt;a href="/default/authoring/news.html"&gt;News&lt;/a&gt;</source>
+        <p>
+          with the ProxyTransformer
+        </p>
+        <source xml:space="preserve"><![CDATA[<map:transform type="proxy"/>]]></source>
+        <p>
+          will result in
+        </p>
+        <source xml:space="preserve">&lt;a href="/lenya14/default/authoring/news.html"&gt;News&lt;/a&gt;</source>
+        <p>
+          If you have declared a proxy for the authoring area, the resulting link might look like this:
+        </p>
+        <source xml:space="preserve">&lt;a href="http://cms.mysite.com/news.html"&gt;News&lt;/a&gt;</source>
+        <p>
+          Typically, the ProxyTransformer is applied right after the UuidToUrlTransformer.
+        </p>
+        <p>
+          The ProxyTransformer can be used to transform attribute values of elements in arbitrary namespaces.
+          For each namespace and element combination, you have to add a <code><![CDATA[<transform/>]]></code> element
+          to the configuration. The following snippet shows the configuration to convert XHTML links. Beware
+          that the XHTML document format supports various elements and attributes which can contain URLs, so
+          the configuration below won't be sufficient in most cases.
+        </p>
+        <source xml:space="preserve"><![CDATA[<map:transformer name="proxy" logger="lenya.sitemap.transformer.proxy"
+    src="org.apache.lenya.cms.cocoon.transformation.ProxyTransformer">
+  <transform namespace="http://www.w3.org/1999/xhtml" element="a" attribute="href"/>
+  ...
+</map:transformer>]]></source>
+      </section>
+      <section>
+        <title>The Proxy Input Module</title>
+        <p>
+          The <code>ProxyModule</code> provides the same functionality in sitemaps.
+          It takes a URL as parameter and rewrites it in the same way as the ProxyTransformer:
+        </p>
+        <source xml:space="preserve"><![CDATA[<map:parameter name="url" value="{proxy:/default/authoring/news.html}"/>]]></source>
+      </section>
+      
+      <section>
+        <title>Generating Relative URLs</title>
+        <p>
+          In some cases it is convenient to use relative URLs in HTML links. This is especially
+          useful if you want to export the website statically and open it directly from the
+          filesystem or transfer it to a different root path on the web server. In the example
+          above, the relative URL would look like this:
+        </p>
+        <source xml:space="preserve">&lt;a href="../../news.html"&gt;News&lt;/a&gt;</source>
+        <p>
+          Both proxy transformer and proxy module can be configured to generate relative URLs.
+          For the proxy transformer, the configuration looks like this:
+        </p>
+        <source xml:space="preserve"><![CDATA[<map:transformer name="proxy"
+    logger="lenya.sitemap.transformer.proxy"
+    src="org.apache.lenya.cms.cocoon.transformation.ProxyTransformer">
+  <urls type="relative"/>
+  ...
+</map:transformer>]]></source>
+        <p>
+          Alternatively, you can pass the URL type as a parameter when calling the transformer:
+        </p>
+        <source xml:space="preserve"><![CDATA[<map:transform type="proxy">
+  <map:parameter name="urls" value="relative"/>
+</map:transform>]]></source>
+        <p>
+          The configuration of the proxy input module is equivalent, but it doesn't provide
+          an option to pass a parameter yet.
+        </p>
+      </section>
+    </section>
+    
+    <section>
+      <title>URLs in CSS Files</title>
+      <p>
+        URLs in <acronym title="Cascading StyleSheet">CSS</acronym> files are converted
+        to valid links automatically. In your CSS, you can just write
+      </p>
+      <source xml:space="preserve">div.news { background: url('/mypub/live/images/news.png') left top no-repeat }</source>
+      <p>
+        and, according to your proxy settings or context path, this will end up as one of these:
+      </p>
+      <source xml:space="preserve">div.news { background: url('/lenya14/mypub/live/images/news.png') left top no-repeat }</source>
+      <source xml:space="preserve">div.news { background: url('http://mysite.com/images/news.png') left top no-repeat }</source>
+      <source xml:space="preserve">div.news { background: url('../images/news.png') left top no-repeat }</source>
+      <p>
+        This operation cannot be performed by our standard XSLT transformer,
+        because a CSS file is not well-formed XML. The <a href="http://chaperon.sourceforge.net">Chaperon</a> transformer is
+      used instead.
+      </p>
+    </section>
+    
+  </body>
+</document>

Added: lenya/sandbox/pubs/docu/content/authoring/b0364980-8730-11dc-ae46-9e7b5d14892d/en.meta.1195221908311.bak
URL: http://svn.apache.org/viewvc/lenya/sandbox/pubs/docu/content/authoring/b0364980-8730-11dc-ae46-9e7b5d14892d/en.meta.1195221908311.bak?rev=595691&view=auto
==============================================================================
--- lenya/sandbox/pubs/docu/content/authoring/b0364980-8730-11dc-ae46-9e7b5d14892d/en.meta.1195221908311.bak (added)
+++ lenya/sandbox/pubs/docu/content/authoring/b0364980-8730-11dc-ae46-9e7b5d14892d/en.meta.1195221908311.bak Fri Nov 16 07:11:58 2007
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata xmlns="http://apache.org/lenya/metadata/1.0">
+<element-set namespace="http://purl.org/dc/elements/1.1/">
+<element key="title">
+<value>Link Management</value>
+</element>
+</element-set>
+<element-set namespace="http://apache.org/lenya/metadata/document/1.0">
+<element key="extension">
+<value>xml</value>
+</element>
+<element key="mimeType">
+<value>application/xml</value>
+</element>
+<element key="resourceType">
+<value>forrestDocument20</value>
+</element>
+<element key="contentType">
+<value>xml</value>
+</element>
+</element-set>
+</metadata>

Modified: lenya/sandbox/pubs/docu/content/authoring/b0364980-8730-11dc-ae46-9e7b5d14892d/en.rcml
URL: http://svn.apache.org/viewvc/lenya/sandbox/pubs/docu/content/authoring/b0364980-8730-11dc-ae46-9e7b5d14892d/en.rcml?rev=595691&r1=595690&r2=595691&view=diff
==============================================================================
--- lenya/sandbox/pubs/docu/content/authoring/b0364980-8730-11dc-ae46-9e7b5d14892d/en.rcml (original)
+++ lenya/sandbox/pubs/docu/content/authoring/b0364980-8730-11dc-ae46-9e7b5d14892d/en.rcml Fri Nov 16 07:11:58 2007
@@ -1,5 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <XPSRevisionControl xmlns="">
+<CheckIn backup="true" identity="lenya" session="fde084c0-944b-11dc-8f2e-e6c0ff9903ab" time="1195221908311" version="3"/>
+<CheckOut identity="lenya" session="fde084c0-944b-11dc-8f2e-e6c0ff9903ab" time="1195221887860"/>
 <CheckIn backup="true" identity="lenya" session="1f12dc80-8860-11dc-ba66-cfbbb816bd0d" time="1193910786971" version="2"/>
 <CheckOut identity="lenya" session="1f12dc80-8860-11dc-ba66-cfbbb816bd0d" time="1193910771298"/>
 <CheckIn backup="true" identity="lenya" session="60798970-8730-11dc-ae46-9e7b5d14892d" time="1193781629358" version="1"/>

Added: lenya/sandbox/pubs/docu/content/authoring/b03cd930-8730-11dc-ae46-9e7b5d14892d/en.1195221903325.bak
URL: http://svn.apache.org/viewvc/lenya/sandbox/pubs/docu/content/authoring/b03cd930-8730-11dc-ae46-9e7b5d14892d/en.1195221903325.bak?rev=595691&view=auto
==============================================================================
--- lenya/sandbox/pubs/docu/content/authoring/b03cd930-8730-11dc-ae46-9e7b5d14892d/en.1195221903325.bak (added)
+++ lenya/sandbox/pubs/docu/content/authoring/b03cd930-8730-11dc-ae46-9e7b5d14892d/en.1195221903325.bak Fri Nov 16 07:11:58 2007
@@ -0,0 +1,28 @@
+<?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
+  
+  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 gregor $ --><!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
+
+<document>
+  <header>
+    <title>Apache Lenya Documentation</title>
+  </header>
+  <body>
+    <p>
+      This is a Forrest Document 2.0 sample.
+    </p>
+  </body>
+</document>

Added: lenya/sandbox/pubs/docu/content/authoring/b03cd930-8730-11dc-ae46-9e7b5d14892d/en.meta.1195221903325.bak
URL: http://svn.apache.org/viewvc/lenya/sandbox/pubs/docu/content/authoring/b03cd930-8730-11dc-ae46-9e7b5d14892d/en.meta.1195221903325.bak?rev=595691&view=auto
==============================================================================
--- lenya/sandbox/pubs/docu/content/authoring/b03cd930-8730-11dc-ae46-9e7b5d14892d/en.meta.1195221903325.bak (added)
+++ lenya/sandbox/pubs/docu/content/authoring/b03cd930-8730-11dc-ae46-9e7b5d14892d/en.meta.1195221903325.bak Fri Nov 16 07:11:58 2007
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata xmlns="http://apache.org/lenya/metadata/1.0">
+<element-set namespace="http://purl.org/dc/elements/1.1/">
+<element key="title">
+<value>Core API</value>
+</element>
+</element-set>
+<element-set namespace="http://apache.org/lenya/metadata/document/1.0">
+<element key="extension">
+<value>xml</value>
+</element>
+<element key="mimeType">
+<value>application/xml</value>
+</element>
+<element key="resourceType">
+<value>forrestDocument20</value>
+</element>
+<element key="contentType">
+<value>xml</value>
+</element>
+</element-set>
+</metadata>

Modified: lenya/sandbox/pubs/docu/content/authoring/b03cd930-8730-11dc-ae46-9e7b5d14892d/en.rcml
URL: http://svn.apache.org/viewvc/lenya/sandbox/pubs/docu/content/authoring/b03cd930-8730-11dc-ae46-9e7b5d14892d/en.rcml?rev=595691&r1=595690&r2=595691&view=diff
==============================================================================
--- lenya/sandbox/pubs/docu/content/authoring/b03cd930-8730-11dc-ae46-9e7b5d14892d/en.rcml (original)
+++ lenya/sandbox/pubs/docu/content/authoring/b03cd930-8730-11dc-ae46-9e7b5d14892d/en.rcml Fri Nov 16 07:11:58 2007
@@ -1,5 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <XPSRevisionControl xmlns="">
+<CheckIn backup="true" identity="lenya" session="fde084c0-944b-11dc-8f2e-e6c0ff9903ab" time="1195221903325" version="3"/>
+<CheckOut identity="lenya" session="fde084c0-944b-11dc-8f2e-e6c0ff9903ab" time="1195221882467"/>
 <CheckIn backup="true" identity="lenya" session="1f12dc80-8860-11dc-ba66-cfbbb816bd0d" time="1193910791671" version="2"/>
 <CheckOut identity="lenya" session="1f12dc80-8860-11dc-ba66-cfbbb816bd0d" time="1193910764896"/>
 <CheckIn backup="true" identity="lenya" session="60798970-8730-11dc-ae46-9e7b5d14892d" time="1193781616561" version="1"/>

Added: lenya/sandbox/pubs/docu/content/authoring/b196eaf0-8730-11dc-ae46-9e7b5d14892d/en.1195221900154.bak
URL: http://svn.apache.org/viewvc/lenya/sandbox/pubs/docu/content/authoring/b196eaf0-8730-11dc-ae46-9e7b5d14892d/en.1195221900154.bak?rev=595691&view=auto
==============================================================================
--- lenya/sandbox/pubs/docu/content/authoring/b196eaf0-8730-11dc-ae46-9e7b5d14892d/en.1195221900154.bak (added)
+++ lenya/sandbox/pubs/docu/content/authoring/b196eaf0-8730-11dc-ae46-9e7b5d14892d/en.1195221900154.bak Fri Nov 16 07:11:58 2007
@@ -0,0 +1,32 @@
+<?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>The ac Module</title>
+  </header>
+  <body>
+    <section>
+      <title>Introduction</title>
+      <p>
+        The <code>ac</code> (access control) module provides a file-based implementation
+        of Lenya's access control services.
+      </p>
+    </section>
+  </body>
+</document>

Added: lenya/sandbox/pubs/docu/content/authoring/b196eaf0-8730-11dc-ae46-9e7b5d14892d/en.meta.1195221900154.bak
URL: http://svn.apache.org/viewvc/lenya/sandbox/pubs/docu/content/authoring/b196eaf0-8730-11dc-ae46-9e7b5d14892d/en.meta.1195221900154.bak?rev=595691&view=auto
==============================================================================
--- lenya/sandbox/pubs/docu/content/authoring/b196eaf0-8730-11dc-ae46-9e7b5d14892d/en.meta.1195221900154.bak (added)
+++ lenya/sandbox/pubs/docu/content/authoring/b196eaf0-8730-11dc-ae46-9e7b5d14892d/en.meta.1195221900154.bak Fri Nov 16 07:11:58 2007
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata xmlns="http://apache.org/lenya/metadata/1.0">
+<element-set namespace="http://purl.org/dc/elements/1.1/">
+<element key="title">
+<value>Overview</value>
+</element>
+</element-set>
+<element-set namespace="http://apache.org/lenya/metadata/document/1.0">
+<element key="extension">
+<value>xml</value>
+</element>
+<element key="mimeType">
+<value>application/xml</value>
+</element>
+<element key="resourceType">
+<value>forrestDocument20</value>
+</element>
+<element key="contentType">
+<value>xml</value>
+</element>
+</element-set>
+</metadata>

Modified: lenya/sandbox/pubs/docu/content/authoring/b196eaf0-8730-11dc-ae46-9e7b5d14892d/en.rcml
URL: http://svn.apache.org/viewvc/lenya/sandbox/pubs/docu/content/authoring/b196eaf0-8730-11dc-ae46-9e7b5d14892d/en.rcml?rev=595691&r1=595690&r2=595691&view=diff
==============================================================================
--- lenya/sandbox/pubs/docu/content/authoring/b196eaf0-8730-11dc-ae46-9e7b5d14892d/en.rcml (original)
+++ lenya/sandbox/pubs/docu/content/authoring/b196eaf0-8730-11dc-ae46-9e7b5d14892d/en.rcml Fri Nov 16 07:11:58 2007
@@ -1,5 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <XPSRevisionControl xmlns="">
+<CheckIn backup="true" identity="lenya" session="fde084c0-944b-11dc-8f2e-e6c0ff9903ab" time="1195221900154" version="3"/>
+<CheckOut identity="lenya" session="fde084c0-944b-11dc-8f2e-e6c0ff9903ab" time="1195221890183"/>
 <CheckIn backup="true" identity="lenya" session="1f12dc80-8860-11dc-ba66-cfbbb816bd0d" time="1193910786640" version="2"/>
 <CheckOut identity="lenya" session="1f12dc80-8860-11dc-ba66-cfbbb816bd0d" time="1193910770842"/>
 <CheckIn backup="true" identity="lenya" session="60798970-8730-11dc-ae46-9e7b5d14892d" time="1193781621334" version="1"/>

Added: lenya/sandbox/pubs/docu/content/authoring/b19da1b0-8730-11dc-ae46-9e7b5d14892d/en.1195221911607.bak
URL: http://svn.apache.org/viewvc/lenya/sandbox/pubs/docu/content/authoring/b19da1b0-8730-11dc-ae46-9e7b5d14892d/en.1195221911607.bak?rev=595691&view=auto
==============================================================================
--- lenya/sandbox/pubs/docu/content/authoring/b19da1b0-8730-11dc-ae46-9e7b5d14892d/en.1195221911607.bak (added)
+++ lenya/sandbox/pubs/docu/content/authoring/b19da1b0-8730-11dc-ae46-9e7b5d14892d/en.1195221911607.bak Fri Nov 16 07:11:58 2007
@@ -0,0 +1,28 @@
+<?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
+  
+  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 gregor $ --><!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
+
+<document>
+  <header>
+    <title>Apache Lenya Documentation</title>
+  </header>
+  <body>
+    <p>
+      This is a Forrest Document 2.0 sample.
+    </p>
+  </body>
+</document>

Added: lenya/sandbox/pubs/docu/content/authoring/b19da1b0-8730-11dc-ae46-9e7b5d14892d/en.meta.1195221911607.bak
URL: http://svn.apache.org/viewvc/lenya/sandbox/pubs/docu/content/authoring/b19da1b0-8730-11dc-ae46-9e7b5d14892d/en.meta.1195221911607.bak?rev=595691&view=auto
==============================================================================
--- lenya/sandbox/pubs/docu/content/authoring/b19da1b0-8730-11dc-ae46-9e7b5d14892d/en.meta.1195221911607.bak (added)
+++ lenya/sandbox/pubs/docu/content/authoring/b19da1b0-8730-11dc-ae46-9e7b5d14892d/en.meta.1195221911607.bak Fri Nov 16 07:11:58 2007
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata xmlns="http://apache.org/lenya/metadata/1.0">
+<element-set namespace="http://purl.org/dc/elements/1.1/">
+<element key="title">
+<value>API</value>
+</element>
+</element-set>
+<element-set namespace="http://apache.org/lenya/metadata/document/1.0">
+<element key="extension">
+<value>xml</value>
+</element>
+<element key="mimeType">
+<value>application/xml</value>
+</element>
+<element key="resourceType">
+<value>forrestDocument20</value>
+</element>
+<element key="contentType">
+<value>xml</value>
+</element>
+</element-set>
+</metadata>

Modified: lenya/sandbox/pubs/docu/content/authoring/b19da1b0-8730-11dc-ae46-9e7b5d14892d/en.rcml
URL: http://svn.apache.org/viewvc/lenya/sandbox/pubs/docu/content/authoring/b19da1b0-8730-11dc-ae46-9e7b5d14892d/en.rcml?rev=595691&r1=595690&r2=595691&view=diff
==============================================================================
--- lenya/sandbox/pubs/docu/content/authoring/b19da1b0-8730-11dc-ae46-9e7b5d14892d/en.rcml (original)
+++ lenya/sandbox/pubs/docu/content/authoring/b19da1b0-8730-11dc-ae46-9e7b5d14892d/en.rcml Fri Nov 16 07:11:58 2007
@@ -1,5 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <XPSRevisionControl xmlns="">
+<CheckIn backup="true" identity="lenya" session="fde084c0-944b-11dc-8f2e-e6c0ff9903ab" time="1195221911607" version="3"/>
+<CheckOut identity="lenya" session="fde084c0-944b-11dc-8f2e-e6c0ff9903ab" time="1195221891357"/>
 <CheckIn backup="true" identity="lenya" session="1f12dc80-8860-11dc-ba66-cfbbb816bd0d" time="1193910800284" version="2"/>
 <CheckOut identity="lenya" session="1f12dc80-8860-11dc-ba66-cfbbb816bd0d" time="1193910770765"/>
 <CheckIn backup="true" identity="lenya" session="60798970-8730-11dc-ae46-9e7b5d14892d" time="1193781628172" version="1"/>

Added: lenya/sandbox/pubs/docu/content/authoring/b2f28350-8730-11dc-ae46-9e7b5d14892d/en.1195221901764.bak
URL: http://svn.apache.org/viewvc/lenya/sandbox/pubs/docu/content/authoring/b2f28350-8730-11dc-ae46-9e7b5d14892d/en.1195221901764.bak?rev=595691&view=auto
==============================================================================
--- lenya/sandbox/pubs/docu/content/authoring/b2f28350-8730-11dc-ae46-9e7b5d14892d/en.1195221901764.bak (added)
+++ lenya/sandbox/pubs/docu/content/authoring/b2f28350-8730-11dc-ae46-9e7b5d14892d/en.1195221901764.bak Fri Nov 16 07:11:58 2007
@@ -0,0 +1,34 @@
+<?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>The acusecases Module</title>
+  </header>
+  <body>
+    <section>
+      <title>Introduction</title>
+      <p>
+        The <code>acusecases</code> (access control usecases) module provides the login and
+        logout usecases. It is separated from the <code>ac</code> module because it depends
+        on the <code>usecase</code> module, which in turn depends on the <code>ac</code>
+        module.
+      </p>
+    </section>
+  </body>
+</document>

Added: lenya/sandbox/pubs/docu/content/authoring/b2f28350-8730-11dc-ae46-9e7b5d14892d/en.meta.1195221901764.bak
URL: http://svn.apache.org/viewvc/lenya/sandbox/pubs/docu/content/authoring/b2f28350-8730-11dc-ae46-9e7b5d14892d/en.meta.1195221901764.bak?rev=595691&view=auto
==============================================================================
--- lenya/sandbox/pubs/docu/content/authoring/b2f28350-8730-11dc-ae46-9e7b5d14892d/en.meta.1195221901764.bak (added)
+++ lenya/sandbox/pubs/docu/content/authoring/b2f28350-8730-11dc-ae46-9e7b5d14892d/en.meta.1195221901764.bak Fri Nov 16 07:11:58 2007
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata xmlns="http://apache.org/lenya/metadata/1.0">
+<element-set namespace="http://purl.org/dc/elements/1.1/">
+<element key="title">
+<value>Overview</value>
+</element>
+</element-set>
+<element-set namespace="http://apache.org/lenya/metadata/document/1.0">
+<element key="extension">
+<value>xml</value>
+</element>
+<element key="mimeType">
+<value>application/xml</value>
+</element>
+<element key="resourceType">
+<value>forrestDocument20</value>
+</element>
+<element key="contentType">
+<value>xml</value>
+</element>
+</element-set>
+</metadata>

Modified: lenya/sandbox/pubs/docu/content/authoring/b2f28350-8730-11dc-ae46-9e7b5d14892d/en.rcml
URL: http://svn.apache.org/viewvc/lenya/sandbox/pubs/docu/content/authoring/b2f28350-8730-11dc-ae46-9e7b5d14892d/en.rcml?rev=595691&r1=595690&r2=595691&view=diff
==============================================================================
--- lenya/sandbox/pubs/docu/content/authoring/b2f28350-8730-11dc-ae46-9e7b5d14892d/en.rcml (original)
+++ lenya/sandbox/pubs/docu/content/authoring/b2f28350-8730-11dc-ae46-9e7b5d14892d/en.rcml Fri Nov 16 07:11:58 2007
@@ -1,5 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <XPSRevisionControl xmlns="">
+<CheckIn backup="true" identity="lenya" session="fde084c0-944b-11dc-8f2e-e6c0ff9903ab" time="1195221901764" version="3"/>
+<CheckOut identity="lenya" session="fde084c0-944b-11dc-8f2e-e6c0ff9903ab" time="1195221891690"/>
 <CheckIn backup="true" identity="lenya" session="1f12dc80-8860-11dc-ba66-cfbbb816bd0d" time="1193910788498" version="2"/>
 <CheckOut identity="lenya" session="1f12dc80-8860-11dc-ba66-cfbbb816bd0d" time="1193910761806"/>
 <CheckIn backup="true" identity="lenya" session="60798970-8730-11dc-ae46-9e7b5d14892d" time="1193781631446" version="1"/>

Added: lenya/sandbox/pubs/docu/content/authoring/b2f7b370-8730-11dc-ae46-9e7b5d14892d/en.1195221906101.bak
URL: http://svn.apache.org/viewvc/lenya/sandbox/pubs/docu/content/authoring/b2f7b370-8730-11dc-ae46-9e7b5d14892d/en.1195221906101.bak?rev=595691&view=auto
==============================================================================
--- lenya/sandbox/pubs/docu/content/authoring/b2f7b370-8730-11dc-ae46-9e7b5d14892d/en.1195221906101.bak (added)
+++ lenya/sandbox/pubs/docu/content/authoring/b2f7b370-8730-11dc-ae46-9e7b5d14892d/en.1195221906101.bak Fri Nov 16 07:11:58 2007
@@ -0,0 +1,28 @@
+<?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
+  
+  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 gregor $ --><!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
+
+<document>
+  <header>
+    <title>Apache Lenya Documentation</title>
+  </header>
+  <body>
+    <p>
+      This is a Forrest Document 2.0 sample.
+    </p>
+  </body>
+</document>

Added: lenya/sandbox/pubs/docu/content/authoring/b2f7b370-8730-11dc-ae46-9e7b5d14892d/en.meta.1195221906101.bak
URL: http://svn.apache.org/viewvc/lenya/sandbox/pubs/docu/content/authoring/b2f7b370-8730-11dc-ae46-9e7b5d14892d/en.meta.1195221906101.bak?rev=595691&view=auto
==============================================================================
--- lenya/sandbox/pubs/docu/content/authoring/b2f7b370-8730-11dc-ae46-9e7b5d14892d/en.meta.1195221906101.bak (added)
+++ lenya/sandbox/pubs/docu/content/authoring/b2f7b370-8730-11dc-ae46-9e7b5d14892d/en.meta.1195221906101.bak Fri Nov 16 07:11:58 2007
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata xmlns="http://apache.org/lenya/metadata/1.0">
+<element-set namespace="http://purl.org/dc/elements/1.1/">
+<element key="title">
+<value>API</value>
+</element>
+</element-set>
+<element-set namespace="http://apache.org/lenya/metadata/document/1.0">
+<element key="extension">
+<value>xml</value>
+</element>
+<element key="mimeType">
+<value>application/xml</value>
+</element>
+<element key="resourceType">
+<value>forrestDocument20</value>
+</element>
+<element key="contentType">
+<value>xml</value>
+</element>
+</element-set>
+</metadata>

Modified: lenya/sandbox/pubs/docu/content/authoring/b2f7b370-8730-11dc-ae46-9e7b5d14892d/en.rcml
URL: http://svn.apache.org/viewvc/lenya/sandbox/pubs/docu/content/authoring/b2f7b370-8730-11dc-ae46-9e7b5d14892d/en.rcml?rev=595691&r1=595690&r2=595691&view=diff
==============================================================================
--- lenya/sandbox/pubs/docu/content/authoring/b2f7b370-8730-11dc-ae46-9e7b5d14892d/en.rcml (original)
+++ lenya/sandbox/pubs/docu/content/authoring/b2f7b370-8730-11dc-ae46-9e7b5d14892d/en.rcml Fri Nov 16 07:11:58 2007
@@ -1,5 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <XPSRevisionControl xmlns="">
+<CheckIn backup="true" identity="lenya" session="fde084c0-944b-11dc-8f2e-e6c0ff9903ab" time="1195221906101" version="3"/>
+<CheckOut identity="lenya" session="fde084c0-944b-11dc-8f2e-e6c0ff9903ab" time="1195221885128"/>
 <CheckIn backup="true" identity="lenya" session="1f12dc80-8860-11dc-ba66-cfbbb816bd0d" time="1193910801178" version="2"/>
 <CheckOut identity="lenya" session="1f12dc80-8860-11dc-ba66-cfbbb816bd0d" time="1193910771284"/>
 <CheckIn backup="true" identity="lenya" session="60798970-8730-11dc-ae46-9e7b5d14892d" time="1193781616776" version="1"/>

Added: lenya/sandbox/pubs/docu/content/authoring/b445b740-8730-11dc-ae46-9e7b5d14892d/en.1195221897787.bak
URL: http://svn.apache.org/viewvc/lenya/sandbox/pubs/docu/content/authoring/b445b740-8730-11dc-ae46-9e7b5d14892d/en.1195221897787.bak?rev=595691&view=auto
==============================================================================
--- lenya/sandbox/pubs/docu/content/authoring/b445b740-8730-11dc-ae46-9e7b5d14892d/en.1195221897787.bak (added)
+++ lenya/sandbox/pubs/docu/content/authoring/b445b740-8730-11dc-ae46-9e7b5d14892d/en.1195221897787.bak Fri Nov 16 07:11:58 2007
@@ -0,0 +1,32 @@
+<?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>The administration Module</title>
+  </header>
+  <body>
+    <section>
+      <title>Introduction</title>
+      <p>
+        The <code>administration</code> module provides the usecases in the administration area
+        (user management etc.).
+      </p>
+    </section>
+  </body>
+</document>

Added: lenya/sandbox/pubs/docu/content/authoring/b445b740-8730-11dc-ae46-9e7b5d14892d/en.meta.1195221897787.bak
URL: http://svn.apache.org/viewvc/lenya/sandbox/pubs/docu/content/authoring/b445b740-8730-11dc-ae46-9e7b5d14892d/en.meta.1195221897787.bak?rev=595691&view=auto
==============================================================================
--- lenya/sandbox/pubs/docu/content/authoring/b445b740-8730-11dc-ae46-9e7b5d14892d/en.meta.1195221897787.bak (added)
+++ lenya/sandbox/pubs/docu/content/authoring/b445b740-8730-11dc-ae46-9e7b5d14892d/en.meta.1195221897787.bak Fri Nov 16 07:11:58 2007
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata xmlns="http://apache.org/lenya/metadata/1.0">
+<element-set namespace="http://purl.org/dc/elements/1.1/">
+<element key="title">
+<value>Overview</value>
+</element>
+</element-set>
+<element-set namespace="http://apache.org/lenya/metadata/document/1.0">
+<element key="extension">
+<value>xml</value>
+</element>
+<element key="mimeType">
+<value>application/xml</value>
+</element>
+<element key="resourceType">
+<value>forrestDocument20</value>
+</element>
+<element key="contentType">
+<value>xml</value>
+</element>
+</element-set>
+</metadata>

Modified: lenya/sandbox/pubs/docu/content/authoring/b445b740-8730-11dc-ae46-9e7b5d14892d/en.rcml
URL: http://svn.apache.org/viewvc/lenya/sandbox/pubs/docu/content/authoring/b445b740-8730-11dc-ae46-9e7b5d14892d/en.rcml?rev=595691&r1=595690&r2=595691&view=diff
==============================================================================
--- lenya/sandbox/pubs/docu/content/authoring/b445b740-8730-11dc-ae46-9e7b5d14892d/en.rcml (original)
+++ lenya/sandbox/pubs/docu/content/authoring/b445b740-8730-11dc-ae46-9e7b5d14892d/en.rcml Fri Nov 16 07:11:58 2007
@@ -1,5 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <XPSRevisionControl xmlns="">
+<CheckIn backup="true" identity="lenya" session="fde084c0-944b-11dc-8f2e-e6c0ff9903ab" time="1195221897787" version="3"/>
+<CheckOut identity="lenya" session="fde084c0-944b-11dc-8f2e-e6c0ff9903ab" time="1195221886090"/>
 <CheckIn backup="true" identity="lenya" session="1f12dc80-8860-11dc-ba66-cfbbb816bd0d" time="1193910782491" version="2"/>
 <CheckOut identity="lenya" session="1f12dc80-8860-11dc-ba66-cfbbb816bd0d" time="1193910767588"/>
 <CheckIn backup="true" identity="lenya" session="60798970-8730-11dc-ae46-9e7b5d14892d" time="1193781619030" version="1"/>

Added: lenya/sandbox/pubs/docu/content/authoring/b4560af0-8730-11dc-ae46-9e7b5d14892d/en.1195221895523.bak
URL: http://svn.apache.org/viewvc/lenya/sandbox/pubs/docu/content/authoring/b4560af0-8730-11dc-ae46-9e7b5d14892d/en.1195221895523.bak?rev=595691&view=auto
==============================================================================
--- lenya/sandbox/pubs/docu/content/authoring/b4560af0-8730-11dc-ae46-9e7b5d14892d/en.1195221895523.bak (added)
+++ lenya/sandbox/pubs/docu/content/authoring/b4560af0-8730-11dc-ae46-9e7b5d14892d/en.1195221895523.bak Fri Nov 16 07:11:58 2007
@@ -0,0 +1,28 @@
+<?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
+  
+  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 gregor $ --><!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
+
+<document>
+  <header>
+    <title>Apache Lenya Documentation</title>
+  </header>
+  <body>
+    <p>
+      This is a Forrest Document 2.0 sample.
+    </p>
+  </body>
+</document>

Added: lenya/sandbox/pubs/docu/content/authoring/b4560af0-8730-11dc-ae46-9e7b5d14892d/en.meta.1195221895523.bak
URL: http://svn.apache.org/viewvc/lenya/sandbox/pubs/docu/content/authoring/b4560af0-8730-11dc-ae46-9e7b5d14892d/en.meta.1195221895523.bak?rev=595691&view=auto
==============================================================================
--- lenya/sandbox/pubs/docu/content/authoring/b4560af0-8730-11dc-ae46-9e7b5d14892d/en.meta.1195221895523.bak (added)
+++ lenya/sandbox/pubs/docu/content/authoring/b4560af0-8730-11dc-ae46-9e7b5d14892d/en.meta.1195221895523.bak Fri Nov 16 07:11:58 2007
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata xmlns="http://apache.org/lenya/metadata/1.0">
+<element-set namespace="http://purl.org/dc/elements/1.1/">
+<element key="title">
+<value>API</value>
+</element>
+</element-set>
+<element-set namespace="http://apache.org/lenya/metadata/document/1.0">
+<element key="extension">
+<value>xml</value>
+</element>
+<element key="mimeType">
+<value>application/xml</value>
+</element>
+<element key="resourceType">
+<value>forrestDocument20</value>
+</element>
+<element key="contentType">
+<value>xml</value>
+</element>
+</element-set>
+</metadata>

Modified: lenya/sandbox/pubs/docu/content/authoring/b4560af0-8730-11dc-ae46-9e7b5d14892d/en.rcml
URL: http://svn.apache.org/viewvc/lenya/sandbox/pubs/docu/content/authoring/b4560af0-8730-11dc-ae46-9e7b5d14892d/en.rcml?rev=595691&r1=595690&r2=595691&view=diff
==============================================================================
--- lenya/sandbox/pubs/docu/content/authoring/b4560af0-8730-11dc-ae46-9e7b5d14892d/en.rcml (original)
+++ lenya/sandbox/pubs/docu/content/authoring/b4560af0-8730-11dc-ae46-9e7b5d14892d/en.rcml Fri Nov 16 07:11:58 2007
@@ -1,5 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <XPSRevisionControl xmlns="">
+<CheckIn backup="true" identity="lenya" session="fde084c0-944b-11dc-8f2e-e6c0ff9903ab" time="1195221895523" version="3"/>
+<CheckOut identity="lenya" session="fde084c0-944b-11dc-8f2e-e6c0ff9903ab" time="1195221882992"/>
 <CheckIn backup="true" identity="lenya" session="1f12dc80-8860-11dc-ba66-cfbbb816bd0d" time="1193910781529" version="2"/>
 <CheckOut identity="lenya" session="1f12dc80-8860-11dc-ba66-cfbbb816bd0d" time="1193910766952"/>
 <CheckIn backup="true" identity="lenya" session="60798970-8730-11dc-ae46-9e7b5d14892d" time="1193781621055" version="1"/>

Added: lenya/sandbox/pubs/docu/content/authoring/b58deeb0-8730-11dc-ae46-9e7b5d14892d/en.1195221898126.bak
URL: http://svn.apache.org/viewvc/lenya/sandbox/pubs/docu/content/authoring/b58deeb0-8730-11dc-ae46-9e7b5d14892d/en.1195221898126.bak?rev=595691&view=auto
==============================================================================
--- lenya/sandbox/pubs/docu/content/authoring/b58deeb0-8730-11dc-ae46-9e7b5d14892d/en.1195221898126.bak (added)
+++ lenya/sandbox/pubs/docu/content/authoring/b58deeb0-8730-11dc-ae46-9e7b5d14892d/en.1195221898126.bak Fri Nov 16 07:11:58 2007
@@ -0,0 +1,32 @@
+<?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>The cache Module</title>
+  </header>
+  <body>
+    <section>
+      <title>Introduction</title>
+      <p>
+        The <code>cache</code> module provides a <code>SourceCache</code> service
+        which can be used to cache Excalibur sources.
+      </p>
+    </section>
+  </body>
+</document>

Added: lenya/sandbox/pubs/docu/content/authoring/b58deeb0-8730-11dc-ae46-9e7b5d14892d/en.meta.1195221898126.bak
URL: http://svn.apache.org/viewvc/lenya/sandbox/pubs/docu/content/authoring/b58deeb0-8730-11dc-ae46-9e7b5d14892d/en.meta.1195221898126.bak?rev=595691&view=auto
==============================================================================
--- lenya/sandbox/pubs/docu/content/authoring/b58deeb0-8730-11dc-ae46-9e7b5d14892d/en.meta.1195221898126.bak (added)
+++ lenya/sandbox/pubs/docu/content/authoring/b58deeb0-8730-11dc-ae46-9e7b5d14892d/en.meta.1195221898126.bak Fri Nov 16 07:11:58 2007
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata xmlns="http://apache.org/lenya/metadata/1.0">
+<element-set namespace="http://purl.org/dc/elements/1.1/">
+<element key="title">
+<value>Overview</value>
+</element>
+</element-set>
+<element-set namespace="http://apache.org/lenya/metadata/document/1.0">
+<element key="extension">
+<value>xml</value>
+</element>
+<element key="mimeType">
+<value>application/xml</value>
+</element>
+<element key="resourceType">
+<value>forrestDocument20</value>
+</element>
+<element key="contentType">
+<value>xml</value>
+</element>
+</element-set>
+</metadata>

Modified: lenya/sandbox/pubs/docu/content/authoring/b58deeb0-8730-11dc-ae46-9e7b5d14892d/en.rcml
URL: http://svn.apache.org/viewvc/lenya/sandbox/pubs/docu/content/authoring/b58deeb0-8730-11dc-ae46-9e7b5d14892d/en.rcml?rev=595691&r1=595690&r2=595691&view=diff
==============================================================================
--- lenya/sandbox/pubs/docu/content/authoring/b58deeb0-8730-11dc-ae46-9e7b5d14892d/en.rcml (original)
+++ lenya/sandbox/pubs/docu/content/authoring/b58deeb0-8730-11dc-ae46-9e7b5d14892d/en.rcml Fri Nov 16 07:11:58 2007
@@ -1,5 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <XPSRevisionControl xmlns="">
+<CheckIn backup="true" identity="lenya" session="fde084c0-944b-11dc-8f2e-e6c0ff9903ab" time="1195221898126" version="3"/>
+<CheckOut identity="lenya" session="fde084c0-944b-11dc-8f2e-e6c0ff9903ab" time="1195221886989"/>
 <CheckIn backup="true" identity="lenya" session="1f12dc80-8860-11dc-ba66-cfbbb816bd0d" time="1193910796999" version="2"/>
 <CheckOut identity="lenya" session="1f12dc80-8860-11dc-ba66-cfbbb816bd0d" time="1193910768271"/>
 <CheckIn backup="true" identity="lenya" session="60798970-8730-11dc-ae46-9e7b5d14892d" time="1193781626753" version="1"/>

Added: lenya/sandbox/pubs/docu/content/authoring/b59541b0-8730-11dc-ae46-9e7b5d14892d/en.1195221907134.bak
URL: http://svn.apache.org/viewvc/lenya/sandbox/pubs/docu/content/authoring/b59541b0-8730-11dc-ae46-9e7b5d14892d/en.1195221907134.bak?rev=595691&view=auto
==============================================================================
--- lenya/sandbox/pubs/docu/content/authoring/b59541b0-8730-11dc-ae46-9e7b5d14892d/en.1195221907134.bak (added)
+++ lenya/sandbox/pubs/docu/content/authoring/b59541b0-8730-11dc-ae46-9e7b5d14892d/en.1195221907134.bak Fri Nov 16 07:11:58 2007
@@ -0,0 +1,28 @@
+<?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
+  
+  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 gregor $ --><!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
+
+<document>
+  <header>
+    <title>Apache Lenya Documentation</title>
+  </header>
+  <body>
+    <p>
+      This is a Forrest Document 2.0 sample.
+    </p>
+  </body>
+</document>

Added: lenya/sandbox/pubs/docu/content/authoring/b59541b0-8730-11dc-ae46-9e7b5d14892d/en.meta.1195221907134.bak
URL: http://svn.apache.org/viewvc/lenya/sandbox/pubs/docu/content/authoring/b59541b0-8730-11dc-ae46-9e7b5d14892d/en.meta.1195221907134.bak?rev=595691&view=auto
==============================================================================
--- lenya/sandbox/pubs/docu/content/authoring/b59541b0-8730-11dc-ae46-9e7b5d14892d/en.meta.1195221907134.bak (added)
+++ lenya/sandbox/pubs/docu/content/authoring/b59541b0-8730-11dc-ae46-9e7b5d14892d/en.meta.1195221907134.bak Fri Nov 16 07:11:58 2007
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata xmlns="http://apache.org/lenya/metadata/1.0">
+<element-set namespace="http://purl.org/dc/elements/1.1/">
+<element key="title">
+<value>API</value>
+</element>
+</element-set>
+<element-set namespace="http://apache.org/lenya/metadata/document/1.0">
+<element key="extension">
+<value>xml</value>
+</element>
+<element key="mimeType">
+<value>application/xml</value>
+</element>
+<element key="resourceType">
+<value>forrestDocument20</value>
+</element>
+<element key="contentType">
+<value>xml</value>
+</element>
+</element-set>
+</metadata>

Modified: lenya/sandbox/pubs/docu/content/authoring/b59541b0-8730-11dc-ae46-9e7b5d14892d/en.rcml
URL: http://svn.apache.org/viewvc/lenya/sandbox/pubs/docu/content/authoring/b59541b0-8730-11dc-ae46-9e7b5d14892d/en.rcml?rev=595691&r1=595690&r2=595691&view=diff
==============================================================================
--- lenya/sandbox/pubs/docu/content/authoring/b59541b0-8730-11dc-ae46-9e7b5d14892d/en.rcml (original)
+++ lenya/sandbox/pubs/docu/content/authoring/b59541b0-8730-11dc-ae46-9e7b5d14892d/en.rcml Fri Nov 16 07:11:58 2007
@@ -1,5 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <XPSRevisionControl xmlns="">
+<CheckIn backup="true" identity="lenya" session="fde084c0-944b-11dc-8f2e-e6c0ff9903ab" time="1195221907134" version="3"/>
+<CheckOut identity="lenya" session="fde084c0-944b-11dc-8f2e-e6c0ff9903ab" time="1195221886536"/>
 <CheckIn backup="true" identity="lenya" session="1f12dc80-8860-11dc-ba66-cfbbb816bd0d" time="1193910786689" version="2"/>
 <CheckOut identity="lenya" session="1f12dc80-8860-11dc-ba66-cfbbb816bd0d" time="1193910770873"/>
 <CheckIn backup="true" identity="lenya" session="60798970-8730-11dc-ae46-9e7b5d14892d" time="1193781633966" version="1"/>

Added: lenya/sandbox/pubs/docu/content/authoring/b6e36c90-8730-11dc-ae46-9e7b5d14892d/en.1195221909350.bak
URL: http://svn.apache.org/viewvc/lenya/sandbox/pubs/docu/content/authoring/b6e36c90-8730-11dc-ae46-9e7b5d14892d/en.1195221909350.bak?rev=595691&view=auto
==============================================================================
--- lenya/sandbox/pubs/docu/content/authoring/b6e36c90-8730-11dc-ae46-9e7b5d14892d/en.1195221909350.bak (added)
+++ lenya/sandbox/pubs/docu/content/authoring/b6e36c90-8730-11dc-ae46-9e7b5d14892d/en.1195221909350.bak Fri Nov 16 07:11:58 2007
@@ -0,0 +1,32 @@
+<?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>The janitor Module</title>
+  </header>
+  <body>
+    <section>
+      <title>Introduction</title>
+      <p>
+        The <code>janitor</code> module provides a <code>ContentJanitor</code> service
+        which cleans up the content repository (removes obsolete files etc.).
+      </p>
+    </section>
+  </body>
+</document>

Added: lenya/sandbox/pubs/docu/content/authoring/b6e36c90-8730-11dc-ae46-9e7b5d14892d/en.meta.1195221909350.bak
URL: http://svn.apache.org/viewvc/lenya/sandbox/pubs/docu/content/authoring/b6e36c90-8730-11dc-ae46-9e7b5d14892d/en.meta.1195221909350.bak?rev=595691&view=auto
==============================================================================
--- lenya/sandbox/pubs/docu/content/authoring/b6e36c90-8730-11dc-ae46-9e7b5d14892d/en.meta.1195221909350.bak (added)
+++ lenya/sandbox/pubs/docu/content/authoring/b6e36c90-8730-11dc-ae46-9e7b5d14892d/en.meta.1195221909350.bak Fri Nov 16 07:11:58 2007
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata xmlns="http://apache.org/lenya/metadata/1.0">
+<element-set namespace="http://purl.org/dc/elements/1.1/">
+<element key="title">
+<value>Overview</value>
+</element>
+</element-set>
+<element-set namespace="http://apache.org/lenya/metadata/document/1.0">
+<element key="extension">
+<value>xml</value>
+</element>
+<element key="mimeType">
+<value>application/xml</value>
+</element>
+<element key="resourceType">
+<value>forrestDocument20</value>
+</element>
+<element key="contentType">
+<value>xml</value>
+</element>
+</element-set>
+</metadata>

Modified: lenya/sandbox/pubs/docu/content/authoring/b6e36c90-8730-11dc-ae46-9e7b5d14892d/en.rcml
URL: http://svn.apache.org/viewvc/lenya/sandbox/pubs/docu/content/authoring/b6e36c90-8730-11dc-ae46-9e7b5d14892d/en.rcml?rev=595691&r1=595690&r2=595691&view=diff
==============================================================================
--- lenya/sandbox/pubs/docu/content/authoring/b6e36c90-8730-11dc-ae46-9e7b5d14892d/en.rcml (original)
+++ lenya/sandbox/pubs/docu/content/authoring/b6e36c90-8730-11dc-ae46-9e7b5d14892d/en.rcml Fri Nov 16 07:11:58 2007
@@ -1,5 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <XPSRevisionControl xmlns="">
+<CheckIn backup="true" identity="lenya" session="fde084c0-944b-11dc-8f2e-e6c0ff9903ab" time="1195221909350" version="3"/>
+<CheckOut identity="lenya" session="fde084c0-944b-11dc-8f2e-e6c0ff9903ab" time="1195221888799"/>
 <CheckIn backup="true" identity="lenya" session="1f12dc80-8860-11dc-ba66-cfbbb816bd0d" time="1193910785996" version="2"/>
 <CheckOut identity="lenya" session="1f12dc80-8860-11dc-ba66-cfbbb816bd0d" time="1193910770380"/>
 <CheckIn backup="true" identity="lenya" session="60798970-8730-11dc-ae46-9e7b5d14892d" time="1193781623160" version="1"/>

Added: lenya/sandbox/pubs/docu/content/authoring/b6eb82e0-8730-11dc-ae46-9e7b5d14892d/en.1195221909940.bak
URL: http://svn.apache.org/viewvc/lenya/sandbox/pubs/docu/content/authoring/b6eb82e0-8730-11dc-ae46-9e7b5d14892d/en.1195221909940.bak?rev=595691&view=auto
==============================================================================
--- lenya/sandbox/pubs/docu/content/authoring/b6eb82e0-8730-11dc-ae46-9e7b5d14892d/en.1195221909940.bak (added)
+++ lenya/sandbox/pubs/docu/content/authoring/b6eb82e0-8730-11dc-ae46-9e7b5d14892d/en.1195221909940.bak Fri Nov 16 07:11:58 2007
@@ -0,0 +1,28 @@
+<?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
+  
+  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 gregor $ --><!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
+
+<document>
+  <header>
+    <title>Apache Lenya Documentation</title>
+  </header>
+  <body>
+    <p>
+      This is a Forrest Document 2.0 sample.
+    </p>
+  </body>
+</document>

Added: lenya/sandbox/pubs/docu/content/authoring/b6eb82e0-8730-11dc-ae46-9e7b5d14892d/en.meta.1195221909940.bak
URL: http://svn.apache.org/viewvc/lenya/sandbox/pubs/docu/content/authoring/b6eb82e0-8730-11dc-ae46-9e7b5d14892d/en.meta.1195221909940.bak?rev=595691&view=auto
==============================================================================
--- lenya/sandbox/pubs/docu/content/authoring/b6eb82e0-8730-11dc-ae46-9e7b5d14892d/en.meta.1195221909940.bak (added)
+++ lenya/sandbox/pubs/docu/content/authoring/b6eb82e0-8730-11dc-ae46-9e7b5d14892d/en.meta.1195221909940.bak Fri Nov 16 07:11:58 2007
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata xmlns="http://apache.org/lenya/metadata/1.0">
+<element-set namespace="http://purl.org/dc/elements/1.1/">
+<element key="title">
+<value>API</value>
+</element>
+</element-set>
+<element-set namespace="http://apache.org/lenya/metadata/document/1.0">
+<element key="extension">
+<value>xml</value>
+</element>
+<element key="mimeType">
+<value>application/xml</value>
+</element>
+<element key="resourceType">
+<value>forrestDocument20</value>
+</element>
+<element key="contentType">
+<value>xml</value>
+</element>
+</element-set>
+</metadata>

Modified: lenya/sandbox/pubs/docu/content/authoring/b6eb82e0-8730-11dc-ae46-9e7b5d14892d/en.rcml
URL: http://svn.apache.org/viewvc/lenya/sandbox/pubs/docu/content/authoring/b6eb82e0-8730-11dc-ae46-9e7b5d14892d/en.rcml?rev=595691&r1=595690&r2=595691&view=diff
==============================================================================
--- lenya/sandbox/pubs/docu/content/authoring/b6eb82e0-8730-11dc-ae46-9e7b5d14892d/en.rcml (original)
+++ lenya/sandbox/pubs/docu/content/authoring/b6eb82e0-8730-11dc-ae46-9e7b5d14892d/en.rcml Fri Nov 16 07:11:58 2007
@@ -1,5 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <XPSRevisionControl xmlns="">
+<CheckIn backup="true" identity="lenya" session="fde084c0-944b-11dc-8f2e-e6c0ff9903ab" time="1195221909940" version="3"/>
+<CheckOut identity="lenya" session="fde084c0-944b-11dc-8f2e-e6c0ff9903ab" time="1195221889453"/>
 <CheckIn backup="true" identity="lenya" session="1f12dc80-8860-11dc-ba66-cfbbb816bd0d" time="1193910801732" version="2"/>
 <CheckOut identity="lenya" session="1f12dc80-8860-11dc-ba66-cfbbb816bd0d" time="1193910771794"/>
 <CheckIn backup="true" identity="lenya" session="60798970-8730-11dc-ae46-9e7b5d14892d" time="1193781624422" version="1"/>

Added: lenya/sandbox/pubs/docu/content/authoring/b83e68b0-8730-11dc-ae46-9e7b5d14892d/en.1195221896789.bak
URL: http://svn.apache.org/viewvc/lenya/sandbox/pubs/docu/content/authoring/b83e68b0-8730-11dc-ae46-9e7b5d14892d/en.1195221896789.bak?rev=595691&view=auto
==============================================================================
--- lenya/sandbox/pubs/docu/content/authoring/b83e68b0-8730-11dc-ae46-9e7b5d14892d/en.1195221896789.bak (added)
+++ lenya/sandbox/pubs/docu/content/authoring/b83e68b0-8730-11dc-ae46-9e7b5d14892d/en.1195221896789.bak Fri Nov 16 07:11:58 2007
@@ -0,0 +1,182 @@
+<?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>The ldap Module</title>
+  </header>
+  <body>
+    <section>
+      <title>Introduction</title>
+      <p>
+        The <code>ldap</code> module provides an LDAP-based implementation of
+        the <code>User</code> interface. The LDAP authentication has been tested with
+        OpenLDAP and MS Active Directory servers.
+      </p>
+      <p>Authentication means that password checking is handled through LDAP, so
+        that the user does not need a Lenya-specific password. Note that only the
+        authentication is done through LDAP; the Lenya administrator still has to tell
+        Lenya which LDAP users to allow and to assign Lenya roles to these users. LDAP
+        setup is handled in Lenya configuration files; adding users and assigning them roles
+        is handled within the Lenya Admin GUI.
+      </p>
+    </section>
+    
+    <section>
+<title id="head-c6473a347c56f380b016b80abd50c11a339f65ba">Configuring and activating LDAP in Lenya</title>
+      
+      <ol>
+        <li>
+<p>Go to the directory <em>lenya/pubs/&lt;your-publication-name&gt;/config/ac</em> </p>
+        </li>
+        
+        <li>
+<p>Edit the file <em>ac.xconf</em> and uncomment the line regarding "LDAP support" </p>
+        </li>
+        <li>
+<p>Go to the subdirectory <em>passwd</em> and copy the file <em>lenya/pubs/&lt;your-publication-name&gt;/config/ac/passwd/ldap.properties.sample</em> to the file <em>ldap.properties</em> in this directory.  </p>
+          
+        </li>
+        <li>
+<p>Edit the file <em>ldap.properties</em> with your settings (the sample file contains explanations for the entries) </p>
+        </li>
+        <li>
+<p>Restart your servlet container, so that the changes take effect </p>
+        </li>
+        <li>
+<p>Login as administrator. In the user's section, you can now add LDAP users: enter the LDAP id, and provide a Lenya id (which may be the same as the LDAP id). Now add group memberships for this id. </p>
+        </li>
+        <li>
+<p>You should now be able to login with this LDAP user and password. </p>
+        </li>
+      </ol>
+      
+    </section>
+<section>
+<title id="head-7a25fa154659dcf977c814cc7e12b6a94861a91e">Allowing LDAP users to work
+      with Lenya</title>
+      
+      <p>Once you have everything configured OK, you can tell Lenya to allow certain LDAP users. It is important to understand that, just because a user exists in LDAP, does not mean she has access to Lenya. The user needs to be explicitly added in Lenya, along with the group memberships. However, the authentication itself (password handling) is then completely handled through LDAP. </p>
+      <ol>
+        <li>
+<p>In the administration GUI, add the "LDAP user" in order to make this user known to Lenya. You can use the same id for Lenya as the existing LDAP id. </p>
+        </li>
+        <li>
+<p>Click on the user and add group settings - if user belongs to no groups at all, she will not be able to login </p>
+        </li>
+        <li>
+<p>Logout and login with the newly created id. </p>
+        </li>
+      </ol>
+      
+    </section>
+    <section>
+      <title id="head-3d053bed75c60a57241ca53fb6de8c2d45aed024">Going further with LDAP</title>
+      
+      <p>The LDAP implementation in Lenya is based on the premise that you have an
+        existing LDAP directory containing users and passwords, but you do not want to (or are
+        not allowed to) add anything particular to Lenya within this LDAP directory,
+        such as Lenya roles.</p>
+      <p>As a consequence, the Lenya specific user information is <em>not</em>
+        stored in LDAP, but instead with the same mechanism as non-LDAP users. What Lenya does
+        do for you is delegate authorization (the checking of the user's password in
+        LDAP), meaning that the user does not require an additional "Lenya password".</p>
+      <p> This implementation of LDAP authentication in Lenya works can be
+        replaced by a tighter integration of LDAP, which would possibly provide these advantages:
+      </p>
+      <ul>
+        <li>Maintenance of roles, groups in LDAP as well.
+        </li>
+        <li>Remove the need to separately enable each LDAP user in Lenya.
+        </li>
+      </ul>
+      <p>
+        There is a <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=34737">patch (nb
+          34737)</a> which replaces Lenya's default LDAP handling and fully integrates
+        Lenya with an LDAP where users are stored according to the Posix scheme.
+      </p>
+      
+    </section>
+    
+    <section>
+<title id="head-066b132fa6e8227f03b8c07a5bc6057717a7564b">Encrypted LDAP</title>
+      
+      <ul>
+        <li>
+<p>  in the file <em>ldap.properties</em>, set <em>security-protocol</em> to the value <em>ssl</em> and set <em>key-store</em> to the name of your keystore file </p>
+        </li>
+        <li>
+<p> add the LDAP server certificate file to the local keystore using this command: </p>
+        </li>
+      </ul>
+      
+      <source xml:space="preserve">
+        keytool -import -keystore .keystore -file &lt;ca_cert_file&gt; -alias &lt;yourdomain.com&gt;
+      </source>
+      
+    </section>
+<section>
+<title id="head-9019cde2979c770be142ebf7a0c6e03dacaf1480">Notes</title>
+      
+      <ul>
+        <li>
+<p> If you modify <em>ldap.properties</em>, it may be necessary to restart your servlet container or at least to reload your webapp in order for the changes to take effect. </p>
+          
+        </li>
+      </ul>
+      
+    </section>
+<section>
+<title id="head-f1c02c22309913c9392d9f61ac234d4c4b7ed6c3">An example publication using LDAP Authentication: the University of Zurich Lenya Publication</title>
+      
+      <p>The "University of Zurich Publication" is an example of a publication which uses LDAP authentication. You may wish to install and configure it to authenticate against your LDAP server: this way, you can check whether LDAP authentication is working, before proceeding to activate it in another application. </p>
+      <p>Note: When this documentation was written, the publication was only available for Lenya 1.2. 
+      This HOW-TO was tested using the "University of Zurich Publication" state on May 26th, 2004.
+      If another version is incompatible with your Lenya installation, don't despair, you will still be able to use the LDAP relevant stuff. </p>
+      <ol>
+        <li>
+<p>Retrieve the University of Zurich Lenya publications (unitemplate, unizh) described on <a href="http://wyona.org/">http://wyona.org/</a> </p>
+        </li>
+        
+        <li>
+<p>Go to the <em>unitemplate/config/ac/passwd</em> directory and edit <em>ldap.properties</em> as described above </p>
+        </li>
+        <li>
+<p>if secure LDAP is required, add the server certificate to the keystore as described above </p>
+        </li>
+        <li>
+<p>Deploy the publications (see <a href="lenya-document:043dd2a0-8731-11dc-ae46-9e7b5d14892d">?</a>Deploy Publication How-To) </p>
+        </li>
+        
+        <li>
+<p>In your browser, refresh your Lenya start page. You should now see, on the left hand side, a link to the "Unitemplate" publication. Login as lenya / levi user and go the Admin area to add a user. </p>
+        </li>
+        <li>
+<p>Click on "Add University User" (this means LDAP user). In the field "UniAccessID", use the LDAP userid. In the field "CMS User", use the id with which you 
+          want to user to log in to Lenya. This may be the same id as for LDAP. </p>
+        </li>
+        <li>
+<p>Add the desired groups for this user and log out of Lenya. </p>
+        </li>
+        <li>
+<p>You should now be able to login to Lenya using this new user and his/her LDAP password. </p>
+        </li>
+      </ol>
+    </section>    
+  </body>
+</document>

Added: lenya/sandbox/pubs/docu/content/authoring/b83e68b0-8730-11dc-ae46-9e7b5d14892d/en.meta.1195221896789.bak
URL: http://svn.apache.org/viewvc/lenya/sandbox/pubs/docu/content/authoring/b83e68b0-8730-11dc-ae46-9e7b5d14892d/en.meta.1195221896789.bak?rev=595691&view=auto
==============================================================================
--- lenya/sandbox/pubs/docu/content/authoring/b83e68b0-8730-11dc-ae46-9e7b5d14892d/en.meta.1195221896789.bak (added)
+++ lenya/sandbox/pubs/docu/content/authoring/b83e68b0-8730-11dc-ae46-9e7b5d14892d/en.meta.1195221896789.bak Fri Nov 16 07:11:58 2007
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata xmlns="http://apache.org/lenya/metadata/1.0">
+<element-set namespace="http://purl.org/dc/elements/1.1/">
+<element key="title">
+<value>Overview</value>
+</element>
+</element-set>
+<element-set namespace="http://apache.org/lenya/metadata/document/1.0">
+<element key="extension">
+<value>xml</value>
+</element>
+<element key="mimeType">
+<value>application/xml</value>
+</element>
+<element key="resourceType">
+<value>forrestDocument20</value>
+</element>
+<element key="contentType">
+<value>xml</value>
+</element>
+</element-set>
+</metadata>

Modified: lenya/sandbox/pubs/docu/content/authoring/b83e68b0-8730-11dc-ae46-9e7b5d14892d/en.rcml
URL: http://svn.apache.org/viewvc/lenya/sandbox/pubs/docu/content/authoring/b83e68b0-8730-11dc-ae46-9e7b5d14892d/en.rcml?rev=595691&r1=595690&r2=595691&view=diff
==============================================================================
--- lenya/sandbox/pubs/docu/content/authoring/b83e68b0-8730-11dc-ae46-9e7b5d14892d/en.rcml (original)
+++ lenya/sandbox/pubs/docu/content/authoring/b83e68b0-8730-11dc-ae46-9e7b5d14892d/en.rcml Fri Nov 16 07:11:58 2007
@@ -1,5 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <XPSRevisionControl xmlns="">
+<CheckIn backup="true" identity="lenya" session="fde084c0-944b-11dc-8f2e-e6c0ff9903ab" time="1195221896789" version="3"/>
+<CheckOut identity="lenya" session="fde084c0-944b-11dc-8f2e-e6c0ff9903ab" time="1195221884444"/>
 <CheckIn backup="true" identity="lenya" session="1f12dc80-8860-11dc-ba66-cfbbb816bd0d" time="1193910790393" version="2"/>
 <CheckOut identity="lenya" session="1f12dc80-8860-11dc-ba66-cfbbb816bd0d" time="1193910763729"/>
 <CheckIn backup="true" identity="lenya" session="60798970-8730-11dc-ae46-9e7b5d14892d" time="1193781625777" version="1"/>



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