svn commit: r1914157 - in /cocoon/site/site: 1284_1_1.html doap.rdf index.html news-c2-3-0-released.html
[email protected] Mon, 27 Nov 2023 12:05:06 -0000
| Newsgroups | gmane.text.xml.cocoon.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: cdamioli
Date: Mon Nov 27 12:05:05 2023
New Revision: 1914157
URL: http://svn.apache.org/viewvc?rev=1914157&view=rev
Log:
Cocoon 2.3.0
Added:
cocoon/site/site/news-c2-3-0-released.html (with props)
Modified:
cocoon/site/site/1284_1_1.html
cocoon/site/site/doap.rdf
cocoon/site/site/index.html
Modified: cocoon/site/site/1284_1_1.html
URL: http://svn.apache.org/viewvc/cocoon/site/site/1284_1_1.html?rev=1914157&r1=1914156&r2=1914157&view=diff
==============================================================================
--- cocoon/site/site/1284_1_1.html (original)
+++ cocoon/site/site/1284_1_1.html Mon Nov 27 12:05:05 2023
@@ -260,11 +260,15 @@
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License. -->
- <div id="contentBody"><div id="bodyText"><h1 class="docTitle">Versions & Download</h1><div class="section" style="background:none;padding:0;"><h2 style="background:none;padding:0;">Cocoon 2.2 (stable)<a name="Cocoon_2.2_stable"></a></h2></div><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 <i>Getting Started package</i> that contains a
-simple Cocoon 2.2 based application that uses Apache Ant as build system.</p>
+ <div id="contentBody"><div id="bodyText"><h1 class="docTitle">Versions & Download</h1>
+ <div class="section" style="background:none;padding:0;"><h2 style="background:none;padding:0;">Cocoon 2.3 (stable)<a name="Cocoon_2.2_stable"></a></h2></div>Our latest version of Cocoon is 2.3. The best way to get familiar with Cocoon
+ 2.3 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 will take care of
+ downloading all (transitive) dependencies.However, there is also a
+ <i>Getting Started package</i> that contains a
+ simple Cocoon 2.2 based application that uses Apache Ant as build system.
<p>It is good practice to <a href="#Verifying_Releases">verify the integrity</a> of the distribution files.</p></div></div>
<table border="0" class="bodyTable">
<tbody>
@@ -284,30 +288,19 @@ simple Cocoon 2.2 based application that
</tr>
<tr class="b">
<td>
-<p><b>Cocoon 2.2.0</b></p>
+ <b>Cocoon 2.3.0</b>
</td>
<td>
-<p>Cocoon Core (pipelines, sitemaps, servlet): sources, binaries, javadocs and
-docs.</p>
+ Cocoon sources: Core (pipelines, sitemaps, servlet) + all blocks
</td>
<td>
-<p>
-<a class="externalLink" href="http://www.apache.org/dyn/closer.lua/cocoon/2.2/cocoon-2.2.0.zip">cocoon-2.2.0.zip</a>
-<br />
-<a class="externalLink" href="http://www.apache.org/dyn/closer.lua/cocoon/2.2/cocoon-2.2.0.tar.gz">
-cocoon-2.2.0.tar.gz</a></p>
+
+ <a class="externalLink" href="http://www.apache.org/dyn/closer.lua/cocoon/2.3.0/cocoon-2.3.0-source-release.zip">cocoon-2.3.0-source-release.zip</a>
</td>
<td>
-<p>
-<a class="externalLink" href="http://www.apache.org/dist/cocoon/2.2/cocoon-2.2.0.zip.asc">pgp</a>
-<a class="externalLink" href="http://www.apache.org/dist/cocoon/2.2/cocoon-2.2.0.zip.md5">md5</a>
-<a class="externalLink" href="http://www.apache.org/dist/cocoon/2.2/cocoon-2.2.0.zip.sha1">sha1</a>
-<br />
-<a class="externalLink" href="http://www.apache.org/dist/cocoon/2.2/cocoon-2.2.0.tar.gz.asc">
-pgp</a>
-<a class="externalLink" href="http://www.apache.org/dist/cocoon/2.2/cocoon-2.2.0.tar.gz.md5">md5</a>
-<a class="externalLink" href="http://www.apache.org/dist/cocoon/2.2/cocoon-2.2.0.tar.gz.sha1">sha1</a>
-</p>
+
+ <a class="externalLink" href="http://www.apache.org/dyn/closer.lua/cocoon/2.3.0/cocoon-2.3.0-source-release.zip.asc">pgp</a>
+ <a class="externalLink" href="http://www.apache.org/dyn/closer.lua/cocoon/2.3.0/cocoon-2.3.0-source-release.zip.sha512">sha512</a>
</td>
</tr>
<tr class="a">
Modified: cocoon/site/site/doap.rdf
URL: http://svn.apache.org/viewvc/cocoon/site/site/doap.rdf?rev=1914157&r1=1914156&r2=1914157&view=diff
==============================================================================
--- cocoon/site/site/doap.rdf (original)
+++ cocoon/site/site/doap.rdf Mon Nov 27 12:05:05 2023
@@ -32,6 +32,13 @@
</release>
<release>
<Version>
+ <name>Apache Cocoon 2.3.0</name>
+ <created>2023-11-19</created>
+ <revision>2.3.0</revision>
+ </Version>
+ </release>
+ <release>
+ <Version>
<name>Apache Cocoon 2.2.0</name>
<created>2008-04-28</created>
<revision>2.2.0</revision>
Modified: cocoon/site/site/index.html
URL: http://svn.apache.org/viewvc/cocoon/site/site/index.html?rev=1914157&r1=1914156&r2=1914157&view=diff
==============================================================================
--- cocoon/site/site/index.html (original)
+++ cocoon/site/site/index.html Mon Nov 27 12:05:05 2023
@@ -364,7 +364,7 @@
<div id="gettingDownload" style="height:18em;">
<div class="downloadVersion">Apache Cocoon
<br />
- <a href="1284_1_1.html">Version 2.2.0</a>
+ <a href="1284_1_1.html">Version 2.3.0</a>
</div>
<div class="moreDownload">Other releases are on the <a href="1284_1_1.html">download page</a>.
</div>
@@ -373,6 +373,13 @@
<h1>News</h1>
<div class="news">
<dl class="news">
+ <dt>Apache Cocoon 2.3.0 Released</dt>
+ <dd>The Apache Cocoon Community is proud to announce the new release of Apache Cocoon, 2.3.0.
+ [<a href="news-c2-3-0-released.html">more</a>]
+ </dd>
+ <dd class="newsMeta">submitted by Cédric Damioli, 11/25/23 19:30:00 CET</dd>
+ </dl>
+ <dl class="news">
<dt>Apache Cocoon 2.1.13 Released</dt>
<dd>The Apache Cocoon Community is proud to announce the new release of Apache Cocoon, 2.1.13.
[<a href="news-c2-1-13-released.html">more</a>]
@@ -380,31 +387,6 @@
<dd class="newsMeta">submitted by Cédric Damioli, 07/29/20 19:30:00 CET</dd>
</dl>
<dl class="news">
- <dt>Apache Cocoon Integration Test Framework 1.0.1 and Servlet Service Implementation 1.3.2</dt>
- <dd>The Apache Cocoon team is pleased to announce the release of subprojects Cocoon Integration Test
- Framework 1.0.1 and Servlet Service Implementation 1.3.2.
- [<a href="news-cocoon-it-fw_cocoon-servlet-service-impl_new-release.html">more</a>]
- </dd>
- <dd class="newsMeta">submitted by Francesco Chicchiriccò, 12/17/12 12:30:00 CET</dd>
- </dl>
- <dl class="news">
- <dt>Apache Cocoon Subprojects New Releases</dt>
- <dd>During the last weeks the Apache Cocoon Community released a new version of each one of 11 subprojects
- currently managed.
- Subprojects are libraries, shared by different Apache Cocoon versions, that can be used independently from
- the rest of Cocoon (1.x, 2.x 3.x), or any of its parts (such as sitemap, pipelines, blocks, etc.).
- [<a href="news-subprojects-new-release.html">more</a>]
- </dd>
- <dd class="newsMeta">submitted by Francesco Chicchiriccò, 07/02/12 09:30:00 CET</dd>
- </dl>
- <dl class="news">
- <dt>Looking for samples?</dt>
- <dd>In case you have been wondering where the good old Cocoon samples were gone, we have just restored
- <a class="externalLink" href="http://cocoon-vm.apache.org">our jail</a>, currently with Cocoon 3.0 and Cocoon 2.1 samples.
- </dd>
- <dd class="newsMeta">submitted by Francesco Chicchiriccò, 03/20/12 13:12:00 GMT</dd>
- </dl>
- <dl class="news">
<dt>Apache Cocoon 3.0.0-alpha-3 Released</dt>
<dd>The Apache Cocoon Community is proud to announce the release of Cocoon 3.0.0-alpha-3.
Apache Cocoon 3 is a major rewrite of Cocoon 2.2.
@@ -422,11 +404,11 @@
<div id="contentBody">
<div id="bodyText">
<h1 class="docTitle">Versions & Download</h1>
- <div class="section" style="background:none;padding:0;"><h2 style="background:none;padding:0;">Cocoon 2.2 (stable)<a name="Cocoon_2.2_stable"></a></h2></div>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
+ <div class="section" style="background:none;padding:0;"><h2 style="background:none;padding:0;">Cocoon 2.3 (stable)<a name="Cocoon_2.2_stable"></a></h2></div>Our latest version of Cocoon is 2.3. The best way to get familiar with Cocoon
+ 2.3 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
+ </a>. If you follow that path, Maven will take care of
downloading all (transitive) dependencies.However, there is also a
<i>Getting Started package</i> that contains a
simple Cocoon 2.2 based application that uses Apache Ant as build system.
@@ -448,32 +430,19 @@
</tr>
<tr class="b">
<td>
- <b>Cocoon 2.2.0</b>
+ <b>Cocoon 2.3.0</b>
</td>
<td>
- Cocoon Core (pipelines, sitemaps, servlet): sources, binaries, javadocs and
- docs.
+ Cocoon sources: Core (pipelines, sitemaps, servlet) + all blocks
</td>
<td>
- <a class="externalLink" href="http://www.apache.org/dyn/closer.lua/cocoon/2.2/cocoon-2.2.0.zip">cocoon-2.2.0.zip</a>
- <br />
- <a class="externalLink" href="http://www.apache.org/dyn/closer.lua/cocoon/2.2/cocoon-2.2.0.tar.gz">
- cocoon-2.2.0.tar.gz
- </a>
+ <a class="externalLink" href="http://www.apache.org/dyn/closer.lua/cocoon/2.3.0/cocoon-2.3.0-source-release.zip">cocoon-2.3.0-source-release.zip</a>
</td>
<td>
- <a class="externalLink" href="http://www.apache.org/dyn/closer.lua/cocoon/2.2/cocoon-2.2.0.zip.asc">pgp</a>
- <a class="externalLink" href="http://www.apache.org/dyn/closer.lua/cocoon/2.2/cocoon-2.2.0.zip.md5">md5</a>
- <a class="externalLink" href="http://www.apache.org/dyn/closer.lua/cocoon/2.2/cocoon-2.2.0.zip.sha1">sha1</a>
- <br />
- <a class="externalLink" href="http://www.apache.org/dyn/closer.lua/cocoon/2.2/cocoon-2.2.0.tar.gz.asc">
- pgp
- </a>
- <a class="externalLink" href="http://www.apache.org/dyn/closer.lua/cocoon/2.2/cocoon-2.2.0.tar.gz.md5">md5</a>
- <a class="externalLink" href="http://www.apache.org/dyn/closer.lua/cocoon/2.2/cocoon-2.2.0.tar.gz.sha1">sha1</a>
-
+ <a class="externalLink" href="http://www.apache.org/dyn/closer.lua/cocoon/2.3.0/cocoon-2.3.0-source-release.zip.asc">pgp</a>
+ <a class="externalLink" href="http://www.apache.org/dyn/closer.lua/cocoon/2.3.0/cocoon-2.3.0-source-release.zip.sha512">sha512</a>
</td>
</tr>
<tr class="a">
Added: cocoon/site/site/news-c2-3-0-released.html
URL: http://svn.apache.org/viewvc/cocoon/site/site/news-c2-3-0-released.html?rev=1914157&view=auto
==============================================================================
--- cocoon/site/site/news-c2-3-0-released.html (added)
+++ cocoon/site/site/news-c2-3-0-released.html Mon Nov 27 12:05:05 2023
@@ -0,0 +1,309 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<!--
+ 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.
+-->
+
+
+
+
+
+
+
+
+<html>
+ <head>
+ <title> Cocoon Main Site - Apache Cocoon 2.3.0 Released
+ </title>
+ <link rel="stylesheet" href="./css/apache-cocoon-thien-maven-skin.min.css" />
+ <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
+ <script src="./js/apache-cocoon-thien-maven-skin.min.js" language="javascript" type="text/javascript"></script>
+ <meta name="author" content="Apache Cocoon Documentation Team" />
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+ </head>
+ <body onload="javascript:prettyPrint();">
+ <div id="breadtrail">
+ <p><a href="http://www.apache.org">Apache</a> » <a href="./">Cocoon</a> »</p>
+ </div>
+ <div id="top">
+ <div id="header">
+ <div class="projectlogo">
+ <a href="./"><img class="logoImage"
+ src="images/cocoon_logo.jpg"
+ alt="Apache Cocoon" border="0" /></a>
+ </div>
+ <div class="grouplogo">
+ <p class="grouptitle"><a href="./">The Apache Cocoon Project</a><img
+ src="images/apache-logo.jpg" alt="Cocoon Project Logo" /></p>
+ <form class="searchbox" action="http://www.google.com/search" method="get">
+ <input value="cocoon.apache.org" name="sitesearch" type="hidden" />
+ <input onFocus="getBlank (this, 'Search the site with google');" size="25" name="q" id="query" type="text" value="Search the site with google" />
+ <input class="searchboxsubmit" name="Search" value="Search" type="submit" />
+ </form>
+ </div>
+ </div>
+ <div id="projectBar">
+ <p class="cocoonHome"><a href="./index.html"><img
+ src="images/pmc-home.gif"
+ alt=" Apache Cocoon
+ homepage"
+ border="0" title=" Apache Cocoon
+ homepage" /></a></p>
+ <h1 class="projectTitle"><a href="./index.html"> Apache Cocoon
+ </a></h1>
+ <ul class="projectList">
+ <li><strong><a href="./2.2/">Cocoon 2.2</a></em></strong></li>
+ <li><a href="./2.2/core-modules/">Core <span class="pl-version-small">2.2</span></a></li>
+ <li><a href="./2.2/blocks/">Blocks <span class="pl-version-small">2.2</span></a></li>
+ <li><a href="./2.2/maven-plugins/">Maven Plugins <span class="pl-version-small">2.2</span></a></li>
+ <li><strong><a href=".//3.0/">Cocoon 3.0</a></em></strong></li>
+ <li><strong><a href="./subprojects/">Subprojects</a></strong></li>
+ </ul>
+ </div>
+ <div class="projectBarClear"><!-- --></div>
+ </div>
+ <!-- end of top -->
+
+ <div id="content">
+ <ul id="menu">
+ <li>
+ About Cocoon
+ <ul>
+
+ <li >
+ <a href="index.html">Welcome</a>
+ </li>
+
+ <li >
+ <a href="1363_1_1.html">Features</a>
+ </li>
+
+ <li >
+ <a href="1284_1_1.html">Versions & Download</a>
+ </li>
+
+ <li >
+ <a href="1271_1_1.html">Professional Services</a>
+ </li>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ <li class='menuCollapse'>
+ <a href="1365_1_1.html">Who uses Cocoon?</a>
+ </li>
+
+ <li >
+ <a href="1272_1_1.html">Weblogs</a>
+ </li>
+
+ <li >
+ <a href="1178_1_1.html">History</a>
+ </li>
+
+ <li >
+ <a href="1508_1_1.html">Privacy Policy</a>
+ </li>
+ </ul>
+ </li>
+ <li>
+ Getting Started
+ <ul>
+
+ <li >
+ <a href="1370_1_1.html">Tutorials</a>
+ </li>
+ </ul>
+ </li>
+ <li>
+ Getting Better
+ <ul>
+
+ <li >
+ <a href="1286_1_1.html">About the online documentation</a>
+ </li>
+
+ <li >
+ <a href="1287_1_1.html">Presentations</a>
+ </li>
+
+ <li >
+ <a href="1368_1_1.html">How-Tos</a>
+ </li>
+
+ <li >
+ <a href="1288_1_1.html">Articles</a>
+ </li>
+
+ <li >
+ <a href="1289_1_1.html">Books</a>
+ </li>
+ </ul>
+ </li>
+ <li>
+ Getting involved
+ <ul>
+
+ <li >
+ <a href="1273_1_1.html">How to contribute?</a>
+ </li>
+
+ <li >
+ <a href="1275_1_1.html">Communication tools that we use</a>
+ </li>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ <li class='menuCollapse'>
+ <a href="1199_1_1.html">Committer's and contributor's section</a>
+ </li>
+ </ul>
+ </li>
+ <li>
+ Project Documentation
+ <ul>
+
+
+
+
+
+
+
+
+
+
+
+
+
+ <li class='menuCollapse'>
+ <a href="project-info.html">Project Information</a>
+ </li>
+ </ul>
+ </li>
+ <li class="menuVersions">Versions
+ <ul>
+ <li><a href="./3.0/">Cocoon 3.0</a></li>
+ <li><a href="./2.2/">Cocoon 2.2</a></li>
+ <li><a href="./2.1/">Cocoon 2.1</a></li>
+ <li><a href="./2.0/">Cocoon 2.0</a></li>
+ <li><a href="./1.x/">Cocoon 1.x</a></li>
+ </ul>
+ </li>
+ </ul>
+ <div class="main">
+ <!-- Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied. See the License for the
+ specific language governing permissions and limitations
+ under the License. -->
+ <div id="contentBody"><div id="bodyText"><h1 class="docTitle">Apache Cocoon 2.3.0 Released</h1><div><pre>Apache Cocoon 2.3.0 Released
+
+  The Apache Cocoon Community is proud to announce the release of Cocoon 2.3.0.
+
+  Apache Cocoon is a Spring-based framework (since version 2.2 of
+ Cocoon) built around the concepts of separation of concerns and
+ component-based development.
+
+  Cocoon implements these concepts around the notion of component
+ pipelines, each component on the pipeline specializing on a particular
+ operation.
+
+  This release, 11 years after 2.2.0, gathers all changes made since then,
+ along with security fixes.
+
+  The minimum Java version was also upgraded to 1.8
+
+Apache Cocoon 2.3.0 may be downloaded from <a class="externalLink" href="https://cocoon.apache.org/mirror.html">https://cocoon.apache.org/mirror.html</a>
+
+The Apache Cocoon Project
+</pre></div></div></div>
+
+ </div>
+ </div>
+
+ <!-- end of content -->
+ <div id="footer">
+ <p>Copyright ©
+ 1999-2023
+
+ The Apache Software Foundation
+ All Rights Reserved.</p>
+
+ <p>
+ Apache Cocoon, Apache, the Apache feather logo, and the Apache Cocoon project logos are trademarks of The Apache Software Foundation.
+ All other marks mentioned may be trademarks or registered trademarks of their respective owners.
+ </p>
+ </div>
+ <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
+ </script>
+ <script type="text/javascript">
+ _uacct = "UA-1740622-3";
+ urchinTracker();
+ </script>
+
+ </body>
+</html>
\ No newline at end of file
Propchange: cocoon/site/site/news-c2-3-0-released.html
------------------------------------------------------------------------------
svn:mime-type = text/plain