svn commit: r1499245 - /cocoon/site/site/3.0/download.html

[email protected]
Newsgroups gmane.text.xml.cocoon.cvs
Message-ID <[email protected]>
Author: ilgrosso
Date: Wed Jul  3 08:10:30 2013
New Revision: 1499245

URL: http://svn.apache.org/r1499245
Log:
[COCOON3-127] Publishing updated download page

Modified:
    cocoon/site/site/3.0/download.html

Modified: cocoon/site/site/3.0/download.html
URL: http://svn.apache.org/viewvc/cocoon/site/site/3.0/download.html?rev=1499245&r1=1499244&r2=1499245&view=diff
==============================================================================
--- cocoon/site/site/3.0/download.html (original)
+++ cocoon/site/site/3.0/download.html Wed Jul  3 08:10:30 2013
@@ -27,7 +27,7 @@
 
 <html>
   <head>
-    <title>      Download
+    <title>      Cocoon 3 - Download
   </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" />
@@ -144,11 +144,11 @@
     </li>
       </ul>
        <div class="main">
-         <p>Cocoon 3 is still alpha software. Please read our <a href="#alpha-warning.html"> alpha software warning</a> message before using it.</p><div class="section"><h2>Download<a name="Download"></a></h2><div class="section"><h3>Cocoon 3.0.0-alpha-3<a name="Cocoon_3.0.0-alpha-3"></a></h3><ul><li><a class="externalLink" href="http://www.apache.org/dyn/closer.cgi/cocoon/3.0/cocoon-all-3.0.0-alpha-3-dist.zip"> cocoon-all-3.0.0-alpha-3-dist.zip</a> <a class="externalLink" href="http://www.apache.org/dist/cocoon/3.0/cocoon-all-3.0.0-alpha-3-dist.zip.md5">[MD5]</a> <a class="externalLink" href="http://www.apache.org/dist/cocoon/3.0/cocoon-all-3.0.0-alpha-3-dist.zip.asc">[PGP]</a></li><li><a class="externalLink" href="http://www.apache.org/dyn/closer.cgi/cocoon/3.0/cocoon-all-3.0.0-alpha-3-
 dist.tar.gz"> cocoon-all-3.0.0-alpha-3-dist.tar.gz</a> <a class="externalLink" href="http://www.apache.org/dist/cocoon/3.0/cocoon-all-3.0.0-alpha-3-dist.tar.gz.md5">[MD5]</a> <a class="externalLink"
  href="http://www.apache.org/dist/cocoon/3.0/cocoon-all-3.0.0-alpha-1-dist.tar.gz.asc">[PGP]</a></li><li><a class="externalLink" href="http://www.apache.org/dist/cocoon/KEYS"> KEYS</a> to verify the PGP signatures</li></ul></div></div><div class="section"><h2>Maven 2 artifacts<a name="Maven_2_artifacts"></a></h2><div class="section"><h3>Cocoon pipelines<a name="Cocoon_pipelines"></a></h3><p>The 'cocoon-pipeline' library was designed to be used stand-alone without any other dependencies than Apache Commons Logging: </p><div class="source"><pre class="prettyprint">&lt;dependency&gt;
+         <p>Cocoon 3 is still alpha software. Please read our <a href="./alpha-warning.html"> alpha software warning</a> message before using it.</p><div class="section"><h2>Download<a name="Download"></a></h2><div class="section"><h3>Cocoon 3.0.0-alpha-3<a name="Cocoon_3.0.0-alpha-3"></a></h3><ul><li><a class="externalLink" href="http://www.apache.org/dyn/closer.cgi/cocoon/3.0/cocoon-all-3.0.0-alpha-3-dist.zip"> cocoon-all-3.0.0-alpha-3-dist.zip</a> <a class="externalLink" href="http://www.apache.org/dist/cocoon/3.0/cocoon-all-3.0.0-alpha-3-dist.zip.md5">[MD5]</a> <a class="externalLink" href="http://www.apache.org/dist/cocoon/3.0/cocoon-all-3.0.0-alpha-3-dist.zip.asc">[PGP]</a></li><li><a class="externalLink" href="http://www.apache.org/dyn/closer.cgi/cocoon/3.0/cocoon-all-3.0.0-alpha-3
 -dist.tar.gz"> cocoon-all-3.0.0-alpha-3-dist.tar.gz</a> <a class="externalLink" href="http://www.apache.org/dist/cocoon/3.0/cocoon-all-3.0.0-alpha-3-dist.tar.gz.md5">[MD5]</a> <a class="externalLink
 " href="http://www.apache.org/dist/cocoon/3.0/cocoon-all-3.0.0-alpha-1-dist.tar.gz.asc">[PGP]</a></li><li><a class="externalLink" href="http://www.apache.org/dist/cocoon/KEYS"> KEYS</a> to verify the PGP signatures</li></ul></div></div><div class="section"><h2>Maven 2 artifacts<a name="Maven_2_artifacts"></a></h2><div class="section"><h3>Cocoon pipelines<a name="Cocoon_pipelines"></a></h3><p>The 'cocoon-pipeline' library was designed to be used stand-alone without any other dependencies than Apache Commons Logging: </p><div class="source"><pre class="prettyprint">&lt;dependency&gt;
   &lt;groupId&gt;org.apache.cocoon.pipeline&lt;/groupId&gt;
   &lt;artifactId&gt;cocoon-pipeline&lt;/artifactId&gt;
   &lt;version&gt;3.0.0-alpha-3&lt;/version&gt;
-&lt;/dependency&gt;</pre></div><p>In order to use the other Cocoon 3 modules (web applications, REST support, etc.), we highly recommend to start off with the archetypes listed below.</p></div></div><div class="section"><h2>Maven 2 archetypes<a name="Maven_2_archetypes"></a></h2><p>Create a Cocoon 3 block that contains the samples. After running the archetype plugin, change to the base directory of the new module and enter 'mvn jetty:run' and point your browser at http://localhost:8888: If you use Eclipse, run 'mvn eclipse:eclipse' before and import the project into your workspace. Your resources but also the Java files are reloaded at runtime. </p><div class="source"><pre class="prettyprint">mvn archetype:create \
+&lt;/dependency&gt;</pre></div><p>In order to use the other Cocoon 3 modules (web applications, REST support, etc.), we highly recommend to start off with the archetypes listed below.</p></div></div><div class="section"><h2>Maven 2 archetypes<a name="Maven_2_archetypes"></a></h2><p>Create a Cocoon 3 block that contains the samples. After running the archetype plugin, change to the base directory of the new module and enter 'mvn jetty:run' and point your browser at http://localhost:8888: If you use Eclipse, run 'mvn eclipse:eclipse' before and import the project into your workspace. Your resources but also the Java files are reloaded at runtime. </p><hr /><p>Some issues were identified in the 3.0.0-alpha-3 artifacts that prevent the generated projects to work properly; as a temporary worka
 round, you will need to apply the following changes to the generated pom.xml files:</p><ol style="list-style-type: decimal"><li>replace any <tt>3.0.0-alpha-3-SNAPSHOT</tt> occurrency with <tt>3.0.0-
 alpha-3</tt></li><li>add<div class="source"><pre class="prettyprint">&lt;version&gt;1.0.0&lt;/version&gt;</pre></div><p>right below</p><div class="source"><pre class="prettyprint">&lt;artifactId&gt;cocoon-maven-plugin&lt;/artifactId&gt;</pre></div></li></ol><hr /><div class="source"><pre class="prettyprint">mvn archetype:create \
     -DarchetypeGroupId=org.apache.cocoon.archetype-sample \
     -DarchetypeArtifactId=cocoon-archetype-sample \
     -DarchetypeVersion=3.0.0-alpha-3 \
@@ -175,7 +175,7 @@
     <!-- end of content -->
     <div id="footer">
       <p>Copyright &copy;  
-          2008-2012
+          2008-2013
     
           The Apache Software Foundation
       All Rights Reserved.</p>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.