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 2010/02/06 09:19:43 UTC

svn commit: r907190 - in /click/trunk/click: ./ build/ documentation/ documentation/docs/ documentation/images/

Author: sabob
Date: Sat Feb  6 08:19:42 2010
New Revision: 907190

URL: http://svn.apache.org/viewvc?rev=907190&view=rev
Log:
updated site doc

Added:
    click/trunk/click/documentation/images/news-tick.png   (with props)
Modified:
    click/trunk/click/README.txt
    click/trunk/click/build/build.xml
    click/trunk/click/build/template.pom
    click/trunk/click/documentation/docs/click-online.html
    click/trunk/click/documentation/docs/click.html
    click/trunk/click/documentation/docs/downloads.html
    click/trunk/click/documentation/docs/examples.html
    click/trunk/click/documentation/docs/quick-start.html
    click/trunk/click/documentation/docs/roadmap-changes.html
    click/trunk/click/documentation/docs/upgrade-path.html
    click/trunk/click/documentation/help.css

Modified: click/trunk/click/README.txt
URL: http://svn.apache.org/viewvc/click/trunk/click/README.txt?rev=907190&r1=907189&r2=907190&view=diff
==============================================================================
--- click/trunk/click/README.txt (original)
+++ click/trunk/click/README.txt Sat Feb  6 08:19:42 2010
@@ -12,9 +12,9 @@
 
 Comprehensive HTML documentation is available online at:
 
-    http://incubator.apache.org/click
+    http://click.apache.org/
 
-This documentation is also available in the directory:
+The documentation is also available from the directory:
 
    documentation
 

Modified: click/trunk/click/build/build.xml
URL: http://svn.apache.org/viewvc/click/trunk/click/build/build.xml?rev=907190&r1=907189&r2=907190&view=diff
==============================================================================
--- click/trunk/click/build/build.xml (original)
+++ click/trunk/click/build/build.xml Sat Feb  6 08:19:42 2010
@@ -25,10 +25,10 @@
     
    <property file="./build/build.properties"/>
    <xmlproperty file="./build/javascript-syntax-highlighter.xml"/>
-   <property name="click" value="click-${version}-incubating"/>
-   <property name="click-extras" value="click-extras-${version}-incubating"/>
-   <property name="click-nodeps" value="click-nodeps-${version}-incubating"/>
-   <property name="click-mock" value="click-mock-${version}-incubating"/>
+   <property name="click" value="click-${version}"/>
+   <property name="click-extras" value="click-extras-${version}"/>
+   <property name="click-nodeps" value="click-nodeps-${version}"/>
+   <property name="click-mock" value="click-mock-${version}"/>
 
    <property name="jar.cayenne" value="cayenne-server-${cayenne.version}.jar"/>
    <property name="jar.checkstyle" value="checkstyle-all-${checkstyle.version}.jar"/>
@@ -70,20 +70,20 @@
         <attribute name="name"/>
         <sequential>
             <mkdir dir="${maven-bundle}/@{name}"/>
-            <copy file="build/@{name}.pom" tofile="${maven-bundle}/@{name}/@{name}-${version}-incubating.pom"/>
-            <replace file="${maven-bundle}/@{name}/@{name}-${version}-incubating.pom"
+            <copy file="build/@{name}.pom" tofile="${maven-bundle}/@{name}/@{name}-${version}.pom"/>
+            <replace file="${maven-bundle}/@{name}/@{name}-${version}.pom"
                      token="VERSION" 
-                     value="${version}-incubating"/>
+                     value="${version}"/>
 
             <!--
                 Replace the TEMPLATE token with the value of the template pom
             -->
             <loadfile property="pom-template" srcFile="build/template.pom"/>
-            <replace file="${maven-bundle}/@{name}/@{name}-${version}-incubating.pom"
+            <replace file="${maven-bundle}/@{name}/@{name}-${version}.pom"
                      value="${pom-template}">
               <replacetoken>&lt;!--TEMPLATE--&gt;</replacetoken>
             </replace>
-            <copy file="dist/@{name}-${version}-incubating.jar" todir="${maven-bundle}/@{name}/"/>
+            <copy file="dist/@{name}-${version}.jar" todir="${maven-bundle}/@{name}/"/>
         </sequential>
     </macrodef>
 
@@ -252,7 +252,6 @@
       </copy>
  	    <copy file="LICENSE.txt" todir="extras/classes/META-INF"/>
  	    <copy file="NOTICE.txt" todir="extras/classes/META-INF"/>
-      <copy file="DISCLAIMER.txt" todir="extras/classes/META-INF"/>
       <javac srcdir="extras/src"
              destdir="extras/classes"
              debug="true"
@@ -298,7 +297,6 @@
       </copy>
  	  <copy file="LICENSE.txt" todir="${dir.classes}/META-INF"/>
  	  <copy file="NOTICE.txt" todir="${dir.classes}/META-INF"/>
-    <copy file="DISCLAIMER.txt" todir="${dir.classes}/META-INF"/>
       <!-- No Dependencies -->
       <javac srcdir="${dir.source}"
              destdir="${dir.classes}"
@@ -386,7 +384,6 @@
       </copy>
  	  <copy file="LICENSE.txt" todir="mock/classes/META-INF"/>
  	  <copy file="NOTICE.txt" todir="mock/classes/META-INF"/>
-    <copy file="DISCLAIMER.txt" todir="mock/classes/META-INF"/>
       <javac srcdir="mock/src"
              destdir="mock/classes"
              debug="true"
@@ -870,7 +867,7 @@
             <link href="http://java.sun.com/j2se/1.5.0/docs/api/"/>
             <link href="http://java.sun.com/j2ee/sdk_1.3/techdocs/api/"/>
             <link href="http://jakarta.apache.org/commons/fileupload/apidocs/"/>
-            <link href="http://incubator.apache.org/click/docs/click-api/"/>
+            <link href="http://click.apache.org/docs/click-api/"/>
             <link href="http://www.hibernate.org/hib_docs/v3/api/"/>
             <link href="http://static.springframework.org/spring/docs/2.5.x/api/"/>
          </javadoc>

Modified: click/trunk/click/build/template.pom
URL: http://svn.apache.org/viewvc/click/trunk/click/build/template.pom?rev=907190&r1=907189&r2=907190&view=diff
==============================================================================
--- click/trunk/click/build/template.pom (original)
+++ click/trunk/click/build/template.pom Sat Feb  6 08:19:42 2010
@@ -10,17 +10,17 @@
 
   <organization>
     <name>Apache Click</name>
-    <url>http://incubator.apache.org/click</url>
+    <url>http://click.apache.org/</url>
   </organization>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/click/trunk/click/</connection>
-    <developerConnection>scm:svn:https://username@svn.apache.org/repos/asf/incubator/click/trunk/click/</developerConnection>
-    <url>http://svn.apache.org/viewvc/incubator/click/trunk/click/</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/click/trunk/click/</connection>
+    <developerConnection>scm:svn:https://username@svn.apache.org/repos/asf/click/trunk/click/</developerConnection>
+    <url>http://svn.apache.org/viewvc/click/trunk/click/</url>
   </scm>
 
   <inceptionYear>2003</inceptionYear>
-  <url>http://incubator.apache.org/click</url>
+  <url>http://click.apache.org/</url>
   <description>Apache Click is a J2EE web application framework designed for commercial developers.</description>
 
   <issueManagement>
@@ -31,17 +31,17 @@
   <mailingLists>
     <mailingList>
       <name>User List</name>
-      <subscribe>click-user-subscribe@incubator.apache.org</subscribe>
-      <unsubscribe>click-user-unsubscribe@incubator.apache.org</unsubscribe>
-      <post>click-user@incubator.apache.org</post>
-      <archive>http://mail-archives.apache.org/mod_mbox/incubator-click-user/</archive>
+      <subscribe>user-subscribe@click.apache.org</subscribe>
+      <unsubscribe>user-unsubscribe@click.apache.org</unsubscribe>
+      <post>user@click.apache.org</post>
+      <archive>http://mail-archives.apache.org/mod_mbox/click-user/</archive>
     </mailingList>
     <mailingList>
       <name>Development List</name>
-      <subscribe>click-dev-subscribe@incubator.apache.org</subscribe>
-      <unsubscribe>click-dev-unsubscribe@incubator.apache.org</unsubscribe>
-      <post>click-dev@incubator.apache.org</post>
-      <archive>http://mail-archives.apache.org/mod_mbox/incubator-click-dev/</archive>
+      <subscribe>dev-subscribe@click.apache.org</subscribe>
+      <unsubscribe>dev-unsubscribe@click.apache.org</unsubscribe>
+      <post>dev@click.apache.org</post>
+      <archive>http://mail-archives.apache.org/mod_mbox/click-dev/</archive>
     </mailingList>
   </mailingLists>
 

Modified: click/trunk/click/documentation/docs/click-online.html
URL: http://svn.apache.org/viewvc/click/trunk/click/documentation/docs/click-online.html?rev=907190&r1=907189&r2=907190&view=diff
==============================================================================
--- click/trunk/click/documentation/docs/click-online.html (original)
+++ click/trunk/click/documentation/docs/click-online.html Sat Feb  6 08:19:42 2010
@@ -68,7 +68,7 @@
 <table class="sponsors">
 <tr>
   <td>
-    <a class="external" target="_blank" href="http://incubator.apache.org/click/">Click</a>
+    <a class="external" target="_blank" href="http://click.apache.org/">Click</a>
     <p>Click home page</p>
   </td>
   <td>
@@ -98,7 +98,7 @@
     <p>Click JARs registered with Maven repository</p>
   </td>
   <td>
-    <a class="external" target="_blank" href="http://svn.apache.org/viewvc/incubator/click/">Browse SVN Repository</a>
+    <a class="external" target="_blank" href="http://svn.apache.org/viewvc/click/">Browse SVN Repository</a>
     <p>Browse Subversion repository</p>
   </td>
   <td>
@@ -133,16 +133,16 @@
 <p/>
 <ul>
   <li>
-    To <b>subscribe</b> send an empty email to <tt>click-user-subscribe@incubator.apache.org</tt>
+    To <b>subscribe</b> send an empty email to <tt>user-subscribe@click.apache.org</tt>
   </li>
   <li>
-    To <b>unsubscribe</b> send an empty email to <tt>click-user-unsubscribe@incubator.apache.org</tt>
+    To <b>unsubscribe</b> send an empty email to <tt>user-unsubscribe@click.apache.org</tt>
   </li>
   <li>
-    To <b>post a message</b> use the address: <tt>click-user@incubator.apache.org</tt>
+    To <b>post a message</b> use the address: <tt>user@click.apache.org</tt>
   </li>
   <li>
-    Message archive: <a target="_blank" class="external" href="http://mail-archives.apache.org/mod_mbox/incubator-click-user/">http://mail-archives.apache.org/mod_mbox/incubator-click-user/</a>
+    Message archive: <a target="_blank" class="external" href="http://mail-archives.apache.org/mod_mbox/click-user/">http://mail-archives.apache.org/mod_mbox/click-user/</a>
   </li>
   <li>
     MarkMail archive: <a target="_blank" class="external" href="http://click.markmail.org/search/">http://click.markmail.org/search/</a>
@@ -165,16 +165,16 @@
 <p/>
 <ul>
   <li>
-    To <b>subscribe</b> send an empty email to <tt>click-dev-subscribe@incubator.apache.org</tt>
+    To <b>subscribe</b> send an empty email to <tt>dev-subscribe@click.apache.org</tt>
   </li>
   <li>
-    To <b>unsubscribe</b> send an empty email to <tt>click-dev-unsubscribe@incubator.apache.org</tt>
+    To <b>unsubscribe</b> send an empty email to <tt>dev-unsubscribe@click.apache.org</tt>
   </li>
   <li>
-    To <b>post a message</b> use the address: <tt>click-dev@incubator.apache.org</tt>
+    To <b>post a message</b> use the address: <tt>dev@click.apache.org</tt>
   </li>
   <li>
-    Message archive: <a target="_blank" class="external" href="http://mail-archives.apache.org/mod_mbox/incubator-click-dev/">http://mail-archives.apache.org/mod_mbox/incubator-click-dev/</a>
+    Message archive: <a target="_blank" class="external" href="http://mail-archives.apache.org/mod_mbox/click-dev/">http://mail-archives.apache.org/mod_mbox/click-dev/</a>
   </li>
   <li>
     MarkMail archive: <a target="_blank" class="external" href="http://click.markmail.org/search/">http://click.markmail.org/search</a>

Modified: click/trunk/click/documentation/docs/click.html
URL: http://svn.apache.org/viewvc/click/trunk/click/documentation/docs/click.html?rev=907190&r1=907189&r2=907190&view=diff
==============================================================================
--- click/trunk/click/documentation/docs/click.html (original)
+++ click/trunk/click/documentation/docs/click.html Sat Feb  6 08:19:42 2010
@@ -30,23 +30,6 @@
   .item {
     margin-bottom: 0.75em;
   }
-  .news {
-    margin-top:20px;
-    padding-top:8px;
-    padding-left:8px;
-    border : 1px solid #99A4DF;
-    background-color: #EFEFF7;
-  }
-  .news-header {
-    font-weight: bold;
-    font-size: 110%;
-    color: navy;
-  }
-  .news-item {
-    margin-left: 10px;
-    padding: 10px;
-    font-weight: normal;
-  }
   .action-container a {
       text-decoration:none;
   }
@@ -121,6 +104,38 @@
 <h3 style="margin-top:25px">Latest News</h3>
 
 <div class="news">
+    <div class="news-header">10 February 2010 - Apache Click 2.1.0 is now available</div>
+    <div class="news-item">
+        We are pleased to announce the release of Click 2.1.0.
+        <p/>
+        Download is available <a class="external" target="_blank" href="http://www.apache.org/dyn/closer.cgi/click/click/2.1.0/click-2.1.0.zip">here</a>.
+        <p/>
+        Some of the highlights are:
+        <ul class="news-items">
+            <li class="news-item">support for <a class="external" target="_blank" href="http://code.google.com/appengine/docs/java/overview.html">Google App Engine</a>.
+                See <a href="extras-api/org/apache/click/extras/gae/GoogleAppEngineListener.html">GoogleAppEngineListener</a>
+                for details
+            </li>
+            <li class="news-item">
+                new documentation available in both <a href="user-guide.html">PDF and HTML</a> formats.
+            </li>
+            <li class="news-item">
+                improved JavaScript and CSS support. See the new
+                documentation on <a href="user-guide/html/ch02s12.html">Page HEAD elements</a>
+                and <a href="user-guide/html/ch03s05.html">Control HEAD elements</a>.
+            </li>
+        </ul>
+
+        <p/>
+        Please see the official <a class="external" target="_blank" href="http://blogs.apache.org/click/entry/click_2_1_0_now">announcement</a>
+        and <a href="roadmap-changes.html#2.1.0">changelog</a> for more details.
+        <p/>
+        If you are upgrading from 2.0.1 or earlier, please refer to the
+        <a href="upgrade-path.html#2.1.0">upgrade path</a>.
+    </div>
+</div>
+
+<div class="news">
     <div class="news-header">6 February 2010 - Apache Click graduated as a new Top Level Project</div>
     <div class="news-item">
         Click has graduated from the Apache Incubator and is now a top-level

Modified: click/trunk/click/documentation/docs/downloads.html
URL: http://svn.apache.org/viewvc/click/trunk/click/documentation/docs/downloads.html?rev=907190&r1=907189&r2=907190&view=diff
==============================================================================
--- click/trunk/click/documentation/docs/downloads.html (original)
+++ click/trunk/click/documentation/docs/downloads.html Sat Feb  6 08:19:42 2010
@@ -39,7 +39,7 @@
 
         <h1>Downloads</h1>
 
-        <h2 class="heading">Apache Incubating Releases</h2>
+        <h2 class="heading">Apache Releases</h2>
         Please select a release from the table below. All releases are platform independent.
         <p/>
         <table cellspacing="1" cellpadding="8" class="click-table">
@@ -55,6 +55,15 @@
             </thead>
             <tbody>
                 <tr class="odd">
+                    <td><a target="_blank" class="external" href="http://www.apache.org/dyn/closer.cgi/click/click/2.1.0/click-2.1.0.zip">
+                    click-2.1.0.zip</a></td>
+                    <td><a target="_blank" class="external" href="http://www.apache.org/dist/click/click/2.1.0/click-2.1.0.zip.asc">pgp</a></td>
+                    <td><a target="_blank" class="external" href="http://www.apache.org/dist/click/click/2.1.0/click-2.1.0.zip.MD5">md5</a></td>
+                    <td>2.1.0</td>
+                    <td>2010-02-10</td>
+                    <td><b>Stable</b></td>
+                </tr>
+                <tr class="odd">
                     <td><a target="_blank" class="external" href="http://www.apache.org/dyn/closer.cgi/incubator/click/click/2.1.0-RC1/click-2.1.0-RC1-incubating.zip">
                     click-2.1.0-RC1-incubating.zip</a></td>
                     <td><a target="_blank" class="external" href="http://www.apache.org/dist/incubator/click/click/2.1.0-RC1/click-2.1.0-RC1-incubating.zip.asc">pgp</a></td>
@@ -167,7 +176,7 @@
 <span class="tag">&lt;/dependency&gt;</span>
 </pre>
 
-        Specify your Click version in the <tt>version</tt> tag e.g: <span class="tag">&lt;version&gt;</span>2.0.1-incubating<span class="tag">&lt;/version&gt;</span>
+        Specify your Click version in the <tt>version</tt> tag e.g: <span class="tag">&lt;version&gt;</span>2.1.0<span class="tag">&lt;/version&gt;</span>
 
         <p/>
         The following <tt>artifactId</tt>'s are available:

Modified: click/trunk/click/documentation/docs/examples.html
URL: http://svn.apache.org/viewvc/click/trunk/click/documentation/docs/examples.html?rev=907190&r1=907189&r2=907190&view=diff
==============================================================================
--- click/trunk/click/documentation/docs/examples.html (original)
+++ click/trunk/click/documentation/docs/examples.html Sat Feb  6 08:19:42 2010
@@ -71,24 +71,24 @@
 A performance test bench webapplication.
 <p/>
 You can checkout this application from
-<a target="_blank" class="external" href="http://svn.apache.org/repos/asf/incubator/click/trunk/examples/click-bench/">http://svn.apache.org/repos/asf/incubator/click/trunk/examples/click-bench/</a>
+<a target="_blank" class="external" href="http://svn.apache.org/repos/asf/click/trunk/examples/click-bench/">http://svn.apache.org/repos/asf/click/trunk/examples/click-bench/</a>
 
 <h4>Click Cayenne</h4>
 A very simple demo webapplication based only on Click and Cayenne.
 <p/>
 You can checkout this application from
-<a target="_blank" class="external" href="http://svn.apache.org/repos/asf/incubator/click/trunk/examples/click-cayenne/">http://svn.apache.org/repos/asf/incubator/click/trunk/examples/click-cayenne/</a>
+<a target="_blank" class="external" href="http://svn.apache.org/repos/asf/click/trunk/examples/click-cayenne/">http://svn.apache.org/repos/asf/click/trunk/examples/click-cayenne/</a>
 
 <h4>Click Spring Cayenne</h4>
 A webapplication based on Click, Spring and Cayenne. This application is derrived from the classical
 Petclinic webapplication.
 <p/>
 You can checkout this application from
-<a target="_blank" class="external" href="http://svn.apache.org/repos/asf/incubator/click/trunk/examples/click-spring-cayenne/">http://svn.apache.org/repos/asf/incubator/click/trunk/examples/click-spring-cayenne/</a>
+<a target="_blank" class="external" href="http://svn.apache.org/repos/asf/click/trunk/examples/click-spring-cayenne/">http://svn.apache.org/repos/asf/click/trunk/examples/click-spring-cayenne/</a>
 <p/>
 For details about the original Petclinic application used here, please also see the <tt>petclinic/war/petclinic.html</tt> file.
 <p/>
-To build this webapplication, please also see the <tt><a target="_blank" class="external" href="http://svn.apache.org/repos/asf/incubator/click/trunk/examples/click-spring-cayenne/">README.txt</a></tt> file about how to proceed.
+To build this webapplication, please also see the <tt><a target="_blank" class="external" href="http://svn.apache.org/repos/asf/click/trunk/examples/click-spring-cayenne/">README.txt</a></tt> file about how to proceed.
 
 <p>&nbsp;</p>
 

Modified: click/trunk/click/documentation/docs/quick-start.html
URL: http://svn.apache.org/viewvc/click/trunk/click/documentation/docs/quick-start.html?rev=907190&r1=907189&r2=907190&view=diff
==============================================================================
--- click/trunk/click/documentation/docs/quick-start.html (original)
+++ click/trunk/click/documentation/docs/quick-start.html Sat Feb  6 08:19:42 2010
@@ -127,8 +127,8 @@
 Add the following JAR files to your application <tt>WEB-INF/lib</tt>:
 
 <ul>
-<li>click-x.x.x-incubating.jar</li>
-<li>click-extras-x.x.x-incubating.jar</li>
+<li>click-x.x.x.jar</li>
+<li>click-extras-x.x.x.jar</li>
 </ul>
 
 where <tt>x.x.x</tt> is the version of Click.

Modified: click/trunk/click/documentation/docs/roadmap-changes.html
URL: http://svn.apache.org/viewvc/click/trunk/click/documentation/docs/roadmap-changes.html?rev=907190&r1=907189&r2=907190&view=diff
==============================================================================
--- click/trunk/click/documentation/docs/roadmap-changes.html (original)
+++ click/trunk/click/documentation/docs/roadmap-changes.html Sat Feb  6 08:19:42 2010
@@ -184,15 +184,6 @@
     </div>
     <ul style="padding: 0em; margin-left:0em;margin-bottom: 2em">
       <li class="change">
-          The click.dtd has been published to
-          <a href="http://click.apache.org/dtds/click-2.1.dtd">http://click.apache.org/dtds/click-2.1.dtd</a>.
-          If you want your configuration to conform to the click.dtd, include
-          the following declaration in your click.xml:
-          <pre class="prettyprint">&lt;!DOCTYPE click-app PUBLIC
-       "-//Apache Software Foundation//DTD Click Configuration 2.1//EN"
-       "http://click.apache.org/dtds/click_2_1.dtd"&gt; </pre>
-      </li>
-      <li class="change">
           Added support for <a class="external" target="_blank" href="http://code.google.com/appengine/docs/java/overview.html">Google App Engine</a>,
           a free Java hosting environment from Google. This provides an ideal
           environment for students and startups to easily host their Click
@@ -337,6 +328,15 @@
         the tree width [<a target='_blank' href="https://issues.apache.org/jira/browse/CLK-616">616</a>].
       </li>
       <li class="change">
+          The click.dtd has been published to
+          <a href="http://click.apache.org/dtds/click-2.1.dtd">http://click.apache.org/dtds/click-2.1.dtd</a>.
+          If you want your configuration to conform to the click.dtd, include
+          the following declaration in your click.xml:
+          <pre class="prettyprint">&lt;!DOCTYPE click-app PUBLIC
+       "-//Apache Software Foundation//DTD Click Configuration 2.1//EN"
+       "http://click.apache.org/dtds/click_2_1.dtd"&gt; </pre>
+      </li>
+      <li class="change">
           Improved Form validation to allow Form subclasses to override the
           <a href="click-api/org/apache/click/control/Form.html#validate()">validate</a>
           method and implement cross-field validation. The following

Modified: click/trunk/click/documentation/docs/upgrade-path.html
URL: http://svn.apache.org/viewvc/click/trunk/click/documentation/docs/upgrade-path.html?rev=907190&r1=907189&r2=907190&view=diff
==============================================================================
--- click/trunk/click/documentation/docs/upgrade-path.html (original)
+++ click/trunk/click/documentation/docs/upgrade-path.html Sat Feb  6 08:19:42 2010
@@ -100,18 +100,20 @@
       </li>
       <li class="change">
           Click automatically deploy resources from JARs and folders on the
-          classpath that are located under the directory <tt>META-INF/web</tt>.
+          classpath that are located under a predefined directory. In previous
+          versions of Click that directory was <tt>META-INF/web</tt>.
           <p/>
-          The Servlet 3.0 specification introduced a similar concept where resources
-          can be packaged in a JAR and served directly without having to be
-          deployed.
+          The new Servlet 3.0 specification introduced a similar concept where
+          resources can be packaged in a JAR and served directly without having
+          to be deployed. The directory defined by Servlet 3.0 is
+          <tt>META-INF/resources</tt>.
           <p/>
-          Click 2.1.0 aligns with Servlet 3.0 in that resources are now also deployed
-          from the location <tt>META-INF/resources</tt>.
+          Click 2.1.0 aligns with Servlet 3.0 in that resources are also deployed
+          from <tt>META-INF/resources</tt>.
           <p/>
           For backwards compatibility Click will still deploy resources from
-          <tt>META-INF/web</tt>, however it is highly recommended to use the new
-          Servlet 3.0 location instead.
+          <tt>META-INF/web</tt>, however it is highly recommended to deploy
+          resources from <tt>META-INF/resources</tt> instead.
       </li>
     </ul>
   </dd>

Modified: click/trunk/click/documentation/help.css
URL: http://svn.apache.org/viewvc/click/trunk/click/documentation/help.css?rev=907190&r1=907189&r2=907190&view=diff
==============================================================================
--- click/trunk/click/documentation/help.css (original)
+++ click/trunk/click/documentation/help.css Sat Feb  6 08:19:42 2010
@@ -27,7 +27,8 @@
 	color: #000080;
 	font-weight: bold;
 	font-size: 20pt;
-    letter-spacing: 0.2em;
+  letter-spacing: 0.2em;
+  text-shadow: #888 1px 1px 1px;
 	position: absolute;
 	top: 8px;
 	left: 60px;
@@ -43,17 +44,9 @@
 	top: 26px;
 	right: 15px;
 }
-#apache-incubator-logo img {
-    border: 1px solid white;
-}
 .image {
     border: 0 none;
 }
-#apache-incubator-logo a {
-  top: 2px;
-  right: 15px;
-	position: absolute;
-}
 #header {
 	background: #4A70BC url(images/banner.gif) top left no-repeat;
 	height: 50px;
@@ -315,3 +308,30 @@
     margin-left: 0;
     padding-left: 25px;
 }
+div.news {
+    margin-top:20px;
+    padding-top:8px;
+    padding-left:8px;
+    border : 1px solid #99A4DF;
+    background-color: #EFEFF7;
+}
+div.news-header {
+    font-weight: bold;
+    font-size: 110%;
+    color: navy;
+}
+div.news-item {
+    margin-left: 10px;
+    padding: 10px;
+    font-weight: normal;
+}
+
+ul.news-items {
+    padding-left:15px;
+}
+ul.news-items li.news-item {
+    background: url(images/news-tick.png) no-repeat;
+    list-style: none;
+    margin-left: 0;
+    padding-left: 25px;
+}
\ No newline at end of file

Added: click/trunk/click/documentation/images/news-tick.png
URL: http://svn.apache.org/viewvc/click/trunk/click/documentation/images/news-tick.png?rev=907190&view=auto
==============================================================================
Binary file - no diff available.

Propchange: click/trunk/click/documentation/images/news-tick.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream