svn commit: r1329677 [3/27] - in /cocoon/site/site/2.2/core-modules: ./ core/ core/2.2/ core/2.2/css/ core/2.2/images/ core/2.2/js/ core/css/ core/images/ core/images/logos/ core/js/ css/ images/ js/

[email protected]
Newsgroups gmane.text.xml.cocoon.cvs
Message-ID <[email protected]>
Modified: cocoon/site/site/2.2/core-modules/core/2.2/1029_1_1.html
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/core-modules/core/2.2/1029_1_1.html?rev=1329677&r1=1329676&r2=1329677&view=diff
==============================================================================
--- cocoon/site/site/2.2/core-modules/core/2.2/1029_1_1.html (original)
+++ cocoon/site/site/2.2/core-modules/core/2.2/1029_1_1.html Tue Apr 24 12:39:52 2012
@@ -29,17 +29,13 @@
   <head>
     <title>      Cocoon Core - LogTransformer
   </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/apache-cocoon-thien-maven-skin.min.css" />
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <script src="./js/getBlank.js" language="javascript" type="text/javascript"></script>
-          <meta name="author" content="The Cocoon Community" />
-        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+    <script src="./js/apache-cocoon-thien-maven-skin.min.js" language="javascript" type="text/javascript"></script>
+          <meta name="author" content="Apache Cocoon Documentation Team" />
+        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
   </head>
-  <body>
+  <body onload="javascript:prettyPrint();">
     <div id="breadtrail">
        <p><a href="http://www.apache.org">Apache</a> &raquo; <a href="../../../../">Cocoon</a> &raquo;</p>
     </div>
@@ -77,7 +73,7 @@
                 <li><a href="../../../../2.2/core-modules/">Core <span class="pl-version-small">2.2</span></a></li>
                 <li><a href="../../../../2.2/blocks/">Blocks <span class="pl-version-small">2.2</span></a></li>
                 <li><a href="../../../../2.2/maven-plugins/">Maven Plugins <span class="pl-version-small">2.2</span></a></li>
-                <li><strong><a href="../../../..//3.0/">Cocoon 3.0 <span class="pl-version-small">[alpha]</span></a></em></strong></li>            
+                <li><strong><a href="../../../..//3.0/">Cocoon 3.0</a></em></strong></li>
                 <li><strong><a href="../../../../subprojects/">Subprojects</a></strong></li>
               </ul>
                     </div>
@@ -92,7 +88,7 @@
             <ul>
                   
     <li >
-              <a href="1270_1_1.html">Introduction</a>
+              <a href="index.html">Introduction</a>
         </li>
               </ul>
     </li>
@@ -253,8 +249,6 @@
       
             
       
-            
-      
                     
         <li class='menuCollapse'>
               <a href="842_1_1.html">Reference</a>
@@ -950,7 +944,7 @@
         </li>
                   
     <li >
-              <a href="1380_1_1.html">Using Control  Flow</a>
+              <a href="1380_1_1.html">Using Control Flow</a>
         </li>
               </ul>
     </li>
@@ -984,11 +978,11 @@
         </li>
                   
     <li >
-              <a href="1399_1_1.html">Logging configuration</a>
+              <a href="1399_1_1.html">Logging Configuration</a>
         </li>
                   
     <li >
-              <a href="1259_1_1.html">Component Configurations</a>
+              <a href="1259_1_1.html">Component Configuration</a>
         </li>
                   
     <li >
@@ -997,56 +991,54 @@
               </ul>
     </li>
       <li>
-              Project Documentation
+              Project Reports
             <ul>
                   
-  
-
-
-              
-      
-            
-      
-            
-      
-            
-      
-            
-      
-              
-        <li class='menuCollapse'>
-              <a href="project-info.html">Project Information</a>
-              </li>
+    <li >
+              <a href="changes-report.html">Changes Report</a>
+        </li>
                   
-  
-
-
-              
-      
-            
-      
-              
-        <li class='menuCollapse'>
-              <a href="project-reports.html">Project Reports</a>
-              </li>
+    <li >
+              <a href="apidocs/">JavaDocs</a>
+        </li>
               </ul>
     </li>
       </ul>
        <div class="main">
+         <!-- Licensed to the Apache Software Foundation (ASF) under one
+      or more contributor license agreements.  See the NOTICE file
+      distributed with this work for additional information
+      regarding copyright ownership.  The ASF licenses this file
+      to you under the Apache License, Version 2.0 (the
+      "License"); you may not use this file except in compliance
+      with the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+      Unless required by applicable law or agreed to in writing,
+      software distributed under the License is distributed on an
+      "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+      KIND, either express or implied.  See the License for the
+      specific language governing permissions and limitations
+      under the License. -->
          <div id="contentBody"><div id="bodyText"><h1 class="docTitle">LogTransformer</h1><h1>Summary</h1><p>The <tt>LogTransformer</tt> is a class that can be plugged into a pipeline to
 print the SAX events which passes thru this transformer in a readable form to a
-file.</p><h1>Basic information</h1><table class="bodyTable"><tr class="a"><th>Component type</th><td>Transformer</td></tr><tr class="b"><th>Cocoon block</th><td>core</td></tr><tr class="a"><th>Java class</th><td>org.apache.cocoon.transformation.LogTransformer</td></tr><tr class="b"><th>Name in Sitemap</th><td>log</td></tr><tr class="a"><th>Cacheable</th><td>No</td></tr></table><h1>Documentation</h1><p>No documentation available yet.</p></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/1029?branch=1&language=1">View, Edit or comment</a> on the latest development version (registration required).
-      </div></div></div>
+file.</p><h1>Basic information</h1><table border="0" class="bodyTable"><tbody><tr class="a"><th>Component type</th><td>Transformer</td></tr><tr class="b"><th>Cocoon block</th><td>core</td></tr><tr class="a"><th>Java class</th><td>org.apache.cocoon.transformation.LogTransformer</td></tr><tr class="b"><th>Name in Sitemap</th><td>log</td></tr><tr class="a"><th>Cacheable</th><td>No</td></tr></tbody></table><h1>Documentation</h1><p>No documentation available yet.</p></div></div>
+       
        </div>
     </div>
 
     <!-- end of content -->
     <div id="footer">
-      <p>&#169;  
-          1999-2008
+      <p>Copyright &copy;  
+          1999-2012
     
           The Apache Software Foundation
+      All Rights Reserved.</p>
+
+      <p>
+      Apache Cocoon, Apache, the Apache feather logo, and the Apache Cocoon project logos are trademarks of The Apache Software Foundation.
+      All other marks mentioned may be trademarks or registered trademarks of their respective owners.
       </p>
     </div>
     <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">

Modified: cocoon/site/site/2.2/core-modules/core/2.2/1030_1_1.html
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/core-modules/core/2.2/1030_1_1.html?rev=1329677&r1=1329676&r2=1329677&view=diff
==============================================================================
--- cocoon/site/site/2.2/core-modules/core/2.2/1030_1_1.html (original)
+++ cocoon/site/site/2.2/core-modules/core/2.2/1030_1_1.html Tue Apr 24 12:39:52 2012
@@ -29,17 +29,13 @@
   <head>
     <title>      Cocoon Core - ImageDirectoryGenerator
   </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/apache-cocoon-thien-maven-skin.min.css" />
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <script src="./js/getBlank.js" language="javascript" type="text/javascript"></script>
-          <meta name="author" content="The Cocoon Community" />
-        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+    <script src="./js/apache-cocoon-thien-maven-skin.min.js" language="javascript" type="text/javascript"></script>
+          <meta name="author" content="Apache Cocoon Documentation Team" />
+        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
   </head>
-  <body>
+  <body onload="javascript:prettyPrint();">
     <div id="breadtrail">
        <p><a href="http://www.apache.org">Apache</a> &raquo; <a href="../../../../">Cocoon</a> &raquo;</p>
     </div>
@@ -77,7 +73,7 @@
                 <li><a href="../../../../2.2/core-modules/">Core <span class="pl-version-small">2.2</span></a></li>
                 <li><a href="../../../../2.2/blocks/">Blocks <span class="pl-version-small">2.2</span></a></li>
                 <li><a href="../../../../2.2/maven-plugins/">Maven Plugins <span class="pl-version-small">2.2</span></a></li>
-                <li><strong><a href="../../../..//3.0/">Cocoon 3.0 <span class="pl-version-small">[alpha]</span></a></em></strong></li>            
+                <li><strong><a href="../../../..//3.0/">Cocoon 3.0</a></em></strong></li>
                 <li><strong><a href="../../../../subprojects/">Subprojects</a></strong></li>
               </ul>
                     </div>
@@ -92,7 +88,7 @@
             <ul>
                   
     <li >
-              <a href="1270_1_1.html">Introduction</a>
+              <a href="index.html">Introduction</a>
         </li>
               </ul>
     </li>
@@ -253,8 +249,6 @@
       
             
       
-            
-      
                     
         <li class='menuCollapse'>
               <a href="842_1_1.html">Reference</a>
@@ -946,7 +940,7 @@
         </li>
                   
     <li >
-              <a href="1380_1_1.html">Using Control  Flow</a>
+              <a href="1380_1_1.html">Using Control Flow</a>
         </li>
               </ul>
     </li>
@@ -980,11 +974,11 @@
         </li>
                   
     <li >
-              <a href="1399_1_1.html">Logging configuration</a>
+              <a href="1399_1_1.html">Logging Configuration</a>
         </li>
                   
     <li >
-              <a href="1259_1_1.html">Component Configurations</a>
+              <a href="1259_1_1.html">Component Configuration</a>
         </li>
                   
     <li >
@@ -993,55 +987,53 @@
               </ul>
     </li>
       <li>
-              Project Documentation
+              Project Reports
             <ul>
                   
-  
-
-
-              
-      
-            
-      
-            
-      
-            
-      
-            
-      
-              
-        <li class='menuCollapse'>
-              <a href="project-info.html">Project Information</a>
-              </li>
+    <li >
+              <a href="changes-report.html">Changes Report</a>
+        </li>
                   
-  
-
-
-              
-      
-            
-      
-              
-        <li class='menuCollapse'>
-              <a href="project-reports.html">Project Reports</a>
-              </li>
+    <li >
+              <a href="apidocs/">JavaDocs</a>
+        </li>
               </ul>
     </li>
       </ul>
        <div class="main">
+         <!-- Licensed to the Apache Software Foundation (ASF) under one
+      or more contributor license agreements.  See the NOTICE file
+      distributed with this work for additional information
+      regarding copyright ownership.  The ASF licenses this file
+      to you under the Apache License, Version 2.0 (the
+      "License"); you may not use this file except in compliance
+      with the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+      Unless required by applicable law or agreed to in writing,
+      software distributed under the License is distributed on an
+      "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+      KIND, either express or implied.  See the License for the
+      specific language governing permissions and limitations
+      under the License. -->
          <div id="contentBody"><div id="bodyText"><h1 class="docTitle">ImageDirectoryGenerator</h1><h1>Summary</h1><p>Generates an XML directory listing. This is an extension of the {@link
-DirectoryGenerator} that adds extra attributes for image files.</p><h1>Basic information</h1><table class="bodyTable"><tr class="a"><th>Component type</th><td>Generator</td></tr><tr class="b"><th>Cocoon block</th><td>core</td></tr><tr class="a"><th>Java class</th><td>org.apache.cocoon.generation.ImageDirectoryGenerator</td></tr><tr class="b"><th>Name in Sitemap</th><td>imagedirectory</td></tr><tr class="a"><th>Cacheable</th><td>Yes - Yes. Uses the last modification date of the directory and the contained files</td></tr></table><h1>Documentation</h1><p>No documentation available yet.</p></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/1030?branch=1&language=1">View, Edit or comment</a> on the latest development version (registration required).
-      </div></div></div>
+DirectoryGenerator} that adds extra attributes for image files.</p><h1>Basic information</h1><table border="0" class="bodyTable"><tbody><tr class="a"><th>Component type</th><td>Generator</td></tr><tr class="b"><th>Cocoon block</th><td>core</td></tr><tr class="a"><th>Java class</th><td>org.apache.cocoon.generation.ImageDirectoryGenerator</td></tr><tr class="b"><th>Name in Sitemap</th><td>imagedirectory</td></tr><tr class="a"><th>Cacheable</th><td>Yes - Yes. Uses the last modification date of the directory and the contained files</td></tr></tbody></table><h1>Documentation</h1><p>No documentation available yet.</p></div></div>
+       
        </div>
     </div>
 
     <!-- end of content -->
     <div id="footer">
-      <p>&#169;  
-          1999-2008
+      <p>Copyright &copy;  
+          1999-2012
     
           The Apache Software Foundation
+      All Rights Reserved.</p>
+
+      <p>
+      Apache Cocoon, Apache, the Apache feather logo, and the Apache Cocoon project logos are trademarks of The Apache Software Foundation.
+      All other marks mentioned may be trademarks or registered trademarks of their respective owners.
       </p>
     </div>
     <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">

Modified: cocoon/site/site/2.2/core-modules/core/2.2/1031_1_1.html
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/core-modules/core/2.2/1031_1_1.html?rev=1329677&r1=1329676&r2=1329677&view=diff
==============================================================================
--- cocoon/site/site/2.2/core-modules/core/2.2/1031_1_1.html (original)
+++ cocoon/site/site/2.2/core-modules/core/2.2/1031_1_1.html Tue Apr 24 12:39:52 2012
@@ -29,17 +29,13 @@
   <head>
     <title>      Cocoon Core - SessionIsValidAction
   </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/apache-cocoon-thien-maven-skin.min.css" />
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <script src="./js/getBlank.js" language="javascript" type="text/javascript"></script>
-          <meta name="author" content="The Cocoon Community" />
-        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+    <script src="./js/apache-cocoon-thien-maven-skin.min.js" language="javascript" type="text/javascript"></script>
+          <meta name="author" content="Apache Cocoon Documentation Team" />
+        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
   </head>
-  <body>
+  <body onload="javascript:prettyPrint();">
     <div id="breadtrail">
        <p><a href="http://www.apache.org">Apache</a> &raquo; <a href="../../../../">Cocoon</a> &raquo;</p>
     </div>
@@ -77,7 +73,7 @@
                 <li><a href="../../../../2.2/core-modules/">Core <span class="pl-version-small">2.2</span></a></li>
                 <li><a href="../../../../2.2/blocks/">Blocks <span class="pl-version-small">2.2</span></a></li>
                 <li><a href="../../../../2.2/maven-plugins/">Maven Plugins <span class="pl-version-small">2.2</span></a></li>
-                <li><strong><a href="../../../..//3.0/">Cocoon 3.0 <span class="pl-version-small">[alpha]</span></a></em></strong></li>            
+                <li><strong><a href="../../../..//3.0/">Cocoon 3.0</a></em></strong></li>
                 <li><strong><a href="../../../../subprojects/">Subprojects</a></strong></li>
               </ul>
                     </div>
@@ -92,7 +88,7 @@
             <ul>
                   
     <li >
-              <a href="1270_1_1.html">Introduction</a>
+              <a href="index.html">Introduction</a>
         </li>
               </ul>
     </li>
@@ -253,8 +249,6 @@
       
             
       
-            
-      
                     
         <li class='menuCollapse'>
               <a href="842_1_1.html">Reference</a>
@@ -942,7 +936,7 @@
         </li>
                   
     <li >
-              <a href="1380_1_1.html">Using Control  Flow</a>
+              <a href="1380_1_1.html">Using Control Flow</a>
         </li>
               </ul>
     </li>
@@ -976,11 +970,11 @@
         </li>
                   
     <li >
-              <a href="1399_1_1.html">Logging configuration</a>
+              <a href="1399_1_1.html">Logging Configuration</a>
         </li>
                   
     <li >
-              <a href="1259_1_1.html">Component Configurations</a>
+              <a href="1259_1_1.html">Component Configuration</a>
         </li>
                   
     <li >
@@ -989,55 +983,53 @@
               </ul>
     </li>
       <li>
-              Project Documentation
+              Project Reports
             <ul>
                   
-  
-
-
-              
-      
-            
-      
-            
-      
-            
-      
-            
-      
-              
-        <li class='menuCollapse'>
-              <a href="project-info.html">Project Information</a>
-              </li>
+    <li >
+              <a href="changes-report.html">Changes Report</a>
+        </li>
                   
-  
-
-
-              
-      
-            
-      
-              
-        <li class='menuCollapse'>
-              <a href="project-reports.html">Project Reports</a>
-              </li>
+    <li >
+              <a href="apidocs/">JavaDocs</a>
+        </li>
               </ul>
     </li>
       </ul>
        <div class="main">
+         <!-- Licensed to the Apache Software Foundation (ASF) under one
+      or more contributor license agreements.  See the NOTICE file
+      distributed with this work for additional information
+      regarding copyright ownership.  The ASF licenses this file
+      to you under the Apache License, Version 2.0 (the
+      "License"); you may not use this file except in compliance
+      with the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+      Unless required by applicable law or agreed to in writing,
+      software distributed under the License is distributed on an
+      "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+      KIND, either express or implied.  See the License for the
+      specific language governing permissions and limitations
+      under the License. -->
          <div id="contentBody"><div id="bodyText"><h1 class="docTitle">SessionIsValidAction</h1><h1>Summary</h1><p>This action just checks if a session exists and whether the current seesion
-is still valid.</p><h1>Basic information</h1><table class="bodyTable"><tr class="a"><th>Component type</th><td>Action</td></tr><tr class="b"><th>Cocoon block</th><td>core</td></tr><tr class="a"><th>Java class</th><td>org.apache.cocoon.acting.SessionIsValidAction</td></tr><tr class="b"><th>Name in Sitemap</th><td></td></tr><tr class="a"><th>Cacheable</th><td></td></tr></table><h1>Documentation</h1><p>No documentation available yet.</p></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/1031?branch=1&language=1">View, Edit or comment</a> on the latest development version (registration required).
-      </div></div></div>
+is still valid.</p><h1>Basic information</h1><table border="0" class="bodyTable"><tbody><tr class="a"><th>Component type</th><td>Action</td></tr><tr class="b"><th>Cocoon block</th><td>core</td></tr><tr class="a"><th>Java class</th><td>org.apache.cocoon.acting.SessionIsValidAction</td></tr><tr class="b"><th>Name in Sitemap</th><td></td></tr><tr class="a"><th>Cacheable</th><td></td></tr></tbody></table><h1>Documentation</h1><p>No documentation available yet.</p></div></div>
+       
        </div>
     </div>
 
     <!-- end of content -->
     <div id="footer">
-      <p>&#169;  
-          1999-2008
+      <p>Copyright &copy;  
+          1999-2012
     
           The Apache Software Foundation
+      All Rights Reserved.</p>
+
+      <p>
+      Apache Cocoon, Apache, the Apache feather logo, and the Apache Cocoon project logos are trademarks of The Apache Software Foundation.
+      All other marks mentioned may be trademarks or registered trademarks of their respective owners.
       </p>
     </div>
     <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">

Modified: cocoon/site/site/2.2/core-modules/core/2.2/1034_1_1.html
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/core-modules/core/2.2/1034_1_1.html?rev=1329677&r1=1329676&r2=1329677&view=diff
==============================================================================
--- cocoon/site/site/2.2/core-modules/core/2.2/1034_1_1.html (original)
+++ cocoon/site/site/2.2/core-modules/core/2.2/1034_1_1.html Tue Apr 24 12:39:52 2012
@@ -29,17 +29,13 @@
   <head>
     <title>      Cocoon Core - WildcardMatcher
   </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/apache-cocoon-thien-maven-skin.min.css" />
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <script src="./js/getBlank.js" language="javascript" type="text/javascript"></script>
-          <meta name="author" content="The Cocoon Community" />
-        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+    <script src="./js/apache-cocoon-thien-maven-skin.min.js" language="javascript" type="text/javascript"></script>
+          <meta name="author" content="Apache Cocoon Documentation Team" />
+        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
   </head>
-  <body>
+  <body onload="javascript:prettyPrint();">
     <div id="breadtrail">
        <p><a href="http://www.apache.org">Apache</a> &raquo; <a href="../../../../">Cocoon</a> &raquo;</p>
     </div>
@@ -77,7 +73,7 @@
                 <li><a href="../../../../2.2/core-modules/">Core <span class="pl-version-small">2.2</span></a></li>
                 <li><a href="../../../../2.2/blocks/">Blocks <span class="pl-version-small">2.2</span></a></li>
                 <li><a href="../../../../2.2/maven-plugins/">Maven Plugins <span class="pl-version-small">2.2</span></a></li>
-                <li><strong><a href="../../../..//3.0/">Cocoon 3.0 <span class="pl-version-small">[alpha]</span></a></em></strong></li>            
+                <li><strong><a href="../../../..//3.0/">Cocoon 3.0</a></em></strong></li>
                 <li><strong><a href="../../../../subprojects/">Subprojects</a></strong></li>
               </ul>
                     </div>
@@ -92,7 +88,7 @@
             <ul>
                   
     <li >
-              <a href="1270_1_1.html">Introduction</a>
+              <a href="index.html">Introduction</a>
         </li>
               </ul>
     </li>
@@ -253,8 +249,6 @@
       
             
       
-            
-      
                     
         <li class='menuCollapse'>
               <a href="842_1_1.html">Reference</a>
@@ -954,7 +948,7 @@
         </li>
                   
     <li >
-              <a href="1380_1_1.html">Using Control  Flow</a>
+              <a href="1380_1_1.html">Using Control Flow</a>
         </li>
               </ul>
     </li>
@@ -988,11 +982,11 @@
         </li>
                   
     <li >
-              <a href="1399_1_1.html">Logging configuration</a>
+              <a href="1399_1_1.html">Logging Configuration</a>
         </li>
                   
     <li >
-              <a href="1259_1_1.html">Component Configurations</a>
+              <a href="1259_1_1.html">Component Configuration</a>
         </li>
                   
     <li >
@@ -1001,55 +995,53 @@
               </ul>
     </li>
       <li>
-              Project Documentation
+              Project Reports
             <ul>
                   
-  
-
-
-              
-      
-            
-      
-            
-      
-            
-      
-            
-      
-              
-        <li class='menuCollapse'>
-              <a href="project-info.html">Project Information</a>
-              </li>
+    <li >
+              <a href="changes-report.html">Changes Report</a>
+        </li>
                   
-  
-
-
-              
-      
-            
-      
-              
-        <li class='menuCollapse'>
-              <a href="project-reports.html">Project Reports</a>
-              </li>
+    <li >
+              <a href="apidocs/">JavaDocs</a>
+        </li>
               </ul>
     </li>
       </ul>
        <div class="main">
+         <!-- Licensed to the Apache Software Foundation (ASF) under one
+      or more contributor license agreements.  See the NOTICE file
+      distributed with this work for additional information
+      regarding copyright ownership.  The ASF licenses this file
+      to you under the Apache License, Version 2.0 (the
+      "License"); you may not use this file except in compliance
+      with the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+      Unless required by applicable law or agreed to in writing,
+      software distributed under the License is distributed on an
+      "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+      KIND, either express or implied.  See the License for the
+      specific language governing permissions and limitations
+      under the License. -->
          <div id="contentBody"><div id="bodyText"><h1 class="docTitle">WildcardMatcher</h1><h1>Summary</h1><p>Matches against a wildcard expression. Needs an input module to obtain value
-to match against.</p><h1>Basic information</h1><table class="bodyTable"><tr class="a"><th>Component type</th><td>Matcher</td></tr><tr class="b"><th>Cocoon block</th><td>core</td></tr><tr class="a"><th>Java class</th><td>org.apache.cocoon.matching.modular.WildcardMatcher</td></tr><tr class="b"><th>Name in Sitemap</th><td></td></tr><tr class="a"><th>Cacheable</th><td></td></tr></table><h1>Documentation</h1><p>No documentation available yet.</p></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/1034?branch=1&language=1">View, Edit or comment</a> on the latest development version (registration required).
-      </div></div></div>
+to match against.</p><h1>Basic information</h1><table border="0" class="bodyTable"><tbody><tr class="a"><th>Component type</th><td>Matcher</td></tr><tr class="b"><th>Cocoon block</th><td>core</td></tr><tr class="a"><th>Java class</th><td>org.apache.cocoon.matching.modular.WildcardMatcher</td></tr><tr class="b"><th>Name in Sitemap</th><td></td></tr><tr class="a"><th>Cacheable</th><td></td></tr></tbody></table><h1>Documentation</h1><p>No documentation available yet.</p></div></div>
+       
        </div>
     </div>
 
     <!-- end of content -->
     <div id="footer">
-      <p>&#169;  
-          1999-2008
+      <p>Copyright &copy;  
+          1999-2012
     
           The Apache Software Foundation
+      All Rights Reserved.</p>
+
+      <p>
+      Apache Cocoon, Apache, the Apache feather logo, and the Apache Cocoon project logos are trademarks of The Apache Software Foundation.
+      All other marks mentioned may be trademarks or registered trademarks of their respective owners.
       </p>
     </div>
     <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">

Modified: cocoon/site/site/2.2/core-modules/core/2.2/1036_1_1.html
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/core-modules/core/2.2/1036_1_1.html?rev=1329677&r1=1329676&r2=1329677&view=diff
==============================================================================
--- cocoon/site/site/2.2/core-modules/core/2.2/1036_1_1.html (original)
+++ cocoon/site/site/2.2/core-modules/core/2.2/1036_1_1.html Tue Apr 24 12:39:52 2012
@@ -29,17 +29,13 @@
   <head>
     <title>      Cocoon Core - WriteDOMSessionTransformer
   </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/apache-cocoon-thien-maven-skin.min.css" />
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <script src="./js/getBlank.js" language="javascript" type="text/javascript"></script>
-          <meta name="author" content="The Cocoon Community" />
-        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+    <script src="./js/apache-cocoon-thien-maven-skin.min.js" language="javascript" type="text/javascript"></script>
+          <meta name="author" content="Apache Cocoon Documentation Team" />
+        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
   </head>
-  <body>
+  <body onload="javascript:prettyPrint();">
     <div id="breadtrail">
        <p><a href="http://www.apache.org">Apache</a> &raquo; <a href="../../../../">Cocoon</a> &raquo;</p>
     </div>
@@ -77,7 +73,7 @@
                 <li><a href="../../../../2.2/core-modules/">Core <span class="pl-version-small">2.2</span></a></li>
                 <li><a href="../../../../2.2/blocks/">Blocks <span class="pl-version-small">2.2</span></a></li>
                 <li><a href="../../../../2.2/maven-plugins/">Maven Plugins <span class="pl-version-small">2.2</span></a></li>
-                <li><strong><a href="../../../..//3.0/">Cocoon 3.0 <span class="pl-version-small">[alpha]</span></a></em></strong></li>            
+                <li><strong><a href="../../../..//3.0/">Cocoon 3.0</a></em></strong></li>
                 <li><strong><a href="../../../../subprojects/">Subprojects</a></strong></li>
               </ul>
                     </div>
@@ -92,7 +88,7 @@
             <ul>
                   
     <li >
-              <a href="1270_1_1.html">Introduction</a>
+              <a href="index.html">Introduction</a>
         </li>
               </ul>
     </li>
@@ -253,8 +249,6 @@
       
             
       
-            
-      
                     
         <li class='menuCollapse'>
               <a href="842_1_1.html">Reference</a>
@@ -950,7 +944,7 @@
         </li>
                   
     <li >
-              <a href="1380_1_1.html">Using Control  Flow</a>
+              <a href="1380_1_1.html">Using Control Flow</a>
         </li>
               </ul>
     </li>
@@ -984,11 +978,11 @@
         </li>
                   
     <li >
-              <a href="1399_1_1.html">Logging configuration</a>
+              <a href="1399_1_1.html">Logging Configuration</a>
         </li>
                   
     <li >
-              <a href="1259_1_1.html">Component Configurations</a>
+              <a href="1259_1_1.html">Component Configuration</a>
         </li>
                   
     <li >
@@ -997,54 +991,52 @@
               </ul>
     </li>
       <li>
-              Project Documentation
+              Project Reports
             <ul>
                   
-  
-
-
-              
-      
-            
-      
-            
-      
-            
-      
-            
-      
-              
-        <li class='menuCollapse'>
-              <a href="project-info.html">Project Information</a>
-              </li>
+    <li >
+              <a href="changes-report.html">Changes Report</a>
+        </li>
                   
-  
-
-
-              
-      
-            
-      
-              
-        <li class='menuCollapse'>
-              <a href="project-reports.html">Project Reports</a>
-              </li>
+    <li >
+              <a href="apidocs/">JavaDocs</a>
+        </li>
               </ul>
     </li>
       </ul>
        <div class="main">
-         <div id="contentBody"><div id="bodyText"><h1 class="docTitle">WriteDOMSessionTransformer</h1><h1>Summary</h1><p>Make a DOM object from SAX events and write it to the session.</p><h1>Basic information</h1><table class="bodyTable"><tr class="a"><th>Component type</th><td>Transformer</td></tr><tr class="b"><th>Cocoon block</th><td>core</td></tr><tr class="a"><th>Java class</th><td>org.apache.cocoon.transformation.WriteDOMSessionTransformer</td></tr><tr class="b"><th>Name in Sitemap</th><td>writeDOMsession</td></tr><tr class="a"><th>Cacheable</th><td>No</td></tr></table><h1>Documentation</h1><p>No documentation available yet.</p></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/1036?branch=1&language=1">View, Edit or comment</a> on the latest development version (registration required).
-      </div></div></div>
+         <!-- Licensed to the Apache Software Foundation (ASF) under one
+      or more contributor license agreements.  See the NOTICE file
+      distributed with this work for additional information
+      regarding copyright ownership.  The ASF licenses this file
+      to you under the Apache License, Version 2.0 (the
+      "License"); you may not use this file except in compliance
+      with the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+      Unless required by applicable law or agreed to in writing,
+      software distributed under the License is distributed on an
+      "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+      KIND, either express or implied.  See the License for the
+      specific language governing permissions and limitations
+      under the License. -->
+         <div id="contentBody"><div id="bodyText"><h1 class="docTitle">WriteDOMSessionTransformer</h1><h1>Summary</h1><p>Make a DOM object from SAX events and write it to the session.</p><h1>Basic information</h1><table border="0" class="bodyTable"><tbody><tr class="a"><th>Component type</th><td>Transformer</td></tr><tr class="b"><th>Cocoon block</th><td>core</td></tr><tr class="a"><th>Java class</th><td>org.apache.cocoon.transformation.WriteDOMSessionTransformer</td></tr><tr class="b"><th>Name in Sitemap</th><td>writeDOMsession</td></tr><tr class="a"><th>Cacheable</th><td>No</td></tr></tbody></table><h1>Documentation</h1><p>No documentation available yet.</p></div></div>
+       
        </div>
     </div>
 
     <!-- end of content -->
     <div id="footer">
-      <p>&#169;  
-          1999-2008
+      <p>Copyright &copy;  
+          1999-2012
     
           The Apache Software Foundation
+      All Rights Reserved.</p>
+
+      <p>
+      Apache Cocoon, Apache, the Apache feather logo, and the Apache Cocoon project logos are trademarks of The Apache Software Foundation.
+      All other marks mentioned may be trademarks or registered trademarks of their respective owners.
       </p>
     </div>
     <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">

Modified: cocoon/site/site/2.2/core-modules/core/2.2/1037_1_1.html
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/core-modules/core/2.2/1037_1_1.html?rev=1329677&r1=1329676&r2=1329677&view=diff
==============================================================================
--- cocoon/site/site/2.2/core-modules/core/2.2/1037_1_1.html (original)
+++ cocoon/site/site/2.2/core-modules/core/2.2/1037_1_1.html Tue Apr 24 12:39:52 2012
@@ -29,17 +29,13 @@
   <head>
     <title>      Cocoon Core - SessionAttributeMatcher
   </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/apache-cocoon-thien-maven-skin.min.css" />
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <script src="./js/getBlank.js" language="javascript" type="text/javascript"></script>
-          <meta name="author" content="The Cocoon Community" />
-        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+    <script src="./js/apache-cocoon-thien-maven-skin.min.js" language="javascript" type="text/javascript"></script>
+          <meta name="author" content="Apache Cocoon Documentation Team" />
+        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
   </head>
-  <body>
+  <body onload="javascript:prettyPrint();">
     <div id="breadtrail">
        <p><a href="http://www.apache.org">Apache</a> &raquo; <a href="../../../../">Cocoon</a> &raquo;</p>
     </div>
@@ -77,7 +73,7 @@
                 <li><a href="../../../../2.2/core-modules/">Core <span class="pl-version-small">2.2</span></a></li>
                 <li><a href="../../../../2.2/blocks/">Blocks <span class="pl-version-small">2.2</span></a></li>
                 <li><a href="../../../../2.2/maven-plugins/">Maven Plugins <span class="pl-version-small">2.2</span></a></li>
-                <li><strong><a href="../../../..//3.0/">Cocoon 3.0 <span class="pl-version-small">[alpha]</span></a></em></strong></li>            
+                <li><strong><a href="../../../..//3.0/">Cocoon 3.0</a></em></strong></li>
                 <li><strong><a href="../../../../subprojects/">Subprojects</a></strong></li>
               </ul>
                     </div>
@@ -92,7 +88,7 @@
             <ul>
                   
     <li >
-              <a href="1270_1_1.html">Introduction</a>
+              <a href="index.html">Introduction</a>
         </li>
               </ul>
     </li>
@@ -253,8 +249,6 @@
       
             
       
-            
-      
                     
         <li class='menuCollapse'>
               <a href="842_1_1.html">Reference</a>
@@ -954,7 +948,7 @@
         </li>
                   
     <li >
-              <a href="1380_1_1.html">Using Control  Flow</a>
+              <a href="1380_1_1.html">Using Control Flow</a>
         </li>
               </ul>
     </li>
@@ -988,11 +982,11 @@
         </li>
                   
     <li >
-              <a href="1399_1_1.html">Logging configuration</a>
+              <a href="1399_1_1.html">Logging Configuration</a>
         </li>
                   
     <li >
-              <a href="1259_1_1.html">Component Configurations</a>
+              <a href="1259_1_1.html">Component Configuration</a>
         </li>
                   
     <li >
@@ -1001,56 +995,54 @@
               </ul>
     </li>
       <li>
-              Project Documentation
+              Project Reports
             <ul>
                   
-  
-
-
-              
-      
-            
-      
-            
-      
-            
-      
-            
-      
-              
-        <li class='menuCollapse'>
-              <a href="project-info.html">Project Information</a>
-              </li>
+    <li >
+              <a href="changes-report.html">Changes Report</a>
+        </li>
                   
-  
-
-
-              
-      
-            
-      
-              
-        <li class='menuCollapse'>
-              <a href="project-reports.html">Project Reports</a>
-              </li>
+    <li >
+              <a href="apidocs/">JavaDocs</a>
+        </li>
               </ul>
     </li>
       </ul>
        <div class="main">
+         <!-- Licensed to the Apache Software Foundation (ASF) under one
+      or more contributor license agreements.  See the NOTICE file
+      distributed with this work for additional information
+      regarding copyright ownership.  The ASF licenses this file
+      to you under the Apache License, Version 2.0 (the
+      "License"); you may not use this file except in compliance
+      with the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+      Unless required by applicable law or agreed to in writing,
+      software distributed under the License is distributed on an
+      "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+      KIND, either express or implied.  See the License for the
+      specific language governing permissions and limitations
+      under the License. -->
          <div id="contentBody"><div id="bodyText"><h1 class="docTitle">SessionAttributeMatcher</h1><h1>Summary</h1><p>This class allows for matching based on a session attribute. If the specified
 session attribute exists, its string representation is retrieved for later
-sitemap substitution.</p><h1>Basic information</h1><table class="bodyTable"><tr class="a"><th>Component type</th><td>Matcher</td></tr><tr class="b"><th>Cocoon block</th><td>core</td></tr><tr class="a"><th>Java class</th><td>org.apache.cocoon.matching.SessionAttributeMatcher</td></tr><tr class="b"><th>Name in Sitemap</th><td></td></tr><tr class="a"><th>Cacheable</th><td></td></tr></table><h1>Documentation</h1><p>No documentation available yet.</p></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/1037?branch=1&language=1">View, Edit or comment</a> on the latest development version (registration required).
-      </div></div></div>
+sitemap substitution.</p><h1>Basic information</h1><table border="0" class="bodyTable"><tbody><tr class="a"><th>Component type</th><td>Matcher</td></tr><tr class="b"><th>Cocoon block</th><td>core</td></tr><tr class="a"><th>Java class</th><td>org.apache.cocoon.matching.SessionAttributeMatcher</td></tr><tr class="b"><th>Name in Sitemap</th><td></td></tr><tr class="a"><th>Cacheable</th><td></td></tr></tbody></table><h1>Documentation</h1><p>No documentation available yet.</p></div></div>
+       
        </div>
     </div>
 
     <!-- end of content -->
     <div id="footer">
-      <p>&#169;  
-          1999-2008
+      <p>Copyright &copy;  
+          1999-2012
     
           The Apache Software Foundation
+      All Rights Reserved.</p>
+
+      <p>
+      Apache Cocoon, Apache, the Apache feather logo, and the Apache Cocoon project logos are trademarks of The Apache Software Foundation.
+      All other marks mentioned may be trademarks or registered trademarks of their respective owners.
       </p>
     </div>
     <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">

Modified: cocoon/site/site/2.2/core-modules/core/2.2/1039_1_1.html
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/core-modules/core/2.2/1039_1_1.html?rev=1329677&r1=1329676&r2=1329677&view=diff
==============================================================================
--- cocoon/site/site/2.2/core-modules/core/2.2/1039_1_1.html (original)
+++ cocoon/site/site/2.2/core-modules/core/2.2/1039_1_1.html Tue Apr 24 12:39:52 2012
@@ -29,17 +29,13 @@
   <head>
     <title>      Cocoon Core - LinkStatusGenerator
   </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/apache-cocoon-thien-maven-skin.min.css" />
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <script src="./js/getBlank.js" language="javascript" type="text/javascript"></script>
-          <meta name="author" content="The Cocoon Community" />
-        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+    <script src="./js/apache-cocoon-thien-maven-skin.min.js" language="javascript" type="text/javascript"></script>
+          <meta name="author" content="Apache Cocoon Documentation Team" />
+        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
   </head>
-  <body>
+  <body onload="javascript:prettyPrint();">
     <div id="breadtrail">
        <p><a href="http://www.apache.org">Apache</a> &raquo; <a href="../../../../">Cocoon</a> &raquo;</p>
     </div>
@@ -77,7 +73,7 @@
                 <li><a href="../../../../2.2/core-modules/">Core <span class="pl-version-small">2.2</span></a></li>
                 <li><a href="../../../../2.2/blocks/">Blocks <span class="pl-version-small">2.2</span></a></li>
                 <li><a href="../../../../2.2/maven-plugins/">Maven Plugins <span class="pl-version-small">2.2</span></a></li>
-                <li><strong><a href="../../../..//3.0/">Cocoon 3.0 <span class="pl-version-small">[alpha]</span></a></em></strong></li>            
+                <li><strong><a href="../../../..//3.0/">Cocoon 3.0</a></em></strong></li>
                 <li><strong><a href="../../../../subprojects/">Subprojects</a></strong></li>
               </ul>
                     </div>
@@ -92,7 +88,7 @@
             <ul>
                   
     <li >
-              <a href="1270_1_1.html">Introduction</a>
+              <a href="index.html">Introduction</a>
         </li>
               </ul>
     </li>
@@ -253,8 +249,6 @@
       
             
       
-            
-      
                     
         <li class='menuCollapse'>
               <a href="842_1_1.html">Reference</a>
@@ -946,7 +940,7 @@
         </li>
                   
     <li >
-              <a href="1380_1_1.html">Using Control  Flow</a>
+              <a href="1380_1_1.html">Using Control Flow</a>
         </li>
               </ul>
     </li>
@@ -980,11 +974,11 @@
         </li>
                   
     <li >
-              <a href="1399_1_1.html">Logging configuration</a>
+              <a href="1399_1_1.html">Logging Configuration</a>
         </li>
                   
     <li >
-              <a href="1259_1_1.html">Component Configurations</a>
+              <a href="1259_1_1.html">Component Configuration</a>
         </li>
                   
     <li >
@@ -993,55 +987,53 @@
               </ul>
     </li>
       <li>
-              Project Documentation
+              Project Reports
             <ul>
                   
-  
-
-
-              
-      
-            
-      
-            
-      
-            
-      
-            
-      
-              
-        <li class='menuCollapse'>
-              <a href="project-info.html">Project Information</a>
-              </li>
+    <li >
+              <a href="changes-report.html">Changes Report</a>
+        </li>
                   
-  
-
-
-              
-      
-            
-      
-              
-        <li class='menuCollapse'>
-              <a href="project-reports.html">Project Reports</a>
-              </li>
+    <li >
+              <a href="apidocs/">JavaDocs</a>
+        </li>
               </ul>
     </li>
       </ul>
        <div class="main">
+         <!-- Licensed to the Apache Software Foundation (ASF) under one
+      or more contributor license agreements.  See the NOTICE file
+      distributed with this work for additional information
+      regarding copyright ownership.  The ASF licenses this file
+      to you under the Apache License, Version 2.0 (the
+      "License"); you may not use this file except in compliance
+      with the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+      Unless required by applicable law or agreed to in writing,
+      software distributed under the License is distributed on an
+      "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+      KIND, either express or implied.  See the License for the
+      specific language governing permissions and limitations
+      under the License. -->
          <div id="contentBody"><div id="bodyText"><h1 class="docTitle">LinkStatusGenerator</h1><h1>Summary</h1><p>Generates a list of links that are reachable from the src and their status.
-</p><h1>Basic information</h1><table class="bodyTable"><tr class="a"><th>Component type</th><td>Generator</td></tr><tr class="b"><th>Cocoon block</th><td>core</td></tr><tr class="a"><th>Java class</th><td>org.apache.cocoon.generation.LinkStatusGenerator</td></tr><tr class="b"><th>Name in Sitemap</th><td>linkstatus</td></tr><tr class="a"><th>Cacheable</th><td>No</td></tr></table><h1>Documentation</h1><p>No documentation available yet.</p></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/1039?branch=1&language=1">View, Edit or comment</a> on the latest development version (registration required).
-      </div></div></div>
+</p><h1>Basic information</h1><table border="0" class="bodyTable"><tbody><tr class="a"><th>Component type</th><td>Generator</td></tr><tr class="b"><th>Cocoon block</th><td>core</td></tr><tr class="a"><th>Java class</th><td>org.apache.cocoon.generation.LinkStatusGenerator</td></tr><tr class="b"><th>Name in Sitemap</th><td>linkstatus</td></tr><tr class="a"><th>Cacheable</th><td>No</td></tr></tbody></table><h1>Documentation</h1><p>No documentation available yet.</p></div></div>
+       
        </div>
     </div>
 
     <!-- end of content -->
     <div id="footer">
-      <p>&#169;  
-          1999-2008
+      <p>Copyright &copy;  
+          1999-2012
     
           The Apache Software Foundation
+      All Rights Reserved.</p>
+
+      <p>
+      Apache Cocoon, Apache, the Apache feather logo, and the Apache Cocoon project logos are trademarks of The Apache Software Foundation.
+      All other marks mentioned may be trademarks or registered trademarks of their respective owners.
       </p>
     </div>
     <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">

Modified: cocoon/site/site/2.2/core-modules/core/2.2/1042_1_1.html
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/core-modules/core/2.2/1042_1_1.html?rev=1329677&r1=1329676&r2=1329677&view=diff
==============================================================================
--- cocoon/site/site/2.2/core-modules/core/2.2/1042_1_1.html (original)
+++ cocoon/site/site/2.2/core-modules/core/2.2/1042_1_1.html Tue Apr 24 12:39:52 2012
@@ -29,17 +29,13 @@
   <head>
     <title>      Cocoon Core - CookieSelector
   </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/apache-cocoon-thien-maven-skin.min.css" />
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <script src="./js/getBlank.js" language="javascript" type="text/javascript"></script>
-          <meta name="author" content="The Cocoon Community" />
-        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+    <script src="./js/apache-cocoon-thien-maven-skin.min.js" language="javascript" type="text/javascript"></script>
+          <meta name="author" content="Apache Cocoon Documentation Team" />
+        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
   </head>
-  <body>
+  <body onload="javascript:prettyPrint();">
     <div id="breadtrail">
        <p><a href="http://www.apache.org">Apache</a> &raquo; <a href="../../../../">Cocoon</a> &raquo;</p>
     </div>
@@ -77,7 +73,7 @@
                 <li><a href="../../../../2.2/core-modules/">Core <span class="pl-version-small">2.2</span></a></li>
                 <li><a href="../../../../2.2/blocks/">Blocks <span class="pl-version-small">2.2</span></a></li>
                 <li><a href="../../../../2.2/maven-plugins/">Maven Plugins <span class="pl-version-small">2.2</span></a></li>
-                <li><strong><a href="../../../..//3.0/">Cocoon 3.0 <span class="pl-version-small">[alpha]</span></a></em></strong></li>            
+                <li><strong><a href="../../../..//3.0/">Cocoon 3.0</a></em></strong></li>
                 <li><strong><a href="../../../../subprojects/">Subprojects</a></strong></li>
               </ul>
                     </div>
@@ -92,7 +88,7 @@
             <ul>
                   
     <li >
-              <a href="1270_1_1.html">Introduction</a>
+              <a href="index.html">Introduction</a>
         </li>
               </ul>
     </li>
@@ -253,8 +249,6 @@
       
             
       
-            
-      
                     
         <li class='menuCollapse'>
               <a href="842_1_1.html">Reference</a>
@@ -914,7 +908,7 @@
         </li>
                   
     <li >
-              <a href="1380_1_1.html">Using Control  Flow</a>
+              <a href="1380_1_1.html">Using Control Flow</a>
         </li>
               </ul>
     </li>
@@ -948,11 +942,11 @@
         </li>
                   
     <li >
-              <a href="1399_1_1.html">Logging configuration</a>
+              <a href="1399_1_1.html">Logging Configuration</a>
         </li>
                   
     <li >
-              <a href="1259_1_1.html">Component Configurations</a>
+              <a href="1259_1_1.html">Component Configuration</a>
         </li>
                   
     <li >
@@ -961,55 +955,53 @@
               </ul>
     </li>
       <li>
-              Project Documentation
+              Project Reports
             <ul>
                   
-  
-
-
-              
-      
-            
-      
-            
-      
-            
-      
-            
-      
-              
-        <li class='menuCollapse'>
-              <a href="project-info.html">Project Information</a>
-              </li>
+    <li >
+              <a href="changes-report.html">Changes Report</a>
+        </li>
                   
-  
-
-
-              
-      
-            
-      
-              
-        <li class='menuCollapse'>
-              <a href="project-reports.html">Project Reports</a>
-              </li>
+    <li >
+              <a href="apidocs/">JavaDocs</a>
+        </li>
               </ul>
     </li>
       </ul>
        <div class="main">
+         <!-- Licensed to the Apache Software Foundation (ASF) under one
+      or more contributor license agreements.  See the NOTICE file
+      distributed with this work for additional information
+      regarding copyright ownership.  The ASF licenses this file
+      to you under the Apache License, Version 2.0 (the
+      "License"); you may not use this file except in compliance
+      with the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+      Unless required by applicable law or agreed to in writing,
+      software distributed under the License is distributed on an
+      "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+      KIND, either express or implied.  See the License for the
+      specific language governing permissions and limitations
+      under the License. -->
          <div id="contentBody"><div id="bodyText"><h1 class="docTitle">CookieSelector</h1><h1>Summary</h1><p>A <tt>Selector</tt> that matches a string against a configurable cookie's
-value.</p><h1>Basic information</h1><table class="bodyTable"><tr class="a"><th>Component type</th><td>Selector</td></tr><tr class="b"><th>Cocoon block</th><td>core</td></tr><tr class="a"><th>Java class</th><td>org.apache.cocoon.selection.CookieSelector</td></tr><tr class="b"><th>Name in Sitemap</th><td></td></tr><tr class="a"><th>Cacheable</th><td></td></tr></table><h1>Documentation</h1><p>No documentation available yet.</p></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/1042?branch=1&language=1">View, Edit or comment</a> on the latest development version (registration required).
-      </div></div></div>
+value.</p><h1>Basic information</h1><table border="0" class="bodyTable"><tbody><tr class="a"><th>Component type</th><td>Selector</td></tr><tr class="b"><th>Cocoon block</th><td>core</td></tr><tr class="a"><th>Java class</th><td>org.apache.cocoon.selection.CookieSelector</td></tr><tr class="b"><th>Name in Sitemap</th><td></td></tr><tr class="a"><th>Cacheable</th><td></td></tr></tbody></table><h1>Documentation</h1><p>No documentation available yet.</p></div></div>
+       
        </div>
     </div>
 
     <!-- end of content -->
     <div id="footer">
-      <p>&#169;  
-          1999-2008
+      <p>Copyright &copy;  
+          1999-2012
     
           The Apache Software Foundation
+      All Rights Reserved.</p>
+
+      <p>
+      Apache Cocoon, Apache, the Apache feather logo, and the Apache Cocoon project logos are trademarks of The Apache Software Foundation.
+      All other marks mentioned may be trademarks or registered trademarks of their respective owners.
       </p>
     </div>
     <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">

Modified: cocoon/site/site/2.2/core-modules/core/2.2/1043_1_1.html
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/core-modules/core/2.2/1043_1_1.html?rev=1329677&r1=1329676&r2=1329677&view=diff
==============================================================================
--- cocoon/site/site/2.2/core-modules/core/2.2/1043_1_1.html (original)
+++ cocoon/site/site/2.2/core-modules/core/2.2/1043_1_1.html Tue Apr 24 12:39:52 2012
@@ -29,17 +29,13 @@
   <head>
     <title>      Cocoon Core - DefaultContentAggregator
   </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/apache-cocoon-thien-maven-skin.min.css" />
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <script src="./js/getBlank.js" language="javascript" type="text/javascript"></script>
-          <meta name="author" content="The Cocoon Community" />
-        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+    <script src="./js/apache-cocoon-thien-maven-skin.min.js" language="javascript" type="text/javascript"></script>
+          <meta name="author" content="Apache Cocoon Documentation Team" />
+        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
   </head>
-  <body>
+  <body onload="javascript:prettyPrint();">
     <div id="breadtrail">
        <p><a href="http://www.apache.org">Apache</a> &raquo; <a href="../../../../">Cocoon</a> &raquo;</p>
     </div>
@@ -77,7 +73,7 @@
                 <li><a href="../../../../2.2/core-modules/">Core <span class="pl-version-small">2.2</span></a></li>
                 <li><a href="../../../../2.2/blocks/">Blocks <span class="pl-version-small">2.2</span></a></li>
                 <li><a href="../../../../2.2/maven-plugins/">Maven Plugins <span class="pl-version-small">2.2</span></a></li>
-                <li><strong><a href="../../../..//3.0/">Cocoon 3.0 <span class="pl-version-small">[alpha]</span></a></em></strong></li>            
+                <li><strong><a href="../../../..//3.0/">Cocoon 3.0</a></em></strong></li>
                 <li><strong><a href="../../../../subprojects/">Subprojects</a></strong></li>
               </ul>
                     </div>
@@ -92,7 +88,7 @@
             <ul>
                   
     <li >
-              <a href="1270_1_1.html">Introduction</a>
+              <a href="index.html">Introduction</a>
         </li>
               </ul>
     </li>
@@ -253,8 +249,6 @@
       
             
       
-            
-      
                     
         <li class='menuCollapse'>
               <a href="842_1_1.html">Reference</a>
@@ -946,7 +940,7 @@
         </li>
                   
     <li >
-              <a href="1380_1_1.html">Using Control  Flow</a>
+              <a href="1380_1_1.html">Using Control Flow</a>
         </li>
               </ul>
     </li>
@@ -980,11 +974,11 @@
         </li>
                   
     <li >
-              <a href="1399_1_1.html">Logging configuration</a>
+              <a href="1399_1_1.html">Logging Configuration</a>
         </li>
                   
     <li >
-              <a href="1259_1_1.html">Component Configurations</a>
+              <a href="1259_1_1.html">Component Configuration</a>
         </li>
                   
     <li >
@@ -993,55 +987,53 @@
               </ul>
     </li>
       <li>
-              Project Documentation
+              Project Reports
             <ul>
                   
-  
-
-
-              
-      
-            
-      
-            
-      
-            
-      
-            
-      
-              
-        <li class='menuCollapse'>
-              <a href="project-info.html">Project Information</a>
-              </li>
+    <li >
+              <a href="changes-report.html">Changes Report</a>
+        </li>
                   
-  
-
-
-              
-      
-            
-      
-              
-        <li class='menuCollapse'>
-              <a href="project-reports.html">Project Reports</a>
-              </li>
+    <li >
+              <a href="apidocs/">JavaDocs</a>
+        </li>
               </ul>
     </li>
       </ul>
        <div class="main">
+         <!-- Licensed to the Apache Software Foundation (ASF) under one
+      or more contributor license agreements.  See the NOTICE file
+      distributed with this work for additional information
+      regarding copyright ownership.  The ASF licenses this file
+      to you under the Apache License, Version 2.0 (the
+      "License"); you may not use this file except in compliance
+      with the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+      Unless required by applicable law or agreed to in writing,
+      software distributed under the License is distributed on an
+      "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+      KIND, either express or implied.  See the License for the
+      specific language governing permissions and limitations
+      under the License. -->
          <div id="contentBody"><div id="bodyText"><h1 class="docTitle">DefaultContentAggregator</h1><h1>Summary</h1><p>This generator implements the sitemap content aggregation. It combines
-several parts into one big XML document which is streamed into the pipeline.</p><h1>Basic information</h1><table class="bodyTable"><tr class="a"><th>Component type</th><td>Generator</td></tr><tr class="b"><th>Cocoon block</th><td>core</td></tr><tr class="a"><th>Java class</th><td>org.apache.cocoon.sitemap.DefaultContentAggregator</td></tr><tr class="b"><th>Name in Sitemap</th><td></td></tr><tr class="a"><th>Cacheable</th><td>Yes</td></tr></table><h1>Documentation</h1><p>No documentation available yet.</p></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/1043?branch=1&language=1">View, Edit or comment</a> on the latest development version (registration required).
-      </div></div></div>
+several parts into one big XML document which is streamed into the pipeline.</p><h1>Basic information</h1><table border="0" class="bodyTable"><tbody><tr class="a"><th>Component type</th><td>Generator</td></tr><tr class="b"><th>Cocoon block</th><td>core</td></tr><tr class="a"><th>Java class</th><td>org.apache.cocoon.sitemap.DefaultContentAggregator</td></tr><tr class="b"><th>Name in Sitemap</th><td></td></tr><tr class="a"><th>Cacheable</th><td>Yes</td></tr></tbody></table><h1>Documentation</h1><p>No documentation available yet.</p></div></div>
+       
        </div>
     </div>
 
     <!-- end of content -->
     <div id="footer">
-      <p>&#169;  
-          1999-2008
+      <p>Copyright &copy;  
+          1999-2012
     
           The Apache Software Foundation
+      All Rights Reserved.</p>
+
+      <p>
+      Apache Cocoon, Apache, the Apache feather logo, and the Apache Cocoon project logos are trademarks of The Apache Software Foundation.
+      All other marks mentioned may be trademarks or registered trademarks of their respective owners.
       </p>
     </div>
     <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">

Modified: cocoon/site/site/2.2/core-modules/core/2.2/1044_1_1.html
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/core-modules/core/2.2/1044_1_1.html?rev=1329677&r1=1329676&r2=1329677&view=diff
==============================================================================
--- cocoon/site/site/2.2/core-modules/core/2.2/1044_1_1.html (original)
+++ cocoon/site/site/2.2/core-modules/core/2.2/1044_1_1.html Tue Apr 24 12:39:52 2012
@@ -29,17 +29,13 @@
   <head>
     <title>      Cocoon Core - WildcardURIMatcher
   </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/apache-cocoon-thien-maven-skin.min.css" />
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <script src="./js/getBlank.js" language="javascript" type="text/javascript"></script>
-          <meta name="author" content="The Cocoon Community" />
-        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+    <script src="./js/apache-cocoon-thien-maven-skin.min.js" language="javascript" type="text/javascript"></script>
+          <meta name="author" content="Apache Cocoon Documentation Team" />
+        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
   </head>
-  <body>
+  <body onload="javascript:prettyPrint();">
     <div id="breadtrail">
        <p><a href="http://www.apache.org">Apache</a> &raquo; <a href="../../../../">Cocoon</a> &raquo;</p>
     </div>
@@ -77,7 +73,7 @@
                 <li><a href="../../../../2.2/core-modules/">Core <span class="pl-version-small">2.2</span></a></li>
                 <li><a href="../../../../2.2/blocks/">Blocks <span class="pl-version-small">2.2</span></a></li>
                 <li><a href="../../../../2.2/maven-plugins/">Maven Plugins <span class="pl-version-small">2.2</span></a></li>
-                <li><strong><a href="../../../..//3.0/">Cocoon 3.0 <span class="pl-version-small">[alpha]</span></a></em></strong></li>            
+                <li><strong><a href="../../../..//3.0/">Cocoon 3.0</a></em></strong></li>
                 <li><strong><a href="../../../../subprojects/">Subprojects</a></strong></li>
               </ul>
                     </div>
@@ -92,7 +88,7 @@
             <ul>
                   
     <li >
-              <a href="1270_1_1.html">Introduction</a>
+              <a href="index.html">Introduction</a>
         </li>
               </ul>
     </li>
@@ -253,8 +249,6 @@
       
             
       
-            
-      
                     
         <li class='menuCollapse'>
               <a href="842_1_1.html">Reference</a>
@@ -954,7 +948,7 @@
         </li>
                   
     <li >
-              <a href="1380_1_1.html">Using Control  Flow</a>
+              <a href="1380_1_1.html">Using Control Flow</a>
         </li>
               </ul>
     </li>
@@ -988,11 +982,11 @@
         </li>
                   
     <li >
-              <a href="1399_1_1.html">Logging configuration</a>
+              <a href="1399_1_1.html">Logging Configuration</a>
         </li>
                   
     <li >
-              <a href="1259_1_1.html">Component Configurations</a>
+              <a href="1259_1_1.html">Component Configuration</a>
         </li>
                   
     <li >
@@ -1001,54 +995,52 @@
               </ul>
     </li>
       <li>
-              Project Documentation
+              Project Reports
             <ul>
                   
-  
-
-
-              
-      
-            
-      
-            
-      
-            
-      
-            
-      
-              
-        <li class='menuCollapse'>
-              <a href="project-info.html">Project Information</a>
-              </li>
+    <li >
+              <a href="changes-report.html">Changes Report</a>
+        </li>
                   
-  
-
-
-              
-      
-            
-      
-              
-        <li class='menuCollapse'>
-              <a href="project-reports.html">Project Reports</a>
-              </li>
+    <li >
+              <a href="apidocs/">JavaDocs</a>
+        </li>
               </ul>
     </li>
       </ul>
        <div class="main">
-         <div id="contentBody"><div id="bodyText"><h1 class="docTitle">WildcardURIMatcher</h1><h1>Summary</h1><p>Match the request URI against a wildcard expression.</p><h1>Basic information</h1><table class="bodyTable"><tr class="a"><th>Component type</th><td>Matcher</td></tr><tr class="b"><th>Cocoon block</th><td>core</td></tr><tr class="a"><th>Java class</th><td>org.apache.cocoon.matching.WildcardURIMatcher</td></tr><tr class="b"><th>Name in Sitemap</th><td></td></tr><tr class="a"><th>Cacheable</th><td></td></tr></table><h1>Documentation</h1><p>No documentation available yet.</p></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/1044?branch=1&language=1">View, Edit or comment</a> on the latest development version (registration required).
-      </div></div></div>
+         <!-- Licensed to the Apache Software Foundation (ASF) under one
+      or more contributor license agreements.  See the NOTICE file
+      distributed with this work for additional information
+      regarding copyright ownership.  The ASF licenses this file
+      to you under the Apache License, Version 2.0 (the
+      "License"); you may not use this file except in compliance
+      with the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+      Unless required by applicable law or agreed to in writing,
+      software distributed under the License is distributed on an
+      "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+      KIND, either express or implied.  See the License for the
+      specific language governing permissions and limitations
+      under the License. -->
+         <div id="contentBody"><div id="bodyText"><h1 class="docTitle">WildcardURIMatcher</h1><h1>Summary</h1><p>Match the request URI against a wildcard expression.</p><h1>Basic information</h1><table border="0" class="bodyTable"><tbody><tr class="a"><th>Component type</th><td>Matcher</td></tr><tr class="b"><th>Cocoon block</th><td>core</td></tr><tr class="a"><th>Java class</th><td>org.apache.cocoon.matching.WildcardURIMatcher</td></tr><tr class="b"><th>Name in Sitemap</th><td></td></tr><tr class="a"><th>Cacheable</th><td></td></tr></tbody></table><h1>Documentation</h1><p>No documentation available yet.</p></div></div>
+       
        </div>
     </div>
 
     <!-- end of content -->
     <div id="footer">
-      <p>&#169;  
-          1999-2008
+      <p>Copyright &copy;  
+          1999-2012
     
           The Apache Software Foundation
+      All Rights Reserved.</p>
+
+      <p>
+      Apache Cocoon, Apache, the Apache feather logo, and the Apache Cocoon project logos are trademarks of The Apache Software Foundation.
+      All other marks mentioned may be trademarks or registered trademarks of their respective owners.
       </p>
     </div>
     <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">

Modified: cocoon/site/site/2.2/core-modules/core/2.2/1046_1_1.html
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/core-modules/core/2.2/1046_1_1.html?rev=1329677&r1=1329676&r2=1329677&view=diff
==============================================================================
--- cocoon/site/site/2.2/core-modules/core/2.2/1046_1_1.html (original)
+++ cocoon/site/site/2.2/core-modules/core/2.2/1046_1_1.html Tue Apr 24 12:39:52 2012
@@ -29,17 +29,13 @@
   <head>
     <title>      Cocoon Core - CachingProcessingPipeline
   </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/apache-cocoon-thien-maven-skin.min.css" />
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <script src="./js/getBlank.js" language="javascript" type="text/javascript"></script>
-          <meta name="author" content="The Cocoon Community" />
-        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+    <script src="./js/apache-cocoon-thien-maven-skin.min.js" language="javascript" type="text/javascript"></script>
+          <meta name="author" content="Apache Cocoon Documentation Team" />
+        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
   </head>
-  <body>
+  <body onload="javascript:prettyPrint();">
     <div id="breadtrail">
        <p><a href="http://www.apache.org">Apache</a> &raquo; <a href="../../../../">Cocoon</a> &raquo;</p>
     </div>
@@ -77,7 +73,7 @@
                 <li><a href="../../../../2.2/core-modules/">Core <span class="pl-version-small">2.2</span></a></li>
                 <li><a href="../../../../2.2/blocks/">Blocks <span class="pl-version-small">2.2</span></a></li>
                 <li><a href="../../../../2.2/maven-plugins/">Maven Plugins <span class="pl-version-small">2.2</span></a></li>
-                <li><strong><a href="../../../..//3.0/">Cocoon 3.0 <span class="pl-version-small">[alpha]</span></a></em></strong></li>            
+                <li><strong><a href="../../../..//3.0/">Cocoon 3.0</a></em></strong></li>
                 <li><strong><a href="../../../../subprojects/">Subprojects</a></strong></li>
               </ul>
                     </div>
@@ -92,7 +88,7 @@
             <ul>
                   
     <li >
-              <a href="1270_1_1.html">Introduction</a>
+              <a href="index.html">Introduction</a>
         </li>
               </ul>
     </li>
@@ -253,8 +249,6 @@
       
             
       
-            
-      
                     
         <li class='menuCollapse'>
               <a href="842_1_1.html">Reference</a>
@@ -870,7 +864,7 @@
         </li>
                   
     <li >
-              <a href="1380_1_1.html">Using Control  Flow</a>
+              <a href="1380_1_1.html">Using Control Flow</a>
         </li>
               </ul>
     </li>
@@ -904,11 +898,11 @@
         </li>
                   
     <li >
-              <a href="1399_1_1.html">Logging configuration</a>
+              <a href="1399_1_1.html">Logging Configuration</a>
         </li>
                   
     <li >
-              <a href="1259_1_1.html">Component Configurations</a>
+              <a href="1259_1_1.html">Component Configuration</a>
         </li>
                   
     <li >
@@ -917,55 +911,53 @@
               </ul>
     </li>
       <li>
-              Project Documentation
+              Project Reports
             <ul>
                   
-  
-
-
-              
-      
-            
-      
-            
-      
-            
-      
-            
-      
-              
-        <li class='menuCollapse'>
-              <a href="project-info.html">Project Information</a>
-              </li>
+    <li >
+              <a href="changes-report.html">Changes Report</a>
+        </li>
                   
-  
-
-
-              
-      
-            
-      
-              
-        <li class='menuCollapse'>
-              <a href="project-reports.html">Project Reports</a>
-              </li>
+    <li >
+              <a href="apidocs/">JavaDocs</a>
+        </li>
               </ul>
     </li>
       </ul>
        <div class="main">
+         <!-- Licensed to the Apache Software Foundation (ASF) under one
+      or more contributor license agreements.  See the NOTICE file
+      distributed with this work for additional information
+      regarding copyright ownership.  The ASF licenses this file
+      to you under the Apache License, Version 2.0 (the
+      "License"); you may not use this file except in compliance
+      with the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+      Unless required by applicable law or agreed to in writing,
+      software distributed under the License is distributed on an
+      "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+      KIND, either express or implied.  See the License for the
+      specific language governing permissions and limitations
+      under the License. -->
          <div id="contentBody"><div id="bodyText"><h1 class="docTitle">CachingProcessingPipeline</h1><h1>Summary</h1><p>No summary available. The summary needs to be defined using the
-            <tt>@cocoon.sitemap.component.documentation</tt> annotation in the Java source file for this component.</p><h1>Basic information</h1><table class="bodyTable"><tr class="a"><th>Component type</th><td>Pipe</td></tr><tr class="b"><th>Cocoon block</th><td>core</td></tr><tr class="a"><th>Java class</th><td>org.apache.cocoon.components.pipeline.impl.CachingProcessingPipeline</td></tr><tr class="b"><th>Name in Sitemap</th><td></td></tr><tr class="a"><th>Cacheable</th><td></td></tr></table><h1>Documentation</h1><p>No documentation available yet.</p></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/1046?branch=1&language=1">View, Edit or comment</a> on the latest development version (registration required).
-      </div></div></div>
+            <tt>@cocoon.sitemap.component.documentation</tt> annotation in the Java source file for this component.</p><h1>Basic information</h1><table border="0" class="bodyTable"><tbody><tr class="a"><th>Component type</th><td>Pipe</td></tr><tr class="b"><th>Cocoon block</th><td>core</td></tr><tr class="a"><th>Java class</th><td>org.apache.cocoon.components.pipeline.impl.CachingProcessingPipeline</td></tr><tr class="b"><th>Name in Sitemap</th><td></td></tr><tr class="a"><th>Cacheable</th><td></td></tr></tbody></table><h1>Documentation</h1><p>No documentation available yet.</p></div></div>
+       
        </div>
     </div>
 
     <!-- end of content -->
     <div id="footer">
-      <p>&#169;  
-          1999-2008
+      <p>Copyright &copy;  
+          1999-2012
     
           The Apache Software Foundation
+      All Rights Reserved.</p>
+
+      <p>
+      Apache Cocoon, Apache, the Apache feather logo, and the Apache Cocoon project logos are trademarks of The Apache Software Foundation.
+      All other marks mentioned may be trademarks or registered trademarks of their respective owners.
       </p>
     </div>
     <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">

Modified: cocoon/site/site/2.2/core-modules/core/2.2/1048_1_1.html
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/core-modules/core/2.2/1048_1_1.html?rev=1329677&r1=1329676&r2=1329677&view=diff
==============================================================================
--- cocoon/site/site/2.2/core-modules/core/2.2/1048_1_1.html (original)
+++ cocoon/site/site/2.2/core-modules/core/2.2/1048_1_1.html Tue Apr 24 12:39:52 2012
@@ -29,17 +29,13 @@
   <head>
     <title>      Cocoon Core - IncludeTransformer
   </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/apache-cocoon-thien-maven-skin.min.css" />
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <script src="./js/getBlank.js" language="javascript" type="text/javascript"></script>
-          <meta name="author" content="The Cocoon Community" />
-        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+    <script src="./js/apache-cocoon-thien-maven-skin.min.js" language="javascript" type="text/javascript"></script>
+          <meta name="author" content="Apache Cocoon Documentation Team" />
+        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
   </head>
-  <body>
+  <body onload="javascript:prettyPrint();">
     <div id="breadtrail">
        <p><a href="http://www.apache.org">Apache</a> &raquo; <a href="../../../../">Cocoon</a> &raquo;</p>
     </div>
@@ -77,7 +73,7 @@
                 <li><a href="../../../../2.2/core-modules/">Core <span class="pl-version-small">2.2</span></a></li>
                 <li><a href="../../../../2.2/blocks/">Blocks <span class="pl-version-small">2.2</span></a></li>
                 <li><a href="../../../../2.2/maven-plugins/">Maven Plugins <span class="pl-version-small">2.2</span></a></li>
-                <li><strong><a href="../../../..//3.0/">Cocoon 3.0 <span class="pl-version-small">[alpha]</span></a></em></strong></li>            
+                <li><strong><a href="../../../..//3.0/">Cocoon 3.0</a></em></strong></li>
                 <li><strong><a href="../../../../subprojects/">Subprojects</a></strong></li>
               </ul>
                     </div>
@@ -92,7 +88,7 @@
             <ul>
                   
     <li >
-              <a href="1270_1_1.html">Introduction</a>
+              <a href="index.html">Introduction</a>
         </li>
               </ul>
     </li>
@@ -253,8 +249,6 @@
       
             
       
-            
-      
                     
         <li class='menuCollapse'>
               <a href="842_1_1.html">Reference</a>
@@ -950,7 +944,7 @@
         </li>
                   
     <li >
-              <a href="1380_1_1.html">Using Control  Flow</a>
+              <a href="1380_1_1.html">Using Control Flow</a>
         </li>
               </ul>
     </li>
@@ -984,11 +978,11 @@
         </li>
                   
     <li >
-              <a href="1399_1_1.html">Logging configuration</a>
+              <a href="1399_1_1.html">Logging Configuration</a>
         </li>
                   
     <li >
-              <a href="1259_1_1.html">Component Configurations</a>
+              <a href="1259_1_1.html">Component Configuration</a>
         </li>
                   
     <li >
@@ -997,55 +991,53 @@
               </ul>
     </li>
       <li>
-              Project Documentation
+              Project Reports
             <ul>
                   
-  
-
-
-              
-      
-            
-      
-            
-      
-            
-      
-            
-      
-              
-        <li class='menuCollapse'>
-              <a href="project-info.html">Project Information</a>
-              </li>
+    <li >
+              <a href="changes-report.html">Changes Report</a>
+        </li>
                   
-  
-
-
-              
-      
-            
-      
-              
-        <li class='menuCollapse'>
-              <a href="project-reports.html">Project Reports</a>
-              </li>
+    <li >
+              <a href="apidocs/">JavaDocs</a>
+        </li>
               </ul>
     </li>
       </ul>
        <div class="main">
+         <!-- Licensed to the Apache Software Foundation (ASF) under one
+      or more contributor license agreements.  See the NOTICE file
+      distributed with this work for additional information
+      regarding copyright ownership.  The ASF licenses this file
+      to you under the Apache License, Version 2.0 (the
+      "License"); you may not use this file except in compliance
+      with the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+      Unless required by applicable law or agreed to in writing,
+      software distributed under the License is distributed on an
+      "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+      KIND, either express or implied.  See the License for the
+      specific language governing permissions and limitations
+      under the License. -->
          <div id="contentBody"><div id="bodyText"><h1 class="docTitle">IncludeTransformer</h1><h1>Summary</h1><p>A simple transformer including resolvable sources (accessed through Cocoon's
-SourceResolver) from its input.</p><h1>Basic information</h1><table class="bodyTable"><tr class="a"><th>Component type</th><td>Transformer</td></tr><tr class="b"><th>Cocoon block</th><td>core</td></tr><tr class="a"><th>Java class</th><td>org.apache.cocoon.transformation.IncludeTransformer</td></tr><tr class="b"><th>Name in Sitemap</th><td>include</td></tr><tr class="a"><th>Cacheable</th><td>Yes - Yes</td></tr></table><h1>Documentation</h1><p>No documentation available yet.</p></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/1048?branch=1&language=1">View, Edit or comment</a> on the latest development version (registration required).
-      </div></div></div>
+SourceResolver) from its input.</p><h1>Basic information</h1><table border="0" class="bodyTable"><tbody><tr class="a"><th>Component type</th><td>Transformer</td></tr><tr class="b"><th>Cocoon block</th><td>core</td></tr><tr class="a"><th>Java class</th><td>org.apache.cocoon.transformation.IncludeTransformer</td></tr><tr class="b"><th>Name in Sitemap</th><td>include</td></tr><tr class="a"><th>Cacheable</th><td>Yes - Yes</td></tr></tbody></table><h1>Documentation</h1><p>No documentation available yet.</p></div></div>
+       
        </div>
     </div>
 
     <!-- end of content -->
     <div id="footer">
-      <p>&#169;  
-          1999-2008
+      <p>Copyright &copy;  
+          1999-2012
     
           The Apache Software Foundation
+      All Rights Reserved.</p>
+
+      <p>
+      Apache Cocoon, Apache, the Apache feather logo, and the Apache Cocoon project logos are trademarks of The Apache Software Foundation.
+      All other marks mentioned may be trademarks or registered trademarks of their respective owners.
       </p>
     </div>
     <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.