You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@click.apache.org by sa...@apache.org on 2009/01/12 16:41:28 UTC

svn commit: r733796 - in /incubator/click/trunk/click: README.txt documentation/docs/click-online.html documentation/docs/downloads.html documentation/docs/quick-start.html

Author: sabob
Date: Mon Jan 12 07:41:14 2009
New Revision: 733796

URL: http://svn.apache.org/viewvc?rev=733796&view=rev
Log:
doco

Modified:
    incubator/click/trunk/click/README.txt
    incubator/click/trunk/click/documentation/docs/click-online.html
    incubator/click/trunk/click/documentation/docs/downloads.html
    incubator/click/trunk/click/documentation/docs/quick-start.html

Modified: incubator/click/trunk/click/README.txt
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/README.txt?rev=733796&r1=733795&r2=733796&view=diff
==============================================================================
--- incubator/click/trunk/click/README.txt (original)
+++ incubator/click/trunk/click/README.txt Mon Jan 12 07:41:14 2009
@@ -6,6 +6,10 @@
 and Component oriented design. Click is an open source project 
 licensed using the Apache license. 
 
+
+Docmentation
+============
+
 Comprehensive HTML documentation is available online at:
 
     http://incubator.apache.org/click
@@ -13,7 +17,19 @@
 This documentation is also available in the directory:
 
    documentation
-	
+
+
+Release Notes
+=============
+
+Detailed release notes are available here:
+
+   documentation/docs/roadmap-changes.html
+
+
+Distribution Jars
+=================
+
 Distributed Click JAR files include:
 
    dist/click-xx.jar        - Click runtime JAR including dependencies
@@ -24,10 +40,18 @@
 
    dist/click-mock-xx.jar   - Click Mock Utilities JAR
 
+
+Examples
+========
+
 Example pre-built web appliation include:
 
    dist/click-examples.war
 
+
+Build Information
+=================
+
 Click is built using the J2SE 1.4.2 and Ant 1.6.5. 
 
 The Ant build.xml and build.properties files are located in 

Modified: incubator/click/trunk/click/documentation/docs/click-online.html
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/documentation/docs/click-online.html?rev=733796&r1=733795&r2=733796&view=diff
==============================================================================
--- incubator/click/trunk/click/documentation/docs/click-online.html (original)
+++ incubator/click/trunk/click/documentation/docs/click-online.html Mon Jan 12 07:41:14 2009
@@ -98,7 +98,7 @@
   </td>
   </tr><tr>
   <td>
-    <a class="external" target="blank" href="http://repo1.maven.org/maven2/net/sf/click/">Maven Repository</a>
+    <a class="external" target="blank" href="http://repo1.maven.org/maven2/org/apache/click/">Maven Repository</a>
     <p>Click JARs registered with Maven repository</p>
   </td>
   <td>

Modified: incubator/click/trunk/click/documentation/docs/downloads.html
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/documentation/docs/downloads.html?rev=733796&r1=733795&r2=733796&view=diff
==============================================================================
--- incubator/click/trunk/click/documentation/docs/downloads.html (original)
+++ incubator/click/trunk/click/documentation/docs/downloads.html Mon Jan 12 07:41:14 2009
@@ -25,20 +25,49 @@
         <meta name="keywords" lang="en" content="Apache Click, Click Framework, Java, JEE, J2EE, web application framework, open source"/>
         <title>Apache Click</title>
         <link rel="stylesheet" type="text/css" href="../help.css"/>
+        <style rel="stylesheet" type="text/css">
+          .heading {
+            margin-top: 2em;
+          }
+        </style>
     </head>
 
     <body>
 
         <h1>Downloads</h1>
 
-        Please select a release from the table below.
+        <h2 class="heading">Apache Incubating Releases</h2>
+
+        <table cellspacing="1" cellpadding="8" style="border: 1px solid black;" width="600px">
+            <tbody><tr style="background-color: navy; color: white;">
+                    <th align="center">Package</th>
+                    <th align="center">PGP key</th>
+                    <th align="center">MD5</th>
+                    <th align="center">Version</th>
+                    <th align="center">Release date</th>
+                    <th align="center">Status</th>
+                </tr>
+                <tr>
+                    <td><a target="_blank" class="external" href="http://www.apache.org/dyn/closer.cgi/incubator/click/click/2.0.1/click-2.0.1-incubating.zip">
+                    click-2.0.1-incubating.zip</a></td>
+                    <td><a target="_blank" class="external" href="http://www.apache.org/dist/incubator/click/click/2.0.1/click-2.0.1-incubating.zip.asc">pgp</a></td>
+                    <td><a target="_blank" class="external" href="http://www.apache.org/dist/incubator/click/click/2.0.1/click-2.0.1-incubating.zip.md5">md5</a></td>
+                    <td>2.0.1</td>
+                    <td>2009-01-??</td>
+                    <td><b>Stable</b></td>
+                </tr>
+            </tbody>
+        </table>
+
+        <h2 class="heading">Pre Apache Releases</h2>
+        <b>Note:</b> these releases are hosted at <a target="_blank" class="external" href="http://sourceforge.net/">http://sourceforge.net/</a>
+        and is not endorsed by nor affiliated with the Apache Software Foundation.
         <p/>
-        
-        <table cellspacing="1" cellpadding="8" style="border: 1px solid black;">
+        <table cellspacing="1" cellpadding="8" style="border: 1px solid black;" width="600px">
             <tbody><tr style="background-color: navy; color: white;">
                     <th align="center">Package</th>
                     <th align="center">Version</th>
-                    <th align="center">Releaset date</th>
+                    <th align="center">Release date</th>
                     <th align="center">Status</th>
                 </tr>
                 <tr>
@@ -74,16 +103,11 @@
             </tbody>
         </table>
 
-        <p/>
-
-        <b>Note:</b> these releases are hosted at <a target="_blank" class="external" href="http://sourceforge.net/">http://sourceforge.net/</a>
-        and is not endorsed by nor affiliated with the Apache Software Foundation.
-
-        <h2>Maven</h2>
+        <h2 class="heading">Maven</h2>
 
         <p/>
         Click Maven bundles are also available from the Maven 2 repository
-        <a target="_blank" class="external" href="http://repo1.maven.org/maven2/net/sf/click/">http://repo1.maven.org/maven2/net/sf/click/</a>.
+        <a target="_blank" class="external" href="http://repo1.maven.org/maven2/org/apache/click/">http://repo1.maven.org/maven2/org/apache/click/</a>.
 
         <p/>
         To include Click in your project add the following dependency in your <tt>pom.xml</tt>:
@@ -91,22 +115,22 @@
 <pre style="border: 1px solid #888888; padding: 1em; overflow: auto">
 &lt;!-- Specifying the artifactId click will include Click Core in your pom.xml --&gt;
 <span class="tag">&lt;dependency&gt;</span>
-    <span class="tag">&lt;groupId&gt;</span>net.sf.click<span class="tag">&lt;/groupId&gt;</span>
+    <span class="tag">&lt;groupId&gt;</span>org.apache.click<span class="tag">&lt;/groupId&gt;</span>
     <span class="tag">&lt;artifactId&gt;</span>click<span class="tag">&lt;/artifactId&gt;</span>
-    <span class="tag">&lt;version&gt;</span>1.5<span class="tag">&lt;/version&gt;</span>
+    <span class="tag">&lt;version&gt;</span>X.X.X<span class="tag">&lt;/version&gt;</span>
     <span class="tag">&lt;scope&gt;</span>compile<span class="tag">&lt;/scope&gt;</span>
 <span class="tag">&lt;/dependency&gt;</span>
 
 &lt;!-- Specifying the artifactId click-extras will include Click Extras in your pom.xml --&gt;
 <span class="tag">&lt;dependency&gt;</span>
-    <span class="tag">&lt;groupId&gt;</span>net.sf.click<span class="tag">&lt;/groupId&gt;</span>
+    <span class="tag">&lt;groupId&gt;</span>org.apache.click<span class="tag">&lt;/groupId&gt;</span>
     <span class="tag">&lt;artifactId&gt;</span>click-extras<span class="tag">&lt;/artifactId&gt;</span>
-    <span class="tag">&lt;version&gt;</span>1.5<span class="tag">&lt;/version&gt;</span>
+    <span class="tag">&lt;version&gt;</span>X.X.X<span class="tag">&lt;/version&gt;</span>
     <span class="tag">&lt;scope&gt;</span>compile<span class="tag">&lt;/scope&gt;</span>
 <span class="tag">&lt;/dependency&gt;</span>
 </pre>
 
-        Using the <tt>version</tt> tag you can specify the version of Click you need.
+        Specify your Click version in the <tt>version</tt> tag e.g: <span class="tag">&lt;version&gt;</span>2.0.1<span class="tag">&lt;/version&gt;</span>
 
         <p/>
         The following <tt>artifactId</tt>'s are available:

Modified: incubator/click/trunk/click/documentation/docs/quick-start.html
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/documentation/docs/quick-start.html?rev=733796&r1=733795&r2=733796&view=diff
==============================================================================
--- incubator/click/trunk/click/documentation/docs/quick-start.html (original)
+++ incubator/click/trunk/click/documentation/docs/quick-start.html Mon Jan 12 07:41:14 2009
@@ -127,8 +127,8 @@
 Add the following JAR files to your application <tt>WEB-INF/lib</tt>:
 
 <ul>
-<li>click-x.x.x.jar</li>
-<li>click-extras-x.x.x.jar</li>
+<li>click-x.x.x-incubating.jar</li>
+<li>click-extras-x.x.x-incubating.jar</li>
 </ul>
 
 where <tt>x.x.x</tt> is the version of Click.