svn commit: r1311664 [2/4] - in /cocoon/trunk/site/cocoon-main-site: ./ src/site/ src/site/resources/ src/site/resources/images/ src/site/xdoc/
[email protected] Tue, 10 Apr 2012 10:20:06 -0000
Newsgroups
gmane.text.xml.cocoon.cvs
Message-ID
<[email protected] >
Added: cocoon/trunk/site/cocoon-main-site/src/site/xdoc/1276_1_1.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/site/cocoon-main-site/src/site/xdoc/1276_1_1.xml?rev=1311664&view=auto
==============================================================================
--- cocoon/trunk/site/cocoon-main-site/src/site/xdoc/1276_1_1.xml (added)
+++ cocoon/trunk/site/cocoon-main-site/src/site/xdoc/1276_1_1.xml Tue Apr 10 10:20:04 2012
@@ -0,0 +1,62 @@
+<?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 Main Site - Other tools that we use</title><author email="[email protected] ">Apache Cocoon Documentation Team</author></properties><body>
+ <div id="contentBody"><div id="bodyText"><h1 class="docTitle">Other tools that we use</h1><div class="fixme"><div><strong>Fixme: </strong>TODO: add missing link targets</div></div><section name="Subversion" style="background:none;padding:0;"/><p><img width="219" height="30" name="subversion_logo" alt="subversion_logo" src="images/1319_1_1.img"/></p><p>The Cocoon project uses <a href="http://subversion.tigris.org">Subversion</a>
+for source code version management... details <a href="TODO">here</a>.</p><section name="Maven" style="background:none;padding:0;"/><p><img width="90" height="30" name="maven-feather" alt="maven-feather" src="NO_LINK"/></p><p>The Cocoon project uses Apache <a href="http://maven.apache.org">Maven</a>
+in several roles:</p><ul>
+<li>For <strong>Cocoon users</strong>: as the downloader for getting the
+artifacts that constitute the Cocoon binary distributions. These artifacts
+include:
+<ul>
+<li>Cocoon jars</li>
+<li>Dependent jars</li>
+<li>Configuration files</li>
+</ul>
+This method is superior to other alternatives, e.g. downloading tarballs,
+manually downloading transitively dependent artifacts, etc.</li>
+<li>Also for <strong>Cocoon users</strong>: optionally, as the deployer/launcher
+for Cocoon, e.g. to run in an instance of the Jetty servlet container (details).
+</li>
+<li>For Cocoon <strong><em>application</em> developers</strong> building web
+apps using Cocoon + custom Java code: it's recommended that you set up your
+projects to use Maven as your build tool. This frees you from having to deal
+with all the usual low-level build infrastructure issues of classpaths, jar
+dependencies and versions, etc. and lets you get on with the coding!</li>
+<li>For <strong>Cocoon developers</strong>: as the build tool for
+<a href="798_1_1.html">building Cocoon</a> (all, or parts of) from the source
+code. You are a Cocoon developer if you are working on a patch or other source
+code submission. <strong><em>Note</em></strong>: Cocoon users / application
+developers should never need to build Cocoon from the source code. It should be
+sufficient to specify Cocoon artifacts in your project's Maven
+<a href="http://maven.apache.org/pom.html#What%20is%20the%20POM?">POM</a>, which
+you can set up initially <a href="2.2/1159_1_1.html">using a Maven archetype</a>.</li>
+</ul><div class="note"><div><strong>Note: </strong>Maven 2.0.6 or greater is required for all of these tasks.</div></div><section name="Eclipse" style="background:none;padding:0;"/>A lot of Cocoon developers like to use the
+<a href="http://eclipse.org">Eclipse</a> IDE, so the Cocoon build sets up
+<a href="1214_1_1.html">Cocoon as an Eclipse project</a>. However, you don't have
+to use Eclipse to develop with or on Cocoon. You can get by with nothing but a
+text editor and Maven.<section name="Jira" style="background:none;padding:0;"/><img width="111" height="30" name="jira_logo_small" alt="jira_logo_small" src="images/1320_1_1.img"/>The Cocoon project uses Atlassian JIRA for bug/issue tracking. Anyone can
+<a href="https://issues.apache.org/jira/browse/COCOON">browse the issues</a>.Â
+Anyone can create or comment on an issue too, you just have to
+<a href="https://issues.apache.org/jira/secure/Signup!default.jspa">create a
+login</a> on Apache's JIRA first.<section name="Continuum" style="background:none;padding:0;"/><img width="76" height="32" name="continuum" alt="continuum" src="images/1321_1_1.img"/>The Cocoon project uses Maven
+<a href="http://maven.apache.org/continuum/">Continuum</a> to run its
+<a href="http://en.wikipedia.org/wiki/Continuous_Integration">continuous
+integration</a> build cycle. This probably isn't all that interesting except to
+the Cocoon committers. For the rest of us, we can just feel happy about the fact
+that Cocoon is being integrated... continuously... :-)</div></div>
+ </body></document>
\ No newline at end of file
Propchange: cocoon/trunk/site/cocoon-main-site/src/site/xdoc/1276_1_1.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: cocoon/trunk/site/cocoon-main-site/src/site/xdoc/1276_1_1.xml
------------------------------------------------------------------------------
svn:keywords = Date Revision Author HeadURL Id
Propchange: cocoon/trunk/site/cocoon-main-site/src/site/xdoc/1276_1_1.xml
------------------------------------------------------------------------------
svn:mime-type = text/xml
Added: cocoon/trunk/site/cocoon-main-site/src/site/xdoc/1277_1_1.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/site/cocoon-main-site/src/site/xdoc/1277_1_1.xml?rev=1311664&view=auto
==============================================================================
--- cocoon/trunk/site/cocoon-main-site/src/site/xdoc/1277_1_1.xml (added)
+++ cocoon/trunk/site/cocoon-main-site/src/site/xdoc/1277_1_1.xml Tue Apr 10 10:20:04 2012
@@ -0,0 +1,26 @@
+<?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 Main Site - Cocoon GT 2006 in Amsterdam</title><author email="[email protected] ">Apache Cocoon Documentation Team</author></properties><body>
+ <div id="contentBody"><div id="bodyText"><h1 class="docTitle">Cocoon GT 2006 in Amsterdam</h1><p>The Apache Cocoon community is proud to announce the <strong>fifth
+</strong><strong>(!) </strong><strong>annual edition</strong>Â of the
+<strong>Cocoon GetTogether</strong>, the main annual gathering of current and
+future Cocoon users and developers. During this event, you'll have a unique
+chance to meet and intermingle with fellow Cocoon enthusiasts, to hear what's
+hot and what's not, and to get your hands dirty with some real on-site Cocoon
+coding.</p></div></div>
+ </body></document>
\ No newline at end of file
Propchange: cocoon/trunk/site/cocoon-main-site/src/site/xdoc/1277_1_1.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: cocoon/trunk/site/cocoon-main-site/src/site/xdoc/1277_1_1.xml
------------------------------------------------------------------------------
svn:keywords = Date Revision Author HeadURL Id
Propchange: cocoon/trunk/site/cocoon-main-site/src/site/xdoc/1277_1_1.xml
------------------------------------------------------------------------------
svn:mime-type = text/xml
Added: cocoon/trunk/site/cocoon-main-site/src/site/xdoc/1278_1_1.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/site/cocoon-main-site/src/site/xdoc/1278_1_1.xml?rev=1311664&view=auto
==============================================================================
--- cocoon/trunk/site/cocoon-main-site/src/site/xdoc/1278_1_1.xml (added)
+++ cocoon/trunk/site/cocoon-main-site/src/site/xdoc/1278_1_1.xml Tue Apr 10 10:20:04 2012
@@ -0,0 +1,22 @@
+<?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 Main Site - Cocoon GT presentations available!</title><author email="[email protected] ">Apache Cocoon Documentation Team</author></properties><body>
+ <div id="contentBody"><div id="bodyText"><h1 class="docTitle">Cocoon GT presentations available!</h1><p>Slides and material from the Cocoon GetTogether 2006 are now available.</p><p>See
+<a href="http://wiki.apache.org/cocoon/GT2006Notes">http://wiki.apache.org/cocoon/GT2006Notes</a>
+</p></div></div>
+ </body></document>
\ No newline at end of file
Propchange: cocoon/trunk/site/cocoon-main-site/src/site/xdoc/1278_1_1.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: cocoon/trunk/site/cocoon-main-site/src/site/xdoc/1278_1_1.xml
------------------------------------------------------------------------------
svn:keywords = Date Revision Author HeadURL Id
Propchange: cocoon/trunk/site/cocoon-main-site/src/site/xdoc/1278_1_1.xml
------------------------------------------------------------------------------
svn:mime-type = text/xml
Added: cocoon/trunk/site/cocoon-main-site/src/site/xdoc/1279_1_1.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/site/cocoon-main-site/src/site/xdoc/1279_1_1.xml?rev=1311664&view=auto
==============================================================================
--- cocoon/trunk/site/cocoon-main-site/src/site/xdoc/1279_1_1.xml (added)
+++ cocoon/trunk/site/cocoon-main-site/src/site/xdoc/1279_1_1.xml Tue Apr 10 10:20:04 2012
@@ -0,0 +1,20 @@
+<?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 Main Site - News archive</title><author email="[email protected] ">Apache Cocoon Documentation Team</author></properties><body>
+ <div id="contentBody"><div id="bodyText"><h1 class="docTitle">News archive</h1><div class="warning"><strong style="color:red;font-weight:bold">Warning: There is no styling for this query available.</strong></div></div></div>
+ </body></document>
\ No newline at end of file
Propchange: cocoon/trunk/site/cocoon-main-site/src/site/xdoc/1279_1_1.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: cocoon/trunk/site/cocoon-main-site/src/site/xdoc/1279_1_1.xml
------------------------------------------------------------------------------
svn:keywords = Date Revision Author HeadURL Id
Propchange: cocoon/trunk/site/cocoon-main-site/src/site/xdoc/1279_1_1.xml
------------------------------------------------------------------------------
svn:mime-type = text/xml
Added: cocoon/trunk/site/cocoon-main-site/src/site/xdoc/1281_1_1.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/site/cocoon-main-site/src/site/xdoc/1281_1_1.xml?rev=1311664&view=auto
==============================================================================
--- cocoon/trunk/site/cocoon-main-site/src/site/xdoc/1281_1_1.xml (added)
+++ cocoon/trunk/site/cocoon-main-site/src/site/xdoc/1281_1_1.xml Tue Apr 10 10:20:04 2012
@@ -0,0 +1,25 @@
+<?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 Main Site - Cocoon in HigherEdWebDev conference</title><author email="[email protected] ">Apache Cocoon Documentation Team</author></properties><body>
+ <div id="contentBody"><div id="bodyText"><h1 class="docTitle">Cocoon in HigherEdWebDev conference</h1><p>
+<a href="http://www.highedweb.org/2006/presentations/aus/AUS11.ppt">http://www.highedweb.org/2006/presentations/aus/AUS11.ppt</a>
+<br/>
+Presentation at HigherEdWebDev 2006 featuring Cocoon as a framework for managing
+proposal-initiated workflows. The presentation was held during the conference
+Oct 22-25 in Rochester, USA.</p></div></div>
+ </body></document>
\ No newline at end of file
Propchange: cocoon/trunk/site/cocoon-main-site/src/site/xdoc/1281_1_1.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: cocoon/trunk/site/cocoon-main-site/src/site/xdoc/1281_1_1.xml
------------------------------------------------------------------------------
svn:keywords = Date Revision Author HeadURL Id
Propchange: cocoon/trunk/site/cocoon-main-site/src/site/xdoc/1281_1_1.xml
------------------------------------------------------------------------------
svn:mime-type = text/xml
Added: cocoon/trunk/site/cocoon-main-site/src/site/xdoc/1284_1_1.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/site/cocoon-main-site/src/site/xdoc/1284_1_1.xml?rev=1311664&view=auto
==============================================================================
--- cocoon/trunk/site/cocoon-main-site/src/site/xdoc/1284_1_1.xml (added)
+++ cocoon/trunk/site/cocoon-main-site/src/site/xdoc/1284_1_1.xml Tue Apr 10 10:20:04 2012
@@ -0,0 +1,105 @@
+<?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 Main Site - Versions & Download</title><author email="[email protected] ">Apache Cocoon Documentation Team</author></properties><body>
+ <div id="contentBody"><div id="bodyText"><h1 class="docTitle">Versions & Download</h1><section name="Cocoon 2.2 (stable)" style="background:none;padding:0;"/><p>Our latest version of Cocoon is 2.2. The best way to get familiar with Cocoon
+2.2 and how to use it together with Maven 2 is the <a href="2.2/1159_1_1.html">Getting
+started tutorial</a>. If you follow that path, Maven 2 will take care of
+downloading all (transitive) dependencies.</p><p>However, there is also a <em>Getting Started package</em> that contains a
+simple Cocoon 2.2 based application that uses Apache Ant as build system.</p><table class="bodyTable">
+<tbody>
+<tr class="a">
+<th>
+<p>Artifact</p>
+</th>
+<th>
+<p>Description</p>
+</th>
+<th>
+<p>Download</p>
+</th>
+<th>
+<p>Verify</p>
+</th>
+</tr>
+<tr class="b">
+<td>
+<p><strong>Cocoon 2.2.0</strong></p>
+</td>
+<td>
+<p>Cocoon Core (pipelines, sitemaps, servlet): sources, binaries, javadocs and
+docs.</p>
+</td>
+<td>
+<p>
+<a href="http://www.apache.org/dyn/closer.cgi/cocoon/2.2/cocoon-2.2.0.zip">cocoon-2.2.0.zip</a>
+<br/>
+<a href="http://www.apache.org/dyn/closer.cgi/cocoon/2.2/cocoon-2.2.0.tar.gz">
+cocoon-2.2.0.tar.gz</a></p>
+</td>
+<td>
+<p>
+<a href="http://www.apache.org/dyn/closer.cgi/cocoon/2.2/cocoon-2.2.0.zip.asc">pgp</a>
+<a href="http://www.apache.org/dyn/closer.cgi/cocoon/2.2/cocoon-2.2.0.zip.md5">md5</a>
+<a href="http://www.apache.org/dyn/closer.cgi/cocoon/2.2/cocoon-2.2.0.zip.sha1">sha1</a>
+<br/>
+<a href="http://www.apache.org/dyn/closer.cgi/cocoon/2.2/cocoon-2.2.0.tar.gz.asc">
+pgp</a>
+<a href="http://www.apache.org/dyn/closer.cgi/cocoon/2.2/cocoon-2.2.0.tar.gz.md5">md5</a>
+<a href="http://www.apache.org/dyn/closer.cgi/cocoon/2.2/cocoon-2.2.0.tar.gz.sha1">sha1</a>
+</p>
+</td>
+</tr>
+<tr class="a">
+<td>
+<p><strong>Getting Started 2.2.0</strong></p>
+</td>
+<td>
+<p>A simple web application based on Cocoon 2.2 that makes use of blocks and
+servlet services.</p>
+</td>
+<td>
+<p>
+<a href="http://www.apache.org/dyn/closer.cgi/cocoon/2.2/cocoon-getting-started/cocoon-getting-started-2.2.0.zip">cocoon-getting-started-2.2.0-zip</a>
+<br/>
+<a href="http://www.apache.org/dyn/closer.cgi/cocoon/2.2/cocoon-getting-started/cocoon-getting-started-2.2.0.tar.gz">
+cocoon-getting-started-2.2.0.tar.gz</a></p>
+</td>
+<td>
+<p>
+<a href="http://www.apache.org/dyn/closer.cgi/cocoon/2.2/cocoon-getting-started/cocoon-getting-started-2.2.0.zip.asc">pgp</a>
+<a href="http://www.apache.org/dyn/closer.cgi/cocoon/2.2/cocoon-getting-started/cocoon-getting-started-2.2.0.zip.md5">md5</a>
+<a href="http://www.apache.org/dyn/closer.cgi/cocoon/2.2/cocoon-getting-started/cocoon-getting-started-2.2.0.zip.sha1">sha1</a>
+<br/>
+<a href="http://www.apache.org/dyn/closer.cgi/cocoon/2.2/cocoon-getting-started/cocoon-getting-started-2.2.0.tar.gz.asc">
+pgp</a>
+<a href="http://www.apache.org/dyn/closer.cgi/cocoon/2.2/cocoon-getting-started/cocoon-getting-started-2.2.0.tar.gz.md5">md5</a>
+<a href="http://www.apache.org/dyn/closer.cgi/cocoon/2.2/cocoon-getting-started/cocoon-getting-started-2.2.0.tar.gz.sha1">sha1</a>
+</p>
+</td>
+</tr>
+</tbody>
+</table><p>Cocoon 2.2 was split up into smaller units called blocks. Everything that
+goes beyond what Cocoon provides in its core modules (Spring integration,
+sitemap and pipeline implementation) is provided as block. Blocks can be
+downloaded separately. In order to get an overview of what blocks are available,
+use the <a href="2.2/blocks/1204_1_1.html">list of blocks</a>.</p><section name="Cocoon 2.1 (stable)" style="background:none;padding:0;"/><p>The latest stable release of Cocoon 2.1.x is 2.1.11.
+<a href="http://cocoon.apache.org/mirror.cgi">Downloads</a> and
+<a href="http://cocoon.apache.org/2.1/">documentation</a> are available.</p><section name="Previous versions" style="background:none;padding:0;"/><p>Older versions of Cocoon are <a href="2.0/">2.0</a> and
+<a href="1.x/">1.x</a>. It is not recommended to start a new project based on
+one of them.</p></div></div>
+ </body></document>
\ No newline at end of file
Propchange: cocoon/trunk/site/cocoon-main-site/src/site/xdoc/1284_1_1.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: cocoon/trunk/site/cocoon-main-site/src/site/xdoc/1284_1_1.xml
------------------------------------------------------------------------------
svn:keywords = Date Revision Author HeadURL Id
Propchange: cocoon/trunk/site/cocoon-main-site/src/site/xdoc/1284_1_1.xml
------------------------------------------------------------------------------
svn:mime-type = text/xml
Added: cocoon/trunk/site/cocoon-main-site/src/site/xdoc/1286_1_1.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/site/cocoon-main-site/src/site/xdoc/1286_1_1.xml?rev=1311664&view=auto
==============================================================================
--- cocoon/trunk/site/cocoon-main-site/src/site/xdoc/1286_1_1.xml (added)
+++ cocoon/trunk/site/cocoon-main-site/src/site/xdoc/1286_1_1.xml Tue Apr 10 10:20:04 2012
@@ -0,0 +1,38 @@
+<?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 Main Site - About the online documentation</title><author email="[email protected] ">Apache Cocoon Documentation Team</author></properties><body>
+ <div id="contentBody"><div id="bodyText"><h1 class="docTitle">About the online documentation</h1><h1>Overview</h1><p>Each version of Cocoon comes with its own documentation</p><ul>
+<li>Cocoon 2.2</li>
+<li>Cocoon 2.1</li>
+<li>Cocoon 2.0</li>
+<li>Cocoon 1.x</li>
+</ul>You can reach it at http://cocoon.apache.org/[version].<h1>Main documentation</h1>You can find the main Cocoon documentation at http://cocoon.apache.org It
+consists of version-independant information (e.g. the project team, project
+guidelines) and references to external resources (articles, books and
+presentations).<h1>Cocoon 2.2 specific documentation</h1>With the introduction of Cocoon 2.2 it became possible to break out a lot of
+Cocoon's functionality into independent blocks with their own release cycle.Â
+There are comprehensive lists of these blocks as follows:<ul>
+<li><a href="2.2/core-modules/1210_1_1.html">Core modules</a> (Modules essential to the Cocoon
+framework)</li>
+<li><a href="2.2/blocks/1204_1_1.html">Blocks</a> (All non-essential Cocoon blocks)</li>
+<li><a href="subprojects/1306_1_1.html">Sub projects</a> (Code that has no dependency on
+Cocoon)</li>
+<li><a href="2.2/maven-plugins/1208_1_1.html">Maven 2 plugins</a> (Maven archetypes specific to
+Cocoon)</li>
+</ul></div></div>
+ </body></document>
\ No newline at end of file
Propchange: cocoon/trunk/site/cocoon-main-site/src/site/xdoc/1286_1_1.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: cocoon/trunk/site/cocoon-main-site/src/site/xdoc/1286_1_1.xml
------------------------------------------------------------------------------
svn:keywords = Date Revision Author HeadURL Id
Propchange: cocoon/trunk/site/cocoon-main-site/src/site/xdoc/1286_1_1.xml
------------------------------------------------------------------------------
svn:mime-type = text/xml
Added: cocoon/trunk/site/cocoon-main-site/src/site/xdoc/1287_1_1.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/site/cocoon-main-site/src/site/xdoc/1287_1_1.xml?rev=1311664&view=auto
==============================================================================
--- cocoon/trunk/site/cocoon-main-site/src/site/xdoc/1287_1_1.xml (added)
+++ cocoon/trunk/site/cocoon-main-site/src/site/xdoc/1287_1_1.xml Tue Apr 10 10:20:04 2012
@@ -0,0 +1,47 @@
+<?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 Main Site - Presentations</title><author email="[email protected] ">Apache Cocoon Documentation Team</author></properties><body>
+ <div id="contentBody"><div id="bodyText"><h1 class="docTitle">Presentations</h1><h1>Cocoon 2.2</h1><ul>
+<li><a href="http://www.indoqa.com/en/people/reinhard.poetz/blog/558">Cocoon 2.2
+- A long Journey</a>,
+<a href="http://www.indoqa.com/en/people/reinhard.poetz/">Reinhard Pötz</a>,
+Cocoon GetTogether 2007<br/>
+October 2007</li>
+<li><a href="http://blog.reverycodes.com/archives/000045.html">Cocoon 2.2
+Classic</a>,
+<a href="http://wiki.apache.org/cocoon/VadimGritsenko">VadimGritsenko</a>,
+Cocoon GetTogether 2007<br/>
+October 2007</li>
+<li><a href="http://people.apache.org/~asavory/apacheconeu2007/">Web 2.0 with
+Apache Cocoon 2.2</a>, Andrew Savory, ApacheConEU 2007<br/>
+May 2007</li>
+<li>
+<a href="http://wiki.apache.org/cocoon-data/attachments/GT2006Notes/attachments/12-CocoonBlocks.pdf">Resusable
+webapps with Cocoon blocks</a>, Daniel Fagerstrom, Cocoon GT 2006<br/>
+October 2006</li>
+</ul><h1>Cocoon 2.1</h1><ul>
+<li><a href="http://people.apache.org/%7Ejreijn/apachecon.html">Basic Web
+Application development with Apache Cocoon 2.1</a>, Jeroen Reijn & Jasha
+Joachimsthal, ApacheConEU 2007<br/>
+May 2007</li>
+</ul>If you do not find your presentation here, use the <em>Edit</em> link below
+and add yourself. If you are not familiar with the CMS, read the
+<em>General</em><em> documentation</em> section of
+<a href="http://cocoon.zones.apache.org/daisy/cdocs-site-main/g4/1273.html">How
+to contribute?</a>.</div></div>
+ </body></document>
\ No newline at end of file
Propchange: cocoon/trunk/site/cocoon-main-site/src/site/xdoc/1287_1_1.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: cocoon/trunk/site/cocoon-main-site/src/site/xdoc/1287_1_1.xml
------------------------------------------------------------------------------
svn:keywords = Date Revision Author HeadURL Id
Propchange: cocoon/trunk/site/cocoon-main-site/src/site/xdoc/1287_1_1.xml
------------------------------------------------------------------------------
svn:mime-type = text/xml
Added: cocoon/trunk/site/cocoon-main-site/src/site/xdoc/1288_1_1.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/site/cocoon-main-site/src/site/xdoc/1288_1_1.xml?rev=1311664&view=auto
==============================================================================
--- cocoon/trunk/site/cocoon-main-site/src/site/xdoc/1288_1_1.xml (added)
+++ cocoon/trunk/site/cocoon-main-site/src/site/xdoc/1288_1_1.xml Tue Apr 10 10:20:04 2012
@@ -0,0 +1,131 @@
+<?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 Main Site - Articles</title><author email="[email protected] ">Apache Cocoon Documentation Team</author></properties><body>
+ <div id="contentBody"><div id="bodyText"><h1 class="docTitle">Articles</h1><h1>Cocoon 2.2</h1><section name="German articles" style="background:none;padding:0;"/><ul>
+<li>Cocoon 2.2, Javamagazin, Issue 3, 2007 (Ziegeler)</li>
+</ul><h1>Cocoon 2.0/2.1</h1><section name="English articles" style="background:none;padding:0;"/><ul>
+<li><a href="http://www-106.ibm.com/developerworks/library/j-contin.html"> Use
+continuations to develop complex Web applications </a> <br/>
+An article in IBW Developersworks about continuations</li>
+<li><a href="http://www.xml.com/pub/a/2003/04/23/cocoon-magazine.html"> Online
+Magazines with Apache Cocoon </a> <br/>
+An article about aggregation of news with RSS.</li>
+<li><a href="http://webservices.xml.com/pub/a/ws/2003/03/18/cocoon.html">
+Creating SOAP Services with Cocoon </a> <br/>
+An article about building webservices with Cocoon.</li>
+<li>
+<a href="http://webservices.xml.com/pub/a/ws/2003/01/29/cocoon-xforms.html">
+XML Forms, Web Services and Apache Cocoon </a> <br/>
+Using XML Forms with Cocoon.</li>
+<li><a href="http://www.xml.com/pub/a/2003/01/22/cocoon-excel.html"> Excel
+Reports with Apache Cocoon and POI </a> <br/>
+Creating Excel reports.</li>
+<li><a href="http://www.xml.com/pub/a/2002/02/13/cocoon2.html"> Introducing
+Cocoon 2.0 </a> <br/>
+An article by Stefano Mazzocchi on xml.com... need we say more to make you read
+it ?</li>
+<li><a href="http://www.sys-con.com/java/articleprint.cfm?id=1480"> Spread your
+Wings with Cocoon, David Rosenstrauch, Java Developer's Journal, Volume 07,
+Issue 06 </a> <br/>
+The title says it all...</li>
+<li><a href="http://www.webreference.com/xml/column52/"> Generating Web content
+with Cocoon </a> <br/>
+Introductory article about Cocoon pipelines.</li>
+<li>
+<a href="http://www.webservices.org/index.php/article/articleview/613/1/24/">
+Portal Syndication with Web services and Cocoon </a> <br/>
+Good case-study</li>
+<li>
+<a href="http://www.javaworld.com/javaworld/jw-09-2002/jw-0920-cocoon.html">
+Transform data into Web applications with Cocoon, Lajos Moczar, JavaWorld,
+September 2002 </a> <br/>
+Emphasis on the Java parts of Cocoon (XSP and Actions, basically)</li>
+<li><a href="http://www.xml.com/pub/a/2002/07/10/cocoon2.html"> Getting Started
+With Cocoon 2 </a> <br/>
+How to get started with Cocoon.</li>
+<li><a href="http://www.webreference.com/xml/column52/"> Generating Web content
+with Cocoon </a> <br/>
+Basic article to dive into Cocon.</li>
+<li>
+<a href="http://www.javaworld.com/javaworld/jw-02-2001/jw-0209-xmlj2ee_p.html">
+Add XML to your J2EE applications, Eoin Lane, JavaWorld, February 2001 </a>
+<br/>
+Comprehensive article about integrating Cocoon and a J2EE framework.</li>
+<li><a href="http://www.sdmagazine.com/articles/2001/0105/"> Is open source for
+you ?, Rick Wayne, Software Development, May 2001 </a> <br/>
+A worthy mention of Cocoon</li>
+<li><a href="http://www.sdmagazine.com/products/prev_reviews.html"> Products
+review, Software Development, December 2001, </a> <br/>
+Little review of Cocoon 2.0</li>
+</ul><section name="French articles" style="background:none;padding:0;"/><ul>
+<li>
+<a href="http://www.csquad.org/2009/02/10/systeme-dimpression-pdf-restful-pour-le-web/">
+Système d?impression PDF ?RESTful? pour le Web</a>, Christophe Nowicki, February
+10, 2009<br/>
+This article explains an architecture for producing PDF documents using the
+<a href="http://mavise.obs.coe.int/">MAVISE database</a>.</li>
+<li>
+<a href="http://howto.landure.fr/gnu-linux/debian-4-0-etch/installer-cocoon-2-1-x-et-fop-0-9x-sur-debian-4-0-etch">
+Installer Cocoon 2.1.x et FOP 0.9x sur Debian 4.0 Etch</a>, Pierre-Yves Landuré,
+September 10, 2008<br/>
+This article is about Apache Cocoon setup on Debian GNU/Linux.</li>
+</ul><section name="German articles" style="background:none;padding:0;"/><ul>
+<li>
+<a href="http://www.computerwoche.de/index.cfm?pageid=267&type=ArtikelDetail&id=80106336&cfid=142863&cftoken=29262623&nr=1">
+Publishing mit freier Apache-Software, COMPUTERWOCHE Nr. 06 vom 08.02.2002
+(Langham/Ziegeler) </a></li>
+<li>Cocoon - aber sicher, XML Magazin & Web Services, Issue 3, 2002
+(Langham/Ziegeler) <br/>
+The article introduces the reader to the authentication components in Cocoon and
+how they integrate into the central sitemap.</li>
+<li>Ante Portas! XML Portale mit dem Open Source Projekt Cocoon, XML Magazin
+& Web Services, Issue 3, 2002 (Langham/Ziegeler) <br/>
+The article shows how the Cocoon portal components can be used to build XML
+portals.</li>
+</ul><section name="Italian articles" style="background:none;padding:0;"/><ul>
+<li><a href="http://www.latoserver.it/cocoon/install_c2/"> Installazione di
+Tomcat 4 e Cocoon 2 su Mac OS X e Linux Debian </a> <br/>
+Installazione di Cocoon 2</li>
+<li><a href="http://www.latoserver.it/cocoon/sm/"> Intervista a Stefano
+Mazzocchi </a> <br/>
+Intervista datata (Febbraio 2001), ma sempre interessante</li>
+</ul><section name="How to get listed" style="background:none;padding:0;"/>If you do not find your book here, make sure you
+<a href="mailto:users.at.cocoon.apache.org?subject=Link:%20Article:">tell
+us</a>. Enter the title after the words "Link: Article:" in the subject, and
+provide the title and publications of your article. Do not forget to tell us the
+URL if possible. You could also follow the
+<a href="http://cocoon.apache.org/community/contrib.html">Contributing</a> page
+to make it easier for everyone.<h1>Cocoon 1.x</h1><section name="English articles" style="background:none;padding:0;"/><ul>
+<li><a href="http://www.sdmagazine.com/articles/2001/0106/"> The Apache XML
+Project: How to Get Read All Over, Rick Wayne, Software Development, June 2001,
+</a> <br/>
+Nice article about Cocoon 1</li>
+<li>
+<a href="http://www.fawcette.com/archives/premier/mgznarch/javapro/2000/08aug00/kj0008/kj0008.asp">
+A Better Way for Web Development, Kevin Jones, XML Magazine, Fall 2000 </a>
+<br/>
+Another article about Cocoon 1</li>
+</ul><section name="Italian articles" style="background:none;padding:0;"/><ul>
+<li><a href="http://www.latoserver.it/cocoon/install_c1/"> Installazione di
+Tomcat e Cocoon </a> <br/>
+Installazione di Cocoon 1</li>
+<li><a href="http://www.latoserver.it/cocoon/sitemg/"> Gestione di un sito con
+XML e Cocoon </a> <br/>
+Introduttorio, con Cocoon 1</li>
+</ul></div></div>
+ </body></document>
\ No newline at end of file
Propchange: cocoon/trunk/site/cocoon-main-site/src/site/xdoc/1288_1_1.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: cocoon/trunk/site/cocoon-main-site/src/site/xdoc/1288_1_1.xml
------------------------------------------------------------------------------
svn:keywords = Date Revision Author HeadURL Id
Propchange: cocoon/trunk/site/cocoon-main-site/src/site/xdoc/1288_1_1.xml
------------------------------------------------------------------------------
svn:mime-type = text/xml
Added: cocoon/trunk/site/cocoon-main-site/src/site/xdoc/1289_1_1.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/site/cocoon-main-site/src/site/xdoc/1289_1_1.xml?rev=1311664&view=auto
==============================================================================
--- cocoon/trunk/site/cocoon-main-site/src/site/xdoc/1289_1_1.xml (added)
+++ cocoon/trunk/site/cocoon-main-site/src/site/xdoc/1289_1_1.xml Tue Apr 10 10:20:04 2012
@@ -0,0 +1,58 @@
+<?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 Main Site - Books</title><author email="[email protected] ">Apache Cocoon Documentation Team</author></properties><body>
+ <div id="contentBody"><div id="bodyText"><h1 class="docTitle">Books</h1><h1>Cocoon 2.1</h1><ul>
+<li><a href="http://www.galileocomputing.de/672?GPP=cocoon">Cocoon 2 und
+Tomcat</a> (Stephan Niedermeier)<br/>
+<strong>Availability:</strong> April 2004<br/>
+<strong>Hardcover:</strong> 900 pages, CD-ROM<br/>
+<strong>Publisher:</strong> Galileo Computing / Galileo Press<br/>
+<strong>ISBN:</strong> 3898424391<br/>
+Please note that you can download several free chapters and order the book at
+the <a href="http://www.galileocomputing.de/672?GPP=cocoon">Galileo Computing
+web site</a>.</li>
+</ul><h1>Cocoon 2.0</h1><ul>
+<li><a href="http://www.amazon.com/exec/obidos/ASIN/0782141315/">Cocoon 2
+Programming: Web Publishing with XML and Java</a> (Bill Brogden, Conrad D'Cruz,
+Mark Gaither)<br/>
+<strong>Availability:</strong> October 2002<br/>
+<strong>Paperback:</strong> 368 pages<br/>
+<strong>Publisher:</strong> Sybex<br/>
+<strong>ISBN:</strong> 0782141315</li>
+<li><a href="http://www.amazon.com/exec/obidos/ASIN/0672322579/">Cocoon
+Developer's Handbook</a> (Jeremy Aston, Lajos Moczar)<br/>
+<strong>Availability:</strong> September 2002<br/>
+<strong>Paperback:</strong> 500 pages<br/>
+<strong>Publisher:</strong> Sams<br/>
+<strong>ISBN:</strong> 0672322579</li>
+<li>
+<a href="http://www.newriders.com/books/product.asp?product_id=%7BC3C05052-BE3B-4E06-A60A-13FB40AF58F6%7D">Cocoon:
+Building XML Applications</a> (Carsten Ziegeler, Matthew Langham)<br/>
+<strong>Availability:</strong> July 2002<br/>
+<strong>Paperback:</strong> 504 pages<br/>
+<strong>Publisher:</strong> New Riders Publishing<br/>
+<strong>ISBN:</strong> 0735712352<br/>
+Please note that you can download several
+<a href="http://www.newriders.com/books/product.asp?product_id=%7BC3C05052-BE3B-4E06-A60A-13FB40AF58F6%7D">free
+chapters</a> at the New Riders web site. You can also download
+<a href="http://www.s-und-n.de/sunshine/ccos/CBA-Chapter1.pdf">chapter 1 (An
+Introduction to Internet Applications)</a> and
+<a href="http://www.s-und-n.de/sunshine/ccos/CBA-Chapter6.pdf">chapter 6 (A
+User's Look at the Cocoon Architecture)</a> from the S&N website.</li>
+</ul></div></div>
+ </body></document>
\ No newline at end of file
Propchange: cocoon/trunk/site/cocoon-main-site/src/site/xdoc/1289_1_1.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: cocoon/trunk/site/cocoon-main-site/src/site/xdoc/1289_1_1.xml
------------------------------------------------------------------------------
svn:keywords = Date Revision Author HeadURL Id
Propchange: cocoon/trunk/site/cocoon-main-site/src/site/xdoc/1289_1_1.xml
------------------------------------------------------------------------------
svn:mime-type = text/xml
Added: cocoon/trunk/site/cocoon-main-site/src/site/xdoc/1293_1_1.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/site/cocoon-main-site/src/site/xdoc/1293_1_1.xml?rev=1311664&view=auto
==============================================================================
--- cocoon/trunk/site/cocoon-main-site/src/site/xdoc/1293_1_1.xml (added)
+++ cocoon/trunk/site/cocoon-main-site/src/site/xdoc/1293_1_1.xml Tue Apr 10 10:20:04 2012
@@ -0,0 +1,25 @@
+<?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 Main Site - Milestone 2 of Cocoon Core 2.2 reached</title><author email="[email protected] ">Apache Cocoon Documentation Team</author></properties><body>
+ <div id="contentBody"><div id="bodyText"><h1 class="docTitle">Milestone 2 of Cocoon Core 2.2 reached</h1><p>Today the Cocoon PMC released following artifacts.</p><ul>
+<li>[list of all artifacts]</li>
+</ul>The newly introduced contracts of cocoon-core-M2 are considered mostly as
+stable. Depending on the users' feedback we will either continue with a first
+release candidate or if necessary more milestone releases.<p>Over the next weeks we will release several blocks (forms, ajax, etc.) that
+work with the new core.</p></div></div>
+ </body></document>
\ No newline at end of file
Propchange: cocoon/trunk/site/cocoon-main-site/src/site/xdoc/1293_1_1.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: cocoon/trunk/site/cocoon-main-site/src/site/xdoc/1293_1_1.xml
------------------------------------------------------------------------------
svn:keywords = Date Revision Author HeadURL Id
Propchange: cocoon/trunk/site/cocoon-main-site/src/site/xdoc/1293_1_1.xml
------------------------------------------------------------------------------
svn:mime-type = text/xml
Added: cocoon/trunk/site/cocoon-main-site/src/site/xdoc/1301_1_1.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/site/cocoon-main-site/src/site/xdoc/1301_1_1.xml?rev=1311664&view=auto
==============================================================================
--- cocoon/trunk/site/cocoon-main-site/src/site/xdoc/1301_1_1.xml (added)
+++ cocoon/trunk/site/cocoon-main-site/src/site/xdoc/1301_1_1.xml Tue Apr 10 10:20:04 2012
@@ -0,0 +1,140 @@
+<?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 Main Site - Debugging Cocoon in Eclipse</title><author email="[email protected] ">Apache Cocoon Documentation Team</author></properties><body>
+ <div id="contentBody"><div id="bodyText"><h1 class="docTitle">Debugging Cocoon in Eclipse</h1><p>This tutorial describes how you can run Cocoon in debug mode in Eclipse. Make
+sure that you have a working Cocoon web application. These two tutorials </p><ul>
+<li><a href="2.2/1159_1_1.html">Your first Cocoon application using Maven 2</a></li>
+<li><a href="2.2/maven-plugins/maven-plugin/1.0/1297_1_1.html">Reloading classloader</a></li>
+</ul>help you to get one.<div class="note"><div><strong>Note: </strong>This tutorial describes how the Jetty Launcher can be used to
+run Cocoon. At the time of writing this, the Jetty Launcher doesn't support
+Jetty 6. If you prefer using it, find some instructions in the "Using Jetty 6"
+section.</div></div><h1>Using the Jetty Launcher</h1><ol type="1">
+<li>
+<a href="http://help.eclipse.org/help31/index.jsp?topic=/org.eclipse.platform.doc.user/tasks/tasks-34.htm">Install</a>
+the <a href="http://jettylauncher.sourceforge.net/">Jetty Launcher</a> Eclipse
+plugin using the plugin
+<a href="http://jettylauncher.sourceforge.net/updates">update link</a>.</li>
+<li>After that, you have to
+<a href="http://sourceforge.net/project/showfiles.php?group_id=7322&package_id=132252">download
+Jetty 5.1.x</a> and extract it to a directory of your choice.</li>
+<li>Then follow the excellent
+<a href="http://jettylauncher.sourceforge.net/docs/quickstart.html">Quick Start
+guide</a> that comes with the Eclipse plugin.</li>
+</ol><div class="note"><div><strong>Note: </strong>Jetty 5.1 does not support all of the Servlet 2.4 API, in
+particular the RequestAttributeListener which is used by Cocoon. In order to
+run with the Jetty Launcher using Jetty 5.1, you must do the following
+additional steps:</div></div><ol type="1">
+<li>Copy etc/webdefault.xml from your Jetty 5.1 distribution to somewhere (e.g.,
+the root directory of your webapp Maven module)</li>
+<li>Edit webdefault.xml, un-comment the JSR154 section at the end; this will
+enable Jetty's grudging support of RequestAttributeListener :-)</li>
+<li>In the Eclipse Jetty Launcher setup dialog, check the "Use a custom
+webdefaults config file" and enter the path to your webdefaults.xml</li>
+</ol><ol type="1">Â
+</ol>If you want to be able to debug code that is in one of your libraries, you
+either have to add the source code to the dependency (if you use Maven 2 try
+<tt>mvn eclipse:eclipse -DdownloadSources</tt>) or if it is available as Eclipse
+project, add it as <em>Project Reference</em> / <em>Java Build Path -
+Project</em> reference. The second option together with the
+<a href="2.2/maven-plugins/maven-plugin/1.0/1297_1_1.html">Reloading Classloader plugin</a>, makes it possible to work
+in several projects while all changes take effect immediatly.<h1>Using Jetty 6</h1>Using the Jetty launcher is much simpler and you don't have to
+create a Java project for each Cocoon application that you want to debug.If you prefer using Jetty 6, you can start Jetty as Java application from
+within Eclipse. For this purpose<ul>
+<li><a href="http://dist.codehaus.org/jetty/">download</a> Jetty 6</li>
+<li>and extract it into a directory of choice. You only have to make sure that
+it is not a subdirectory of an Eclipse project that is added to your Eclispe
+workspace.</li>
+<li>now create a new Java project (e.g. "Jetty6") in your workspace and add
+jetty-6.x.jar, jetty-util-6.x.jar, servlet-api.2.5.x.jar and start.jar as
+library dependencies (all 4 files are part of the official Jetty distribution)
+</li>
+<li>add the project(s) that you want to debug as <em>Project References</em>
+and as <em>Java Build Path - Projects</em> references. This makes it necessary
+that these projects are added to the current workspace.</li>
+<li>provide a minimal Jetty configuration file <tt>jetty-debug-cocoon.xml</tt>,
+e.g. in the root directory of your "Jetty6" project</li>
+</ul><pre><?xml version="1.0"?>
+<!DOCTYPE Configure PUBLIC "-//Mort Bay Consulting//DTD Configure//EN" "http://jetty.mortbay.org/configure.dtd">
+<Configure id="Server" class="org.mortbay.jetty.Server">
+Â Â Â <Set name="ThreadPool">
+Â Â Â Â Â <New class="org.mortbay.thread.BoundedThreadPool">
+Â Â Â Â Â Â Â <Set name="minThreads">2</Set>
+Â Â Â Â Â Â Â <Set name="lowThreads">2</Set>
+Â Â Â Â Â Â Â <Set name="maxThreads">10</Set>
+Â Â Â Â Â </New>
+Â Â Â </Set>
+Â Â Â <Call name="addConnector">
+Â Â Â Â Â <Arg>
+Â Â Â Â Â Â Â Â Â <New class="org.mortbay.jetty.nio.SelectChannelConnector">
+Â Â Â Â Â Â Â Â Â Â Â <Set name="port"><SystemProperty name="jetty.port" default="8080"/></Set>
+Â Â Â Â Â Â Â Â Â Â Â <Set name="maxIdleTime">30000</Set>
+Â Â Â Â Â Â Â Â Â Â Â <Set name="Acceptors">2</Set>
+Â Â Â Â Â Â Â Â Â Â Â <Set name="confidentialPort">8443</Set>
+Â Â Â Â Â Â Â Â Â </New>
+Â Â Â Â Â </Arg>
+Â Â Â </Call>
+Â Â Â <Set name="handler">
+Â Â Â Â Â <New id="handlers" class="org.mortbay.jetty.handler.HandlerCollection">
+Â Â Â Â Â Â Â <Set name="handlers">
+Â Â Â Â Â Â Â Â <Array type="org.mortbay.jetty.Handler">
+Â Â Â Â Â Â Â Â Â Â <Item>
+Â Â Â Â Â Â Â Â Â Â Â Â <New id="contexts" class="org.mortbay.jetty.handler.ContextHandlerCollection"/>
+Â Â Â Â Â Â Â Â Â Â </Item>
+Â Â Â Â Â Â Â Â Â Â <Item>
+Â Â Â Â Â Â Â Â Â Â Â Â <New id="defaultHandler" class="org.mortbay.jetty.handler.DefaultHandler"/>
+Â Â Â Â Â Â Â Â Â Â </Item>
+Â Â Â Â Â Â Â Â Â Â <Item>
+Â Â Â Â Â Â Â Â Â Â Â Â <New id="requestLog" class="org.mortbay.jetty.handler.RequestLogHandler"/>
+Â Â Â Â Â Â Â Â Â Â </Item>
+Â Â Â Â Â Â Â Â </Array>
+Â Â Â Â Â Â Â </Set>
+Â Â Â Â Â </New>
+Â Â Â </Set>
+Â Â Â <New id="cocoon" class="org.mortbay.jetty.webapp.WebAppContext">
+Â Â Â Â Â <Arg><Ref id="contexts"/></Arg>
+Â Â Â Â Â <Arg><strong>[path to the webapp root directory]</strong></Arg>
+Â Â Â Â Â <Arg>/</Arg>
+Â Â Â </New>
+
+Â Â Â <!-- =========================================================== -->
+   <!-- extra options                                              -->
+Â Â Â <!-- =========================================================== -->
+Â Â Â <Set name="stopAtShutdown">true</Set>
+   <!-- ensure/prevent Server: header being sent to browsers       -->
+Â Â Â <Set name="sendServerVersion">true</Set>
+
+</Configure></pre><ul>
+<li>open "Run - Debug" and add a new Java Application as debugging target</li>
+<ul>
+<li>name it e.g. "Debugging Cocoon"</li>
+</ul>
+
+<ul>
+<li>select the new project as <em>Project</em></li>
+<li>select org.mortbay.start.Main as <em>Main class </em>(check "<em>Include
+libraries when searching for a main class</em>")</li>
+<li>add <tt>jetty-debug-cocoon.xml </tt>as <em>Programm argument</em></li>
+<li>add
+<tt>-Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.SimpleLog
+-Dorg.apache.cocoon.mode=dev</tt> as <em>VM Arguments</em></li>
+</ul>
+
+<li>hit the <em>Debug</em> button</li>
+<li>open http://localhost:8080/[block-name] in your favorite web browser</li>
+</ul></div></div>
+ </body></document>
\ No newline at end of file
Propchange: cocoon/trunk/site/cocoon-main-site/src/site/xdoc/1301_1_1.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: cocoon/trunk/site/cocoon-main-site/src/site/xdoc/1301_1_1.xml
------------------------------------------------------------------------------
svn:keywords = Date Revision Author HeadURL Id
Propchange: cocoon/trunk/site/cocoon-main-site/src/site/xdoc/1301_1_1.xml
------------------------------------------------------------------------------
svn:mime-type = text/xml
Added: cocoon/trunk/site/cocoon-main-site/src/site/xdoc/1302_1_1.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/site/cocoon-main-site/src/site/xdoc/1302_1_1.xml?rev=1311664&view=auto
==============================================================================
--- cocoon/trunk/site/cocoon-main-site/src/site/xdoc/1302_1_1.xml (added)
+++ cocoon/trunk/site/cocoon-main-site/src/site/xdoc/1302_1_1.xml Tue Apr 10 10:20:04 2012
@@ -0,0 +1,33 @@
+<?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 Main Site - Apache Cocoon 2.1.10 Released</title><author email="[email protected] ">Apache Cocoon Documentation Team</author></properties><body>
+ <div id="contentBody"><div id="bodyText"><h1 class="docTitle">Apache Cocoon 2.1.10 Released</h1><p>The Apache Cocoon Community is proud to announce the new release<br/>
+of Apache Cocoon.</p><p>Apache Cocoon is a web development framework built around the concept<br/>
+of separation of concerns (that is: allowing people to do their job<br/>
+without having to step on each other toes) and component-oriented web<br/>
+RAD.</p><p>The latest version is downloadable from<br/>
+<a href="http://cocoon.apache.org/mirror.cgi">http://cocoon.apache.org/mirror.cgi</a>
+<br/>
+(Please use the mirrors to download the release - it might take<br/>
+a little bit more time until the latest release is available on<br/>
+all mirrors, so give the mirrors some time - approx. 24h to update.)</p><p>This release includes many bug fixes and smaller enhancements.</p><p>For more information about Apache Cocoon 2.1.10, please go to<br/>
+<a href="http://cocoon.apache.org/">http://cocoon.apache.org</a>. You'll find
+the whole list of changes at<br/>
+<a href="http://cocoon.apache.org/2.1/changes.html">http://cocoon.apache.org/2.1/changes.html</a>.
+</p><p>The Apache Cocoon Project</p></div></div>
+ </body></document>
\ No newline at end of file
Propchange: cocoon/trunk/site/cocoon-main-site/src/site/xdoc/1302_1_1.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: cocoon/trunk/site/cocoon-main-site/src/site/xdoc/1302_1_1.xml
------------------------------------------------------------------------------
svn:keywords = Date Revision Author HeadURL Id
Propchange: cocoon/trunk/site/cocoon-main-site/src/site/xdoc/1302_1_1.xml
------------------------------------------------------------------------------
svn:mime-type = text/xml
Added: cocoon/trunk/site/cocoon-main-site/src/site/xdoc/1363_1_1.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/site/cocoon-main-site/src/site/xdoc/1363_1_1.xml?rev=1311664&view=auto
==============================================================================
--- cocoon/trunk/site/cocoon-main-site/src/site/xdoc/1363_1_1.xml (added)
+++ cocoon/trunk/site/cocoon-main-site/src/site/xdoc/1363_1_1.xml Tue Apr 10 10:20:04 2012
@@ -0,0 +1,350 @@
+<?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 Main Site - Features</title>
+ <author email="[email protected] ">Apache Cocoon Documentation Team</author>
+ </properties>
+ <body>
+ <div id="contentBody">
+ <div id="bodyText">
+ <h1 class="docTitle">Features</h1>
+ <h1>What is?</h1>
+ <h2>Apache Cocoon</h2>
+ <p>Apache Cocoon is a
+ <a href="http://www.springframework.org">Spring-based</a>
+ (since version 2.2 of Cocoon) framework built around the concepts of separation
+ of concerns and component-based development.
+ </p>
+ <p>Cocoon implements these concepts around the notion of
+ <strong>component
+ pipelines
+ </strong>, each component on the pipeline specializing on a particular
+ operation. This makes it possible to use a Lego(tm)-like approach in building
+ web solutions, hooking together components into pipelines, often without any
+ required programming.
+ </p>
+ <p>Cocoon used as web framework is "web glue for your web application
+ development needs". It is a glue that keeps concerns separate and allows
+ parallel evolution of all aspects of a web application, improving development
+ pace and reducing the chance of conflicts. In particular it makes it easy to
+ support multiple output formats, offers continuation based web controller
+ implementations and comes with a JSR-168 compatible Portal implementation.
+ </p>
+ <h2>Cocoon blocks</h2>
+ <p>A block is the unit of modularization in Cocoon (in comparison: Eclipse uses
+ the term plugins, OSGi bundles). Everything that goes beyond what Cocoon
+ provides in its core modules (Spring integration, sitemap and pipeline
+ implementation) is provided as block. Custom Cocoon applications are also
+ developed as blocks. A block
+ <em>can</em> provide the following features:
+ </p>
+ <ul>
+ <li>general servlet services (
+ <em>any</em> servlet can be managed by the Cocoon
+ servlet-service framework),
+ </li>
+ <li>special services that provide pipelines as services,</li>
+ <li>component services (Spring beans, Avalon services/components),</li>
+ <li>a container for classes and resources.</li>
+ </ul>A block is packaged as a Java archive (jar) following certain conventions
+ concerning the directory structure.
+ <h1>General features</h1>
+ <ul>
+ <li>Apache Cocoon is a
+ <a href="http://www.springframework.org">Spring-based</a>
+ (since version 2.2) framework built around the concepts of separation of
+ concerns and component-based development, ensuring that people can interact and
+ collaborate on a project without stepping on each other toes.
+ </li>
+ <li>Cocoon implements these concepts around the notion of
+ <strong>component
+ pipelines
+ </strong>, each component on the pipeline specializing in a particular
+ operation (usual pipeline uses a Generator, Transformers and a Serializer). This
+ makes it possible to use a Lego(tm)-like approach in building web solutions,
+ hooking together components into pipelines without requiring programming.
+ </li>
+ <li>
+ <strong>Advanced Control Flow</strong>: continuation-based page flow hides
+ the complexity of request/response processing and is cleanly separated from the
+ view and data components.
+ </li>
+ <li>Cocoon is open source software (based on the
+ <a href="NO_LINK">Apache
+ License 2.0
+ </a>).
+ </li>
+ <li>Cocoon does not duplicate efforts but tightly integrates many technologies.
+ </li>
+ <li>Cocoon is in use at many live sites and on many company networks.</li>
+ <li>Cocoon has a strong community, with many active developers and more than
+ <a href="team-list.html">plenty of active committers</a>!
+ </li>
+ <li>There is free support from the thousands of people on our
+ <a href="http://cocoon.apache.org/community/mail-lists.html">mailing lists</a>
+ and commercial support is available from various companies and consultants.
+ </li>
+ <li>There are many Cocoon sessions at different conferences:
+ <ul>
+ <li>
+ <a href="http://www.orixo.com/events/gt2003/">Cocoon GetTogether</a>
+ </li>
+ <li>
+ <a href="http://apachecon.com/">ApacheCon</a>
+ </li>
+ <li>
+ <a href="http://cocoon.ifs.tuwien.ac.at/">Austrian Cocoon Day</a>
+ </li>
+ <li>
+ <a href="http://www.wjax.de/">WJAX</a>
+ </li>
+ <li>
+ <a href="http://www.jax2003.de/">JAX</a>
+ </li>
+ </ul>
+ </li>
+ <li>To get started see the
+ <a href="2.2/1159_1_1.html">Getting started tutorial</a>
+ </li>
+ </ul>
+ <h1>Usage scenarios</h1>As you would expect, all of these scenarios can be combined.
+ <ul>
+ <li>Dynamic multi-channel web publishing (see below for the possible datasources
+ and output formats)
+ </li>
+ <li>Create static content (automatically) by separating data from view</li>
+ <li>Offline generation modes with Cocoon's own
+ <a href="userdocs/offline/">offline facilities</a>: command-line interface
+ (CLI), ant task, bean. Also with
+ <a href="http://forrest.apache.org/">Apache
+ Forrest
+ </a> which utilises Cocoon.
+ </li>
+ <li>Dynamic document preparation with
+ <a href="http://forrest.apache.org/">Apache Forrest</a>, the '
+ <tt>forrest
+ run
+ </tt>' mode. Use many different data input formats, see the transformed
+ result immediately in the browser.
+ </li>
+ <li>Advanced web applications with J2EE integration (with separation of your
+ data, the view and the
+ <a href="NO_LINK">flow logic</a> --> this really
+ means you can change one of the parts without touching another)
+ </li>
+ <li>Develop your company portal using the Cocoon Portal framework</li>
+ <li>Support multiple clients, layouts and languages (i18n) without code
+ duplication
+ </li>
+ <li>Integrate Cocoon with your existing web applications or use it to put a
+ better face on them (page scraping)
+ </li>
+ <li>Add full-text search to any datasource that can be converted to XML (see
+ below)
+ </li>
+ <li>Use Cocoon as the base for Enterprise Application Integration (EAI)</li>
+ <li>Use Cocoon as the base for your Content Management System (CMS) (see
+ <a href="http://cocoon.apache.org/lenya/">Apache Lenya</a>,
+ <a href="http://www.daisycms.org">Daisy CMS</a> and
+ <a href="http://www.hippocms.org">Hippo CMS</a>)
+ </li>
+ <li>Use Cocoon for producing mobile content (mobile phones, PDAs)</li>
+ <li>Datawarehouse reporting across multiple formats (see xReporter)</li>
+ </ul>
+ <h1>Connect your datasources</h1>Out of the box, the following data can be converted to XML to be processed by
+ Cocoon pipelines.
+ <ul>
+ <li>XML Files</li>
+ <li>XML based (Web) services</li>
+ <li>RDBMS (via
+ <a href="http://java.sun.com/products/jdbc/">JDBC</a>, including
+ connection pooling)
+ </li>
+ <li>XML databases</li>
+ <li>SAP (r) Systems by adding the SAP JavaConnector see
+ <a href="http://service.sap.com/connectors/">http://service.sap.com/connectors/</a>
+ (accessible for all SAP (r) customers)
+ </li>
+ <li>
+ <a href="http://www.webdav.org/">WebDAV</a>
+ </li>
+ <li>CVS (supported by the external project
+ <a href="http://cocoondev.org/projects/cvssource.html">CVSSource</a>)
+ </li>
+ <li>Text-based file formats, either using the integrated
+ <a href="http://chaperon.sourceforge.net/">Chaperon </a> parser for a yacc-like
+ approach to parsing, or the "slop" component (Simple Line Oriented Parser).
+ </li>
+ <li>
+ <a href="http://jakarta.apache.org/velocity/">Velocity templates</a>
+ </li>
+ <li>JXPath/Jexl templates</li>
+ <li>eXtensible Server Pages (XSP) with wide range of logicsheets (database,
+ mailing, ...)
+ </li>
+ <li>
+ <a href="http://www.jython.org/">Python (Jython</a>) and generic
+ <a href="http://jakarta.apache.org/bsf/">BSF support</a>
+ </li>
+ <li>
+ <a href="http://java.sun.com/products/jsp/">JSP</a>
+ </li>
+ <li>Filesystem (traversing directory hierarchies)</li>
+ <li>Any information provided by environment (request, session)</li>
+ <li>
+ <a href="http://www.macromedia.com/">Flash</a>
+ </li>
+ <li>
+ <a href="http://www.palserv.com/XMidi/">XMidi</a>
+ </li>
+ <li>
+ <a href="http://www.ietf.org/rfc/rfc1777.txt?number=1777">LDAP - Lightweight
+ Directory Access Protocol
+ </a>
+ </li>
+ <li>Easily aggregate different datasources</li>
+ </ul>
+ <h1>Transform your XML based on standards</h1>
+ <ul>
+ <li>
+ <a href="http://www.w3.org/TR/xslt">XSLT</a> (The default XSLT-Engine is
+ Apache Xalan, XSLTC is included in the Cocoon distribution, other XSLT-Engines
+ like Saxon can be easily integrated)
+ </li>
+ <li>
+ <a href="http://stx.sourceforge.net/documents/spec-stx-20030505.html">STX
+ (Streaming Transformations for XML)
+ </a>
+ </li>
+ <li>
+ <a href="http://www.w3.org/TR/xinclude/">XInclude</a> with
+ <a href="http://www.w3.org/TR/xptr/">XPointer</a> framework support
+ </li>
+ </ul>
+ <h1>Serialize your XML to various output formats</h1>
+ <ul>
+ <li>
+ <a href="http://www.w3.org/XML/">XML</a>
+ </li>
+ <li>
+ <a href="http://www.w3.org/MarkUp/">HTML</a>
+ </li>
+ <li>
+ <a href="http://www.w3.org/XHTML/">XHTML</a>
+ </li>
+ <li>
+ <a href="http://www.adobe.com/products/acrobat/adobepdf.html">PDF</a>
+ </li>
+ <li>
+ <a href="http://www.openoffice.org/">OpenOffice.org/StarOffice</a>
+ </li>
+ <li>MS Excel</li>
+ <li>
+ <a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnrtfspec/html/rtfspec.asp">RTF</a>
+ </li>
+ <li>Postscript</li>
+ <li>Charts (see external project
+ <a href="http://www.cocoondev.org/projects/fins.html">Fins</a>)
+ </li>
+ <li>
+ <a href="http://www.macromedia.com/">Flash</a>
+ </li>
+ <li>Plain text</li>
+ <li>
+ <a href="http://www.w3.org/TR/SVG/">Scalable Vector Graphics (SVG)</a>
+ </li>
+ <li>MIDI</li>
+ <li>ZIP archives</li>
+ </ul>
+ <h1>What else we can do for you</h1>
+ <ul>
+ <li>tight integration with the
+ <a href="http://www.springframework.org">Spring
+ framework
+ </a>
+ </li>
+ <li>Modularize your applications using blocks</li>
+ <li>Coexist and interoperate side-by-side with your existing J2EE solutions
+ (
+ <a href="http://java.sun.com/products/ejb/">EJB</a>,
+ <a href="http://java.sun.com/products/jms/">JMS</a>, ...)
+ </li>
+ <li>Build your
+ <a href="NO_LINK">Portals</a> based on Cocoon
+ </li>
+ <li>Scheduler - Run background tasks for maintenance, etc.</li>
+ <li>Caching on many levels</li>
+ <li>Integrated search engine (using
+ <a href="http://jakarta.apache.org/lucene/">Lucene</a>)
+ </li>
+ <li>
+ <a href="NO_LINK">DELI</a> (detect client configuration)
+ </li>
+ <li>Catalog Entity Resolver to map to local copies of DTDs and other resources
+ </li>
+ <li>Publish your own WebServices (
+ <a href="http://xml.apache.org/axis/">Apache
+ Axis
+ </a> is integrated)
+ </li>
+ <li>
+ <a href="http://java.sun.com/products/javamail/">Java Mail</a> support
+ </li>
+ <li>Easy integration of object-relational frameworks
+ (
+ <a href="http://www.hibernate.org/">Hibernate</a>,
+ <a href="http://db.apache.org/ojb/">OJB</a>, ...)
+ </li>
+ <li>I18n support (translation support)</li>
+ <li>Easily extensible by clear interfaces</li>
+ <li>Many, many examples and samples</li>
+ <li>Integration of Java data binding frameworks
+ (
+ <a href="http://www.castor.org/">Castor</a>,
+ <a href="http://jakarta.apache.org/commons/betwixt/">Betwixt</a>)
+ </li>
+ </ul>
+ <h1>Form handling frameworks</h1>
+ <ul>
+ <li>Enhanced form handling with strong validation through
+ <a href="2.2/blocks/forms/1.0/489_1_1.html">Cocoon Forms</a>
+ </li>
+ <li>Easy integration of (future)
+ <a href="http://www.w3.org/TR/xforms/">XForms</a> clients
+ </li>
+ </ul>
+ <h1>Cocoon deployment and integration</h1>
+ <ul>
+ <li>Cocoon requires Java 1.4.2 or above</li>
+ <li>Cocoon can be run in every servlet container or J2EE application server that
+ supports Java Servlets 2.2 and above, e.g.
+ <a href="http://jakarta.apache.org/tomcat/">Tomcat</a>,
+ <a href="http://jetty.mortbay.org/jetty/">Jetty</a>,
+ <a href="http://www.jboss.org/">JBoss</a>
+ <a href="http://www.macromedia.com/software/jrun/">JRun</a>,
+ <a href="http://www.caucho.com/">Resin</a>,
+ <a href="http://www.ibm.com/software/webservers/">Websphere</a>,
+ <a href="http://www.bea.com/">Weblogic</a>, ...
+ </li>
+ </ul>
+ </div>
+ </div>
+ </body>
+</document>
\ No newline at end of file
Propchange: cocoon/trunk/site/cocoon-main-site/src/site/xdoc/1363_1_1.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: cocoon/trunk/site/cocoon-main-site/src/site/xdoc/1363_1_1.xml
------------------------------------------------------------------------------
svn:keywords = Date Revision Author HeadURL Id
Propchange: cocoon/trunk/site/cocoon-main-site/src/site/xdoc/1363_1_1.xml
------------------------------------------------------------------------------
svn:mime-type = text/xml
Added: cocoon/trunk/site/cocoon-main-site/src/site/xdoc/1365_1_1.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/site/cocoon-main-site/src/site/xdoc/1365_1_1.xml?rev=1311664&view=auto
==============================================================================
--- cocoon/trunk/site/cocoon-main-site/src/site/xdoc/1365_1_1.xml (added)
+++ cocoon/trunk/site/cocoon-main-site/src/site/xdoc/1365_1_1.xml Tue Apr 10 10:20:04 2012
@@ -0,0 +1,58 @@
+<?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 Main Site - Products</title><author email="[email protected] ">Apache Cocoon Documentation Team</author></properties><body>
+ <div id="contentBody"><div id="bodyText"><h1 class="docTitle">Products</h1><p>These are products that use Apache Cocoon:</p><section name="Apache Lenya" style="background:none;padding:0;"/><p><a href="http://lenya.apache.org">Apache Lenya</a> is an Open Source Java/XML
+Content Management System and comes with revision control, site management,
+scheduling, search, WYSIWYG editors, and workflow.</p><section name="Daisy CMS" style="background:none;padding:0;"/><p><a href="http://www.daisycms.org">Daisy</a> is a content management system
+that offers rich out-of-the-box functionality combined with solid foundations
+for extensibility and integration. Daisy consists of two main components:</p><ul>
+<li>a stand-alone repository server accessible through HTTP/XML (using the
+<a href="http://naeblis.cx/rtomayko/2004/12/12/rest-to-my-wife">ReST</a> style
+of WebServices) and/or a high-level (remote) Java API, and</li>
+<li>an extensive editing and publishing front-end web application running inside
+<a href="http://cocoon.apache.org/">Apache Cocoon</a>.</li>
+</ul>Due to its genericity and flexibility, Daisy can be used for many different
+purposes, but is ideally suited for information-rich, structured content and
+asset management applications. Even for advanced content management
+applications, Daisy can be used and configured without any Java-coding skills:
+Daisy offers a Javascript/Cocoon-based extension framework.Daisy is licensed under the open source, business-friendly Apache License 2.0
+<section name="Hippo CMS" style="background:none;padding:0;"/><p><a href="http://www.hippocms.org"> Hippo CMS</a> is an
+<a href="http://www.hippocms.org/pages/viewpage.action?pageId=2618">open
+source</a> information centered content management system. It's targeted at
+medium to large organisations managing content for multi-channel distribution
+like web sites and intranets. It facilitates an open and flexible way of using
+your information by following international accepted
+<a href="http://www.hippocms.org/pages/viewpage.action?pageId=2609">open
+standards</a>.</p><p>Hippo CMS is licensed under the Apache License 2.0.</p><section name="Mindquarry" style="background:none;padding:0;"/><p><a href="http://www.mindquarry.com">Mindquarry</a> - The OpenSource
+Collaborative Software - is a fully Cocoon-based webapplication with document
+management, wiki, task tracking and conversations. It provides a powerful set of
+collaborative tools for use online and offline to streamline teamwork between
+information workers.</p><p>Technically it uses a
+<a href="http://naeblis.cx/rtomayko/2004/12/12/rest-to-my-wife">REST</a>-style
+API producing either HTML including lots of AJAX, PDF, Atom-Feeds and other
+views for users and also a raw XML view for programmatic clients. The latter is
+used by the desktop client, which lets you synchronize your documents (aka a
+very easy-to-use Subversion client) and gives you a quick view on your tasks.
+Mindquarry is one of the first applications to use Cocoon 2.2 and it's new
+servlet services architecture.</p><p>Mindquarry is licensed under the Mozilla Public License 1.1. A running
+instance is <a href="http://www.mindquarry.org">www.mindquarry.org</a>, which
+hosts the Open Source project.</p><p>If you do not find your product here, use the <em>Edit</em> link below and
+add yourself. If you are not familiar with the CMS, read the
+<em>General</em><em> documentation</em> section of <a href="1273_1_1.html">How to
+contribute?</a>.</p></div></div>
+ </body></document>
\ No newline at end of file
Propchange: cocoon/trunk/site/cocoon-main-site/src/site/xdoc/1365_1_1.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: cocoon/trunk/site/cocoon-main-site/src/site/xdoc/1365_1_1.xml
------------------------------------------------------------------------------
svn:keywords = Date Revision Author HeadURL Id
Propchange: cocoon/trunk/site/cocoon-main-site/src/site/xdoc/1365_1_1.xml
------------------------------------------------------------------------------
svn:mime-type = text/xml
Added: cocoon/trunk/site/cocoon-main-site/src/site/xdoc/1368_1_1.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/site/cocoon-main-site/src/site/xdoc/1368_1_1.xml?rev=1311664&view=auto
==============================================================================
--- cocoon/trunk/site/cocoon-main-site/src/site/xdoc/1368_1_1.xml (added)
+++ cocoon/trunk/site/cocoon-main-site/src/site/xdoc/1368_1_1.xml Tue Apr 10 10:20:04 2012
@@ -0,0 +1,25 @@
+<?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 Main Site - How-Tos</title><author email="[email protected] ">Apache Cocoon Documentation Team</author></properties><body>
+ <div id="contentBody"><div id="bodyText"><h1 class="docTitle">How-Tos</h1><ul>
+<li><a href="2.2/1366_1_1.html">How to configure consistent encoding in Cocoon</a> -
+shows how to configure everything in UTF-8 to support internationalization,
+including servlet container, pages sent to the browser, incoming browser
+requests, Cocoon forms, etc.</li>
+</ul></div></div>
+ </body></document>
\ No newline at end of file
Propchange: cocoon/trunk/site/cocoon-main-site/src/site/xdoc/1368_1_1.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: cocoon/trunk/site/cocoon-main-site/src/site/xdoc/1368_1_1.xml
------------------------------------------------------------------------------
svn:keywords = Date Revision Author HeadURL Id
Propchange: cocoon/trunk/site/cocoon-main-site/src/site/xdoc/1368_1_1.xml
------------------------------------------------------------------------------
svn:mime-type = text/xml
Added: cocoon/trunk/site/cocoon-main-site/src/site/xdoc/1370_1_1.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/site/cocoon-main-site/src/site/xdoc/1370_1_1.xml?rev=1311664&view=auto
==============================================================================
--- cocoon/trunk/site/cocoon-main-site/src/site/xdoc/1370_1_1.xml (added)
+++ cocoon/trunk/site/cocoon-main-site/src/site/xdoc/1370_1_1.xml Tue Apr 10 10:20:04 2012
@@ -0,0 +1,27 @@
+<?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 Main Site - Tutorials</title><author email="[email protected] ">Apache Cocoon Documentation Team</author></properties><body>
+ <div id="contentBody"><div id="bodyText"><h1 class="docTitle">Tutorials</h1><p>Here are a few getting-started tutorials that help you with your first steps
+using Cocoon 2.2.</p><ul>
+<li><a href="2.2/1159_1_1.html">Your first Cocoon application using Maven 2</a></li>
+<li><a href="2.2/1290_1_1.html">Your first XML pipeline (publishing)</a></li>
+<li><a href="2.2/1291_1_1.html">Modularize Cocoon apps (Using blocks)</a></li>
+<li><a href="2.2/1362_1_1.html">Deploying a Cocoon application</a></li>
+<li><a href="2.2/1448_1_1.html">Screencasts</a></li>
+</ul></div></div>
+ </body></document>
\ No newline at end of file