You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by gk...@apache.org on 2008/07/20 20:18:32 UTC

svn commit: r678296 [2/5] - in /cocoon/site/site: ./ 2.2/ 2.2/blocks/ 2.2/core-modules/ 2.2/maven-plugins/ subprojects/ subprojects/configuration/1.0/ subprojects/servlet-service/1.0/

Modified: cocoon/site/site/1363_1_1.html
URL: http://svn.apache.org/viewvc/cocoon/site/site/1363_1_1.html?rev=678296&r1=678295&r2=678296&view=diff
==============================================================================
--- cocoon/site/site/1363_1_1.html (original)
+++ cocoon/site/site/1363_1_1.html Sun Jul 20 11:18:29 2008
@@ -261,7 +261,7 @@
       </ul>
     </li>
     </ul>
-         <div id="contentBody"><div id="bodyText"><h1 class="docTitle">Features</h1><h1 xmlns:p="http://outerx.org/daisy/1.0#publisher" xmlns:ns="http://outerx.org/daisy/1.0">What is?</h1><h2 xmlns:p="http://outerx.org/daisy/1.0#publisher" xmlns:ns="http://outerx.org/daisy/1.0">Apache Cocoon</h2><p>Apache Cocoon is a <a href="http://www.springframework.org">Spring-based</a>
+         <div id="contentBody"><div id="bodyText"><h1 class="docTitle">Features</h1><h1 xmlns:ns="http://outerx.org/daisy/1.0" xmlns:p="http://outerx.org/daisy/1.0#publisher">What is?</h1><h2 xmlns:ns="http://outerx.org/daisy/1.0" xmlns:p="http://outerx.org/daisy/1.0#publisher">Apache Cocoon</h2><p>Apache Cocoon is a <a href="http://www.springframework.org">Spring-based</a>
 (since version 2.2 of Cocoon) framework built around the concepts of separation
 of concerns and component-based development.</p><p>Cocoon implements these concepts around the notion of <strong>component
 pipelines</strong>, each component on the pipeline specializing on a particular
@@ -272,7 +272,7 @@
 parallel evolution of all aspects of a web application, improving development
 pace and reducing the chance of conflicts. In particular it makes it easy to
 support multiple output formats, offers continuation based web controller
-implementations and comes with a JSR-168 compatible Portal implementation.</p><h2 xmlns:p="http://outerx.org/daisy/1.0#publisher" xmlns:ns="http://outerx.org/daisy/1.0">Cocoon blocks</h2><p>A block is the unit of modularization in Cocoon (in comparison: Eclipse uses
+implementations and comes with a JSR-168 compatible Portal implementation.</p><h2 xmlns:ns="http://outerx.org/daisy/1.0" xmlns:p="http://outerx.org/daisy/1.0#publisher">Cocoon blocks</h2><p>A block is the unit of modularization in Cocoon (in comparison: Eclipse uses
 the term plugins, OSGi bundles). Everything that goes beyond what Cocoon
 provides in its core modules (Spring integration, sitemap and pipeline
 implementation) is provided as block. Custom Cocoon applications are also
@@ -283,7 +283,7 @@
 <li>component services (Spring beans, Avalon services/components),</li>
 <li>a container for classes and resources.</li>
 </ul>A block is packaged as a Java archive (jar) following certain conventions
-concerning the directory structure.<h1 xmlns:p="http://outerx.org/daisy/1.0#publisher" xmlns:ns="http://outerx.org/daisy/1.0">General features</h1><ul>
+concerning the directory structure.<h1 xmlns:ns="http://outerx.org/daisy/1.0" xmlns:p="http://outerx.org/daisy/1.0#publisher">General features</h1><ul>
 <li>Apache Cocoon is a <a href="http://www.springframework.org">Spring-based</a>
 (since version 2.2) framework built around the concepts of separation of
 concerns and component-based development, ensuring that people can interact and
@@ -318,7 +318,7 @@
 </li>
 <li>To get started see the <a href="2.2/1159_1_1.html">Getting started tutorial</a>
 </li>
-</ul><h1 xmlns:p="http://outerx.org/daisy/1.0#publisher" xmlns:ns="http://outerx.org/daisy/1.0">Usage scenarios</h1>As you would expect, all of these scenarios can be combined.<ul>
+</ul><h1 xmlns:ns="http://outerx.org/daisy/1.0" xmlns:p="http://outerx.org/daisy/1.0#publisher">Usage scenarios</h1>As you would expect, all of these scenarios can be combined.<ul>
 <li>Dynamic multi-channel web publishing (see below for the possible datasources
 and output formats)</li>
 <li>Create static content (automatically) by separating data from view</li>
@@ -347,7 +347,7 @@
 <a href="http://www.hippocms.org">Hippo CMS</a>)</li>
 <li>Use Cocoon for producing mobile content (mobile phones, PDAs)</li>
 <li>Datawarehouse reporting across multiple formats (see xReporter)</li>
-</ul><h1 xmlns:p="http://outerx.org/daisy/1.0#publisher" xmlns:ns="http://outerx.org/daisy/1.0">Connect your datasources</h1>Out of the box, the following data can be converted to XML to be processed by
+</ul><h1 xmlns:ns="http://outerx.org/daisy/1.0" xmlns:p="http://outerx.org/daisy/1.0#publisher">Connect your datasources</h1>Out of the box, the following data can be converted to XML to be processed by
 Cocoon pipelines.<ul>
 <li>XML Files</li>
 <li>XML based (Web) services</li>
@@ -378,7 +378,7 @@
 <li><a href="http://www.ietf.org/rfc/rfc1777.txt?number=1777">LDAP - Lightweight
 Directory Access Protocol</a></li>
 <li>Easily aggregate different datasources</li>
-</ul><h1 xmlns:p="http://outerx.org/daisy/1.0#publisher" xmlns:ns="http://outerx.org/daisy/1.0">Transform your XML based on standards</h1><ul>
+</ul><h1 xmlns:ns="http://outerx.org/daisy/1.0" xmlns:p="http://outerx.org/daisy/1.0#publisher">Transform your XML based on standards</h1><ul>
 <li><a href="http://www.w3.org/TR/xslt">XSLT</a> (The default XSLT-Engine is
 Apache Xalan, XSLTC is included in the Cocoon distribution, other XSLT-Engines
 like Saxon can be easily integrated)</li>
@@ -386,7 +386,7 @@
 (Streaming Transformations for XML)</a></li>
 <li><a href="http://www.w3.org/TR/xinclude/">XInclude</a> with
 <a href="http://www.w3.org/TR/xptr/">XPointer</a> framework support</li>
-</ul><h1 xmlns:p="http://outerx.org/daisy/1.0#publisher" xmlns:ns="http://outerx.org/daisy/1.0">Serialize your XML to various output formats</h1><ul>
+</ul><h1 xmlns:ns="http://outerx.org/daisy/1.0" xmlns:p="http://outerx.org/daisy/1.0#publisher">Serialize your XML to various output formats</h1><ul>
 <li><a href="http://www.w3.org/XML/">XML</a></li>
 <li><a href="http://www.w3.org/MarkUp/">HTML</a></li>
 <li><a href="http://www.w3.org/XHTML/">XHTML</a></li>
@@ -404,7 +404,7 @@
 <li><a href="http://www.w3.org/TR/SVG/">Scalable Vector Graphics (SVG)</a></li>
 <li>MIDI</li>
 <li>ZIP archives</li>
-</ul><h1 xmlns:p="http://outerx.org/daisy/1.0#publisher" xmlns:ns="http://outerx.org/daisy/1.0">What else we can do for you</h1><ul>
+</ul><h1 xmlns:ns="http://outerx.org/daisy/1.0" xmlns:p="http://outerx.org/daisy/1.0#publisher">What else we can do for you</h1><ul>
 <li>tight integration with the <a href="http://www.springframework.org">Spring
 framework</a></li>
 <li>Modularize your applications using blocks</li>
@@ -431,12 +431,12 @@
 <li>Integration of Java data binding frameworks
 (<a href="http://www.castor.org/">Castor</a>,
 <a href="http://jakarta.apache.org/commons/betwixt/">Betwixt</a>)</li>
-</ul><h1 xmlns:p="http://outerx.org/daisy/1.0#publisher" xmlns:ns="http://outerx.org/daisy/1.0">Form handling frameworks</h1><ul>
+</ul><h1 xmlns:ns="http://outerx.org/daisy/1.0" xmlns:p="http://outerx.org/daisy/1.0#publisher">Form handling frameworks</h1><ul>
 <li>Enhanced form handling with strong validation through
 <a href="2.2/blocks/forms/1.0/489_1_1.html">Cocoon Forms</a></li>
 <li>Easy integration of (future)
 <a href="http://www.w3.org/TR/xforms/">XForms</a> clients</li>
-</ul><h1 xmlns:p="http://outerx.org/daisy/1.0#publisher" xmlns:ns="http://outerx.org/daisy/1.0">Cocoon deployment and integration</h1><ul>
+</ul><h1 xmlns:ns="http://outerx.org/daisy/1.0" xmlns:p="http://outerx.org/daisy/1.0#publisher">Cocoon deployment and integration</h1><ul>
 <li>Cocoon requires Java 1.4.2 or above</li>
 <li>Cocoon can be run in every servlet container or J2EE application server that
 supports Java Servlets 2.2 and above, e.g.

Modified: cocoon/site/site/1365_1_1.html
URL: http://svn.apache.org/viewvc/cocoon/site/site/1365_1_1.html?rev=678296&r1=678295&r2=678296&view=diff
==============================================================================
--- cocoon/site/site/1365_1_1.html (original)
+++ cocoon/site/site/1365_1_1.html Sun Jul 20 11:18:29 2008
@@ -311,9 +311,9 @@
       </ul>
     </li>
     </ul>
-         <div id="contentBody"><div id="bodyText"><h1 class="docTitle">Products</h1><p>These are products that use Apache Cocoon:</p><h2 xmlns:p="http://outerx.org/daisy/1.0#publisher" xmlns:ns="http://outerx.org/daisy/1.0">Apache Lenya</h2><p><a href="http://lenya.apache.org">Apache Lenya</a> is an Open Source Java/XML
+         <div id="contentBody"><div id="bodyText"><h1 class="docTitle">Products</h1><p>These are products that use Apache Cocoon:</p><h2 xmlns:ns="http://outerx.org/daisy/1.0" xmlns:p="http://outerx.org/daisy/1.0#publisher">Apache Lenya</h2><p><a href="http://lenya.apache.org">Apache Lenya</a> is an Open Source Java/XML
 Content Management System and comes with revision control, site management,
-scheduling, search, WYSIWYG editors, and workflow.</p><h2 xmlns:p="http://outerx.org/daisy/1.0#publisher" xmlns:ns="http://outerx.org/daisy/1.0">Daisy CMS</h2><p><a href="http://www.daisycms.org">Daisy</a> is a content management system
+scheduling, search, WYSIWYG editors, and workflow.</p><h2 xmlns:ns="http://outerx.org/daisy/1.0" xmlns:p="http://outerx.org/daisy/1.0#publisher">Daisy CMS</h2><p><a href="http://www.daisycms.org">Daisy</a> is a content management system
 that offers rich out-of-the-box functionality combined with solid foundations
 for extensibility and integration. Daisy consists of two main components:</p><ul>
 <li>a stand-alone repository server accessible through HTTP/XML (using the
@@ -326,14 +326,14 @@
 asset management applications. Even for advanced content management
 applications, Daisy can be used and configured without any Java-coding skills:
 Daisy offers a Javascript/Cocoon-based extension framework.Daisy is licensed under the open source, business-friendly Apache License 2.0
-<h2 xmlns:p="http://outerx.org/daisy/1.0#publisher" xmlns:ns="http://outerx.org/daisy/1.0">Hippo CMS</h2><p><a href="http://www.hippocms.org"> Hippo CMS</a> is an
+<h2 xmlns:ns="http://outerx.org/daisy/1.0" xmlns:p="http://outerx.org/daisy/1.0#publisher">Hippo CMS</h2><p><a href="http://www.hippocms.org"> Hippo CMS</a> is an
 <a href="http://www.hippocms.org/pages/viewpage.action?pageId=2618">open
 source</a> information centered content management system. It's targeted at
 medium to large organisations managing content for multi-channel distribution
 like web sites and intranets. It facilitates an open and flexible way of using
 your information by following international accepted
 <a href="http://www.hippocms.org/pages/viewpage.action?pageId=2609">open
-standards</a>.</p><p>Hippo CMS is licensed under the Apache License 2.0.</p><h2 xmlns:p="http://outerx.org/daisy/1.0#publisher" xmlns:ns="http://outerx.org/daisy/1.0">Mindquarry</h2><p><a href="http://www.mindquarry.com">Mindquarry</a> - The OpenSource
+standards</a>.</p><p>Hippo CMS is licensed under the Apache License 2.0.</p><h2 xmlns:ns="http://outerx.org/daisy/1.0" xmlns:p="http://outerx.org/daisy/1.0#publisher">Mindquarry</h2><p><a href="http://www.mindquarry.com">Mindquarry</a> - The OpenSource
 Collaborative Software - is a fully Cocoon-based webapplication with document
 management, wiki, task tracking and conversations. It provides a powerful set of
 collaborative tools for use online and offline to streamline teamwork between

Modified: cocoon/site/site/1418_1_1.html
URL: http://svn.apache.org/viewvc/cocoon/site/site/1418_1_1.html?rev=678296&r1=678295&r2=678296&view=diff
==============================================================================
--- cocoon/site/site/1418_1_1.html (original)
+++ cocoon/site/site/1418_1_1.html Sun Jul 20 11:18:29 2008
@@ -321,7 +321,7 @@
 </p><ul>
 <li>use the nightly build on cocoon.zones.apache.org</li>
 <li>build the docs at your local machine</li>
-</ul><h1 xmlns:p="http://outerx.org/daisy/1.0#publisher" xmlns:ns="http://outerx.org/daisy/1.0">Use the nightly build</h1>There is a nightly build (runs at 2am and 2pm UTC) of our docs available at
+</ul><h1 xmlns:ns="http://outerx.org/daisy/1.0" xmlns:p="http://outerx.org/daisy/1.0#publisher">Use the nightly build</h1>There is a nightly build (runs at 2am and 2pm UTC) of our docs available at
 cocoon.zones.apache.org. Login via ssh and use the 'maven' user:<pre>sudo su - maven</pre>Then change to<pre>cd ~/svn-site-generation</pre><p>There you will find a directory <tt>svn-docs</tt>. It contains a recent
 checkout (= part of the nightly docs build) and the result of the docs
 generation process copied over. If you want to see the docs online, point your
@@ -333,7 +333,7 @@
 <a href="http://cocoon.zones.apache.org/dev-docs/">http://cocoon.zones.apache.org/dev-docs/</a>.
 </div></div><p>Using</p><pre>svn st svn-docs</pre><p>will show you all the differences.</p><p>If you want to add all the newly generated docs run</p><pre>svn st | grep &quot;\?&quot; | awk '{print $2}' | xargs svn add
 </pre><p>which will recursivly add all new documents.</p><p>Then run</p><pre>svn ci [path] --no-auth-cache --username [username]</pre><p>for all the docs that you want to publish.</p><p>That's it. When the docs are committed to the SVN, they will be published
-within the next 60 minutes.</p><h1 xmlns:p="http://outerx.org/daisy/1.0#publisher" xmlns:ns="http://outerx.org/daisy/1.0">Build the docs locally</h1><p>Actually it's the same as using the nightly build. The only difference is
+within the next 60 minutes.</p><h1 xmlns:ns="http://outerx.org/daisy/1.0" xmlns:p="http://outerx.org/daisy/1.0#publisher">Build the docs locally</h1><p>Actually it's the same as using the nightly build. The only difference is
 that you have to build the docs yourself. The <a href="1256_1_1.html">How to build
 the docs locally guide</a> explains how you can do  this. Then follow the steps
 from above.</p></div><div class="editUrl"><div><em>Errors and Improvements?</em> If you see any errors or potential improvements in this document please help

Modified: cocoon/site/site/2.2/1291_1_1.html
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/1291_1_1.html?rev=678296&r1=678295&r2=678296&view=diff
==============================================================================
--- cocoon/site/site/2.2/1291_1_1.html (original)
+++ cocoon/site/site/2.2/1291_1_1.html Sun Jul 20 11:18:29 2008
@@ -220,7 +220,7 @@
 &lt;/project&gt;
 </pre><p>If you use the RCL goal of the Cocoon Maven plugin, you will also want to add
 the location of the new block to the configuration file of block1. This has the
-advantage that you can work on block2 and the changes take effect immediatly.
+advantage that you can work on block2 and the changes take effect immediately.
 Open getting-started-app/myBlock1/rcl.properties and add</p><pre>com.mycompany.myBlock1.service%classes-dir=./target/classes
 
 <strong xmlns:ns="http://outerx.org/daisy/1.0" xmlns:p="http://outerx.org/daisy/1.0#publisher">com.mycompany.myBlock2.service%classes-dir=../myBlock2/target/classes
@@ -300,7 +300,7 @@
 &lt;/xsl:stylesheet&gt;
 </pre><p>Point your browser at
 <tt>http://localhost:8888/myBlock1/callingTransformationService</tt> and see the
-output of the pipeline.</p><div class="note"><div><strong>Note: </strong>Beside transformation services there are also generation and a
+output of the pipeline.</p><div class="note"><div><strong>Note: </strong>Besides transformation services there are also generation and
 serialization services.</div></div></div><div class="editUrl"><div><em>Errors and Improvements?</em> If you see any errors or potential improvements in this document please help
         us: <a href="http://cocoon.zones.apache.org/daisy/cdocs/1291?branch=1&language=1">View, Edit or comment</a> on the latest development version (registration required).
       </div></div></div>

Modified: cocoon/site/site/2.2/1448_1_1.html
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/1448_1_1.html?rev=678296&r1=678295&r2=678296&view=diff
==============================================================================
--- cocoon/site/site/2.2/1448_1_1.html (original)
+++ cocoon/site/site/2.2/1448_1_1.html Sun Jul 20 11:18:29 2008
@@ -148,9 +148,9 @@
               </ul>
     </li>
       </ul>
-         <div id="contentBody"><div id="bodyText"><h1 class="docTitle">Screencasts</h1><h1 xmlns:ns="http://outerx.org/daisy/1.0" xmlns:p="http://outerx.org/daisy/1.0#publisher">Cocoon reloading class Maven plug-in - rapid development</h1><p>The following screencast how Rapid Application (Block more precisely)
-Development is achieved with <a href="../2.2/maven-plugins/maven-plugin/1.0/1295_1_1.html">Maven's RCL</a> (AKA Cocoon)
-plug-in.</p><p>Some initial steps leading to creation of a basic block are taken from
+         <div id="contentBody"><div id="bodyText"><h1 class="docTitle">Screencasts</h1><h1 xmlns:ns="http://outerx.org/daisy/1.0" xmlns:p="http://outerx.org/daisy/1.0#publisher">Cocoon reloading class Maven plug-in - rapid development</h1><p>The following screencast demonstrates how Rapid Application (Block more
+precisely) Development is achieved with <a href="../2.2/maven-plugins/maven-plugin/1.0/1295_1_1.html">Maven's RCL</a>
+(AKA Cocoon) plug-in.</p><p>Some initial steps leading to creation of a basic block are taken from
 &quot;<a href="1159_1_1.html">Your first Cocoon application using Maven 2</a>&quot; tutorial.
 </p><div class="note"><div><strong>Note: </strong>During the screencast old version (1.0.0-RC2) of archetype is
 being used for initial block creation. You should use always use the latest

Modified: cocoon/site/site/2.2/blocks/1204_1_1.html
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/blocks/1204_1_1.html?rev=678296&r1=678295&r2=678296&view=diff
==============================================================================
--- cocoon/site/site/2.2/blocks/1204_1_1.html (original)
+++ cocoon/site/site/2.2/blocks/1204_1_1.html Sun Jul 20 11:18:29 2008
@@ -96,7 +96,7 @@
               </ul>
     </li>
       </ul>
-         <div id="contentBody"><div id="bodyText"><h1 class="docTitle">List</h1><h1 xmlns:p="http://outerx.org/daisy/1.0#publisher" xmlns:ns="http://outerx.org/daisy/1.0">Available Cocoon Blocks</h1><table class="bodyTable">
+         <div id="contentBody"><div id="bodyText"><h1 class="docTitle">List</h1><h1 xmlns:ns="http://outerx.org/daisy/1.0" xmlns:p="http://outerx.org/daisy/1.0#publisher">Available Cocoon Blocks</h1><table class="bodyTable">
 <tbody>
 <tr class="a">
 <th>
@@ -258,7 +258,7 @@
 </td>
 </tr>
 </tbody>
-</table><h1 xmlns:p="http://outerx.org/daisy/1.0#publisher" xmlns:ns="http://outerx.org/daisy/1.0">Unreleased Blocks</h1><p>This list of blocks hasn't been released yet. Your help is more than
+</table><h1 xmlns:ns="http://outerx.org/daisy/1.0" xmlns:p="http://outerx.org/daisy/1.0#publisher">Unreleased Blocks</h1><p>This list of blocks hasn't been released yet. Your help is more than
 appreciated to make them ready for a release as Cocoon 2.2 block.</p><table class="bodyTable">
 <tbody>
 <tr class="b">
@@ -384,7 +384,7 @@
 </table><div class="note"><div><strong>Note: </strong>There are more unreleased blocks. This list only contains the
 most popular ones. See our
 <a href="http://svn.apache.org/repos/asf/cocoon/trunk/blocks/">SVN</a> for a
-complete overview.</div></div><h1 xmlns:p="http://outerx.org/daisy/1.0#publisher" xmlns:ns="http://outerx.org/daisy/1.0">Deprecated Blocks</h1><p>These blocks have been deprecated in 2.1 and are replaced by other blocks or
+complete overview.</div></div><h1 xmlns:ns="http://outerx.org/daisy/1.0" xmlns:p="http://outerx.org/daisy/1.0#publisher">Deprecated Blocks</h1><p>These blocks have been deprecated in 2.1 and are replaced by other blocks or
 solutions coming from outside of Cocoon.</p><table class="bodyTable">
 <tbody>
 <tr class="a">

Modified: cocoon/site/site/2.2/blocks/dependencies.html
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/blocks/dependencies.html?rev=678296&r1=678295&r2=678296&view=diff
==============================================================================
--- cocoon/site/site/2.2/blocks/dependencies.html (original)
+++ cocoon/site/site/2.2/blocks/dependencies.html Sun Jul 20 11:18:29 2008
@@ -25,17 +25,17 @@
 
 
 
-
 <html>
   <head>
-    <title>            Cocoon Blocks
-      </title>
+    <title>      Cocoon Blocks Site - Project Dependencies
+  </title>
     <style type="text/css" media="all">
       @import url("./css/maven-base.css");
       @import url("./css/maven-theme.css");
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
+    <script src="./js/getBlank.js" language="javascript" type="text/javascript"></script>
         <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
   </head>
   <body>
@@ -60,12 +60,16 @@
                       </div>
          </div>
          <div id="projectBar">
-           <p class="cocoonHome"><a href="../../"><img
+           <p class="cocoonHome"><a href="./index.html"><img
            src="images/pmc-home.gif"
-           alt="Back to Apache Cocoon homepage"
-           border="0" title="Back to Apache Cocoon homepage" /></a></p>
-           <h1 class="projectTitle"><a href="../../">              Cocoon Blocks
-            2.2
+           alt="  Cocoon Blocks
+      2.2
+   homepage"
+           border="0" title="  Cocoon Blocks
+      2.2
+   homepage" /></a></p>
+           <h1 class="projectTitle"><a href="./index.html">  Cocoon Blocks
+      2.2
   </a></h1>
                          <ul class="projectList">
                 <li><strong><a href="../../2.2/">Cocoon 2.2</a></em></strong></li>
@@ -77,7 +81,7 @@
                      </div>
          <div class="projectBarClear"><!-- --></div>
       </div>
-<!-- end of top -->
+    <!-- end of top -->
 
     <div id="content">
          <ul id="menu">
@@ -91,27 +95,16 @@
               </ul>
     </li>
       </ul>
-<!--
-                                     <a href="http://maven.apache.org/" title="Built by Maven" id="poweredBy">
-            <img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
-          </a>
-                   <div id="lastPublished">
-                    
-                   Last Published: 26/09/2007 07:10
-       </div>
--->
          <div class="section"><h2>Project Dependencies</h2><p>There are no dependencies for this project. It is a standalone application that does not depend on any other project.</p></div>
     </div>
+
     <!-- end of content -->
     <div id="footer">
       <p>&#169;  
-          1999-2007
+          1999-2008
     
           The Apache Software Foundation
-        <br/>
-    
-    Last Published: 26/09/2007 07:10
-</p>
+      </p>
     </div>
     <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
     </script>
@@ -119,5 +112,6 @@
       _uacct = "UA-1740622-3";
       urchinTracker();
     </script>
+
   </body>
-</html>
+</html>
\ No newline at end of file

Modified: cocoon/site/site/2.2/blocks/license.html
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/blocks/license.html?rev=678296&r1=678295&r2=678296&view=diff
==============================================================================
--- cocoon/site/site/2.2/blocks/license.html (original)
+++ cocoon/site/site/2.2/blocks/license.html Sun Jul 20 11:18:29 2008
@@ -27,7 +27,7 @@
 
 <html>
   <head>
-    <title>      Cocoon Blocks Site - Project License
+    <title>      Cocoon Blocks Site - 
   </title>
     <style type="text/css" media="all">
       @import url("./css/maven-base.css");
@@ -95,209 +95,7 @@
               </ul>
     </li>
       </ul>
-         <div class="section"><h2>Overview</h2><p>Typically the licenses listed for the project are that of the project itself, and not of dependencies.</p></div><div class="section"><h2>Project License</h2><div class="section"><h3>The Apache Software License, Version 2.0</h3><div class="source"><pre>
-                                 Apache License
-                           Version 2.0, January 2004
-                        http://www.apache.org/licenses/
-
-   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
-
-   1. Definitions.
-
-      &quot;License&quot; shall mean the terms and conditions for use, reproduction,
-      and distribution as defined by Sections 1 through 9 of this document.
-
-      &quot;Licensor&quot; shall mean the copyright owner or entity authorized by
-      the copyright owner that is granting the License.
-
-      &quot;Legal Entity&quot; shall mean the union of the acting entity and all
-      other entities that control, are controlled by, or are under common
-      control with that entity. For the purposes of this definition,
-      &quot;control&quot; means (i) the power, direct or indirect, to cause the
-      direction or management of such entity, whether by contract or
-      otherwise, or (ii) ownership of fifty percent (50%) or more of the
-      outstanding shares, or (iii) beneficial ownership of such entity.
-
-      &quot;You&quot; (or &quot;Your&quot;) shall mean an individual or Legal Entity
-      exercising permissions granted by this License.
-
-      &quot;Source&quot; form shall mean the preferred form for making modifications,
-      including but not limited to software source code, documentation
-      source, and configuration files.
-
-      &quot;Object&quot; form shall mean any form resulting from mechanical
-      transformation or translation of a Source form, including but
-      not limited to compiled object code, generated documentation,
-      and conversions to other media types.
-
-      &quot;Work&quot; shall mean the work of authorship, whether in Source or
-      Object form, made available under the License, as indicated by a
-      copyright notice that is included in or attached to the work
-      (an example is provided in the Appendix below).
-
-      &quot;Derivative Works&quot; shall mean any work, whether in Source or Object
-      form, that is based on (or derived from) the Work and for which the
-      editorial revisions, annotations, elaborations, or other modifications
-      represent, as a whole, an original work of authorship. For the purposes
-      of this License, Derivative Works shall not include works that remain
-      separable from, or merely link (or bind by name) to the interfaces of,
-      the Work and Derivative Works thereof.
-
-      &quot;Contribution&quot; shall mean any work of authorship, including
-      the original version of the Work and any modifications or additions
-      to that Work or Derivative Works thereof, that is intentionally
-      submitted to Licensor for inclusion in the Work by the copyright owner
-      or by an individual or Legal Entity authorized to submit on behalf of
-      the copyright owner. For the purposes of this definition, &quot;submitted&quot;
-      means any form of electronic, verbal, or written communication sent
-      to the Licensor or its representatives, including but not limited to
-      communication on electronic mailing lists, source code control systems,
-      and issue tracking systems that are managed by, or on behalf of, the
-      Licensor for the purpose of discussing and improving the Work, but
-      excluding communication that is conspicuously marked or otherwise
-      designated in writing by the copyright owner as &quot;Not a Contribution.&quot;
-
-      &quot;Contributor&quot; shall mean Licensor and any individual or Legal Entity
-      on behalf of whom a Contribution has been received by Licensor and
-      subsequently incorporated within the Work.
-
-   2. Grant of Copyright License. Subject to the terms and conditions of
-      this License, each Contributor hereby grants to You a perpetual,
-      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
-      copyright license to reproduce, prepare Derivative Works of,
-      publicly display, publicly perform, sublicense, and distribute the
-      Work and such Derivative Works in Source or Object form.
-
-   3. Grant of Patent License. Subject to the terms and conditions of
-      this License, each Contributor hereby grants to You a perpetual,
-      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
-      (except as stated in this section) patent license to make, have made,
-      use, offer to sell, sell, import, and otherwise transfer the Work,
-      where such license applies only to those patent claims licensable
-      by such Contributor that are necessarily infringed by their
-      Contribution(s) alone or by combination of their Contribution(s)
-      with the Work to which such Contribution(s) was submitted. If You
-      institute patent litigation against any entity (including a
-      cross-claim or counterclaim in a lawsuit) alleging that the Work
-      or a Contribution incorporated within the Work constitutes direct
-      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.
-
-   4. Redistribution. You may reproduce and distribute copies of the
-      Work or Derivative Works thereof in any medium, with or without
-      modifications, and in Source or Object form, provided that You
-      meet the following conditions:
-
-      (a) You must give any other recipients of the Work or
-          Derivative Works a copy of this License; and
-
-      (b) You must cause any modified files to carry prominent notices
-          stating that You changed the files; and
-
-      (c) You must retain, in the Source form of any Derivative Works
-          that You distribute, all copyright, patent, trademark, and
-          attribution notices from the Source form of the Work,
-          excluding those notices that do not pertain to any part of
-          the Derivative Works; and
-
-      (d) If the Work includes a &quot;NOTICE&quot; text file as part of its
-          distribution, then any Derivative Works that You distribute must
-          include a readable copy of the attribution notices contained
-          within such NOTICE file, excluding those notices that do not
-          pertain to any part of the Derivative Works, in at least one
-          of the following places: within a NOTICE text file distributed
-          as part of the Derivative Works; within the Source form or
-          documentation, if provided along with the Derivative Works; or,
-          within a display generated by the Derivative Works, if and
-          wherever such third-party notices normally appear. The contents
-          of the NOTICE file are for informational purposes only and
-          do not modify the License. You may add Your own attribution
-          notices within Derivative Works that You distribute, alongside
-          or as an addendum to the NOTICE text from the Work, provided
-          that such additional attribution notices cannot be construed
-          as modifying the License.
-
-      You may add Your own copyright statement to Your modifications and
-      may provide additional or different license terms and conditions
-      for use, reproduction, or distribution of Your modifications, or
-      for any such Derivative Works as a whole, provided Your use,
-      reproduction, and distribution of the Work otherwise complies with
-      the conditions stated in this License.
-
-   5. Submission of Contributions. Unless You explicitly state otherwise,
-      any Contribution intentionally submitted for inclusion in the Work
-      by You to the Licensor shall be under the terms and conditions of
-      this License, without any additional terms or conditions.
-      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.
-
-   6. Trademarks. 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.
-
-   7. Disclaimer of Warranty. Unless required by applicable law or
-      agreed to in writing, Licensor provides the Work (and each
-      Contributor provides its Contributions) on an &quot;AS IS&quot; BASIS,
-      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
-      implied, including, without limitation, any warranties or conditions
-      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
-      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.
-
-   8. Limitation of Liability. In no event and under no legal theory,
-      whether in tort (including negligence), contract, or otherwise,
-      unless required by applicable law (such as deliberate and grossly
-      negligent acts) or agreed to in writing, shall any Contributor be
-      liable to You for damages, including any direct, indirect, special,
-      incidental, or consequential damages of any character arising as a
-      result of this License or out of the use or inability to use the
-      Work (including but not limited to damages for loss of goodwill,
-      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.
-
-   9. Accepting Warranty or Additional Liability. While redistributing
-      the Work or Derivative Works thereof, You may choose to offer,
-      and charge a fee for, acceptance of support, warranty, indemnity,
-      or other liability obligations and/or rights consistent with this
-      License. However, in accepting such obligations, You may act only
-      on Your own behalf and on Your sole responsibility, not on behalf
-      of any other Contributor, and only if You agree to indemnify,
-      defend, and hold each Contributor harmless for any liability
-      incurred by, or claims asserted against, such Contributor by reason
-      of your accepting any such warranty or additional liability.
-
-   END OF TERMS AND CONDITIONS
-
-   APPENDIX: How to apply the Apache License to your work.
-
-      To apply the Apache License to your work, attach the following
-      boilerplate notice, with the fields enclosed by brackets &quot;[]&quot;
-      replaced with your own identifying information. (Don't include
-      the brackets!)  The text should be enclosed in the appropriate
-      comment syntax for the file format. We also recommend that a
-      file or class name and description of purpose be included on the
-      same &quot;printed page&quot; as the copyright notice for easier
-      identification within third-party archives.
-
-   Copyright [yyyy] [name of copyright owner]
-
-   Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);
-   you may not use this file except in compliance with the License.
-   You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-   Unless required by applicable law or agreed to in writing, software
-   distributed under the License is distributed on an &quot;AS IS&quot; BASIS,
-   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-   See the License for the specific language governing permissions and
-   limitations under the License.
-</pre></div></div></div>
+         
     </div>
 
     <!-- end of content -->

Modified: cocoon/site/site/2.2/blocks/project-info.html
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/blocks/project-info.html?rev=678296&r1=678295&r2=678296&view=diff
==============================================================================
--- cocoon/site/site/2.2/blocks/project-info.html (original)
+++ cocoon/site/site/2.2/blocks/project-info.html Sun Jul 20 11:18:29 2008
@@ -95,7 +95,7 @@
               </ul>
     </li>
       </ul>
-         <div class="section"><h2>Project Information</h2><p>This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by <a href="http://maven.apache.org">Maven</a> on behalf of the project.</p><div class="section"><h3>Overview</h3><table class="bodyTable"><tr class="a"><th>Document</th><th>Description</th></tr><tr class="b"><td><a href="license.html">Project License</a></td><td>This is a link to the definitions of project licenses.</td></tr><tr class="a"><td><a href="dependencies.html">Dependencies</a></td><td>This document lists the projects dependencies and provides information on each dependency.</td></tr><tr class="b"><td><a href="team-list.html">Project Team</a></td><td>This document provides information on the members of this project. These are the individuals who have contributed to the project in one form or another.</td></tr><tr class="a"><td><a href="pr
 oject-summary.html">Project Summary</a></td><td>This document lists other related information of this project</td></tr></table></div></div>
+         <div class="section"><h2>Project Information</h2><p>This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by <a href="http://maven.apache.org">Maven</a> on behalf of the project.</p><div class="section"><h3>Overview</h3><table class="bodyTable"><tr class="a"><th>Document</th><th>Description</th></tr><tr class="b"><td><a href="project-summary.html">Project Summary</a></td><td>This document lists other related information of this project</td></tr><tr class="a"><td><a href="dependencies.html">Dependencies</a></td><td>This document lists the projects dependencies and provides information on each dependency.</td></tr><tr class="b"><td><a href="team-list.html">Project Team</a></td><td>This document provides information on the members of this project. These are the individuals who have contributed to the project in one form or another.</td></tr><tr class="a">
 <td><a href="license.html">Project License</a></td><td>This is a link to the definitions of project licenses.</td></tr></table></div></div>
     </div>
 
     <!-- end of content -->

Modified: cocoon/site/site/2.2/blocks/project-summary.html
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/blocks/project-summary.html?rev=678296&r1=678295&r2=678296&view=diff
==============================================================================
--- cocoon/site/site/2.2/blocks/project-summary.html (original)
+++ cocoon/site/site/2.2/blocks/project-summary.html Sun Jul 20 11:18:29 2008
@@ -25,17 +25,17 @@
 
 
 
-
 <html>
   <head>
-    <title>            Cocoon Blocks
-      </title>
+    <title>      Cocoon Blocks Site - Project Summary
+  </title>
     <style type="text/css" media="all">
       @import url("./css/maven-base.css");
       @import url("./css/maven-theme.css");
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
+    <script src="./js/getBlank.js" language="javascript" type="text/javascript"></script>
         <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
   </head>
   <body>
@@ -60,12 +60,16 @@
                       </div>
          </div>
          <div id="projectBar">
-           <p class="cocoonHome"><a href="../../"><img
+           <p class="cocoonHome"><a href="./index.html"><img
            src="images/pmc-home.gif"
-           alt="Back to Apache Cocoon homepage"
-           border="0" title="Back to Apache Cocoon homepage" /></a></p>
-           <h1 class="projectTitle"><a href="../../">              Cocoon Blocks
-            2.2
+           alt="  Cocoon Blocks
+      2.2
+   homepage"
+           border="0" title="  Cocoon Blocks
+      2.2
+   homepage" /></a></p>
+           <h1 class="projectTitle"><a href="./index.html">  Cocoon Blocks
+      2.2
   </a></h1>
                          <ul class="projectList">
                 <li><strong><a href="../../2.2/">Cocoon 2.2</a></em></strong></li>
@@ -77,7 +81,7 @@
                      </div>
          <div class="projectBarClear"><!-- --></div>
       </div>
-<!-- end of top -->
+    <!-- end of top -->
 
     <div id="content">
          <ul id="menu">
@@ -91,31 +95,20 @@
               </ul>
     </li>
       </ul>
-<!--
-                                     <a href="http://maven.apache.org/" title="Built by Maven" id="poweredBy">
-            <img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
-          </a>
-                   <div id="lastPublished">
-                    
-                   Last Published: 26/09/2007 07:10
-       </div>
--->
          <div class="section"><h2>Project Summary</h2><div class="section"><h3>Project Information</h3><table class="bodyTable"><tr class="a"><th>Field</th><th>Value</th></tr><tr class="b"><td>Name</td><td>Cocoon Blocks Site</td></tr><tr class="a"><td>Description</td><td>The Apache Software Foundation provides support for the Apache community of open-source software projects.
     The Apache projects are characterized by a collaborative, consensus based development process, an open and
     pragmatic software license, and a desire to create high quality software that leads the way in its field.
     We consider ourselves not simply a group of projects sharing a server, but rather a community of developers
     and users.</td></tr><tr class="b"><td>Homepage</td><td><a href="http://cocoon.apache.org/2.2/blocks/">http://cocoon.apache.org/2.2/blocks/</a></td></tr></table></div><div class="section"><h3>Project Organization</h3><table class="bodyTable"><tr class="a"><th>Field</th><th>Value</th></tr><tr class="b"><td>Name</td><td>The Apache Software Foundation</td></tr><tr class="a"><td>URL</td><td><a href="http://www.apache.org/">http://www.apache.org/</a></td></tr></table></div><div class="section"><h3>Build Information</h3><table class="bodyTable"><tr class="b"><th>Field</th><th>Value</th></tr><tr class="a"><td>GroupId</td><td>org.apache.cocoon</td></tr><tr class="b"><td>ArtifactId</td><td>cocoon-blocks-site</td></tr><tr class="a"><td>Version</td><td>1.0.0-SNAPSHOT</td></tr><tr class="b"><td>Type</td><td>jar</td></tr></table></div></div>
     </div>
+
     <!-- end of content -->
     <div id="footer">
       <p>&#169;  
-          1999-2007
+          1999-2008
     
           The Apache Software Foundation
-        <br/>
-    
-    Last Published: 26/09/2007 07:10
-</p>
+      </p>
     </div>
     <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
     </script>
@@ -123,5 +116,6 @@
       _uacct = "UA-1740622-3";
       urchinTracker();
     </script>
+
   </body>
-</html>
+</html>
\ No newline at end of file

Modified: cocoon/site/site/2.2/core-modules/1210_1_1.html
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/core-modules/1210_1_1.html?rev=678296&r1=678295&r2=678296&view=diff
==============================================================================
--- cocoon/site/site/2.2/core-modules/1210_1_1.html (original)
+++ cocoon/site/site/2.2/core-modules/1210_1_1.html Sun Jul 20 11:18:29 2008
@@ -124,7 +124,7 @@
 </td>
 </tr>
 </tbody>
-</table><h1 xmlns:p="http://outerx.org/daisy/1.0#publisher" xmlns:ns="http://outerx.org/daisy/1.0">Core modules in detail</h1><div class="note"><div><strong>Note: </strong>The way how Cocoon Core is divided into sub modules is
+</table><h1 xmlns:ns="http://outerx.org/daisy/1.0" xmlns:p="http://outerx.org/daisy/1.0#publisher">Core modules in detail</h1><div class="note"><div><strong>Note: </strong>The way how Cocoon Core is divided into sub modules is
 considered experimental at the moment. So don't rely on it. If  want to be on
 the safe side and use Maven 2, always use Cocoon core as dependency and rely on
 Maven's transitive dependencies mechanism.</div></div><table class="bodyTable">

Modified: cocoon/site/site/2.2/core-modules/dependencies.html
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/core-modules/dependencies.html?rev=678296&r1=678295&r2=678296&view=diff
==============================================================================
--- cocoon/site/site/2.2/core-modules/dependencies.html (original)
+++ cocoon/site/site/2.2/core-modules/dependencies.html Sun Jul 20 11:18:29 2008
@@ -25,17 +25,17 @@
 
 
 
-
 <html>
   <head>
-    <title>            Cocoon Core Modules
-      </title>
+    <title>      Cocoon Core Modules Site - Project Dependencies
+  </title>
     <style type="text/css" media="all">
       @import url("./css/maven-base.css");
       @import url("./css/maven-theme.css");
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
+    <script src="./js/getBlank.js" language="javascript" type="text/javascript"></script>
         <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
   </head>
   <body>
@@ -60,12 +60,16 @@
                       </div>
          </div>
          <div id="projectBar">
-           <p class="cocoonHome"><a href="../../"><img
+           <p class="cocoonHome"><a href="./index.html"><img
            src="images/pmc-home.gif"
-           alt="Back to Apache Cocoon homepage"
-           border="0" title="Back to Apache Cocoon homepage" /></a></p>
-           <h1 class="projectTitle"><a href="../../">              Cocoon Core Modules
-            2.2
+           alt="  Cocoon Core Modules
+      2.2
+   homepage"
+           border="0" title="  Cocoon Core Modules
+      2.2
+   homepage" /></a></p>
+           <h1 class="projectTitle"><a href="./index.html">  Cocoon Core Modules
+      2.2
   </a></h1>
                          <ul class="projectList">
                 <li><strong><a href="../../2.2/">Cocoon 2.2</a></em></strong></li>
@@ -77,7 +81,7 @@
                      </div>
          <div class="projectBarClear"><!-- --></div>
       </div>
-<!-- end of top -->
+    <!-- end of top -->
 
     <div id="content">
          <ul id="menu">
@@ -86,32 +90,21 @@
             <ul>
                   
     <li >
-              <a href="1210_1_1.html">List</a>
+              <a href="1210_1_1.html">List of Core Modules</a>
         </li>
               </ul>
     </li>
       </ul>
-<!--
-                                     <a href="http://maven.apache.org/" title="Built by Maven" id="poweredBy">
-            <img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
-          </a>
-                   <div id="lastPublished">
-                    
-                   Last Published: 26/09/2007 07:11
-       </div>
--->
          <div class="section"><h2>Project Dependencies</h2><p>There are no dependencies for this project. It is a standalone application that does not depend on any other project.</p></div>
     </div>
+
     <!-- end of content -->
     <div id="footer">
       <p>&#169;  
-          1999-2007
+          1999-2008
     
           The Apache Software Foundation
-        <br/>
-    
-    Last Published: 26/09/2007 07:11
-</p>
+      </p>
     </div>
     <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
     </script>
@@ -119,5 +112,6 @@
       _uacct = "UA-1740622-3";
       urchinTracker();
     </script>
+
   </body>
-</html>
+</html>
\ No newline at end of file

Modified: cocoon/site/site/2.2/core-modules/license.html
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/core-modules/license.html?rev=678296&r1=678295&r2=678296&view=diff
==============================================================================
--- cocoon/site/site/2.2/core-modules/license.html (original)
+++ cocoon/site/site/2.2/core-modules/license.html Sun Jul 20 11:18:29 2008
@@ -27,7 +27,7 @@
 
 <html>
   <head>
-    <title>      Cocoon Core Modules Site - Project License
+    <title>      Cocoon Core Modules Site - 
   </title>
     <style type="text/css" media="all">
       @import url("./css/maven-base.css");
@@ -95,209 +95,7 @@
               </ul>
     </li>
       </ul>
-         <div class="section"><h2>Overview</h2><p>Typically the licenses listed for the project are that of the project itself, and not of dependencies.</p></div><div class="section"><h2>Project License</h2><div class="section"><h3>The Apache Software License, Version 2.0</h3><div class="source"><pre>
-                                 Apache License
-                           Version 2.0, January 2004
-                        http://www.apache.org/licenses/
-
-   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
-
-   1. Definitions.
-
-      &quot;License&quot; shall mean the terms and conditions for use, reproduction,
-      and distribution as defined by Sections 1 through 9 of this document.
-
-      &quot;Licensor&quot; shall mean the copyright owner or entity authorized by
-      the copyright owner that is granting the License.
-
-      &quot;Legal Entity&quot; shall mean the union of the acting entity and all
-      other entities that control, are controlled by, or are under common
-      control with that entity. For the purposes of this definition,
-      &quot;control&quot; means (i) the power, direct or indirect, to cause the
-      direction or management of such entity, whether by contract or
-      otherwise, or (ii) ownership of fifty percent (50%) or more of the
-      outstanding shares, or (iii) beneficial ownership of such entity.
-
-      &quot;You&quot; (or &quot;Your&quot;) shall mean an individual or Legal Entity
-      exercising permissions granted by this License.
-
-      &quot;Source&quot; form shall mean the preferred form for making modifications,
-      including but not limited to software source code, documentation
-      source, and configuration files.
-
-      &quot;Object&quot; form shall mean any form resulting from mechanical
-      transformation or translation of a Source form, including but
-      not limited to compiled object code, generated documentation,
-      and conversions to other media types.
-
-      &quot;Work&quot; shall mean the work of authorship, whether in Source or
-      Object form, made available under the License, as indicated by a
-      copyright notice that is included in or attached to the work
-      (an example is provided in the Appendix below).
-
-      &quot;Derivative Works&quot; shall mean any work, whether in Source or Object
-      form, that is based on (or derived from) the Work and for which the
-      editorial revisions, annotations, elaborations, or other modifications
-      represent, as a whole, an original work of authorship. For the purposes
-      of this License, Derivative Works shall not include works that remain
-      separable from, or merely link (or bind by name) to the interfaces of,
-      the Work and Derivative Works thereof.
-
-      &quot;Contribution&quot; shall mean any work of authorship, including
-      the original version of the Work and any modifications or additions
-      to that Work or Derivative Works thereof, that is intentionally
-      submitted to Licensor for inclusion in the Work by the copyright owner
-      or by an individual or Legal Entity authorized to submit on behalf of
-      the copyright owner. For the purposes of this definition, &quot;submitted&quot;
-      means any form of electronic, verbal, or written communication sent
-      to the Licensor or its representatives, including but not limited to
-      communication on electronic mailing lists, source code control systems,
-      and issue tracking systems that are managed by, or on behalf of, the
-      Licensor for the purpose of discussing and improving the Work, but
-      excluding communication that is conspicuously marked or otherwise
-      designated in writing by the copyright owner as &quot;Not a Contribution.&quot;
-
-      &quot;Contributor&quot; shall mean Licensor and any individual or Legal Entity
-      on behalf of whom a Contribution has been received by Licensor and
-      subsequently incorporated within the Work.
-
-   2. Grant of Copyright License. Subject to the terms and conditions of
-      this License, each Contributor hereby grants to You a perpetual,
-      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
-      copyright license to reproduce, prepare Derivative Works of,
-      publicly display, publicly perform, sublicense, and distribute the
-      Work and such Derivative Works in Source or Object form.
-
-   3. Grant of Patent License. Subject to the terms and conditions of
-      this License, each Contributor hereby grants to You a perpetual,
-      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
-      (except as stated in this section) patent license to make, have made,
-      use, offer to sell, sell, import, and otherwise transfer the Work,
-      where such license applies only to those patent claims licensable
-      by such Contributor that are necessarily infringed by their
-      Contribution(s) alone or by combination of their Contribution(s)
-      with the Work to which such Contribution(s) was submitted. If You
-      institute patent litigation against any entity (including a
-      cross-claim or counterclaim in a lawsuit) alleging that the Work
-      or a Contribution incorporated within the Work constitutes direct
-      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.
-
-   4. Redistribution. You may reproduce and distribute copies of the
-      Work or Derivative Works thereof in any medium, with or without
-      modifications, and in Source or Object form, provided that You
-      meet the following conditions:
-
-      (a) You must give any other recipients of the Work or
-          Derivative Works a copy of this License; and
-
-      (b) You must cause any modified files to carry prominent notices
-          stating that You changed the files; and
-
-      (c) You must retain, in the Source form of any Derivative Works
-          that You distribute, all copyright, patent, trademark, and
-          attribution notices from the Source form of the Work,
-          excluding those notices that do not pertain to any part of
-          the Derivative Works; and
-
-      (d) If the Work includes a &quot;NOTICE&quot; text file as part of its
-          distribution, then any Derivative Works that You distribute must
-          include a readable copy of the attribution notices contained
-          within such NOTICE file, excluding those notices that do not
-          pertain to any part of the Derivative Works, in at least one
-          of the following places: within a NOTICE text file distributed
-          as part of the Derivative Works; within the Source form or
-          documentation, if provided along with the Derivative Works; or,
-          within a display generated by the Derivative Works, if and
-          wherever such third-party notices normally appear. The contents
-          of the NOTICE file are for informational purposes only and
-          do not modify the License. You may add Your own attribution
-          notices within Derivative Works that You distribute, alongside
-          or as an addendum to the NOTICE text from the Work, provided
-          that such additional attribution notices cannot be construed
-          as modifying the License.
-
-      You may add Your own copyright statement to Your modifications and
-      may provide additional or different license terms and conditions
-      for use, reproduction, or distribution of Your modifications, or
-      for any such Derivative Works as a whole, provided Your use,
-      reproduction, and distribution of the Work otherwise complies with
-      the conditions stated in this License.
-
-   5. Submission of Contributions. Unless You explicitly state otherwise,
-      any Contribution intentionally submitted for inclusion in the Work
-      by You to the Licensor shall be under the terms and conditions of
-      this License, without any additional terms or conditions.
-      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.
-
-   6. Trademarks. 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.
-
-   7. Disclaimer of Warranty. Unless required by applicable law or
-      agreed to in writing, Licensor provides the Work (and each
-      Contributor provides its Contributions) on an &quot;AS IS&quot; BASIS,
-      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
-      implied, including, without limitation, any warranties or conditions
-      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
-      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.
-
-   8. Limitation of Liability. In no event and under no legal theory,
-      whether in tort (including negligence), contract, or otherwise,
-      unless required by applicable law (such as deliberate and grossly
-      negligent acts) or agreed to in writing, shall any Contributor be
-      liable to You for damages, including any direct, indirect, special,
-      incidental, or consequential damages of any character arising as a
-      result of this License or out of the use or inability to use the
-      Work (including but not limited to damages for loss of goodwill,
-      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.
-
-   9. Accepting Warranty or Additional Liability. While redistributing
-      the Work or Derivative Works thereof, You may choose to offer,
-      and charge a fee for, acceptance of support, warranty, indemnity,
-      or other liability obligations and/or rights consistent with this
-      License. However, in accepting such obligations, You may act only
-      on Your own behalf and on Your sole responsibility, not on behalf
-      of any other Contributor, and only if You agree to indemnify,
-      defend, and hold each Contributor harmless for any liability
-      incurred by, or claims asserted against, such Contributor by reason
-      of your accepting any such warranty or additional liability.
-
-   END OF TERMS AND CONDITIONS
-
-   APPENDIX: How to apply the Apache License to your work.
-
-      To apply the Apache License to your work, attach the following
-      boilerplate notice, with the fields enclosed by brackets &quot;[]&quot;
-      replaced with your own identifying information. (Don't include
-      the brackets!)  The text should be enclosed in the appropriate
-      comment syntax for the file format. We also recommend that a
-      file or class name and description of purpose be included on the
-      same &quot;printed page&quot; as the copyright notice for easier
-      identification within third-party archives.
-
-   Copyright [yyyy] [name of copyright owner]
-
-   Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);
-   you may not use this file except in compliance with the License.
-   You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-   Unless required by applicable law or agreed to in writing, software
-   distributed under the License is distributed on an &quot;AS IS&quot; BASIS,
-   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-   See the License for the specific language governing permissions and
-   limitations under the License.
-</pre></div></div></div>
+         
     </div>
 
     <!-- end of content -->

Modified: cocoon/site/site/2.2/core-modules/project-info.html
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/core-modules/project-info.html?rev=678296&r1=678295&r2=678296&view=diff
==============================================================================
--- cocoon/site/site/2.2/core-modules/project-info.html (original)
+++ cocoon/site/site/2.2/core-modules/project-info.html Sun Jul 20 11:18:29 2008
@@ -95,7 +95,7 @@
               </ul>
     </li>
       </ul>
-         <div class="section"><h2>Project Information</h2><p>This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by <a href="http://maven.apache.org">Maven</a> on behalf of the project.</p><div class="section"><h3>Overview</h3><table class="bodyTable"><tr class="a"><th>Document</th><th>Description</th></tr><tr class="b"><td><a href="license.html">Project License</a></td><td>This is a link to the definitions of project licenses.</td></tr><tr class="a"><td><a href="dependencies.html">Dependencies</a></td><td>This document lists the projects dependencies and provides information on each dependency.</td></tr><tr class="b"><td><a href="team-list.html">Project Team</a></td><td>This document provides information on the members of this project. These are the individuals who have contributed to the project in one form or another.</td></tr><tr class="a"><td><a href="pr
 oject-summary.html">Project Summary</a></td><td>This document lists other related information of this project</td></tr></table></div></div>
+         <div class="section"><h2>Project Information</h2><p>This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by <a href="http://maven.apache.org">Maven</a> on behalf of the project.</p><div class="section"><h3>Overview</h3><table class="bodyTable"><tr class="a"><th>Document</th><th>Description</th></tr><tr class="b"><td><a href="project-summary.html">Project Summary</a></td><td>This document lists other related information of this project</td></tr><tr class="a"><td><a href="dependencies.html">Dependencies</a></td><td>This document lists the projects dependencies and provides information on each dependency.</td></tr><tr class="b"><td><a href="team-list.html">Project Team</a></td><td>This document provides information on the members of this project. These are the individuals who have contributed to the project in one form or another.</td></tr><tr class="a">
 <td><a href="license.html">Project License</a></td><td>This is a link to the definitions of project licenses.</td></tr></table></div></div>
     </div>
 
     <!-- end of content -->

Modified: cocoon/site/site/2.2/core-modules/project-summary.html
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/core-modules/project-summary.html?rev=678296&r1=678295&r2=678296&view=diff
==============================================================================
--- cocoon/site/site/2.2/core-modules/project-summary.html (original)
+++ cocoon/site/site/2.2/core-modules/project-summary.html Sun Jul 20 11:18:29 2008
@@ -25,17 +25,17 @@
 
 
 
-
 <html>
   <head>
-    <title>            Cocoon Core Modules
-      </title>
+    <title>      Cocoon Core Modules Site - Project Summary
+  </title>
     <style type="text/css" media="all">
       @import url("./css/maven-base.css");
       @import url("./css/maven-theme.css");
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
+    <script src="./js/getBlank.js" language="javascript" type="text/javascript"></script>
         <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
   </head>
   <body>
@@ -60,12 +60,16 @@
                       </div>
          </div>
          <div id="projectBar">
-           <p class="cocoonHome"><a href="../../"><img
+           <p class="cocoonHome"><a href="./index.html"><img
            src="images/pmc-home.gif"
-           alt="Back to Apache Cocoon homepage"
-           border="0" title="Back to Apache Cocoon homepage" /></a></p>
-           <h1 class="projectTitle"><a href="../../">              Cocoon Core Modules
-            2.2
+           alt="  Cocoon Core Modules
+      2.2
+   homepage"
+           border="0" title="  Cocoon Core Modules
+      2.2
+   homepage" /></a></p>
+           <h1 class="projectTitle"><a href="./index.html">  Cocoon Core Modules
+      2.2
   </a></h1>
                          <ul class="projectList">
                 <li><strong><a href="../../2.2/">Cocoon 2.2</a></em></strong></li>
@@ -77,7 +81,7 @@
                      </div>
          <div class="projectBarClear"><!-- --></div>
       </div>
-<!-- end of top -->
+    <!-- end of top -->
 
     <div id="content">
          <ul id="menu">
@@ -86,36 +90,25 @@
             <ul>
                   
     <li >
-              <a href="1210_1_1.html">List</a>
+              <a href="1210_1_1.html">List of Core Modules</a>
         </li>
               </ul>
     </li>
       </ul>
-<!--
-                                     <a href="http://maven.apache.org/" title="Built by Maven" id="poweredBy">
-            <img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
-          </a>
-                   <div id="lastPublished">
-                    
-                   Last Published: 26/09/2007 07:11
-       </div>
--->
          <div class="section"><h2>Project Summary</h2><div class="section"><h3>Project Information</h3><table class="bodyTable"><tr class="a"><th>Field</th><th>Value</th></tr><tr class="b"><td>Name</td><td>Cocoon Core Modules Site</td></tr><tr class="a"><td>Description</td><td>The Apache Software Foundation provides support for the Apache community of open-source software projects.
     The Apache projects are characterized by a collaborative, consensus based development process, an open and
     pragmatic software license, and a desire to create high quality software that leads the way in its field.
     We consider ourselves not simply a group of projects sharing a server, but rather a community of developers
     and users.</td></tr><tr class="b"><td>Homepage</td><td><a href="http://cocoon.apache.org/2.2/core-modules/">http://cocoon.apache.org/2.2/core-modules/</a></td></tr></table></div><div class="section"><h3>Project Organization</h3><table class="bodyTable"><tr class="a"><th>Field</th><th>Value</th></tr><tr class="b"><td>Name</td><td>The Apache Software Foundation</td></tr><tr class="a"><td>URL</td><td><a href="http://www.apache.org/">http://www.apache.org/</a></td></tr></table></div><div class="section"><h3>Build Information</h3><table class="bodyTable"><tr class="b"><th>Field</th><th>Value</th></tr><tr class="a"><td>GroupId</td><td>org.apache.cocoon</td></tr><tr class="b"><td>ArtifactId</td><td>cocoon-core-site</td></tr><tr class="a"><td>Version</td><td>1.0.0-SNAPSHOT</td></tr><tr class="b"><td>Type</td><td>jar</td></tr></table></div></div>
     </div>
+
     <!-- end of content -->
     <div id="footer">
       <p>&#169;  
-          1999-2007
+          1999-2008
     
           The Apache Software Foundation
-        <br/>
-    
-    Last Published: 26/09/2007 07:11
-</p>
+      </p>
     </div>
     <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
     </script>
@@ -123,5 +116,6 @@
       _uacct = "UA-1740622-3";
       urchinTracker();
     </script>
+
   </body>
-</html>
+</html>
\ No newline at end of file

Modified: cocoon/site/site/2.2/dependencies.html
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/dependencies.html?rev=678296&r1=678295&r2=678296&view=diff
==============================================================================
--- cocoon/site/site/2.2/dependencies.html (original)
+++ cocoon/site/site/2.2/dependencies.html Sun Jul 20 11:18:29 2008
@@ -25,17 +25,17 @@
 
 
 
-
 <html>
   <head>
-    <title>            Cocoon 2.2
-      </title>
+    <title>      Cocoon 2.2 Site - Project Dependencies
+  </title>
     <style type="text/css" media="all">
       @import url("./css/maven-base.css");
       @import url("./css/maven-theme.css");
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
+    <script src="./js/getBlank.js" language="javascript" type="text/javascript"></script>
         <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
   </head>
   <body>
@@ -60,12 +60,14 @@
                       </div>
          </div>
          <div id="projectBar">
-           <p class="cocoonHome"><a href="../"><img
+           <p class="cocoonHome"><a href="./index.html"><img
            src="images/pmc-home.gif"
-           alt="Back to Apache Cocoon homepage"
-           border="0" title="Back to Apache Cocoon homepage" /></a></p>
-           <h1 class="projectTitle"><a href="../">              Cocoon 2.2
-        </a></h1>
+           alt="  Cocoon 2.2
+   homepage"
+           border="0" title="  Cocoon 2.2
+   homepage" /></a></p>
+           <h1 class="projectTitle"><a href="./index.html">  Cocoon 2.2
+  </a></h1>
                          <ul class="projectList">
                 <li><strong><a href="../2.2/">Cocoon 2.2</a></em></strong></li>
                 <li><a href="../2.2/core-modules/">Core <span class="pl-version-small">2.2</span></a></li>
@@ -76,17 +78,29 @@
                      </div>
          <div class="projectBarClear"><!-- --></div>
       </div>
-<!-- end of top -->
+    <!-- end of top -->
 
     <div id="content">
          <ul id="menu">
         <li>
-              Overview
+              Cocoon 2.2
             <ul>
                   
     <li >
               <a href="1327_1_1.html">Overview</a>
         </li>
+                  
+    <li >
+              <a href="1447_1_1.html">Download</a>
+        </li>
+                  
+    <li >
+              <a href="1420_1_1.html">New in 2.2</a>
+        </li>
+                  
+    <li >
+              <a href="1454_1_1.html">Test2</a>
+        </li>
               </ul>
     </li>
       <li>
@@ -108,6 +122,10 @@
     <li >
               <a href="1362_1_1.html">Deploying a Cocoon application</a>
         </li>
+                  
+    <li >
+              <a href="1448_1_1.html">Screencasts</a>
+        </li>
               </ul>
     </li>
       <li>
@@ -117,10 +135,6 @@
     <li >
               <a href="1366_1_1.html">How to configure consistent encoding in Cocoon</a>
         </li>
-                  
-    <li >
-              <a href="1402_1_1.html">2.1 to 2.2 migration</a>
-        </li>
               </ul>
     </li>
       <li>
@@ -133,27 +147,16 @@
               </ul>
     </li>
       </ul>
-<!--
-                                     <a href="http://maven.apache.org/" title="Built by Maven" id="poweredBy">
-            <img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
-          </a>
-                   <div id="lastPublished">
-                    
-                   Last Published: 26/09/2007 07:10
-       </div>
--->
          <div class="section"><h2>Project Dependencies</h2><p>There are no dependencies for this project. It is a standalone application that does not depend on any other project.</p></div>
     </div>
+
     <!-- end of content -->
     <div id="footer">
       <p>&#169;  
-          1999-2007
+          1999-2008
     
           The Apache Software Foundation
-        <br/>
-    
-    Last Published: 26/09/2007 07:10
-</p>
+      </p>
     </div>
     <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
     </script>
@@ -161,5 +164,6 @@
       _uacct = "UA-1740622-3";
       urchinTracker();
     </script>
+
   </body>
-</html>
+</html>
\ No newline at end of file

Modified: cocoon/site/site/2.2/license.html
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/license.html?rev=678296&r1=678295&r2=678296&view=diff
==============================================================================
--- cocoon/site/site/2.2/license.html (original)
+++ cocoon/site/site/2.2/license.html Sun Jul 20 11:18:29 2008
@@ -27,7 +27,7 @@
 
 <html>
   <head>
-    <title>      Cocoon 2.2 Site - Project License
+    <title>      Cocoon 2.2 Site - 
   </title>
     <style type="text/css" media="all">
       @import url("./css/maven-base.css");
@@ -147,209 +147,7 @@
               </ul>
     </li>
       </ul>
-         <div class="section"><h2>Overview</h2><p>Typically the licenses listed for the project are that of the project itself, and not of dependencies.</p></div><div class="section"><h2>Project License</h2><div class="section"><h3>The Apache Software License, Version 2.0</h3><div class="source"><pre>
-                                 Apache License
-                           Version 2.0, January 2004
-                        http://www.apache.org/licenses/
-
-   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
-
-   1. Definitions.
-
-      &quot;License&quot; shall mean the terms and conditions for use, reproduction,
-      and distribution as defined by Sections 1 through 9 of this document.
-
-      &quot;Licensor&quot; shall mean the copyright owner or entity authorized by
-      the copyright owner that is granting the License.
-
-      &quot;Legal Entity&quot; shall mean the union of the acting entity and all
-      other entities that control, are controlled by, or are under common
-      control with that entity. For the purposes of this definition,
-      &quot;control&quot; means (i) the power, direct or indirect, to cause the
-      direction or management of such entity, whether by contract or
-      otherwise, or (ii) ownership of fifty percent (50%) or more of the
-      outstanding shares, or (iii) beneficial ownership of such entity.
-
-      &quot;You&quot; (or &quot;Your&quot;) shall mean an individual or Legal Entity
-      exercising permissions granted by this License.
-
-      &quot;Source&quot; form shall mean the preferred form for making modifications,
-      including but not limited to software source code, documentation
-      source, and configuration files.
-
-      &quot;Object&quot; form shall mean any form resulting from mechanical
-      transformation or translation of a Source form, including but
-      not limited to compiled object code, generated documentation,
-      and conversions to other media types.
-
-      &quot;Work&quot; shall mean the work of authorship, whether in Source or
-      Object form, made available under the License, as indicated by a
-      copyright notice that is included in or attached to the work
-      (an example is provided in the Appendix below).
-
-      &quot;Derivative Works&quot; shall mean any work, whether in Source or Object
-      form, that is based on (or derived from) the Work and for which the
-      editorial revisions, annotations, elaborations, or other modifications
-      represent, as a whole, an original work of authorship. For the purposes
-      of this License, Derivative Works shall not include works that remain
-      separable from, or merely link (or bind by name) to the interfaces of,
-      the Work and Derivative Works thereof.
-
-      &quot;Contribution&quot; shall mean any work of authorship, including
-      the original version of the Work and any modifications or additions
-      to that Work or Derivative Works thereof, that is intentionally
-      submitted to Licensor for inclusion in the Work by the copyright owner
-      or by an individual or Legal Entity authorized to submit on behalf of
-      the copyright owner. For the purposes of this definition, &quot;submitted&quot;
-      means any form of electronic, verbal, or written communication sent
-      to the Licensor or its representatives, including but not limited to
-      communication on electronic mailing lists, source code control systems,
-      and issue tracking systems that are managed by, or on behalf of, the
-      Licensor for the purpose of discussing and improving the Work, but
-      excluding communication that is conspicuously marked or otherwise
-      designated in writing by the copyright owner as &quot;Not a Contribution.&quot;
-
-      &quot;Contributor&quot; shall mean Licensor and any individual or Legal Entity
-      on behalf of whom a Contribution has been received by Licensor and
-      subsequently incorporated within the Work.
-
-   2. Grant of Copyright License. Subject to the terms and conditions of
-      this License, each Contributor hereby grants to You a perpetual,
-      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
-      copyright license to reproduce, prepare Derivative Works of,
-      publicly display, publicly perform, sublicense, and distribute the
-      Work and such Derivative Works in Source or Object form.
-
-   3. Grant of Patent License. Subject to the terms and conditions of
-      this License, each Contributor hereby grants to You a perpetual,
-      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
-      (except as stated in this section) patent license to make, have made,
-      use, offer to sell, sell, import, and otherwise transfer the Work,
-      where such license applies only to those patent claims licensable
-      by such Contributor that are necessarily infringed by their
-      Contribution(s) alone or by combination of their Contribution(s)
-      with the Work to which such Contribution(s) was submitted. If You
-      institute patent litigation against any entity (including a
-      cross-claim or counterclaim in a lawsuit) alleging that the Work
-      or a Contribution incorporated within the Work constitutes direct
-      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.
-
-   4. Redistribution. You may reproduce and distribute copies of the
-      Work or Derivative Works thereof in any medium, with or without
-      modifications, and in Source or Object form, provided that You
-      meet the following conditions:
-
-      (a) You must give any other recipients of the Work or
-          Derivative Works a copy of this License; and
-
-      (b) You must cause any modified files to carry prominent notices
-          stating that You changed the files; and
-
-      (c) You must retain, in the Source form of any Derivative Works
-          that You distribute, all copyright, patent, trademark, and
-          attribution notices from the Source form of the Work,
-          excluding those notices that do not pertain to any part of
-          the Derivative Works; and
-
-      (d) If the Work includes a &quot;NOTICE&quot; text file as part of its
-          distribution, then any Derivative Works that You distribute must
-          include a readable copy of the attribution notices contained
-          within such NOTICE file, excluding those notices that do not
-          pertain to any part of the Derivative Works, in at least one
-          of the following places: within a NOTICE text file distributed
-          as part of the Derivative Works; within the Source form or
-          documentation, if provided along with the Derivative Works; or,
-          within a display generated by the Derivative Works, if and
-          wherever such third-party notices normally appear. The contents
-          of the NOTICE file are for informational purposes only and
-          do not modify the License. You may add Your own attribution
-          notices within Derivative Works that You distribute, alongside
-          or as an addendum to the NOTICE text from the Work, provided
-          that such additional attribution notices cannot be construed
-          as modifying the License.
-
-      You may add Your own copyright statement to Your modifications and
-      may provide additional or different license terms and conditions
-      for use, reproduction, or distribution of Your modifications, or
-      for any such Derivative Works as a whole, provided Your use,
-      reproduction, and distribution of the Work otherwise complies with
-      the conditions stated in this License.
-
-   5. Submission of Contributions. Unless You explicitly state otherwise,
-      any Contribution intentionally submitted for inclusion in the Work
-      by You to the Licensor shall be under the terms and conditions of
-      this License, without any additional terms or conditions.
-      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.
-
-   6. Trademarks. 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.
-
-   7. Disclaimer of Warranty. Unless required by applicable law or
-      agreed to in writing, Licensor provides the Work (and each
-      Contributor provides its Contributions) on an &quot;AS IS&quot; BASIS,
-      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
-      implied, including, without limitation, any warranties or conditions
-      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
-      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.
-
-   8. Limitation of Liability. In no event and under no legal theory,
-      whether in tort (including negligence), contract, or otherwise,
-      unless required by applicable law (such as deliberate and grossly
-      negligent acts) or agreed to in writing, shall any Contributor be
-      liable to You for damages, including any direct, indirect, special,
-      incidental, or consequential damages of any character arising as a
-      result of this License or out of the use or inability to use the
-      Work (including but not limited to damages for loss of goodwill,
-      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.
-
-   9. Accepting Warranty or Additional Liability. While redistributing
-      the Work or Derivative Works thereof, You may choose to offer,
-      and charge a fee for, acceptance of support, warranty, indemnity,
-      or other liability obligations and/or rights consistent with this
-      License. However, in accepting such obligations, You may act only
-      on Your own behalf and on Your sole responsibility, not on behalf
-      of any other Contributor, and only if You agree to indemnify,
-      defend, and hold each Contributor harmless for any liability
-      incurred by, or claims asserted against, such Contributor by reason
-      of your accepting any such warranty or additional liability.
-
-   END OF TERMS AND CONDITIONS
-
-   APPENDIX: How to apply the Apache License to your work.
-
-      To apply the Apache License to your work, attach the following
-      boilerplate notice, with the fields enclosed by brackets &quot;[]&quot;
-      replaced with your own identifying information. (Don't include
-      the brackets!)  The text should be enclosed in the appropriate
-      comment syntax for the file format. We also recommend that a
-      file or class name and description of purpose be included on the
-      same &quot;printed page&quot; as the copyright notice for easier
-      identification within third-party archives.
-
-   Copyright [yyyy] [name of copyright owner]
-
-   Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);
-   you may not use this file except in compliance with the License.
-   You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-   Unless required by applicable law or agreed to in writing, software
-   distributed under the License is distributed on an &quot;AS IS&quot; BASIS,
-   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-   See the License for the specific language governing permissions and
-   limitations under the License.
-</pre></div></div></div>
+         
     </div>
 
     <!-- end of content -->

Modified: cocoon/site/site/2.2/maven-plugins/dependencies.html
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/maven-plugins/dependencies.html?rev=678296&r1=678295&r2=678296&view=diff
==============================================================================
--- cocoon/site/site/2.2/maven-plugins/dependencies.html (original)
+++ cocoon/site/site/2.2/maven-plugins/dependencies.html Sun Jul 20 11:18:29 2008
@@ -25,17 +25,17 @@
 
 
 
-
 <html>
   <head>
-    <title>            Cocoon Maven Plugins
-      </title>
+    <title>      Cocoon Maven Plugins Site - Project Dependencies
+  </title>
     <style type="text/css" media="all">
       @import url("./css/maven-base.css");
       @import url("./css/maven-theme.css");
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
+    <script src="./js/getBlank.js" language="javascript" type="text/javascript"></script>
         <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
   </head>
   <body>
@@ -60,12 +60,16 @@
                       </div>
          </div>
          <div id="projectBar">
-           <p class="cocoonHome"><a href="../../"><img
+           <p class="cocoonHome"><a href="./index.html"><img
            src="images/pmc-home.gif"
-           alt="Back to Apache Cocoon homepage"
-           border="0" title="Back to Apache Cocoon homepage" /></a></p>
-           <h1 class="projectTitle"><a href="../../">              Cocoon Maven Plugins
-            2.2
+           alt="  Cocoon Maven Plugins
+      2.2
+   homepage"
+           border="0" title="  Cocoon Maven Plugins
+      2.2
+   homepage" /></a></p>
+           <h1 class="projectTitle"><a href="./index.html">  Cocoon Maven Plugins
+      2.2
   </a></h1>
                          <ul class="projectList">
                 <li><strong><a href="../../2.2/">Cocoon 2.2</a></em></strong></li>
@@ -77,7 +81,7 @@
                      </div>
          <div class="projectBarClear"><!-- --></div>
       </div>
-<!-- end of top -->
+    <!-- end of top -->
 
     <div id="content">
          <ul id="menu">
@@ -91,27 +95,16 @@
               </ul>
     </li>
       </ul>
-<!--
-                                     <a href="http://maven.apache.org/" title="Built by Maven" id="poweredBy">
-            <img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
-          </a>
-                   <div id="lastPublished">
-                    
-                   Last Published: 26/09/2007 07:11
-       </div>
--->
          <div class="section"><h2>Project Dependencies</h2><p>There are no dependencies for this project. It is a standalone application that does not depend on any other project.</p></div>
     </div>
+
     <!-- end of content -->
     <div id="footer">
       <p>&#169;  
-          1999-2007
+          1999-2008
     
           The Apache Software Foundation
-        <br/>
-    
-    Last Published: 26/09/2007 07:11
-</p>
+      </p>
     </div>
     <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
     </script>
@@ -119,5 +112,6 @@
       _uacct = "UA-1740622-3";
       urchinTracker();
     </script>
+
   </body>
-</html>
+</html>
\ No newline at end of file