You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by il...@apache.org on 2012/05/29 11:32:38 UTC

svn commit: r1343624 - in /cocoon/trunk/site/cocoon-subprojects-site: pom.xml src/ src/site/ src/site/resources/ src/site/resources/images/ src/site/resources/images/external.png src/site/site.xml src/site/xdoc/ src/site/xdoc/index.xml

Author: ilgrosso
Date: Tue May 29 09:32:37 2012
New Revision: 1343624

URL: http://svn.apache.org/viewvc?rev=1343624&view=rev
Log:
Subprojects index page

Added:
    cocoon/trunk/site/cocoon-subprojects-site/src/
    cocoon/trunk/site/cocoon-subprojects-site/src/site/
    cocoon/trunk/site/cocoon-subprojects-site/src/site/resources/
    cocoon/trunk/site/cocoon-subprojects-site/src/site/resources/images/
    cocoon/trunk/site/cocoon-subprojects-site/src/site/resources/images/external.png   (with props)
    cocoon/trunk/site/cocoon-subprojects-site/src/site/site.xml   (with props)
    cocoon/trunk/site/cocoon-subprojects-site/src/site/xdoc/
    cocoon/trunk/site/cocoon-subprojects-site/src/site/xdoc/index.xml   (with props)
Modified:
    cocoon/trunk/site/cocoon-subprojects-site/pom.xml

Modified: cocoon/trunk/site/cocoon-subprojects-site/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/site/cocoon-subprojects-site/pom.xml?rev=1343624&r1=1343623&r2=1343624&view=diff
==============================================================================
--- cocoon/trunk/site/cocoon-subprojects-site/pom.xml (original)
+++ cocoon/trunk/site/cocoon-subprojects-site/pom.xml Tue May 29 09:32:37 2012
@@ -27,8 +27,8 @@
   <parent>
     <groupId>org.apache.cocoon</groupId>
     <artifactId>cocoon</artifactId>
-    <version>6-SNAPSHOT</version>
-    <relativePath>../../parent/pom.xml</relativePath>
+    <version>9-SNAPSHOT</version>
+    <relativePath/>
   </parent>
   
   <artifactId>cocoon-subprojects-site</artifactId>
@@ -49,35 +49,44 @@
     </site>
   </distributionManagement>
   
-  <profiles>
-    <profile>
-      <id>daisy</id>
-      <build>
-        <plugins>
-          <plugin>
-            <groupId>org.daisycms</groupId>
-            <artifactId>daisy-maven-plugin</artifactId>
-            <configuration>
-              <navDocId>1307</navDocId>
-              <collection>cdocs-site-subprojects</collection>
-              <skipFirstNavigationDocumentLevel>false</skipFirstNavigationDocumentLevel>
-              <siteXmlContent>
-                &lt;project&gt;
-                &lt;skin&gt;
-                &lt;groupId&gt;org.apache.cocoon&lt;/groupId&gt;
-                &lt;artifactId&gt;cocoon-thien-maven-site-skin&lt;/artifactId&gt;
-                &lt;version&gt;1.0.0-SNAPSHOT&lt;/version&gt;
-                &lt;/skin&gt;
-                &lt;body&gt;
-                &lt;!-- @daisy-start@ --&gt;&lt;!-- @daisy-end@ --&gt;
-                &lt;/body&gt;
-                &lt;/project&gt;
-              </siteXmlContent>                             
-            </configuration>
-          </plugin>     
-        </plugins>
-      </build>      
-    </profile>
-  </profiles>    
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-site-plugin</artifactId>
+        <version>3.0</version>
+        <configuration>
+          <locales>en</locales>
+          <reportPlugins>
+            <plugin>
+              <groupId>org.apache.maven.plugins</groupId>
+              <artifactId>maven-project-info-reports-plugin</artifactId>
+              <version>2.4</version>
+              <configuration>
+                <dependencyDetailsEnabled>false</dependencyDetailsEnabled>
+                <dependencyLocationsEnabled>false</dependencyLocationsEnabled>
+              </configuration>
+              <reportSets>
+                <reportSet>
+                  <reports>
+                    <report>summary</report>
+                    <report>license</report>
+                  </reports>
+                </reportSet>
+              </reportSets>
+            </plugin>
+          </reportPlugins>
+        </configuration>
+        <executions>
+          <execution>
+            <id>attach-descriptor</id>
+            <goals>
+              <goal>attach-descriptor</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build> 
   
 </project>

Added: cocoon/trunk/site/cocoon-subprojects-site/src/site/resources/images/external.png
URL: http://svn.apache.org/viewvc/cocoon/trunk/site/cocoon-subprojects-site/src/site/resources/images/external.png?rev=1343624&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/trunk/site/cocoon-subprojects-site/src/site/resources/images/external.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: cocoon/trunk/site/cocoon-subprojects-site/src/site/site.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/site/cocoon-subprojects-site/src/site/site.xml?rev=1343624&view=auto
==============================================================================
--- cocoon/trunk/site/cocoon-subprojects-site/src/site/site.xml (added)
+++ cocoon/trunk/site/cocoon-subprojects-site/src/site/site.xml Tue May 29 09:32:37 2012
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  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.
+-->
+<!-- $Id$ -->
+<project xmlns="http://maven.apache.org/DECORATION/1.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 http://maven.apache.org/xsd/decoration-1.1.0.xsd"
+         name="Cocoon Subprojects">
+
+  <skin>
+    <groupId>org.apache.cocoon</groupId>
+    <artifactId>cocoon-thien-maven-site-skin</artifactId>
+    <version>1.0.1</version>
+  </skin>
+    
+  <body>
+    <menu name="Sub projects">
+      <item name="Sub projects" href="./index.html"/>
+    </menu>
+  </body>
+</project>

Propchange: cocoon/trunk/site/cocoon-subprojects-site/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: cocoon/trunk/site/cocoon-subprojects-site/src/site/site.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: cocoon/trunk/site/cocoon-subprojects-site/src/site/site.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: cocoon/trunk/site/cocoon-subprojects-site/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/site/cocoon-subprojects-site/src/site/xdoc/index.xml?rev=1343624&view=auto
==============================================================================
--- cocoon/trunk/site/cocoon-subprojects-site/src/site/xdoc/index.xml (added)
+++ cocoon/trunk/site/cocoon-subprojects-site/src/site/xdoc/index.xml Tue May 29 09:32:37 2012
@@ -0,0 +1,121 @@
+<?xml version="1.0" encoding="UTF-8"?><!--
+      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.
+    -->
+<document xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/XDOC/2.0" xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
+  <properties>
+    <title>Cocoon Subprojects Site - Sub projects</title>
+    <author email="cocoon-docs@apache.org">Apache Cocoon Documentation Team</author>
+  </properties>
+  <body>
+    <div id="contentBody">
+      <div id="bodyText">
+        <h1 class="docTitle">Sub projects</h1>
+        <p>The evolution of Cocoon led to several subprojects that can be used
+          <strong>independently </strong>from the rest of Cocoon (1.x, 2.x 3.x), or any of
+          its parts (such as sitemap, pipelines, blocks, etc.)
+        </p>
+        <table class="bodyTable">
+          <tbody>
+            <tr class="a">
+              <th>
+                <p>
+                  <strong>Name</strong>
+                </p>
+              </th>
+              <th>
+                <p>
+                  <strong>Versions</strong>
+                </p>
+              </th>
+              <th>
+                <p>
+                  <strong>Description</strong>
+                </p>
+              </th>
+            </tr>
+            <tr class="b">
+              <td>
+                <p>
+                  <a href="servlet-service/1.0/index.html">Cocoon Servlet-Service-Framework</a>
+                </p>
+              </td>
+              <td>
+                <p>
+                  <a href="servlet-service/1.0/index.html">1.0</a>
+                </p>
+              </td>
+              <td>
+                <p>The Servlet Service Famework makes it easy to use servlets as components
+                  which can communicate with each other. The current implementation is based on
+                  Spring 2.5.
+                </p>
+              </td>
+            </tr>
+            <tr class="a">
+              <td>
+                <p>
+                  <a href="configuration/1.0/index.html">Cocoon Configuration</a>
+                </p>
+              </td>
+              <td>
+                <p>
+                  <a href="configuration/1.0/index.html">1.0</a>
+                </p>
+              </td>
+              <td>
+                <p>The Cocoon Configuration subproject provides basic support for configuring
+                  web applications. Its current implementation, the Spring Configurator, is a
+                  useful component providing support in common configuration issues when using the
+                  Spring framework. There are no dependencies on Cocoon libraries at all.
+                </p>
+              </td>
+            </tr>
+            <tr class="b">
+              <td>
+                <a href="jnet/">Cocoon JNet</a>
+              </td>
+              <td>
+                <p>
+<!--                  <a href="jnet/download_1_2.html">1.2</a> -->
+                  <a href="jnet/download_1_1.html">1.1</a> 
+                </p>
+              </td>
+              <td>
+                <p>Dynamically register URLStreamHandler factories with your JVM.</p>
+              </td>
+            </tr>
+            <tr class="a">
+              <td>
+                <a href="block-deployment/1.1/index.html">Cocoon Block Deployment</a>
+              </td>
+              <td>
+                <p>
+                  <a href="block-deployment/1.1/index.html">1.1</a>
+                  <a href="block-deployment/1.0/index.html">1.0</a>
+                </p>
+              </td>
+              <td>
+                <p>Deployment utilities for Cocoon Blocks.</p>
+              </td>
+            </tr>
+          </tbody>
+        </table>
+      </div>
+    </div>
+  </body>
+</document>
\ No newline at end of file

Propchange: cocoon/trunk/site/cocoon-subprojects-site/src/site/xdoc/index.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: cocoon/trunk/site/cocoon-subprojects-site/src/site/xdoc/index.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: cocoon/trunk/site/cocoon-subprojects-site/src/site/xdoc/index.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml