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 2008/08/29 12:33:51 UTC

svn commit: r690172 [4/5] - in /lenya/site: ./ community/ docu/ docu12x/components/ docu12x/components/a-management/ docu12x/components/accesscontrol/ docu12x/components/asset-management/ docu12x/components/authoring/ docu12x/components/deployment/ doc...

Modified: lenya/site/docu20/reference/resource-types.html
URL: http://svn.apache.org/viewvc/lenya/site/docu20/reference/resource-types.html?rev=690172&r1=690171&r2=690172&view=diff
==============================================================================
--- lenya/site/docu20/reference/resource-types.html (original)
+++ lenya/site/docu20/reference/resource-types.html Fri Aug 29 03:33:46 2008
@@ -17,7 +17,7 @@
       </a>
     </p><p>
       <img alt="Built with Apache Lenya" src="../../index/banners/builtWithApacheLenya.png" />
-    </p></div></div><div id="body"><h1>Resource Types</h1><div class="tocTitle"><div>Table of Contents</div></div><ul class="toc"><li><a href="#N1000D">Introduction</a></li><li><a href="#N10038">Choose a Unique Resource Type Name</a></li><li><a href="#N10047">Adding the Resource Type to a Publication</a></li><li><a href="#N1006C">Providing One or More Sample XML Documents</a></li><li><a href="#N10096">Providing an XML Structure Definition</a></li><li><a href="#N100B4">Creating a Workflow Schema</a></li><li><a href="#expiration">Cache Expiration Time</a></li><li><a href="#N100E5">The Resource Type Definition</a></li><li><a href="#N100FE">I18n for the Resource Type Label</a></li><li><a href="#N1010E">Define a Custom Menubar</a></li><li><a href="#N10125">Formats</a></li><li><a href="#N101CE">Presentation</a></li></ul><a name="N1000D" />
+    </p></div></div><div id="body"><h1>Resource Types</h1><div class="tocTitle"><div>Table of Contents</div></div><ul class="toc"><li><a href="#N1000E">Introduction</a></li><li><a href="#N10039">Choose a Unique Resource Type Name</a></li><li><a href="#N10048">Adding the Resource Type to a Publication</a></li><li><a href="#N1006D">Providing One or More Sample XML Documents</a></li><li><a href="#N10097">Providing an XML Structure Definition</a></li><li><a href="#N100B5">Creating a Workflow Schema</a></li><li><a href="#expiration">Cache Expiration Time</a></li><li><a href="#N100E6">The Resource Type Definition</a></li><li><a href="#N100FF">I18n for the Resource Type Label</a></li><li><a href="#N1010F">Define a Custom Menubar</a></li><li><a href="#N10126">Formats</a></li><li><a href="#N101CF">Presentation</a></li></ul><a name="N1000E" />
 	<h2>Introduction</h2>
 	
 	<p>
@@ -42,7 +42,7 @@
 	  It implements <code>ThreadSafe</code>, which ensures that only a single instance of every resource type is created.
 	  It is not possible to declare multiple resource types with the same name. 
 	</p>
-<a name="N10038" />
+<a name="N10039" />
 <h2>Choose a Unique Resource Type Name</h2>
   <p>
     You should choose a reasonable name for your resource type.
@@ -50,7 +50,7 @@
   <div class="noteTitle"><div>note</div></div><p class="note">
     In the examples, we use the name <em>profile</em> (page with information about a person).
   </p>
-<a name="N10047" />
+<a name="N10048" />
   <h2>Adding the Resource Type to a Publication</h2>
   
   <p>
@@ -85,7 +85,7 @@
     <li>resource types of the publication itself.</li>
   </ul>
   
-  <a name="N1006C" />
+  <a name="N1006D" />
 <h2>Providing One or More Sample XML Documents</h2>
     <p>
       If you want to enable users to create new resources belonging to
@@ -133,7 +133,7 @@
   &lt;sample-name name="Example Profile" mime-type="application/xml"&gt;
     fallback://lenya/modules/profile/samples/example.xml&lt;/sample-name&gt;
 &lt;/samples&gt;</pre>
-  <a name="N10096" />
+  <a name="N10097" />
 <h2>Providing an XML Structure Definition</h2>
     <p>
       This step is only needed if you want to edit resources with Lenya
@@ -150,7 +150,7 @@
       of the file is arbitrary, but it is recommended to use the
       resource type name (e.g., <code>profile.rng</code>).
     </p>
-  <a name="N100B4" />
+  <a name="N100B5" />
 <h2>Creating a Workflow Schema</h2>
     <p>
       If your resources should have a workflow, you have to add a workflow
@@ -177,7 +177,7 @@
   &lt;map:parameter name="Expires"
     value="{date-iso8601-rfc822:{doc-info:{pubId}:{area}:{uuid}:{language}:expires}}"/&gt;
 &lt;/map:act&gt;</pre>
-	  <a name="N100E5" />
+	  <a name="N100E6" />
 <h2>The Resource Type Definition</h2>
     <p>
     To declare a custom resource type and assign the creator, schema etc. to it,
@@ -216,7 +216,7 @@
       <code>&lt;lenya-webapp&gt;/WEB-INF/cocoon.xconf</code>.
     </p>
 
-  <a name="N100FE" />
+  <a name="N100FF" />
     <h2>I18n for the Resource Type Label</h2>
     <p>
       There is a convention that the message key <em>resourceType-{name}</em> is used for a
@@ -226,7 +226,7 @@
 &lt;catalogue xml:lang="en" xmlns:xhtml="http://www.w3.org/1999/xhtml"&gt;
   &lt;message key="resourceType-profile"&gt;Profile&lt;/message&gt;
 &lt;/catalogue&gt;</pre>
-  <a name="N1010E" />
+  <a name="N1010F" />
 <h2>Define a Custom Menubar</h2>
     <p>
       If you want to use a custom menubar for your resource type,
@@ -245,7 +245,7 @@
     &lt;i18n:param&gt;&lt;i18n:text&gt;resourceType-profile&lt;/i18n:text&gt;&lt;/i18n:param&gt;
   &lt;/i18n:translate&gt;
 &lt;/item&gt;</pre>
-  <a name="N10125" />
+  <a name="N10126" />
     <h2>Formats</h2>
     
     <p>
@@ -367,7 +367,7 @@
       </li>
     </ul>
   
-  <a name="N101CE" />
+  <a name="N101CF" />
 <h2>Presentation</h2>
     
     <p>

Modified: lenya/site/docu20/reference/urls-and-links/link-management.html
URL: http://svn.apache.org/viewvc/lenya/site/docu20/reference/urls-and-links/link-management.html?rev=690172&r1=690171&r2=690172&view=diff
==============================================================================
--- lenya/site/docu20/reference/urls-and-links/link-management.html (original)
+++ lenya/site/docu20/reference/urls-and-links/link-management.html Fri Aug 29 03:33:46 2008
@@ -17,7 +17,7 @@
       </a>
     </p><p>
       <img alt="Built with Apache Lenya" src="../../../index/banners/builtWithApacheLenya.png" />
-    </p></div></div><div id="body"><h1>Link Management</h1><div class="tocTitle"><div>Table of Contents</div></div><ul class="toc"><li><a href="#N1000D">Introduction</a></li><li><a href="#N10021">Syntax for Internal Links</a></li><li><a href="#N10073">Specifying the Resource Type Format</a></li><li><a href="#N10097">Converting UUID-based URLs to Web Application URLs</a><ul class="toc"><li><a href="#N100BA">Specifying an Extension</a></li></ul></li><li><a href="#N100D2">Converting Web Application Links to Servlet Container or Proxy Links</a><ul class="toc"><li><a href="#N100D7">The Proxy Transformer</a></li><li><a href="#N10119">The Proxy Input Module</a></li><li><a href="#N10129">Generating Relative URLs</a></li></ul></li><li><a href="#N10148">URLs in CSS Files</a></li></ul><a name="N1000D" />
+    </p></div></div><div id="body"><h1>Link Management</h1><div class="tocTitle"><div>Table of Contents</div></div><ul class="toc"><li><a href="#N1000E">Introduction</a></li><li><a href="#N10022">Syntax for Internal Links</a></li><li><a href="#N10074">Specifying the Resource Type Format</a></li><li><a href="#N10098">Converting UUID-based URLs to Web Application URLs</a><ul class="toc"><li><a href="#N100BB">Specifying an Extension</a></li></ul></li><li><a href="#N100D3">Converting Web Application Links to Servlet Container or Proxy Links</a><ul class="toc"><li><a href="#N100D8">The Proxy Transformer</a></li><li><a href="#N1011A">The Proxy Input Module</a></li><li><a href="#N1012A">Generating Relative URLs</a></li></ul></li><li><a href="#N10149">URLs in CSS Files</a></li></ul><a name="N1000E" />
       <h2>Introduction</h2>
       
       <p>Link Managements deals with internal links, i.e. documents
@@ -32,7 +32,7 @@
         links don't have to be rewritten when a document is moved
         in the site structure.
      </p>
-    <a name="N10021" />
+    <a name="N10022" />
       <h2>Syntax for Internal Links</h2>
       
       <p>
@@ -75,7 +75,7 @@
         <li>
 <code>lenya-document:031b21e0-d898-11db-b5f3-e5afac0e35a0?lenya.usecase=bxe.edit</code> - HTML link with request parameter</li>
       </ul>
-    <a name="N10073" />
+    <a name="N10074" />
       <h2>Specifying the Resource Type Format</h2>
       <p>
         Sometimes you want to specify the format of the link target. This can be done using the
@@ -102,7 +102,7 @@
       </p>
       <pre class="source">&lt;map:transform type="cinclude"/&gt;</pre>
       <p>the teaser version of each document will be included.</p>
-    <a name="N10097" />
+    <a name="N10098" />
       <h2>Converting UUID-based URLs to Web Application URLs</h2>
       <p>
         The <code>UuidToUrlTransformer</code> is responsible for translating <code>lenya-document:</code>
@@ -123,7 +123,7 @@
       </p>
       <pre class="source">&lt;a href="/default/authoring/news.html"&gt;News&lt;/a&gt;</pre>
       
-      <a name="N100BA" />
+      <a name="N100BB" />
         <h3>Specifying an Extension</h3>
         <p>
           The UuidToUrlTransformer recognizes the query string parameter
@@ -136,10 +136,10 @@
         </p>
         <pre class="source">&lt;a type="application/rss+xhtml" href="/default/authoring/news.rss"&gt;RSS Feed&lt;/a&gt;</pre>
       
-    <a name="N100D2" />
+    <a name="N100D3" />
       <h2>Converting Web Application Links to Servlet Container or Proxy Links</h2>
       
-      <a name="N100D7" />
+      <a name="N100D8" />
         <h3>The Proxy Transformer</h3>
         <p>
           The <code>ProxyTransformer</code> converts all web application links to final links
@@ -184,7 +184,7 @@
   &lt;transform namespace="http://relaxng.org/ns/structure/1.0" element="include" attribute="href"/&gt;
 &lt;/map:transformer&gt;</pre>
       
-      <a name="N10119" />
+      <a name="N1011A" />
         <h3>The Proxy Input Module</h3>
         <p>
           The <code>ProxyModule</code> provides the same functionality in sitemaps.
@@ -193,7 +193,7 @@
         <pre class="source">&lt;map:parameter name="url" value="{proxy:/default/authoring/news.html}"/&gt;</pre>
       
       
-      <a name="N10129" />
+      <a name="N1012A" />
         <h3>Generating Relative URLs</h3>
         <p>
           In some cases it is convenient to use relative URLs in HTML links. This is especially
@@ -223,7 +223,7 @@
           an option to pass a parameter yet.
         </p>
       
-    <a name="N10148" />
+    <a name="N10149" />
       <h2>URLs in CSS Files</h2>
       <p>
         URLs in <acronym title="Cascading StyleSheet">CSS</acronym> files are converted

Modified: lenya/site/docu20/reference/urls-and-links/urlMapping.html
URL: http://svn.apache.org/viewvc/lenya/site/docu20/reference/urls-and-links/urlMapping.html?rev=690172&r1=690171&r2=690172&view=diff
==============================================================================
--- lenya/site/docu20/reference/urls-and-links/urlMapping.html (original)
+++ lenya/site/docu20/reference/urls-and-links/urlMapping.html Fri Aug 29 03:33:46 2008
@@ -17,7 +17,7 @@
       </a>
     </p><p>
       <img alt="Built with Apache Lenya" src="../../../index/banners/builtWithApacheLenya.png" />
-    </p></div></div><div id="body"><h1>Mapping URLs to Documents</h1><div class="tocTitle"><div>Table of Contents</div></div><ul class="toc"><li><a href="#N1000D">URL Axioms</a></li><li><a href="#N10047">Language Versions</a></li></ul><a name="N1000D" />
+    </p></div></div><div id="body"><h1>Mapping URLs to Documents</h1><div class="tocTitle"><div>Table of Contents</div></div><ul class="toc"><li><a href="#N1000E">URL Axioms</a></li><li><a href="#N10048">Language Versions</a></li></ul><a name="N1000E" />
       <h2>URL Axioms</h2>
       <p>Lenya 2.0 is based on the following axioms:</p>
       <ul>
@@ -46,7 +46,7 @@
   &lt;node id="bar"/&gt;
 &lt;/node&gt;</pre>
       <p>is accessed using an URL containing the snippet <code>/foo/bar</code>. </p>
-    <a name="N10047" />
+    <a name="N10048" />
       <h2>Language Versions</h2>
       <p>
         The different language versions of a document can either be accessed

Modified: lenya/site/docu20/standardmodules/blogmodulesection/blogmoduleoverview.html
URL: http://svn.apache.org/viewvc/lenya/site/docu20/standardmodules/blogmodulesection/blogmoduleoverview.html?rev=690172&r1=690171&r2=690172&view=diff
==============================================================================
--- lenya/site/docu20/standardmodules/blogmodulesection/blogmoduleoverview.html (original)
+++ lenya/site/docu20/standardmodules/blogmodulesection/blogmoduleoverview.html Fri Aug 29 03:33:46 2008
@@ -17,7 +17,7 @@
       </a>
     </p><p>
       <img alt="Built with Apache Lenya" src="../../../index/banners/builtWithApacheLenya.png" />
-    </p></div></div><div id="body"><h1>The blog Module</h1><div class="tocTitle"><div>Table of Contents</div></div><ul class="toc"><li><a href="#N1000E">Introduction</a></li></ul><a name="N1000E" />
+    </p></div></div><div id="body"><h1>The blog Module</h1><div class="tocTitle"><div>Table of Contents</div></div><ul class="toc"><li><a href="#N1000F">Introduction</a></li></ul><a name="N1000F" />
       <h2>Introduction</h2>
       <p>
         The <code>blog</code> module contains resource types and Java classes used by

Modified: lenya/site/docu20/standardmodules/bxemodulesection/bxemoduleoverview.html
URL: http://svn.apache.org/viewvc/lenya/site/docu20/standardmodules/bxemodulesection/bxemoduleoverview.html?rev=690172&r1=690171&r2=690172&view=diff
==============================================================================
--- lenya/site/docu20/standardmodules/bxemodulesection/bxemoduleoverview.html (original)
+++ lenya/site/docu20/standardmodules/bxemodulesection/bxemoduleoverview.html Fri Aug 29 03:33:46 2008
@@ -17,7 +17,7 @@
       </a>
     </p><p>
       <img alt="Built with Apache Lenya" src="../../../index/banners/builtWithApacheLenya.png" />
-    </p></div></div><div id="body"><h1>The bxe Module</h1><div class="tocTitle"><div>Table of Contents</div></div><ul class="toc"><li><a href="#N1000E">Introduction</a></li></ul><a name="N1000E" />
+    </p></div></div><div id="body"><h1>The bxe Module</h1><div class="tocTitle"><div>Table of Contents</div></div><ul class="toc"><li><a href="#N1000F">Introduction</a></li></ul><a name="N1000F" />
       <h2>Introduction</h2>
       <p>
         The <code>bxe</code> contains the integration of the Bitflux WYSIWYG editor.

Modified: lenya/site/docu20/standardmodules/cformsmodulesection/cformsmoduleoverview.html
URL: http://svn.apache.org/viewvc/lenya/site/docu20/standardmodules/cformsmodulesection/cformsmoduleoverview.html?rev=690172&r1=690171&r2=690172&view=diff
==============================================================================
--- lenya/site/docu20/standardmodules/cformsmodulesection/cformsmoduleoverview.html (original)
+++ lenya/site/docu20/standardmodules/cformsmodulesection/cformsmoduleoverview.html Fri Aug 29 03:33:46 2008
@@ -17,7 +17,7 @@
       </a>
     </p><p>
       <img alt="Built with Apache Lenya" src="../../../index/banners/builtWithApacheLenya.png" />
-    </p></div></div><div id="body"><h1>The cforms Module</h1><div class="tocTitle"><div>Table of Contents</div></div><ul class="toc"><li><a href="#N1000E">Introduction</a></li></ul><a name="N1000E" />
+    </p></div></div><div id="body"><h1>The cforms Module</h1><div class="tocTitle"><div>Table of Contents</div></div><ul class="toc"><li><a href="#N1000F">Introduction</a></li></ul><a name="N1000F" />
       <h2>Introduction</h2>
       <p>
         The <code>cforms</code> module provides a resource type which can be edited using Cocoon Forms.

Modified: lenya/site/docu20/standardmodules/collectionmodulesection/collectionmoduleoverview.html
URL: http://svn.apache.org/viewvc/lenya/site/docu20/standardmodules/collectionmodulesection/collectionmoduleoverview.html?rev=690172&r1=690171&r2=690172&view=diff
==============================================================================
--- lenya/site/docu20/standardmodules/collectionmodulesection/collectionmoduleoverview.html (original)
+++ lenya/site/docu20/standardmodules/collectionmodulesection/collectionmoduleoverview.html Fri Aug 29 03:33:46 2008
@@ -17,14 +17,14 @@
       </a>
     </p><p>
       <img alt="Built with Apache Lenya" src="../../../index/banners/builtWithApacheLenya.png" />
-    </p></div></div><div id="body"><h1>The Collection Module</h1><div class="tocTitle"><div>Table of Contents</div></div><ul class="toc"><li><a href="#N1000D">Introduction</a></li><li><a href="#N10016">Collection Types</a></li><li><a href="#N1002E">Static Collections (Type "manual")</a></li><li><a href="#N10041">Dynamic Collections (Type "children")</a></li><li><a href="#N1005D">Syndicated Collections (Type "link")</a></li><li><a href="#N10079">Resource Type Formats</a></li><li><a href="#N10085">Example: CInclude</a></li><li><a href="#N100A1">The CollectionWrapper Class</a></li></ul><a name="N1000D" />
+    </p></div></div><div id="body"><h1>The Collection Module</h1><div class="tocTitle"><div>Table of Contents</div></div><ul class="toc"><li><a href="#N1000E">Introduction</a></li><li><a href="#N10017">Collection Types</a></li><li><a href="#N1002F">Static Collections (Type "manual")</a></li><li><a href="#N10042">Dynamic Collections (Type "children")</a></li><li><a href="#N1005E">Syndicated Collections (Type "link")</a></li><li><a href="#N1007A">Resource Type Formats</a></li><li><a href="#N10086">Example: CInclude</a></li><li><a href="#N100A2">The CollectionWrapper Class</a></li></ul><a name="N1000E" />
       <h2>Introduction</h2>
       <p>
         The collection module provides a resource type and a document wrapper class to
         use a document as a list of references to other documents. Typical examples are
         category pages, dossiers, etc.
       </p>
-    <a name="N10016" />
+    <a name="N10017" />
       <h2>Collection Types</h2>
       <p>
         Collections can either be static, which means that the reference list is stored
@@ -38,7 +38,7 @@
         <li>children</li>
         <li>link</li>
       </ul>
-    <a name="N1002E" />
+    <a name="N1002F" />
       <h2>Static Collections (Type "manual")</h2>
       <p>
         This is the default type which is used when no <code>type</code> attribute
@@ -54,7 +54,7 @@
   ...
 &lt;/collection&gt;</pre>
   
-    <a name="N10041" />
+    <a name="N10042" />
       <h2>Dynamic Collections (Type "children")</h2>
       <p>
         Collections of the type <code>children</code> assemble the document list
@@ -71,7 +71,7 @@
         when the <code>collection</code> format is requested.
       </p>
 
-    <a name="N1005D" />
+    <a name="N1005E" />
       <h2>Syndicated Collections (Type "link")</h2>
       <p>
         You can use an external resource to provide the contents of the collection.
@@ -91,7 +91,7 @@
         a valid collection document, wrapping the feed items in <code>&lt;col:document&gt;</code>
         elements.
       </p>
-    <a name="N10079" />
+    <a name="N1007A" />
       <h2>Resource Type Formats</h2>
       <p>
         At the moment, only the <code>collection</code> format is supported.
@@ -99,7 +99,7 @@
         For dynamic collections, the list of documents is inserted. Check out the
         example below for a usage scenario.
       </p>
-    <a name="N10085" />
+    <a name="N10086" />
       <h2>Example: CInclude</h2>
       <p>
         The collection module provides an XSLT stylesheet (<code>collection2cinclude.xsl</code>)
@@ -122,7 +122,7 @@
   &lt;map:transform type="cinclude"/&gt;
   ...
 &lt;/map:match&gt;</pre>
-    <a name="N100A1" />
+    <a name="N100A2" />
       <h2>The <code>CollectionWrapper</code> Class</h2>
       <p>
         The <code>CollectionWrapper</code> class allows to manipulate collections

Modified: lenya/site/docu20/standardmodules/contactformmodulesection/contactformmoduleoverview.html
URL: http://svn.apache.org/viewvc/lenya/site/docu20/standardmodules/contactformmodulesection/contactformmoduleoverview.html?rev=690172&r1=690171&r2=690172&view=diff
==============================================================================
--- lenya/site/docu20/standardmodules/contactformmodulesection/contactformmoduleoverview.html (original)
+++ lenya/site/docu20/standardmodules/contactformmodulesection/contactformmoduleoverview.html Fri Aug 29 03:33:46 2008
@@ -17,7 +17,7 @@
       </a>
     </p><p>
       <img alt="Built with Apache Lenya" src="../../../index/banners/builtWithApacheLenya.png" />
-    </p></div></div><div id="body"><h1>The contactform Module</h1><div class="tocTitle"><div>Table of Contents</div></div><ul class="toc"><li><a href="#N1000E">Introduction</a></li></ul><a name="N1000E" />
+    </p></div></div><div id="body"><h1>The contactform Module</h1><div class="tocTitle"><div>Table of Contents</div></div><ul class="toc"><li><a href="#N1000F">Introduction</a></li></ul><a name="N1000F" />
       <h2>Introduction</h2>
       <p>
         The <code>contactform</code> module provides a simple contact form.

Modified: lenya/site/docu20/standardmodules/developmentmodulesection/developmentmoduleoverview.html
URL: http://svn.apache.org/viewvc/lenya/site/docu20/standardmodules/developmentmodulesection/developmentmoduleoverview.html?rev=690172&r1=690171&r2=690172&view=diff
==============================================================================
--- lenya/site/docu20/standardmodules/developmentmodulesection/developmentmoduleoverview.html (original)
+++ lenya/site/docu20/standardmodules/developmentmodulesection/developmentmoduleoverview.html Fri Aug 29 03:33:46 2008
@@ -17,7 +17,7 @@
       </a>
     </p><p>
       <img alt="Built with Apache Lenya" src="../../../index/banners/builtWithApacheLenya.png" />
-    </p></div></div><div id="body"><h1>The development Module</h1><div class="tocTitle"><div>Table of Contents</div></div><ul class="toc"><li><a href="#N1000E">Introduction</a></li></ul><a name="N1000E" />
+    </p></div></div><div id="body"><h1>The development Module</h1><div class="tocTitle"><div>Table of Contents</div></div><ul class="toc"><li><a href="#N1000F">Introduction</a></li></ul><a name="N1000F" />
       <h2>Introduction</h2>
       <p>
         The <code>development</code> module provides resources to simplify the

Modified: lenya/site/docu20/standardmodules/editorsmodulesection/editorsmoduleoverview.html
URL: http://svn.apache.org/viewvc/lenya/site/docu20/standardmodules/editorsmodulesection/editorsmoduleoverview.html?rev=690172&r1=690171&r2=690172&view=diff
==============================================================================
--- lenya/site/docu20/standardmodules/editorsmodulesection/editorsmoduleoverview.html (original)
+++ lenya/site/docu20/standardmodules/editorsmodulesection/editorsmoduleoverview.html Fri Aug 29 03:33:46 2008
@@ -17,7 +17,7 @@
       </a>
     </p><p>
       <img alt="Built with Apache Lenya" src="../../../index/banners/builtWithApacheLenya.png" />
-    </p></div></div><div id="body"><h1>The editors Module</h1><div class="tocTitle"><div>Table of Contents</div></div><ul class="toc"><li><a href="#N1000E">Introduction</a></li></ul><a name="N1000E" />
+    </p></div></div><div id="body"><h1>The editors Module</h1><div class="tocTitle"><div>Table of Contents</div></div><ul class="toc"><li><a href="#N1000F">Introduction</a></li></ul><a name="N1000F" />
       <h2>Introduction</h2>
       <p>
         The <code>editors</code> module provides form-based editors.

Modified: lenya/site/docu20/standardmodules/exportmodulesection/exportmoduleoverview.html
URL: http://svn.apache.org/viewvc/lenya/site/docu20/standardmodules/exportmodulesection/exportmoduleoverview.html?rev=690172&r1=690171&r2=690172&view=diff
==============================================================================
--- lenya/site/docu20/standardmodules/exportmodulesection/exportmoduleoverview.html (original)
+++ lenya/site/docu20/standardmodules/exportmodulesection/exportmoduleoverview.html Fri Aug 29 03:33:46 2008
@@ -17,7 +17,7 @@
       </a>
     </p><p>
       <img alt="Built with Apache Lenya" src="../../../index/banners/builtWithApacheLenya.png" />
-    </p></div></div><div id="body"><h1>The export Module</h1><div class="tocTitle"><div>Table of Contents</div></div><ul class="toc"><li><a href="#N1000E">Introduction</a></li></ul><a name="N1000E" />
+    </p></div></div><div id="body"><h1>The export Module</h1><div class="tocTitle"><div>Table of Contents</div></div><ul class="toc"><li><a href="#N1000F">Introduction</a></li></ul><a name="N1000F" />
       <h2>Introduction</h2>
       <p>
         The <code>export</code> module provides import and export functionality.

Modified: lenya/site/docu20/standardmodules/fckeditormodulesection/fckeditormoduleoverview.html
URL: http://svn.apache.org/viewvc/lenya/site/docu20/standardmodules/fckeditormodulesection/fckeditormoduleoverview.html?rev=690172&r1=690171&r2=690172&view=diff
==============================================================================
--- lenya/site/docu20/standardmodules/fckeditormodulesection/fckeditormoduleoverview.html (original)
+++ lenya/site/docu20/standardmodules/fckeditormodulesection/fckeditormoduleoverview.html Fri Aug 29 03:33:46 2008
@@ -17,7 +17,7 @@
       </a>
     </p><p>
       <img alt="Built with Apache Lenya" src="../../../index/banners/builtWithApacheLenya.png" />
-    </p></div></div><div id="body"><h1>The FCKeditor Module</h1><div class="tocTitle"><div>Table of Contents</div></div><ul class="toc"><li><a href="#N1000E">Installation</a></li></ul><a name="N1000E" />
+    </p></div></div><div id="body"><h1>The FCKeditor Module</h1><div class="tocTitle"><div>Table of Contents</div></div><ul class="toc"><li><a href="#N1000F">Installation</a></li></ul><a name="N1000F" />
       <h2>Installation</h2>
       <ol>
         <li>

Modified: lenya/site/docu20/standardmodules/kupumodulesection/kupumoduleoverview.html
URL: http://svn.apache.org/viewvc/lenya/site/docu20/standardmodules/kupumodulesection/kupumoduleoverview.html?rev=690172&r1=690171&r2=690172&view=diff
==============================================================================
--- lenya/site/docu20/standardmodules/kupumodulesection/kupumoduleoverview.html (original)
+++ lenya/site/docu20/standardmodules/kupumodulesection/kupumoduleoverview.html Fri Aug 29 03:33:46 2008
@@ -17,7 +17,7 @@
       </a>
     </p><p>
       <img alt="Built with Apache Lenya" src="../../../index/banners/builtWithApacheLenya.png" />
-    </p></div></div><div id="body"><h1>The kupu Module</h1><div class="tocTitle"><div>Table of Contents</div></div><ul class="toc"><li><a href="#N1000E">Introduction</a></li></ul><a name="N1000E" />
+    </p></div></div><div id="body"><h1>The kupu Module</h1><div class="tocTitle"><div>Table of Contents</div></div><ul class="toc"><li><a href="#N1000F">Introduction</a></li></ul><a name="N1000F" />
       <h2>Introduction</h2>
       <p>
         The <code>kupu</code> module provides the integration of the Kupu WYSIWYG editor.

Modified: lenya/site/docu20/standardmodules/languageselectormodulesection/languageselectormoduleoverview.html
URL: http://svn.apache.org/viewvc/lenya/site/docu20/standardmodules/languageselectormodulesection/languageselectormoduleoverview.html?rev=690172&r1=690171&r2=690172&view=diff
==============================================================================
--- lenya/site/docu20/standardmodules/languageselectormodulesection/languageselectormoduleoverview.html (original)
+++ lenya/site/docu20/standardmodules/languageselectormodulesection/languageselectormoduleoverview.html Fri Aug 29 03:33:46 2008
@@ -17,13 +17,13 @@
       </a>
     </p><p>
       <img alt="Built with Apache Lenya" src="../../../index/banners/builtWithApacheLenya.png" />
-    </p></div></div><div id="body"><h1>The languageselector Module</h1><div class="tocTitle"><div>Table of Contents</div></div><ul class="toc"><li><a href="#N1000E">Introduction</a></li><li><a href="#N1001A">Call Syntax</a></li><li><a href="#N10060">Adding Custom Flags</a></li></ul><a name="N1000E" />
+    </p></div></div><div id="body"><h1>The languageselector Module</h1><div class="tocTitle"><div>Table of Contents</div></div><ul class="toc"><li><a href="#N1000F">Introduction</a></li><li><a href="#N1001B">Call Syntax</a></li><li><a href="#N10061">Adding Custom Flags</a></li></ul><a name="N1000F" />
       <h2>Introduction</h2>
       <p>
         The <code>languageselector</code> module provides an
         XHTML widget to switch languages on a website.
       </p>
-    <a name="N1001A" />
+    <a name="N1001B" />
       <h2>Call Syntax</h2>
       <p>
         To generate a language selector widget, you use the following URL syntax:
@@ -53,7 +53,7 @@
           </ul>
         </dd>
       </dl>
-    <a name="N10060" />
+    <a name="N10061" />
       <h2>Adding Custom Flags</h2>
       <p>
         More flags can be obtained from 

Modified: lenya/site/docu20/standardmodules/lenyadocmodulesection/lenyadocmoduleoverview.html
URL: http://svn.apache.org/viewvc/lenya/site/docu20/standardmodules/lenyadocmodulesection/lenyadocmoduleoverview.html?rev=690172&r1=690171&r2=690172&view=diff
==============================================================================
--- lenya/site/docu20/standardmodules/lenyadocmodulesection/lenyadocmoduleoverview.html (original)
+++ lenya/site/docu20/standardmodules/lenyadocmodulesection/lenyadocmoduleoverview.html Fri Aug 29 03:33:46 2008
@@ -17,7 +17,7 @@
       </a>
     </p><p>
       <img alt="Built with Apache Lenya" src="../../../index/banners/builtWithApacheLenya.png" />
-    </p></div></div><div id="body"><h1>The lenyadoc Module</h1><div class="tocTitle"><div>Table of Contents</div></div><ul class="toc"><li><a href="#N1000E">Introduction</a></li></ul><a name="N1000E" />
+    </p></div></div><div id="body"><h1>The lenyadoc Module</h1><div class="tocTitle"><div>Table of Contents</div></div><ul class="toc"><li><a href="#N1000F">Introduction</a></li></ul><a name="N1000F" />
       <h2>Introduction</h2>
       <p>
         The <code>lenyadoc</code> module provides the implementation

Modified: lenya/site/docu20/standardmodules/linkcheckmodulesection/linkcheckmoduleoverview.html
URL: http://svn.apache.org/viewvc/lenya/site/docu20/standardmodules/linkcheckmodulesection/linkcheckmoduleoverview.html?rev=690172&r1=690171&r2=690172&view=diff
==============================================================================
--- lenya/site/docu20/standardmodules/linkcheckmodulesection/linkcheckmoduleoverview.html (original)
+++ lenya/site/docu20/standardmodules/linkcheckmodulesection/linkcheckmoduleoverview.html Fri Aug 29 03:33:46 2008
@@ -17,7 +17,7 @@
       </a>
     </p><p>
       <img alt="Built with Apache Lenya" src="../../../index/banners/builtWithApacheLenya.png" />
-    </p></div></div><div id="body"><h1>The linkcheck Module</h1><div class="tocTitle"><div>Table of Contents</div></div><ul class="toc"><li><a href="#N1000E">Introduction</a></li></ul><a name="N1000E" />
+    </p></div></div><div id="body"><h1>The linkcheck Module</h1><div class="tocTitle"><div>Table of Contents</div></div><ul class="toc"><li><a href="#N1000F">Introduction</a></li></ul><a name="N1000F" />
       <h2>Introduction</h2>
       <p>
         The <code>linkcheck</code> module provides link checking functionality.

Modified: lenya/site/docu20/standardmodules/linksmodulesection/linksmoduleoverview.html
URL: http://svn.apache.org/viewvc/lenya/site/docu20/standardmodules/linksmodulesection/linksmoduleoverview.html?rev=690172&r1=690171&r2=690172&view=diff
==============================================================================
--- lenya/site/docu20/standardmodules/linksmodulesection/linksmoduleoverview.html (original)
+++ lenya/site/docu20/standardmodules/linksmodulesection/linksmoduleoverview.html Fri Aug 29 03:33:46 2008
@@ -17,7 +17,7 @@
       </a>
     </p><p>
       <img alt="Built with Apache Lenya" src="../../../index/banners/builtWithApacheLenya.png" />
-    </p></div></div><div id="body"><h1>The links Module</h1><div class="tocTitle"><div>Table of Contents</div></div><ul class="toc"><li><a href="#N1000E">Introduction</a></li></ul><a name="N1000E" />
+    </p></div></div><div id="body"><h1>The links Module</h1><div class="tocTitle"><div>Table of Contents</div></div><ul class="toc"><li><a href="#N1000F">Introduction</a></li></ul><a name="N1000F" />
       <h2>Introduction</h2>
       <p>
         The <code>links</code> module provides a resource type to maintain lists of links.

Modified: lenya/site/docu20/standardmodules/lucenemodulesection/lucenemoduleoverview.html
URL: http://svn.apache.org/viewvc/lenya/site/docu20/standardmodules/lucenemodulesection/lucenemoduleoverview.html?rev=690172&r1=690171&r2=690172&view=diff
==============================================================================
--- lenya/site/docu20/standardmodules/lucenemodulesection/lucenemoduleoverview.html (original)
+++ lenya/site/docu20/standardmodules/lucenemodulesection/lucenemoduleoverview.html Fri Aug 29 03:33:46 2008
@@ -17,19 +17,19 @@
       </a>
     </p><p>
       <img alt="Built with Apache Lenya" src="../../../index/banners/builtWithApacheLenya.png" />
-    </p></div></div><div id="body"><h1>The lucene Module</h1><div class="tocTitle"><div>Table of Contents</div></div><ul class="toc"><li><a href="#N1000E">Introduction</a></li><li><a href="#N1001A">Configuration</a></li><li><a href="#N10029">Indexing</a></li><li><a href="#N10047">Indexing Issues</a></li><li><a href="#N10057">Searching</a></li></ul><a name="N1000E" />
+    </p></div></div><div id="body"><h1>The lucene Module</h1><div class="tocTitle"><div>Table of Contents</div></div><ul class="toc"><li><a href="#N1000F">Introduction</a></li><li><a href="#N1001B">Configuration</a></li><li><a href="#N1002A">Indexing</a></li><li><a href="#N10048">Indexing Issues</a></li><li><a href="#N10058">Searching</a></li></ul><a name="N1000F" />
       <h2>Introduction</h2>
       <p>
         The <code>lucene</code> module integrates the Lucene search engine.
       </p>
-    <a name="N1001A" />
+    <a name="N1001B" />
       <h2>Configuration</h2>
       <p>
         Each publication has a configuration at <code>$PUB_HOME/config/search/lucene_index.xml</code>
         which is being defined by
         <code>org.pache.cocoon.components.search.components.impl.IndexManagerImpl</code>.
       </p>
-    <a name="N10029" />
+    <a name="N1002A" />
       <h2>Indexing</h2>
       <p>
         Indexing is typically triggered by the <code>org.apache.lenya.cms.lucene.IndexUpdaterImpl</code>,
@@ -46,7 +46,7 @@
         resource type configuration (e.g. <code>src/modules/xhtml/config/cocoon-xconf/resource-type-xhtml.xconf</code>)
         One needs to create or reuse a pipeline for this format within the specified sitemap.
       </p>
-    <a name="N10047" />
+    <a name="N10048" />
       <h2>Indexing Issues</h2>
       <p>
         When the system is under high load, it can occur that a document is not indexed after a change
@@ -58,7 +58,7 @@
     src="org.apache.cocoon.transformation.LuceneIndexTransformer2"&gt;
   &lt;notify user="lenya"/&gt;
 &lt;/map:transformer&gt;</pre>
-    <a name="N10057" />
+    <a name="N10058" />
       <h2>Searching</h2>
       <p>
         To be documented.

Modified: lenya/site/docu20/standardmodules/migrationmodulesection/migrationmoduleoverview.html
URL: http://svn.apache.org/viewvc/lenya/site/docu20/standardmodules/migrationmodulesection/migrationmoduleoverview.html?rev=690172&r1=690171&r2=690172&view=diff
==============================================================================
--- lenya/site/docu20/standardmodules/migrationmodulesection/migrationmoduleoverview.html (original)
+++ lenya/site/docu20/standardmodules/migrationmodulesection/migrationmoduleoverview.html Fri Aug 29 03:33:46 2008
@@ -17,7 +17,7 @@
       </a>
     </p><p>
       <img alt="Built with Apache Lenya" src="../../../index/banners/builtWithApacheLenya.png" />
-    </p></div></div><div id="body"><h1>The migration Module</h1><div class="tocTitle"><div>Table of Contents</div></div><ul class="toc"><li><a href="#N1000E">Introduction</a></li></ul><a name="N1000E" />
+    </p></div></div><div id="body"><h1>The migration Module</h1><div class="tocTitle"><div>Table of Contents</div></div><ul class="toc"><li><a href="#N1000F">Introduction</a></li></ul><a name="N1000F" />
       <h2>Introduction</h2>
       <p>
         The <code>migration</code> module contains resources to simplify

Modified: lenya/site/docu20/standardmodules/neutronmodulesection/neutronmoduleoverview.html
URL: http://svn.apache.org/viewvc/lenya/site/docu20/standardmodules/neutronmodulesection/neutronmoduleoverview.html?rev=690172&r1=690171&r2=690172&view=diff
==============================================================================
--- lenya/site/docu20/standardmodules/neutronmodulesection/neutronmoduleoverview.html (original)
+++ lenya/site/docu20/standardmodules/neutronmodulesection/neutronmoduleoverview.html Fri Aug 29 03:33:46 2008
@@ -17,7 +17,7 @@
       </a>
     </p><p>
       <img alt="Built with Apache Lenya" src="../../../index/banners/builtWithApacheLenya.png" />
-    </p></div></div><div id="body"><h1>The neutron Module</h1><div class="tocTitle"><div>Table of Contents</div></div><ul class="toc"><li><a href="#N1000E">Introduction</a></li></ul><a name="N1000E" />
+    </p></div></div><div id="body"><h1>The neutron Module</h1><div class="tocTitle"><div>Table of Contents</div></div><ul class="toc"><li><a href="#N1000F">Introduction</a></li></ul><a name="N1000F" />
       <h2>Introduction</h2>
       <p>
         The <code>neutron</code> module provides a server-side implementation of the

Modified: lenya/site/docu20/standardmodules/newsmodulesection/newsmoduleoverview.html
URL: http://svn.apache.org/viewvc/lenya/site/docu20/standardmodules/newsmodulesection/newsmoduleoverview.html?rev=690172&r1=690171&r2=690172&view=diff
==============================================================================
--- lenya/site/docu20/standardmodules/newsmodulesection/newsmoduleoverview.html (original)
+++ lenya/site/docu20/standardmodules/newsmodulesection/newsmoduleoverview.html Fri Aug 29 03:33:46 2008
@@ -17,14 +17,14 @@
       </a>
     </p><p>
       <img alt="Built with Apache Lenya" src="../../../index/banners/builtWithApacheLenya.png" />
-    </p></div></div><div id="body"><h1>The News Feed Module</h1><div class="tocTitle"><div>Table of Contents</div></div><ul class="toc"><li><a href="#N1000D">Introduction</a></li><li><a href="#N10016">Formats</a></li><li><a href="#N10049">Aggregating Multiple Newsfeeds</a></li></ul><a name="N1000D" />
+    </p></div></div><div id="body"><h1>The News Feed Module</h1><div class="tocTitle"><div>Table of Contents</div></div><ul class="toc"><li><a href="#N1000E">Introduction</a></li><li><a href="#N10017">Formats</a></li><li><a href="#N1004A">Aggregating Multiple Newsfeeds</a></li></ul><a name="N1000E" />
     <h2>Introduction</h2>
     <p>
       The news module provides a resoure type which displays a list of the document's children,
       in descending order of the creation date. The child documents are treated as news messages.
       The news can also be rendered as an RSS feed.
     </p>
-  <a name="N10016" />
+  <a name="N10017" />
     <h2>Formats</h2>
     <p>
       The news resource type provides the following formats:
@@ -52,7 +52,7 @@
       </dd>
     </dl>
     
-  <a name="N10049" />
+  <a name="N1004A" />
       <h2>Aggregating Multiple Newsfeeds</h2>
       <p>
         If you add news documents as children of a parent news document, the parent

Modified: lenya/site/docu20/standardmodules/notificationmodulesection/notificationmoduleoverview.html
URL: http://svn.apache.org/viewvc/lenya/site/docu20/standardmodules/notificationmodulesection/notificationmoduleoverview.html?rev=690172&r1=690171&r2=690172&view=diff
==============================================================================
--- lenya/site/docu20/standardmodules/notificationmodulesection/notificationmoduleoverview.html (original)
+++ lenya/site/docu20/standardmodules/notificationmodulesection/notificationmoduleoverview.html Fri Aug 29 03:33:46 2008
@@ -17,7 +17,7 @@
       </a>
     </p><p>
       <img alt="Built with Apache Lenya" src="../../../index/banners/builtWithApacheLenya.png" />
-    </p></div></div><div id="body"><h1>Notification</h1><div class="tocTitle"><div>Table of Contents</div></div><ul class="toc"><li><a href="#N1000D">Setup E-Mail Notification</a></li><li><a href="#N10041">How to Send Notification Messages</a></li></ul><a name="N1000D" />
+    </p></div></div><div id="body"><h1>Notification</h1><div class="tocTitle"><div>Table of Contents</div></div><ul class="toc"><li><a href="#N1000E">Setup E-Mail Notification</a></li><li><a href="#N10042">How to Send Notification Messages</a></li></ul><a name="N1000E" />
     <h2>Setup E-Mail Notification</h2>
     
     <ul>
@@ -50,7 +50,7 @@
       </li>
     </ul>
     
-  <a name="N10041" />
+  <a name="N10042" />
   <h2>How to Send Notification Messages</h2>
   
   <p>

Modified: lenya/site/docu20/standardmodules/opendocumentmodulesection/opendocumentmoduleoverview.html
URL: http://svn.apache.org/viewvc/lenya/site/docu20/standardmodules/opendocumentmodulesection/opendocumentmoduleoverview.html?rev=690172&r1=690171&r2=690172&view=diff
==============================================================================
--- lenya/site/docu20/standardmodules/opendocumentmodulesection/opendocumentmoduleoverview.html (original)
+++ lenya/site/docu20/standardmodules/opendocumentmodulesection/opendocumentmoduleoverview.html Fri Aug 29 03:33:46 2008
@@ -17,7 +17,7 @@
       </a>
     </p><p>
       <img alt="Built with Apache Lenya" src="../../../index/banners/builtWithApacheLenya.png" />
-    </p></div></div><div id="body"><h1>The opendocument Module</h1><div class="tocTitle"><div>Table of Contents</div></div><ul class="toc"><li><a href="#N1000E">Introduction</a></li></ul><a name="N1000E" />
+    </p></div></div><div id="body"><h1>The opendocument Module</h1><div class="tocTitle"><div>Table of Contents</div></div><ul class="toc"><li><a href="#N1000F">Introduction</a></li></ul><a name="N1000F" />
       <h2>Introduction</h2>
       <p>
         The <code>opendocument</code> module provides an OpenDocument (ODF) resource type.

Modified: lenya/site/docu20/standardmodules/prettyprintingmodulesection/prettyprintingmoduleoverview.html
URL: http://svn.apache.org/viewvc/lenya/site/docu20/standardmodules/prettyprintingmodulesection/prettyprintingmoduleoverview.html?rev=690172&r1=690171&r2=690172&view=diff
==============================================================================
--- lenya/site/docu20/standardmodules/prettyprintingmodulesection/prettyprintingmoduleoverview.html (original)
+++ lenya/site/docu20/standardmodules/prettyprintingmodulesection/prettyprintingmoduleoverview.html Fri Aug 29 03:33:46 2008
@@ -17,7 +17,7 @@
       </a>
     </p><p>
       <img alt="Built with Apache Lenya" src="../../../index/banners/builtWithApacheLenya.png" />
-    </p></div></div><div id="body"><h1>The prettyprinting Module</h1><div class="tocTitle"><div>Table of Contents</div></div><ul class="toc"><li><a href="#N1000E">Introduction</a></li></ul><a name="N1000E" />
+    </p></div></div><div id="body"><h1>The prettyprinting Module</h1><div class="tocTitle"><div>Table of Contents</div></div><ul class="toc"><li><a href="#N1000F">Introduction</a></li></ul><a name="N1000F" />
       <h2>Introduction</h2>
       <p>
         The <code>prettyprinting</code> module contains resources to pretty-print XML documents.

Modified: lenya/site/docu20/standardmodules/profilingmodulesection/profilingmoduleoverview.html
URL: http://svn.apache.org/viewvc/lenya/site/docu20/standardmodules/profilingmodulesection/profilingmoduleoverview.html?rev=690172&r1=690171&r2=690172&view=diff
==============================================================================
--- lenya/site/docu20/standardmodules/profilingmodulesection/profilingmoduleoverview.html (original)
+++ lenya/site/docu20/standardmodules/profilingmodulesection/profilingmoduleoverview.html Fri Aug 29 03:33:46 2008
@@ -17,7 +17,7 @@
       </a>
     </p><p>
       <img alt="Built with Apache Lenya" src="../../../index/banners/builtWithApacheLenya.png" />
-    </p></div></div><div id="body"><h1>The profiling Module</h1><div class="tocTitle"><div>Table of Contents</div></div><ul class="toc"><li><a href="#N1000E">Introduction</a></li></ul><a name="N1000E" />
+    </p></div></div><div id="body"><h1>The profiling Module</h1><div class="tocTitle"><div>Table of Contents</div></div><ul class="toc"><li><a href="#N1000F">Introduction</a></li></ul><a name="N1000F" />
       <h2>Introduction</h2>
       <p>
         The <code>profiling</code> module contains resources to simplify profiling (performance optimization).

Modified: lenya/site/docu20/standardmodules/resourcemodulesection/resourcemoduleoverview.html
URL: http://svn.apache.org/viewvc/lenya/site/docu20/standardmodules/resourcemodulesection/resourcemoduleoverview.html?rev=690172&r1=690171&r2=690172&view=diff
==============================================================================
--- lenya/site/docu20/standardmodules/resourcemodulesection/resourcemoduleoverview.html (original)
+++ lenya/site/docu20/standardmodules/resourcemodulesection/resourcemoduleoverview.html Fri Aug 29 03:33:46 2008
@@ -17,13 +17,13 @@
       </a>
     </p><p>
       <img alt="Built with Apache Lenya" src="../../../index/banners/builtWithApacheLenya.png" />
-    </p></div></div><div id="body"><h1>The resource Module</h1><div class="tocTitle"><div>Table of Contents</div></div><ul class="toc"><li><a href="#N1000E">Introduction</a></li><li><a href="#N1001A">Installation</a></li><li><a href="#N1004D">Headless Mode</a></li><li><a href="#N10084">Resource Icons</a></li></ul><a name="N1000E" />
+    </p></div></div><div id="body"><h1>The resource Module</h1><div class="tocTitle"><div>Table of Contents</div></div><ul class="toc"><li><a href="#N1000F">Introduction</a></li><li><a href="#N1001B">Installation</a></li><li><a href="#N1004E">Headless Mode</a></li><li><a href="#N10085">Resource Icons</a></li></ul><a name="N1000F" />
       <h2>Introduction</h2>
       <p>
         The <code>resource</code> module contains the "resource" resource type,
         it allows to store arbitrary media documents.
       </p>
-    <a name="N1001A" />
+    <a name="N1001B" />
       <h2>Installation</h2>
       <ol>
         <li>
@@ -54,7 +54,7 @@
 &lt;/usecase&gt;</pre>
         </li>
       </ol>
-    <a name="N1004D" />
+    <a name="N1004E" />
       <h2>Headless Mode</h2>
       <p>
         Options:
@@ -90,7 +90,7 @@
 if [ "$DISPLAY" = "" ] ; then
 export DISPLAY=:0
 fi</pre>
-    <a name="N10084" />
+    <a name="N10085" />
       <h2>Resource Icons</h2>
       <p>
         This module provides only one complete icon (the default one) out of the box.

Modified: lenya/site/docu20/standardmodules/simplesitemodulesection/simplesitemoduleoverview.html
URL: http://svn.apache.org/viewvc/lenya/site/docu20/standardmodules/simplesitemodulesection/simplesitemoduleoverview.html?rev=690172&r1=690171&r2=690172&view=diff
==============================================================================
--- lenya/site/docu20/standardmodules/simplesitemodulesection/simplesitemoduleoverview.html (original)
+++ lenya/site/docu20/standardmodules/simplesitemodulesection/simplesitemoduleoverview.html Fri Aug 29 03:33:46 2008
@@ -17,7 +17,7 @@
       </a>
     </p><p>
       <img alt="Built with Apache Lenya" src="../../../index/banners/builtWithApacheLenya.png" />
-    </p></div></div><div id="body"><h1>The simplesite Module</h1><div class="tocTitle"><div>Table of Contents</div></div><ul class="toc"><li><a href="#N1000E">Introduction</a></li></ul><a name="N1000E" />
+    </p></div></div><div id="body"><h1>The simplesite Module</h1><div class="tocTitle"><div>Table of Contents</div></div><ul class="toc"><li><a href="#N1000F">Introduction</a></li></ul><a name="N1000F" />
       <h2>Introduction</h2>
       <p>
         The <code>simplesite</code> module contains a simple site manager based on collections.

Modified: lenya/site/docu20/standardmodules/sitetreemodulesection/sitetreemoduleoverview.html
URL: http://svn.apache.org/viewvc/lenya/site/docu20/standardmodules/sitetreemodulesection/sitetreemoduleoverview.html?rev=690172&r1=690171&r2=690172&view=diff
==============================================================================
--- lenya/site/docu20/standardmodules/sitetreemodulesection/sitetreemoduleoverview.html (original)
+++ lenya/site/docu20/standardmodules/sitetreemodulesection/sitetreemoduleoverview.html Fri Aug 29 03:33:46 2008
@@ -17,12 +17,12 @@
       </a>
     </p><p>
       <img alt="Built with Apache Lenya" src="../../../index/banners/builtWithApacheLenya.png" />
-    </p></div></div><div id="body"><h1>The sitetree Module</h1><div class="tocTitle"><div>Table of Contents</div></div><ul class="toc"><li><a href="#N1000E">Introduction</a></li><li><a href="#N1001A">Generating Navigation Elements</a></li><li><a href="#N1002F">Architecture</a></li><li><a href="#N10062">Loading a Navigation Widget</a></li><li><a href="#N100B2">Aggregating the Navigation Widgets</a></li><li><a href="#N100C2">Developing Navigation Widgets</a></li></ul><a name="N1000E" />
+    </p></div></div><div id="body"><h1>The sitetree Module</h1><div class="tocTitle"><div>Table of Contents</div></div><ul class="toc"><li><a href="#N1000F">Introduction</a></li><li><a href="#N1001B">Generating Navigation Elements</a></li><li><a href="#N10030">Architecture</a></li><li><a href="#N10063">Loading a Navigation Widget</a></li><li><a href="#N100B3">Aggregating the Navigation Widgets</a></li><li><a href="#N100C3">Developing Navigation Widgets</a></li></ul><a name="N1000F" />
       <h2>Introduction</h2>
       <p>
         The <code>sitetree</code> module provides a tree-based site manager.
       </p>
-    <a name="N1001A" />
+    <a name="N1001B" />
       <h2>Generating Navigation Elements</h2>
       <p>
         One purpose of the sitetree module is to simplify and standardize the generation of navigation
@@ -42,7 +42,7 @@
           using the same scheme.
         </li>
       </ul>
-    <a name="N1002F" />
+    <a name="N10030" />
       <h2>Architecture</h2>
       
       <p>
@@ -70,7 +70,7 @@
 </dd>
       </dl>
       
-    <a name="N10062" />
+    <a name="N10063" />
       <h2>Loading a Navigation Widget</h2>
       
       <p>
@@ -127,7 +127,7 @@
       </p>
       <pre class="source">cocoon://modules/sitetree/tabs/mypub/authoring/en/de/foo/bar.xml</pre>
       
-    <a name="N100B2" />
+    <a name="N100B3" />
 <h2>Aggregating the Navigation Widgets</h2>
         
         <p>
@@ -154,7 +154,7 @@
   &lt;map:serialize type="xml"/&gt;
 &lt;/map:match&gt;</pre>
         
-      <a name="N100C2" />
+      <a name="N100C3" />
       <h2>Developing Navigation Widgets</h2>
       
       <p>

Modified: lenya/site/docu20/standardmodules/sourcerepositorymodulesection/sourcerepositorymoduleoverview.html
URL: http://svn.apache.org/viewvc/lenya/site/docu20/standardmodules/sourcerepositorymodulesection/sourcerepositorymoduleoverview.html?rev=690172&r1=690171&r2=690172&view=diff
==============================================================================
--- lenya/site/docu20/standardmodules/sourcerepositorymodulesection/sourcerepositorymoduleoverview.html (original)
+++ lenya/site/docu20/standardmodules/sourcerepositorymodulesection/sourcerepositorymoduleoverview.html Fri Aug 29 03:33:46 2008
@@ -17,7 +17,7 @@
       </a>
     </p><p>
       <img alt="Built with Apache Lenya" src="../../../index/banners/builtWithApacheLenya.png" />
-    </p></div></div><div id="body"><h1>The sourcerepository Module</h1><div class="tocTitle"><div>Table of Contents</div></div><ul class="toc"><li><a href="#N1000E">Introduction</a></li></ul><a name="N1000E" />
+    </p></div></div><div id="body"><h1>The sourcerepository Module</h1><div class="tocTitle"><div>Table of Contents</div></div><ul class="toc"><li><a href="#N1000F">Introduction</a></li></ul><a name="N1000F" />
       <h2>Introduction</h2>
       <p>
         The <code>sourcerepository</code> module provides a repository implementation based on Excalibur sources.

Modified: lenya/site/docu20/standardmodules/svgmodulesection/svgmoduleoverview.html
URL: http://svn.apache.org/viewvc/lenya/site/docu20/standardmodules/svgmodulesection/svgmoduleoverview.html?rev=690172&r1=690171&r2=690172&view=diff
==============================================================================
--- lenya/site/docu20/standardmodules/svgmodulesection/svgmoduleoverview.html (original)
+++ lenya/site/docu20/standardmodules/svgmodulesection/svgmoduleoverview.html Fri Aug 29 03:33:46 2008
@@ -17,11 +17,11 @@
       </a>
     </p><p>
       <img alt="Built with Apache Lenya" src="../../../index/banners/builtWithApacheLenya.png" />
-    </p></div></div><div id="body"><h1>SVG Module: Rounded Corners</h1><div class="tocTitle"><div>Table of Contents</div></div><ul class="toc"><li><a href="#N1001B">HTML</a></li><li><a href="#N1004F">Calling the SVG Module</a></li><li><a href="#N1008A">CSS</a></li></ul><p> In this document we show an example how to use the SVG module to create rounded corners in a
+    </p></div></div><div id="body"><h1>SVG Module: Rounded Corners</h1><div class="tocTitle"><div>Table of Contents</div></div><ul class="toc"><li><a href="#N1001C">HTML</a></li><li><a href="#N10050">Calling the SVG Module</a></li><li><a href="#N1008B">CSS</a></li></ul><p> In this document we show an example how to use the SVG module to create rounded corners in a
       convenient way. </p><p> The following screenshot shows a typical box with rounded corners: </p><img alt="" src="../../../images/live/modules-svg-roundedcorners-screenshotimg.png" /><p>
       We want to allow dynamic scaling of the box in all directions. That's why we have to use
       four separate images for the rounded corners. The images shall be referenced from a CSS.
-    </p><a name="N1001B" />
+    </p><a name="N1001C" />
       <h2>HTML</h2>
       <p>
         The HTML of this box looks like this:
@@ -68,7 +68,7 @@
         color and a border to our <code>&lt;h2/&gt;</code> and <code>&lt;p/&gt;</code>
         elements which are located inside the box.
       </p>
-    <a name="N1004F" />
+    <a name="N10050" />
       <h2>Calling the SVG Module</h2>
       
       <p>
@@ -95,7 +95,7 @@
 <code>-FFD580</code> is the border color. You can of course use the same color values
           for background and border.</li>
       </ul>
-    <a name="N1008A" />
+    <a name="N1008B" />
       <h2>CSS</h2>
       <p>
         This is the important part of the CSS used for the box layout (fonts, colors etc. 

Modified: lenya/site/docu20/standardmodules/svgmodulesection/svgmoduleresizeimages.html
URL: http://svn.apache.org/viewvc/lenya/site/docu20/standardmodules/svgmodulesection/svgmoduleresizeimages.html?rev=690172&r1=690171&r2=690172&view=diff
==============================================================================
--- lenya/site/docu20/standardmodules/svgmodulesection/svgmoduleresizeimages.html (original)
+++ lenya/site/docu20/standardmodules/svgmodulesection/svgmoduleresizeimages.html Fri Aug 29 03:33:46 2008
@@ -17,7 +17,7 @@
       </a>
     </p><p>
       <img alt="Built with Apache Lenya" src="../../../index/banners/builtWithApacheLenya.png" />
-    </p></div></div><div id="body"><h1>SVG Module: Resizing Images</h1><div class="tocTitle"><div>Table of Contents</div></div><ul class="toc"><li><a href="#N1000E">Resizing Images</a></li></ul><a name="N1000E" />
+    </p></div></div><div id="body"><h1>SVG Module: Resizing Images</h1><div class="tocTitle"><div>Table of Contents</div></div><ul class="toc"><li><a href="#N1000F">Resizing Images</a></li></ul><a name="N1000F" />
       <h2>Resizing Images</h2>
       <p>
         To resize an image, append the following request parameters to the image URL:

Modified: lenya/site/docu20/standardmodules/tinymcemodulesection/tinymcemoduleoverview.html
URL: http://svn.apache.org/viewvc/lenya/site/docu20/standardmodules/tinymcemodulesection/tinymcemoduleoverview.html?rev=690172&r1=690171&r2=690172&view=diff
==============================================================================
--- lenya/site/docu20/standardmodules/tinymcemodulesection/tinymcemoduleoverview.html (original)
+++ lenya/site/docu20/standardmodules/tinymcemodulesection/tinymcemoduleoverview.html Fri Aug 29 03:33:46 2008
@@ -17,12 +17,12 @@
       </a>
     </p><p>
       <img alt="Built with Apache Lenya" src="../../../index/banners/builtWithApacheLenya.png" />
-    </p></div></div><div id="body"><h1>The tinymce Module</h1><div class="tocTitle"><div>Table of Contents</div></div><ul class="toc"><li><a href="#N1000E">Introduction</a></li><li><a href="#N1001A">Installation</a></li><li><a href="#N10070">Make sure your site plays well with TinyMCE</a></li></ul><a name="N1000E" />
+    </p></div></div><div id="body"><h1>The tinymce Module</h1><div class="tocTitle"><div>Table of Contents</div></div><ul class="toc"><li><a href="#N1000F">Introduction</a></li><li><a href="#N1001B">Installation</a></li><li><a href="#N10071">Make sure your site plays well with TinyMCE</a></li></ul><a name="N1000F" />
       <h2>Introduction</h2>
       <p>
         The <code>tinymce</code> module contains the integration of the TinyMCE WYSIWYG editor.
       </p>
-    <a name="N1001A" />
+    <a name="N1001B" />
       <h2>Installation</h2>
       <ol>
         <li>
@@ -77,7 +77,7 @@
           address-bar URL.
         </li>
       </ol>
-    <a name="N10070" />
+    <a name="N10071" />
       <h2>Make sure your site plays well with TinyMCE</h2>
       <p>
         You will find that TinyMCE does not look good with certain layout styles.

Modified: lenya/site/docu20/standardmodules/usecasedocumentmodulesection/usecasedocumentmoduleoverview.html
URL: http://svn.apache.org/viewvc/lenya/site/docu20/standardmodules/usecasedocumentmodulesection/usecasedocumentmoduleoverview.html?rev=690172&r1=690171&r2=690172&view=diff
==============================================================================
--- lenya/site/docu20/standardmodules/usecasedocumentmodulesection/usecasedocumentmoduleoverview.html (original)
+++ lenya/site/docu20/standardmodules/usecasedocumentmodulesection/usecasedocumentmoduleoverview.html Fri Aug 29 03:33:46 2008
@@ -17,7 +17,7 @@
       </a>
     </p><p>
       <img alt="Built with Apache Lenya" src="../../../index/banners/builtWithApacheLenya.png" />
-    </p></div></div><div id="body"><h1>The UsecaseDocument Module</h1><div class="tocTitle"><div>Table of Contents</div></div><ul class="toc"><li><a href="#N1000D">Introduction</a></li><li><a href="#N1001D">XML Format</a></li><li><a href="#N1002D">Creating Usecase-Based Documents</a></li></ul><a name="N1000D" />
+    </p></div></div><div id="body"><h1>The UsecaseDocument Module</h1><div class="tocTitle"><div>Table of Contents</div></div><ul class="toc"><li><a href="#N1000E">Introduction</a></li><li><a href="#N1001E">XML Format</a></li><li><a href="#N1002E">Creating Usecase-Based Documents</a></li></ul><a name="N1000E" />
       <h2>Introduction</h2>
       <p>
         The usecasedocument module provides a resource type which allows to include
@@ -29,14 +29,14 @@
         For more information on usecases, please refer to the
         <a href="../../reference/usecase-framework/usecase-framework-overview.html">usecase framework</a> documentation.
       </p>
-    <a name="N1001D" />
+    <a name="N1001E" />
       <h2>XML Format</h2>
       <p>
         The XML of a <code>usecasedocument</code> document looks like this:
       </p>
       <pre class="source">&lt;?xml version="1.0" encoding="UTF-8"?&gt;
 &lt;usecase xmlns="http://apache.org/lenya/usecase/1.0" name="contactform.sendMessage"/&gt;</pre>
-    <a name="N1002D" />
+    <a name="N1002E" />
       <h2>Creating Usecase-Based Documents</h2>
       <p>
         To create a usecase document, you can invoke the <code>site.create</code> usecase

Modified: lenya/site/docu20/standardmodules/webdavmodulesection/monitoring.html
URL: http://svn.apache.org/viewvc/lenya/site/docu20/standardmodules/webdavmodulesection/monitoring.html?rev=690172&r1=690171&r2=690172&view=diff
==============================================================================
--- lenya/site/docu20/standardmodules/webdavmodulesection/monitoring.html (original)
+++ lenya/site/docu20/standardmodules/webdavmodulesection/monitoring.html Fri Aug 29 03:33:46 2008
@@ -17,7 +17,7 @@
       </a>
     </p><p>
       <img alt="Built with Apache Lenya" src="../../../index/banners/builtWithApacheLenya.png" />
-    </p></div></div><div id="body"><h1>Monitoring and PROPFIND</h1><div class="tocTitle"><div>Table of Contents</div></div><ul class="toc"><li><a href="#N1000E">Monitoring the WebDAV exchange</a></li><li><a href="#N1001F">PROPFIND</a></li><li><a href="#N1002F">PUT</a></li></ul><a name="N1000E" />
+    </p></div></div><div id="body"><h1>Monitoring and PROPFIND</h1><div class="tocTitle"><div>Table of Contents</div></div><ul class="toc"><li><a href="#N1000F">Monitoring the WebDAV exchange</a></li><li><a href="#N10020">PROPFIND</a></li><li><a href="#N10030">PUT</a></li></ul><a name="N1000F" />
       <h2>Monitoring the WebDAV exchange</h2>
       <div class="noteTitle"><div>note</div></div><p class="note">We assume you have cocoon HEAD version of the cocoon-2.1.x branch 
         set to be your $COCOON_HOME! <br />If you are using 2.0.x and using the 
@@ -39,7 +39,7 @@
 
 Enter within your favorite webDAV client "http://localhost:3333/default/webdav".
  </pre>
-    <a name="N1001F" />
+    <a name="N10020" />
       <h2>PROPFIND</h2>
       <p> The WebDAV client will first send a PROPFIND with Depth = 0. 
         Depending on the response (collection or resource) the WebDAV client 
@@ -148,7 +148,7 @@
 
 &lt;/D:multistatus&gt;
  </pre>
-    <a name="N1002F" />
+    <a name="N10030" />
       <h2>PUT</h2>
       <p> The WebDAV client will send a PUT in order to copy a document onto 
         the server. </p>

Modified: lenya/site/docu20/standardmodules/webdavmodulesection/webdavindex.html
URL: http://svn.apache.org/viewvc/lenya/site/docu20/standardmodules/webdavmodulesection/webdavindex.html?rev=690172&r1=690171&r2=690172&view=diff
==============================================================================
--- lenya/site/docu20/standardmodules/webdavmodulesection/webdavindex.html (original)
+++ lenya/site/docu20/standardmodules/webdavmodulesection/webdavindex.html Fri Aug 29 03:33:46 2008
@@ -17,15 +17,15 @@
       </a>
     </p><p>
       <img alt="Built with Apache Lenya" src="../../../index/banners/builtWithApacheLenya.png" />
-    </p></div></div><div id="body"><h1>WebDAV quick start</h1><div class="tocTitle"><div>Table of Contents</div></div><ul class="toc"><li><a href="#N1000E">Introduction</a></li><li><a href="#N1001B">Linux</a><ul class="toc"><li><a href="#N10027">Cadaver - command line</a></li></ul></li></ul><a name="N1000E" />
+    </p></div></div><div id="body"><h1>WebDAV quick start</h1><div class="tocTitle"><div>Table of Contents</div></div><ul class="toc"><li><a href="#N1000F">Introduction</a></li><li><a href="#N1001C">Linux</a><ul class="toc"><li><a href="#N10028">Cadaver - command line</a></li></ul></li></ul><a name="N1000F" />
       <h2>Introduction</h2>
       <p>The WebDAV module is right now in rapid development to overcome some 
         limitations. More documentation in progress can be found at the <a href="ext:wiki/lenya/webdav">Lenya wiki webDAV page</a> </p>
-    <a name="N1001B" />
+    <a name="N1001C" />
       <h2>Linux</h2>
       <p>To get started with WebDAV editing under linux you need to install a 
         WebDAV client such as <a href="ext:webdav/cadaver">cadaver</a>. </p>
-      <a name="N10027" />
+      <a name="N10028" />
         <h3>Cadaver - command line</h3>
         <p>Most distributions offer a packaged version of <a href="ext:webdav/cadaver">cadaver</a>.</p>
         <p>After having cadaver installed open a shell of your choice and type 

Modified: lenya/site/docu20/standardmodules/webdavmodulesection/webdavserver.html
URL: http://svn.apache.org/viewvc/lenya/site/docu20/standardmodules/webdavmodulesection/webdavserver.html?rev=690172&r1=690171&r2=690172&view=diff
==============================================================================
--- lenya/site/docu20/standardmodules/webdavmodulesection/webdavserver.html (original)
+++ lenya/site/docu20/standardmodules/webdavmodulesection/webdavserver.html Fri Aug 29 03:33:46 2008
@@ -17,7 +17,7 @@
       </a>
     </p><p>
       <img alt="Built with Apache Lenya" src="../../../index/banners/builtWithApacheLenya.png" />
-    </p></div></div><div id="body"><h1>WebDAV Servers</h1><div class="tocTitle"><div>Table of Contents</div></div><ul class="toc"><li><a href="#N1000E">Apache 1</a></li><li><a href="#N10048">Apache 2</a></li><li><a href="#N1007D">Tomcat</a></li><li><a href="#N10090">Apache Jakarta Slide</a></li></ul><a name="N1000E" />
+    </p></div></div><div id="body"><h1>WebDAV Servers</h1><div class="tocTitle"><div>Table of Contents</div></div><ul class="toc"><li><a href="#N1000C">Apache 1</a></li><li><a href="#N10046">Apache 2</a></li><li><a href="#N1007B">Tomcat</a></li></ul><a name="N1000C" />
       <h2>Apache 1</h2>
       <p> Download the Apache Web Server and WebDAV module source code from the 
         Apache website, e.g. <code>apache_1.3.24.tar.gz</code> and 
@@ -57,7 +57,7 @@
             Apache and DAV with LDAP and SSL</a>
         </li>
       </ul>
-    <a name="N10048" />
+    <a name="N10046" />
       <h2>Apache 2</h2>
       <p> Download the Apache Web Server source code from the Apache website, 
         e.g. <code>httpd-2.0.46.tar.gz</code>. The mod_dav module is inlcuded 
@@ -91,7 +91,7 @@
             Apache and DAV</a>
         </li>
       </ul>
-    <a name="N1007D" />
+    <a name="N1007B" />
       <h2>Tomcat</h2>
       <p> Point your WebDAV client to 
         <code>http://127.0.0.1:8080/webdav/</code>. The webdav context is DAV 
@@ -105,16 +105,6 @@
   &lt;param-value&gt;false&lt;/param-value&gt;
 &lt;/init-param&gt;
  </pre>
-    <a name="N10090" />
-      <h2>Apache Jakarta Slide</h2>
-      <p> Point your WebDAV client to 
-        <code>http://127.0.0.1:8080/slide/</code>. One needs to configure 
-        <code>Domain.xml</code> </p>
-      <pre class="source"> 
-&lt;contentstore classname="slidestore.reference.FileContentStore"&gt;
-  &lt;parameter name="rootpath"&gt;/usr/local/jakarta-tomcat-4.1.21-LE-jdk14/webapps/lenya/lenya/pubs/notimes/content/authoring/articles&lt;/parameter&gt;
-  ...
- </pre>
     <div id="footer"><p>
         Copyright © 1999-2008 <a href="http://www.apache.org/">The Apache
           Software Foundation</a>. All rights reserved.

Modified: lenya/site/docu20/standardmodules/xhtmlmodulesection/xhtmlmoduleoverview.html
URL: http://svn.apache.org/viewvc/lenya/site/docu20/standardmodules/xhtmlmodulesection/xhtmlmoduleoverview.html?rev=690172&r1=690171&r2=690172&view=diff
==============================================================================
--- lenya/site/docu20/standardmodules/xhtmlmodulesection/xhtmlmoduleoverview.html (original)
+++ lenya/site/docu20/standardmodules/xhtmlmodulesection/xhtmlmoduleoverview.html Fri Aug 29 03:33:46 2008
@@ -17,7 +17,7 @@
       </a>
     </p><p>
       <img alt="Built with Apache Lenya" src="../../../index/banners/builtWithApacheLenya.png" />
-    </p></div></div><div id="body"><h1>The xhtml Module</h1><div class="tocTitle"><div>Table of Contents</div></div><ul class="toc"><li><a href="#N1000E">Introduction</a></li></ul><a name="N1000E" />
+    </p></div></div><div id="body"><h1>The xhtml Module</h1><div class="tocTitle"><div>Table of Contents</div></div><ul class="toc"><li><a href="#N1000F">Introduction</a></li></ul><a name="N1000F" />
       <h2>Introduction</h2>
       <p>
         The <code>xhtml</code> module contains a resource type which allows to store XHTML documents.

Modified: lenya/site/docu20/standardmodules/xopusmodulesection/xopusmoduleoverview.html
URL: http://svn.apache.org/viewvc/lenya/site/docu20/standardmodules/xopusmodulesection/xopusmoduleoverview.html?rev=690172&r1=690171&r2=690172&view=diff
==============================================================================
--- lenya/site/docu20/standardmodules/xopusmodulesection/xopusmoduleoverview.html (original)
+++ lenya/site/docu20/standardmodules/xopusmodulesection/xopusmoduleoverview.html Fri Aug 29 03:33:46 2008
@@ -17,13 +17,13 @@
       </a>
     </p><p>
       <img alt="Built with Apache Lenya" src="../../../index/banners/builtWithApacheLenya.png" />
-    </p></div></div><div id="body"><h1>The xopus Module</h1><div class="tocTitle"><div>Table of Contents</div></div><ul class="toc"><li><a href="#N1000E">Introduction</a></li><li><a href="#N1001E">Installation</a></li></ul><a name="N1000E" />
+    </p></div></div><div id="body"><h1>The xopus Module</h1><div class="tocTitle"><div>Table of Contents</div></div><ul class="toc"><li><a href="#N1000F">Introduction</a></li><li><a href="#N1001F">Installation</a></li></ul><a name="N1000F" />
       <h2>Introduction</h2>
       <p>
         The <code>xopus</code> module contains the integration of the
         <a href="http://xopus.com">Xopus</a> WYSIWYG editor.
       </p>
-    <a name="N1001E" />
+    <a name="N1001F" />
       <h2>Installation</h2>
       <ol>
         <li>

Modified: lenya/site/docu20/tutorials/bestpractises.html
URL: http://svn.apache.org/viewvc/lenya/site/docu20/tutorials/bestpractises.html?rev=690172&r1=690171&r2=690172&view=diff
==============================================================================
--- lenya/site/docu20/tutorials/bestpractises.html (original)
+++ lenya/site/docu20/tutorials/bestpractises.html Fri Aug 29 03:33:46 2008
@@ -17,7 +17,7 @@
       </a>
     </p><p>
       <img alt="Built with Apache Lenya" src="../../index/banners/builtWithApacheLenya.png" />
-    </p></div></div><div id="body"><h1>Best Practises when Developing with Lenya 2.0</h1><div class="tocTitle"><div>Table of Contents</div></div><ul class="toc"><li><a href="#N1000E">Speeding Up Development</a></li><li><a href="#N10033">Building Maintainable Applications</a></li></ul><a name="N1000E" />
+    </p></div></div><div id="body"><h1>Best Practises when Developing with Lenya 2.0</h1><div class="tocTitle"><div>Table of Contents</div></div><ul class="toc"><li><a href="#N1000F">Speeding Up Development</a></li><li><a href="#N10034">Building Maintainable Applications</a></li></ul><a name="N1000F" />
       <h2>Speeding Up Development</h2>
       <p>
         Following these tips can increase your development productivity:
@@ -44,7 +44,7 @@
           good practise anyway - it encourages generic design and reuse.
         </li>
       </ul>
-    <a name="N10033" />
+    <a name="N10034" />
       <h2>Building Maintainable Applications</h2>
       <p>
         To ensure the simplicity and maintainability of your Lenya-based applications,

Modified: lenya/site/docu20/tutorials/newPublication14.html
URL: http://svn.apache.org/viewvc/lenya/site/docu20/tutorials/newPublication14.html?rev=690172&r1=690171&r2=690172&view=diff
==============================================================================
--- lenya/site/docu20/tutorials/newPublication14.html (original)
+++ lenya/site/docu20/tutorials/newPublication14.html Fri Aug 29 03:33:46 2008
@@ -17,7 +17,7 @@
       </a>
     </p><p>
       <img alt="Built with Apache Lenya" src="../../index/banners/builtWithApacheLenya.png" />
-    </p></div></div><div id="body"><h1>Creating a New Publication</h1><div class="tocTitle"><div>Table of Contents</div></div><ul class="toc"><li><a href="#N1000E">Introduction</a></li><li><a href="#N10017">Prerequisites</a></li><li><a href="#N1003E">Telling Lenya about Your Publication</a></li><li><a href="#N10054">Basic Configuration</a></li><li><a href="#N1006D">Access Control Configuration</a></li><li><a href="#N100C4">Configuring the Search Index</a></li><li><a href="#N100D4">Deploying Your Publication</a></li><li><a href="#N10116">Next Steps</a></li></ul><a name="N1000E" />
+    </p></div></div><div id="body"><h1>Creating a New Publication</h1><div class="tocTitle"><div>Table of Contents</div></div><ul class="toc"><li><a href="#N1000F">Introduction</a></li><li><a href="#N10018">Prerequisites</a></li><li><a href="#N1003F">Telling Lenya about Your Publication</a></li><li><a href="#N10055">Basic Configuration</a></li><li><a href="#N1006E">Access Control Configuration</a></li><li><a href="#N100C5">Configuring the Search Index</a></li><li><a href="#N100D5">Deploying Your Publication</a></li><li><a href="#N10117">Next Steps</a></li></ul><a name="N1000F" />
       <h2>Introduction</h2>
       <p>
         In this tutorial, we guide you through the first steps on the
@@ -25,7 +25,7 @@
         based on Lenya's default publication, at least until your standing
         firmly on your own feet.
       </p>
-    <a name="N10017" />
+    <a name="N10018" />
       <h2>Prerequisites</h2>
       <p>
         We'll use the following directory layout:
@@ -62,7 +62,7 @@
         to Eclipse as well so you can easily use it's API. 
       </p>
       
-    <a name="N1003E" />
+    <a name="N1003F" />
       <h2>Telling Lenya about Your Publication</h2>
       <p>
         First, we have to tell Lenya that you want to deploy your publication.
@@ -74,7 +74,7 @@
         If you add multiple publications to this directory, Lenya will detect them
         automatically.
       </p>
-    <a name="N10054" />
+    <a name="N10055" />
       <h2>Basic Configuration</h2>
       <p>
         Now it's time to add the main configuration file of your publication,
@@ -114,7 +114,7 @@
   &lt;proxies/&gt;
  
 &lt;/publication&gt;</pre>
-    <a name="N1006D" />
+    <a name="N1006E" />
       <h2>Access Control Configuration</h2>
       <p>
         The access control options are configured in
@@ -206,7 +206,7 @@
     &lt;role id="admin"  method="grant"/&gt;
   &lt;/group&gt;
 &lt;/policy&gt;</pre>
-    <a name="N100C4" />
+    <a name="N100C5" />
       <h2>Configuring the Search Index</h2>
       <p>
         It is necessary to configure the search indexes for each publication.
@@ -258,7 +258,7 @@
     &lt;/structure&gt;
   &lt;/index&gt;
 &lt;/indexes&gt;</pre>
-    <a name="N100D4" />
+    <a name="N100D5" />
       <h2>Deploying Your Publication</h2>
       <p>
         To deploy your publication, open a shell, go to the directory <code>$LENYA_HOME</code>
@@ -298,7 +298,7 @@
         <code>data/content</code> directory. Lenya should have created an <code>authoring</code>
         directory with some content in it.
       </p>
-    <a name="N10116" />
+    <a name="N10117" />
       <h2>Next Steps</h2>
       <p>
         Now you can go on with customizing your publication:

Modified: lenya/site/docu20/tutorials/newResourceType/newResourceTypePart1.html
URL: http://svn.apache.org/viewvc/lenya/site/docu20/tutorials/newResourceType/newResourceTypePart1.html?rev=690172&r1=690171&r2=690172&view=diff
==============================================================================
--- lenya/site/docu20/tutorials/newResourceType/newResourceTypePart1.html (original)
+++ lenya/site/docu20/tutorials/newResourceType/newResourceTypePart1.html Fri Aug 29 03:33:46 2008
@@ -17,7 +17,7 @@
       </a>
     </p><p>
       <img alt="Built with Apache Lenya" src="../../../index/banners/builtWithApacheLenya.png" />
-    </p></div></div><div id="body"><h1>Creating a Resource Type, Part 1: Prerequisites and Declaration</h1><div class="tocTitle"><div>Table of Contents</div></div><ul class="toc"><li><a href="#N10029">Prerequisites</a></li><li><a href="#N10036">Adding a Module</a></li><li><a href="#N10083">Declaring the Resource Type</a></li><li><a href="#N100A6">Adding I18n Messages for the Resource Type Name</a></li></ul><p>
+    </p></div></div><div id="body"><h1>Creating a Resource Type, Part 1: Prerequisites and Declaration</h1><div class="tocTitle"><div>Table of Contents</div></div><ul class="toc"><li><a href="#N1002A">Prerequisites</a></li><li><a href="#N10037">Adding a Module</a></li><li><a href="#N10084">Declaring the Resource Type</a></li><li><a href="#N100A7">Adding I18n Messages for the Resource Type Name</a></li></ul><p>
       This section explains how to create a new resource type. For more information
       on resource types, refer to the <a href="../../../docu12x/components/resource-types.html">resource types reference</a>.
       For the sake of simplicity, we'll test the resource type with the default publication.
@@ -32,7 +32,7 @@
     </p><p>
       You can checkout the source code of this example from the Subversion repository at the URL
       <code>http://svn.apache.org/repos/asf/lenya/sandbox/modules/person</code>.
-    </p><a name="N10029" />
+    </p><a name="N1002A" />
       <h2>Prerequisites</h2>
       <p>
         We'll use the following directory layout:
@@ -45,7 +45,7 @@
       modules/             Our modules.
         person/            Our "person" resource type module ($MODULE_HOME).</pre>
       
-    <a name="N10036" />
+    <a name="N10037" />
       <h2>Adding a Module</h2>
       <p>
         We'll add a module which will contain the resource type. This makes it
@@ -103,7 +103,7 @@
         <code>publication.xml</code>:
       </p>
       <pre class="source">&lt;resource-type name="person" workflow="fallback://config/workflow/workflow.xml"/&gt;</pre>
-    <a name="N10083" />
+    <a name="N10084" />
       <h2>Declaring the Resource Type</h2>
       <p>
         To let Lenya know that a new resource type exists, we'll add the
@@ -147,7 +147,7 @@
       <p>
         In the <a href="newResourceTypePart2.html">next section</a> we'll setup the creation of person documents.
       </p>
-    <a name="N100A6" />
+    <a name="N100A7" />
       <h2>Adding I18n Messages for the Resource Type Name</h2>
       <p>
         Now we'll provide <acronym title="Internationalization">i18n</acronym> messages for each

Modified: lenya/site/docu20/tutorials/newResourceType/newResourceTypePart2.html
URL: http://svn.apache.org/viewvc/lenya/site/docu20/tutorials/newResourceType/newResourceTypePart2.html?rev=690172&r1=690171&r2=690172&view=diff
==============================================================================
--- lenya/site/docu20/tutorials/newResourceType/newResourceTypePart2.html (original)
+++ lenya/site/docu20/tutorials/newResourceType/newResourceTypePart2.html Fri Aug 29 03:33:46 2008
@@ -16,8 +16,8 @@
       <img alt="ApacheCon US 2008" height="125" src="http://www.apache.org/ads/ApacheCon/2008-usa-125x125.png?lenya.module=svg&amp;height=125&amp;width=125" width="125" />
       </a>
     </p><p>
-      <img alt="Built with Apache Lenya" height="71" src="../../../index/banners/builtWithApacheLenya.png?lenya.module=svg&amp;width=130&amp;height=71" width="130" />
-    </p></div></div><div id="body"><h1>Creating a Resource Type, Part 2: Creating Documents</h1><div class="tocTitle"><div>Table of Contents</div></div><ul class="toc"><li><a href="#N1000E">Adding the Menu</a></li><li><a href="#N10031">Providing the Sample</a></li></ul><a name="N1000E" />
+      <img alt="Built with Apache Lenya" src="../../../index/banners/builtWithApacheLenya.png" />
+    </p></div></div><div id="body"><h1>Creating a Resource Type, Part 2: Creating Documents</h1><div class="tocTitle"><div>Table of Contents</div></div><ul class="toc"><li><a href="#N1000F">Adding the Menu</a></li><li><a href="#N10032">Providing the Sample</a></li></ul><a name="N1000F" />
       <h2>Adding the Menu</h2>
       <p>
         Now we'll add the menu for our module. The first item we need will trigger
@@ -67,7 +67,7 @@
         The menu contains an item which triggers the <code>sitemanagement.create</code>
         usecase with the <code>doctype=person</code> parameter.
       </p>
-    <a name="N10031" />
+    <a name="N10032" />
       <h2>Providing the Sample</h2>
       <p>
         To create a document, the <code>sitemanagement.create</code> usecase needs a sample

Modified: lenya/site/docu20/tutorials/newResourceType/newResourceTypePart3.html
URL: http://svn.apache.org/viewvc/lenya/site/docu20/tutorials/newResourceType/newResourceTypePart3.html?rev=690172&r1=690171&r2=690172&view=diff
==============================================================================
--- lenya/site/docu20/tutorials/newResourceType/newResourceTypePart3.html (original)
+++ lenya/site/docu20/tutorials/newResourceType/newResourceTypePart3.html Fri Aug 29 03:33:46 2008
@@ -17,7 +17,7 @@
       </a>
     </p><p>
       <img alt="Built with Apache Lenya" src="../../../index/banners/builtWithApacheLenya.png" />
-    </p></div></div><div id="body"><h1>Creating a Resource Type, Part 3: Presentation</h1><div class="tocTitle"><div>Table of Contents</div></div><ul class="toc"><li><a href="#N1000E">A Basic Presentation Pipeline</a></li><li><a href="#N1002E">Adding the CSS</a></li><li><a href="#N1003E">Creating our First Person Document</a></li></ul><a name="N1000E" />
+    </p></div></div><div id="body"><h1>Creating a Resource Type, Part 3: Presentation</h1><div class="tocTitle"><div>Table of Contents</div></div><ul class="toc"><li><a href="#N1000F">A Basic Presentation Pipeline</a></li><li><a href="#N1002F">Adding the CSS</a></li><li><a href="#N1003F">Creating our First Person Document</a></li></ul><a name="N1000F" />
       <h2>A Basic Presentation Pipeline</h2>
       <p>
         Now the Lenya web application can create new person documents, but
@@ -122,7 +122,7 @@
   &lt;/xsl:template&gt;
 
 &lt;/xsl:stylesheet&gt;</pre>
-    <a name="N1002E" />
+    <a name="N1002F" />
       <h2>Adding the CSS</h2>
       <p>
         The default publication allows to add custom CSS files for each resource type.
@@ -136,7 +136,7 @@
   text-align: left;
   padding-right: 1em;
 }</pre>
-    <a name="N1003E" />
+    <a name="N1003F" />
       <h2>Creating our First Person Document</h2>
       <p>
         Now it's time to check out if everything works as expected. First, we build the

Modified: lenya/site/docu20/tutorials/newResourceType/newResourceTypePart4.html
URL: http://svn.apache.org/viewvc/lenya/site/docu20/tutorials/newResourceType/newResourceTypePart4.html?rev=690172&r1=690171&r2=690172&view=diff
==============================================================================
--- lenya/site/docu20/tutorials/newResourceType/newResourceTypePart4.html (original)
+++ lenya/site/docu20/tutorials/newResourceType/newResourceTypePart4.html Fri Aug 29 03:33:46 2008
@@ -17,9 +17,9 @@
       </a>
     </p><p>
       <img alt="Built with Apache Lenya" src="../../../index/banners/builtWithApacheLenya.png" />
-    </p></div></div><div id="body"><h1>Creating a Resource Type, Part 4: Editing</h1><div class="tocTitle"><div>Table of Contents</div></div><ul class="toc"><li><a href="#N10011">Adding the Relax NG Schema</a></li><li><a href="#N10029">Enabling the One-Form Editor</a></li></ul><p>
+    </p></div></div><div id="body"><h1>Creating a Resource Type, Part 4: Editing</h1><div class="tocTitle"><div>Table of Contents</div></div><ul class="toc"><li><a href="#N10012">Adding the Relax NG Schema</a></li><li><a href="#N1002A">Enabling the One-Form Editor</a></li></ul><p>
       In this section we make our person documents editable.
-    </p><a name="N10011" />
+    </p><a name="N10012" />
       <h2>Adding the Relax NG Schema</h2>
       <p>
         When we allow to edit documents, we have to make sure that the resulting
@@ -61,7 +61,7 @@
   &lt;/start&gt;
 &lt;/grammar&gt;
       </pre>
-    <a name="N10029" />
+    <a name="N1002A" />
       <h2>Enabling the One-Form Editor</h2>
       
       <p>

Modified: lenya/site/docu20/tutorials/production-checklist.html
URL: http://svn.apache.org/viewvc/lenya/site/docu20/tutorials/production-checklist.html?rev=690172&r1=690171&r2=690172&view=diff
==============================================================================
--- lenya/site/docu20/tutorials/production-checklist.html (original)
+++ lenya/site/docu20/tutorials/production-checklist.html Fri Aug 29 03:33:46 2008
@@ -16,13 +16,13 @@
       <img alt="ApacheCon US 2008" height="125" src="http://www.apache.org/ads/ApacheCon/2008-usa-125x125.png?lenya.module=svg&amp;height=125&amp;width=125" width="125" />
       </a>
     </p><p>
-      <img alt="Built with Apache Lenya" height="71" src="../../index/banners/builtWithApacheLenya.png?lenya.module=svg&amp;width=130&amp;height=71" width="130" />
-    </p></div></div><div id="body"><h1>Production Checklist</h1><div class="tocTitle"><div>Table of Contents</div></div><ul class="toc"><li><a href="#N10011">General Deployment Recommendations</a></li><li><a href="#N1002F">During Development</a></li><li><a href="#N10044">Preparation (Internal Pilot Phase)</a></li><li><a href="#N10067">Caching in Cocoon</a></li><li><a href="#N1009E">Performance Tuning</a></li><li><a href="#N100EA">General Measures for Production</a></li><li><a href="#N10123">Cosmetics</a></li></ul><p>
+      <img alt="Built with Apache Lenya" src="../../index/banners/builtWithApacheLenya.png" />
+    </p></div></div><div id="body"><h1>Production Checklist</h1><div class="tocTitle"><div>Table of Contents</div></div><ul class="toc"><li><a href="#N10012">General Deployment Recommendations</a></li><li><a href="#N10030">During Development</a></li><li><a href="#N10045">Preparation (Internal Pilot Phase)</a></li><li><a href="#N10068">Caching in Cocoon</a></li><li><a href="#N1009F">Performance Tuning</a></li><li><a href="#N100EB">General Measures for Production</a></li><li><a href="#N10124">Cosmetics</a></li></ul><p>
       Here's a list of points you should take care of when running Lenya
       in a production environment. It covers only the most obvious aspects,
       but it might prevent you from falling in the biggest traps in
       first real-world project.
-    </p><a name="N10011" />
+    </p><a name="N10012" />
       <h2>General Deployment Recommendations</h2>
       <ul>
         <li>
@@ -50,7 +50,7 @@
           deploy an un-tagged development version.
         </li>
       </ul>
-    <a name="N1002F" />
+    <a name="N10030" />
       <h2>During Development</h2>
       <ul>
         <li>
@@ -70,7 +70,7 @@
           parameters). 
         </li>
       </ul>
-    <a name="N10044" />
+    <a name="N10045" />
       <h2>Preparation (Internal Pilot Phase)</h2>
       <p>
         Set the log level to <em>ERROR</em> in
@@ -97,7 +97,7 @@
         &lt;property name="debug" value="off"/&gt;
 </pre>
       
-    <a name="N10067" />
+    <a name="N10068" />
       <h2>Caching in Cocoon</h2>
       <p>
         There's a <a href="http://wiki.apache.org/cocoon-data/attachments/GT2006Notes/attachments/10-caching.pdf">great
@@ -141,7 +141,7 @@
         if it is idle for more than 30 minutes and lives for more than 60 minutes. If there are
         more than 10000 elements it will overflow to the disk cache.
       </p>
-    <a name="N1009E" />
+    <a name="N1009F" />
       <h2>Performance Tuning</h2>
       <p>
         The following hints can be considered to improve the performance of your application:
@@ -180,7 +180,7 @@
         You might want to disable the transformation for maximum speed:
       </p>
       <pre class="source">&lt;map:transform src="fallback://lenya/modules/prettyprinting/xslt/xml2nicexml.xsl"/&gt;</pre>
-    <a name="N100EA" />
+    <a name="N100EB" />
       <h2>General Measures for Production</h2>
       <ul>
         <li>
@@ -219,7 +219,7 @@
           exported version of the site ready.
         </li>
       </ul>
-    <a name="N10123" />
+    <a name="N10124" />
       <h2>Cosmetics</h2>
       <p>
         In order to hide the default publication from the welcome page

Modified: lenya/site/docu20/tutorials/proxy/modproxy14.html
URL: http://svn.apache.org/viewvc/lenya/site/docu20/tutorials/proxy/modproxy14.html?rev=690172&r1=690171&r2=690172&view=diff
==============================================================================
--- lenya/site/docu20/tutorials/proxy/modproxy14.html (original)
+++ lenya/site/docu20/tutorials/proxy/modproxy14.html Fri Aug 29 03:33:46 2008
@@ -17,7 +17,7 @@
       </a>
     </p><p>
       <img alt="Built with Apache Lenya" src="../../../index/banners/builtWithApacheLenya.png" />
-    </p></div></div><div id="body"><h1>Running Lenya Behind Apache with mod_proxy</h1><div class="tocTitle"><div>Table of Contents</div></div><ul class="toc"><li><a href="#N1000E">Configuring the Apache Web Server</a></li></ul><a name="N1000E" />
+    </p></div></div><div id="body"><h1>Running Lenya Behind Apache with mod_proxy</h1><div class="tocTitle"><div>Table of Contents</div></div><ul class="toc"><li><a href="#N1000F">Configuring the Apache Web Server</a></li></ul><a name="N1000F" />
       <h2>Configuring the Apache Web Server</h2>
       <p>
         First we'll declare the virtual hosts for the Apache web server. This is done in



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