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 [5/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/tutorials/proxy/modproxyajp.html
URL: http://svn.apache.org/viewvc/lenya/site/docu20/tutorials/proxy/modproxyajp.html?rev=690172&r1=690171&r2=690172&view=diff
==============================================================================
--- lenya/site/docu20/tutorials/proxy/modproxyajp.html (original)
+++ lenya/site/docu20/tutorials/proxy/modproxyajp.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_ajp</h1><div class="tocTitle"><div>Table of Contents</div></div><ul class="toc"><li><a href="#N1000E">Configuring the AJP Connector in Tomcat</a></li><li><a href="#N10021">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_ajp</h1><div class="tocTitle"><div>Table of Contents</div></div><ul class="toc"><li><a href="#N1000F">Configuring the AJP Connector in Tomcat</a></li><li><a href="#N10022">Configuring the Apache Web Server</a></li></ul><a name="N1000F" />
       <h2>Configuring the AJP Connector in Tomcat</h2>
       <p>
         The file <code>$TOMCAT_HOME/conf/server.xml</code> contains an AJP 1.3 connector on
@@ -27,7 +27,7 @@
       <p>
         If the connector is not present, you have to add it.
       </p>
-    <a name="N10021" />
+    <a name="N10022" />
       <h2>Configuring the Apache Web Server</h2>
       <p>
         Now we'll declare the virtual hosts for the Apache web server. This is done in

Modified: lenya/site/docu20/tutorials/proxy/proxying.html
URL: http://svn.apache.org/viewvc/lenya/site/docu20/tutorials/proxy/proxying.html?rev=690172&r1=690171&r2=690172&view=diff
==============================================================================
--- lenya/site/docu20/tutorials/proxy/proxying.html (original)
+++ lenya/site/docu20/tutorials/proxy/proxying.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>Running Lenya Behind Apache with mod_proxy</h1><div class="tocTitle"><div>Table of Contents</div></div><ul class="toc"><li><a href="#N1000E">Introduction</a></li><li><a href="#N1003F">Declaring the Hosts</a></li><li><a href="#N10055">Configuring the Apache Web Server</a></li><li><a href="#N10080">Configuring Tomcat's Cookie Path</a></li><li><a href="#N10099">Configuring the Publication for Proxying</a></li><li><a href="#N100AC">Configuring the Global Proxies</a></li><li><a href="#N100BF">Testing the Settings</a></li></ul><a name="N1000E" />
+      <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="#N1000F">Introduction</a></li><li><a href="#N10040">Declaring the Hosts</a></li><li><a href="#N10056">Configuring the Apache Web Server</a></li><li><a href="#N10081">Configuring Tomcat's Cookie Path</a></li><li><a href="#N1009A">Configuring the Publication for Proxying</a></li><li><a href="#N100AD">Configuring the Global Proxies</a></li><li><a href="#N100C0">Testing the Settings</a></li></ul><a name="N1000F" />
       <h2>Introduction</h2>
 
       <p>
@@ -50,7 +50,7 @@
 /pub/archive   &lt;-&gt; cms.example.com/archive
 /pub/trash     &lt;-&gt; cms.example.com/trash
 /pub/live      &lt;-&gt; www.example.com</pre>
-    <a name="N1003F" />
+    <a name="N10040" />
       <h2>Declaring the Hosts</h2>
       <p>
         To tell your system that the <em>example.com</em> domains run on your local machine,
@@ -59,7 +59,7 @@
       </p>
       <pre class="source">127.0.0.1       cms.example.com
 127.0.0.1       www.example.com</pre>
-    <a name="N10055" />
+    <a name="N10056" />
       <h2>Configuring the Apache Web Server</h2>
       <p>
         There are multiple options to connect the Apache web server, which acts as the
@@ -84,7 +84,7 @@
         After configuring the Apache web server, you can restart it using
       </p>
       <pre class="source">$ sudo apachectl restart</pre>
-    <a name="N10080" />
+    <a name="N10081" />
       <h2>Configuring Tomcat's Cookie Path</h2>
       <div class="noteTitle"><div>note</div></div><p class="note">
         You'll certainly run into cookie problems when using a non-empty context path
@@ -95,7 +95,7 @@
         You find more information in the <a href="http://tomcat.apache.org/tomcat-6.0-doc/config/ajp.html">Apache
         Tomcat configuration reference</a>.
       </p>
-    <a name="N10099" />
+    <a name="N1009A" />
       <h2>Configuring the Publication for Proxying</h2>
       <p>
         When you use a proxy, Lenya has to convert all internal links accordingly.
@@ -113,7 +113,7 @@
   &lt;proxy area="live" ssl="true" url="https://www.example.com"/&gt;
   &lt;proxy area="live" ssl="false" url="http://www.example.com"/&gt;
 &lt;/proxies&gt;</pre>
-    <a name="N100AC" />
+    <a name="N100AD" />
       <h2>Configuring the Global Proxies</h2>
       <p>
         The application-wide (publication independent) proxies are configured in
@@ -126,7 +126,7 @@
   &lt;proxy ssl="false" url="http://cms.host.com"/&gt;
   &lt;proxy ssl="true" url="https://cms.host.com"/&gt;
 &lt;/component&gt;</pre>
-    <a name="N100BF" />
+    <a name="N100C0" />
       <h2>Testing the Settings</h2>
       <p>
         After re-deploying the publication and restarting your servlet container,

Modified: lenya/site/docu20/tutorials/tests.html
URL: http://svn.apache.org/viewvc/lenya/site/docu20/tutorials/tests.html?rev=690172&r1=690171&r2=690172&view=diff
==============================================================================
--- lenya/site/docu20/tutorials/tests.html (original)
+++ lenya/site/docu20/tutorials/tests.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>Writing Tests</h1><div class="tocTitle"><div>Table of Contents</div></div><ul class="toc"><li><a href="#N1000E">Introduction</a></li><li><a href="#N10036">Running the Tests</a></li><li><a href="#N10085">Adding Tests to Modules</a></li><li><a href="#N100A2">Testing Usecases</a></li><li><a href="#N100D0">Canoo WebTests</a></li></ul><a name="N1000E" />
+    </p></div></div><div id="body"><h1>Writing Tests</h1><div class="tocTitle"><div>Table of Contents</div></div><ul class="toc"><li><a href="#N1000F">Introduction</a></li><li><a href="#N10037">Running the Tests</a></li><li><a href="#N10086">Adding Tests to Modules</a></li><li><a href="#N100A3">Testing Usecases</a></li><li><a href="#N100D1">Canoo WebTests</a></li></ul><a name="N1000F" />
       <h2>Introduction</h2>
 
       <p>To get an overview of the benefits and principles of unit testing, we recommend the following resources:</p>
@@ -34,7 +34,7 @@
 </li>
       </ul>
       
-    <a name="N10036" />
+    <a name="N10037" />
       <h2>Running the Tests</h2>
       <ul>
         <li>
@@ -70,7 +70,7 @@
               Eclipse Blog - HtmlUnit tests with Eclipse and Ant</a> </p>
         </li>
       </ul>
-    <a name="N10085" />
+    <a name="N10086" />
       <h2>Adding Tests to Modules</h2>
       <p>
         Adding unit tests to a module is very simple - you just have to put
@@ -115,7 +115,7 @@
     }
 }</pre>
       
-    <a name="N100A2" />
+    <a name="N100A3" />
       <h2>Testing Usecases</h2>
       <p>To implement a unit test for a usecase, you can extend the class
         <code>AbstractUsecaseTest</code> and override the following methods:
@@ -180,7 +180,7 @@
     }
 
 }</pre>
-    <a name="N100D0" />
+    <a name="N100D1" />
       <h2>Canoo WebTests</h2>
       
       <p>

Modified: lenya/site/docu20/tutorials/usecaseTutorial/usecaseTutorialPart1.html
URL: http://svn.apache.org/viewvc/lenya/site/docu20/tutorials/usecaseTutorial/usecaseTutorialPart1.html?rev=690172&r1=690171&r2=690172&view=diff
==============================================================================
--- lenya/site/docu20/tutorials/usecaseTutorial/usecaseTutorialPart1.html (original)
+++ lenya/site/docu20/tutorials/usecaseTutorial/usecaseTutorialPart1.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>Implementing a Usecase, Part 1: Prerequisites</h1><div class="tocTitle"><div>Table of Contents</div></div><ul class="toc"><li><a href="#N1000E">Introduction</a></li><li><a href="#N10041">Add the "Knows" Relation to the Person Resource Type</a></li><li><a href="#N10094">Implement the Person Document Wrapper</a></li></ul><a name="N1000E" />
+    </p></div></div><div id="body"><h1>Implementing a Usecase, Part 1: Prerequisites</h1><div class="tocTitle"><div>Table of Contents</div></div><ul class="toc"><li><a href="#N1000F">Introduction</a></li><li><a href="#N10042">Add the "Knows" Relation to the Person Resource Type</a></li><li><a href="#N10095">Implement the Person Document Wrapper</a></li></ul><a name="N1000F" />
       <h2>Introduction</h2>
       <p>
         In this tutorial we'll implement a simple user interaction scenario using
@@ -41,7 +41,7 @@
         <li>Add a menu item to trigger the usecase, and</li>
         <li>Specify who is allowed to invoke the usecase.</li>
       </ul>
-    <a name="N10041" />
+    <a name="N10042" />
       <h2>Add the "Knows" Relation to the Person Resource Type</h2>
       <p>
         First, we'll add support for the <code>&lt;foaf:knows/&gt;</code> element to the
@@ -137,7 +137,7 @@
         person document, e.g.:
       </p>
       <pre class="source">&lt;foaf:knows rdf:resource="lenya-document:5e13b150-6855-11dc-8b37-f5f12a4217db"/&gt;</pre>
-    <a name="N10094" />
+    <a name="N10095" />
       <h2>Implement the Person Document Wrapper</h2>
       <p>
         In Lenya projects, the wrapper pattern (also known as adapter pattern) has proven

Modified: lenya/site/docu20/tutorials/usecaseTutorial/usecaseTutorialPart2.html
URL: http://svn.apache.org/viewvc/lenya/site/docu20/tutorials/usecaseTutorial/usecaseTutorialPart2.html?rev=690172&r1=690171&r2=690172&view=diff
==============================================================================
--- lenya/site/docu20/tutorials/usecaseTutorial/usecaseTutorialPart2.html (original)
+++ lenya/site/docu20/tutorials/usecaseTutorial/usecaseTutorialPart2.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>Implementing a Usecase, Part 2: The Usecase</h1><div class="tocTitle"><div>Table of Contents</div></div><ul class="toc"><li><a href="#N1000E">Declaring the Usecase</a></li><li><a href="#N10034">Implementing the Usecase Handler Class</a></li><li><a href="#N10075">Implementing the View</a></li><li><a href="#N10097">Adding the Menu Item</a></li><li><a href="#N100AD">Setting the Usecase Permissions</a></li><li><a href="#N100CA">What's Next?</a></li></ul><a name="N1000E" />
+    </p></div></div><div id="body"><h1>Implementing a Usecase, Part 2: The Usecase</h1><div class="tocTitle"><div>Table of Contents</div></div><ul class="toc"><li><a href="#N1000F">Declaring the Usecase</a></li><li><a href="#N10035">Implementing the Usecase Handler Class</a></li><li><a href="#N10076">Implementing the View</a></li><li><a href="#N10098">Adding the Menu Item</a></li><li><a href="#N100AE">Setting the Usecase Permissions</a></li><li><a href="#N100CB">What's Next?</a></li></ul><a name="N1000F" />
       <h2>Declaring the Usecase</h2>
       <p>
         Now we're ready to start working on the actual usecase. First, we tell Lenya about
@@ -43,7 +43,7 @@
         usecase configuration options, refer to the <a href="../../reference/usecase-framework/abstractusecase.html">AbstractUsecase</a>
         documentation.
       </p>
-    <a name="N10034" />
+    <a name="N10035" />
       <h2>Implementing the Usecase Handler Class</h2>
       <p>
         The usecase handler object receives user input and manipulates the business objects,
@@ -113,7 +113,7 @@
     }
 
 }</pre>
-    <a name="N10075" />
+    <a name="N10076" />
       <h2>Implementing the View</h2>
       <p>
         We're using a JX template to implement the view. It allows us to generate XHTML
@@ -167,7 +167,7 @@
     &lt;/form&gt;
   &lt;/page:body&gt;
 &lt;/page:page&gt;</pre>
-    <a name="N10097" />
+    <a name="N10098" />
       <h2>Adding the Menu Item</h2>
       <p>
         To be able to trigger the usecase, we have to add the corresponding menu item
@@ -208,7 +208,7 @@
     }
   &lt;/xsp:logic&gt;
 &lt;/menu&gt;</pre>
-    <a name="N100AD" />
+    <a name="N100AE" />
       <h2>Setting the Usecase Permissions</h2>
       <p>
         Finally we have to specify who shall be able to execute the usecase.
@@ -228,7 +228,7 @@
         "knows" relation.
       </p>
       <img alt="" src="../../../images/live/usecaseImages/usecaseScreenshotAddKnownPersonimg.png" />
-    <a name="N100CA" />
+    <a name="N100CB" />
       <h2>What's Next?</h2>
       <p>
         There are some important steps which are missing from the example:

Modified: lenya/site/index.html
URL: http://svn.apache.org/viewvc/lenya/site/index.html?rev=690172&r1=690171&r2=690172&view=diff
==============================================================================
--- lenya/site/index.html (original)
+++ lenya/site/index.html Fri Aug 29 03:33:46 2008
@@ -26,22 +26,22 @@
     </p><a name="download" />
       <h2>Downloads</h2>
       <p>
-        The current stable version of Apache Lenya is 2.0. This is the recommended version
+        The current stable version of Apache Lenya is 2.0.2. This is the recommended version
         for production use. You will at least need the Java 2 Platform, Standard Edition,
         version 1.4.2. Please follow the <a href="docu20/installation20/install20.html">installation instructions</a>.
       </p>
       <ul>
         <li>
-          Lenya 2.0
-          <a href="http://www.apache.org/dyn/closer.cgi/lenya/SOURCES/apache-lenya-2.0-src.zip">Windows source code</a> (ZIP archive),
-          <a href="http://www.apache.org/dist/lenya/SOURCES/apache-lenya-2.0-src.zip.asc">ASC Signature</a>,
-          <a href="http://www.apache.org/dist/lenya/SOURCES/apache-lenya-2.0-src.zip.md5">MD5 Checksum</a>
+          Lenya 2.0.2
+          <a href="http://www.apache.org/dyn/closer.cgi/lenya/SOURCES/apache-lenya-2.0.2-src.zip">Windows source code</a> (ZIP archive),
+          <a href="http://www.apache.org/dist/lenya/SOURCES/apache-lenya-2.0.2-src.zip.asc">ASC Signature</a>,
+          <a href="http://www.apache.org/dist/lenya/SOURCES/apache-lenya-2.0.2-src.zip.md5">MD5 Checksum</a>
         </li>
         <li>
-          Lenya 2.0
-          <a href="http://www.apache.org/dyn/closer.cgi/lenya/SOURCES/apache-lenya-2.0-src.tar.gz">Unix source code</a> (tar.gz archive),
-          <a href="http://www.apache.org/dist/lenya/SOURCES/apache-lenya-2.0-src.tar.gz.asc">ASC Signature</a>,
-          <a href="http://www.apache.org/dist/lenya/SOURCES/apache-lenya-2.0-src.tar.gz.md5">MD5 Checksum</a>
+          Lenya 2.0.2
+          <a href="http://www.apache.org/dyn/closer.cgi/lenya/SOURCES/apache-lenya-2.0.2-src.tar.gz">Unix source code</a> (tar.gz archive),
+          <a href="http://www.apache.org/dist/lenya/SOURCES/apache-lenya-2.0.2-src.tar.gz.asc">ASC Signature</a>,
+          <a href="http://www.apache.org/dist/lenya/SOURCES/apache-lenya-2.0.2-src.tar.gz.md5">MD5 Checksum</a>
         </li>
       </ul>
       <p>

Modified: lenya/site/index/history.html
URL: http://svn.apache.org/viewvc/lenya/site/index/history.html?rev=690172&r1=690171&r2=690172&view=diff
==============================================================================
--- lenya/site/index/history.html (original)
+++ lenya/site/index/history.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="banners/builtWithApacheLenya.png?lenya.module=svg&amp;width=130&amp;height=71" width="130" />
-    </p></div></div><div id="body"><h1>History of Apache Lenya</h1><div class="tocTitle"><div>Table of Contents</div></div><ul class="toc"><li><a href="#N1000D">History of Apache Lenya</a></li><li><a href="#N10020">XPS/WyonaCMS Contributors</a></li></ul><a name="N1000D" />
+      <img alt="Built with Apache Lenya" src="banners/builtWithApacheLenya.png" />
+    </p></div></div><div id="body"><h1>History of Apache Lenya</h1><div class="tocTitle"><div>Table of Contents</div></div><ul class="toc"><li><a href="#N1000E">History of Apache Lenya</a></li><li><a href="#N10021">XPS/WyonaCMS Contributors</a></li></ul><a name="N1000E" />
       <h2>History of Apache Lenya</h2>
       <p> Lenya was originally started by Michael Wechner in early 1999 to manage the content of
       the journal of pattern formation. </p>
@@ -27,7 +27,7 @@
     <p>In the spring of 2003, Wyona donated Lenya to the Apache Software Foundation, where
       Lenya was incubated and became a Top Level Project in September 2004. The name Lenya is a
       combination of the names of his two sons Levi and Vanya.</p>
-    <a name="N10020" />
+    <a name="N10021" />
       <h2>XPS/WyonaCMS Contributors</h2>
         <ul>
           <li>Guido Wesdorp</li>

Modified: lenya/site/index/license.html
URL: http://svn.apache.org/viewvc/lenya/site/index/license.html?rev=690172&r1=690171&r2=690172&view=diff
==============================================================================
--- lenya/site/index/license.html (original)
+++ lenya/site/index/license.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="banners/builtWithApacheLenya.png?lenya.module=svg&amp;width=130&amp;height=71" width="130" />
-    </p></div></div><div id="body"><h1>Apache Lenya: License</h1><div class="tocTitle"><div>Table of Contents</div></div><ul class="toc"><li><a href="#N1001A">1. Definitions.</a></li><li><a href="#N1003E">2. Grant of Copyright License.</a></li><li><a href="#N10047">3. Grant of Patent License.</a></li><li><a href="#N10050">4. Redistribution.</a></li><li><a href="#N10068">5. Submission of Contributions.</a></li><li><a href="#N10071">6. Trademarks.</a></li><li><a href="#N1007A">7. Disclaimer of Warranty.</a></li><li><a href="#N10083">8. Limitation of Liability.</a></li><li><a href="#N1008C">9. Accepting Warranty or Additional Liability.</a></li><li><a href="#N10098">APPENDIX: How to apply the Apache License to your work.</a></li></ul><p>Apache License</p><p>Version 2.0, January 2004</p><p>http://www.apache.org/licenses/</p><p>TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION</p><a name="N1001A" />
+      <img alt="Built with Apache Lenya" src="banners/builtWithApacheLenya.png" />
+    </p></div></div><div id="body"><h1>Apache Lenya: License</h1><div class="tocTitle"><div>Table of Contents</div></div><ul class="toc"><li><a href="#N1001B">1. Definitions.</a></li><li><a href="#N1003F">2. Grant of Copyright License.</a></li><li><a href="#N10048">3. Grant of Patent License.</a></li><li><a href="#N10051">4. Redistribution.</a></li><li><a href="#N10069">5. Submission of Contributions.</a></li><li><a href="#N10072">6. Trademarks.</a></li><li><a href="#N1007B">7. Disclaimer of Warranty.</a></li><li><a href="#N10084">8. Limitation of Liability.</a></li><li><a href="#N1008D">9. Accepting Warranty or Additional Liability.</a></li><li><a href="#N10099">APPENDIX: How to apply the Apache License to your work.</a></li></ul><p>Apache License</p><p>Version 2.0, January 2004</p><p>http://www.apache.org/licenses/</p><p>TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION</p><a name="N1001B" />
 <h2>1. Definitions.</h2>
 <p>
       "License" shall mean the terms and conditions for use, reproduction,
@@ -86,7 +86,7 @@
       on behalf of whom a Contribution has been received by Licensor and
       subsequently incorporated within the Work.
 </p>
-<a name="N1003E" />
+<a name="N1003F" />
 <h2>2. Grant of Copyright License.</h2>
       <p>Subject to the terms and conditions of
       this License, each Contributor hereby grants to You a perpetual,
@@ -95,7 +95,7 @@
       publicly display, publicly perform, sublicense, and distribute the
       Work and such Derivative Works in Source or Object form.
 </p>
-<a name="N10047" />
+<a name="N10048" />
 <h2>3. Grant of Patent License.</h2>
       <p>Subject to the terms and conditions of
       this License, each Contributor hereby grants to You a perpetual,
@@ -112,7 +112,7 @@
       or contributory patent infringement, then any patent licenses
       granted to You under this License for that Work shall terminate
       as of the date such litigation is filed.</p>
-<a name="N10050" />
+<a name="N10051" />
 <h2>4. Redistribution.</h2>
     <p>You may reproduce and distribute copies of the
       Work or Derivative Works thereof in any medium, with or without
@@ -159,7 +159,7 @@
       reproduction, and distribution of the Work otherwise complies with
       the conditions stated in this License.
 </p>
-<a name="N10068" />
+<a name="N10069" />
 <h2>5. Submission of Contributions.</h2>
     <p>Unless You explicitly state otherwise,
       any Contribution intentionally submitted for inclusion in the Work
@@ -168,13 +168,13 @@
       Notwithstanding the above, nothing herein shall supersede or modify
       the terms of any separate license agreement you may have executed
       with Licensor regarding such Contributions.</p>
-<a name="N10071" />
+<a name="N10072" />
 <h2>6. Trademarks.</h2>
     <p>This License does not grant permission to use the trade
       names, trademarks, service marks, or product names of the Licensor,
       except as required for reasonable and customary use in describing the
       origin of the Work and reproducing the content of the NOTICE file.</p>
-<a name="N1007A" />
+<a name="N1007B" />
 <h2>7. Disclaimer of Warranty.</h2>
     <p>Unless required by applicable law or
       agreed to in writing, Licensor provides the Work (and each
@@ -185,7 +185,7 @@
       PARTICULAR PURPOSE. You are solely responsible for determining the
       appropriateness of using or redistributing the Work and assume any
       risks associated with Your exercise of permissions under this License.</p>
-<a name="N10083" />
+<a name="N10084" />
 <h2>8. Limitation of Liability.</h2>
     <p>In no event and under no legal theory,
       whether in tort (including negligence), contract, or otherwise,
@@ -198,7 +198,7 @@
       work stoppage, computer failure or malfunction, or any and all
       other commercial damages or losses), even if such Contributor
       has been advised of the possibility of such damages.</p>
-<a name="N1008C" />
+<a name="N1008D" />
 <h2>9. Accepting Warranty or Additional Liability.</h2>
     <p>While redistributing
       the Work or Derivative Works thereof, You may choose to offer,
@@ -211,7 +211,7 @@
       incurred by, or claims asserted against, such Contributor by reason
       of your accepting any such warranty or additional liability.
 </p>
-<p>END OF TERMS AND CONDITIONS</p><a name="N10098" />
+<p>END OF TERMS AND CONDITIONS</p><a name="N10099" />
 <h2>APPENDIX: How to apply the Apache License to your work.</h2>
 
       <p>To apply the Apache License to your work, attach the following

Modified: lenya/site/index/related-projects.html
URL: http://svn.apache.org/viewvc/lenya/site/index/related-projects.html?rev=690172&r1=690171&r2=690172&view=diff
==============================================================================
--- lenya/site/index/related-projects.html (original)
+++ lenya/site/index/related-projects.html Fri Aug 29 03:33:46 2008
@@ -17,11 +17,11 @@
       </a>
     </p><p>
       <img alt="Built with Apache Lenya" src="banners/builtWithApacheLenya.png" />
-    </p></div></div><div id="body"><h1>Related Projects</h1><div class="tocTitle"><div>Table of Contents</div></div><ul class="toc"><li><a href="#N1001D">Cocoon</a></li><li><a href="#N1002D">Slide</a></li><li><a href="#N1003D">Jackrabbit</a></li><li><a href="#N1004D">Forrest</a></li></ul><p>
+    </p></div></div><div id="body"><h1>Related Projects</h1><div class="tocTitle"><div>Table of Contents</div></div><ul class="toc"><li><a href="#N1001B">Cocoon</a></li><li><a href="#N1002B">Jackrabbit</a></li><li><a href="#N1003B">Forrest</a></li></ul><p>
 This list is featuring projects which are closely related to Apache Lenya. Open Source Content Management Systems overviews can be found at 
 <a href="http://www.oscom.org">oscom.org</a> or <a href="http://www.cmsinfo.org">cmsinfo.org</a>. More information on Cocoon-based projects can be found at
 <a href="http://cocoon.apache.org/link/projects.html">http://cocoon.apache.org/link/projects.html</a>.
-</p><a name="N1001D" />
+</p><a name="N1001B" />
 <h2>Cocoon</h2>
 <p>
 Apache Cocoon is an XML publishing framework that raises the usage of XML and XSLT
@@ -34,19 +34,7 @@
 <p>
 <a href="http://cocoon.apache.org">http://cocoon.apache.org</a>
 </p>
-<a name="N1002D" />
-<h2>Slide</h2>
-<p>
-The Slide project main module is a Content Management and Integration System, which
-can be seen as a low-level content management framework. Conceptually, it provides
-a hierarchical organization of binary content which can be stored into arbitrary,
-heterogenous, distributed data stores. In addition, Slide integrates security, locking,
-versioning, as well as many other services.
-</p>
-<p>
-<a href="http://jakarta.apache.org/slide/">http://jakarta.apache.org/slide/</a>
-</p>
-<a name="N1003D" />
+<a name="N1002B" />
 <h2>Jackrabbit</h2>
 <p>
 The Jackrabbit Project has been formed to develop an open source implementation of the Content Repository for Java Technology API (JCR), being specified within the Java Community Process as JSR-170.
@@ -54,7 +42,7 @@
 <p>
 <a href="http://incubator.apache.org/jackrabbit/">http://incubator.apache.org/jackrabbit/</a>
 </p>
-<a name="N1004D" />
+<a name="N1003B" />
 <h2>Forrest</h2>
 <p>
 Apache Forrest is an XML standards-oriented documentation framework based on Apache Cocoon, providing XSLT stylesheets and schemas, images and other resources. Forrest uses these to render the XML source content into a website via command-line, robot, or a dynamic web application.



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