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 06:08:05 UTC

svn commit: r907173 - /click/trunk/click/documentation/docs/click.html

Author: sabob
Date: Sat Feb  6 05:08:04 2010
New Revision: 907173

URL: http://svn.apache.org/viewvc?rev=907173&view=rev
Log:
updated homepage with TLP news

Modified:
    click/trunk/click/documentation/docs/click.html

Modified: click/trunk/click/documentation/docs/click.html
URL: http://svn.apache.org/viewvc/click/trunk/click/documentation/docs/click.html?rev=907173&r1=907172&r2=907173&view=diff
==============================================================================
--- click/trunk/click/documentation/docs/click.html (original)
+++ click/trunk/click/documentation/docs/click.html Sat Feb  6 05:08:04 2010
@@ -51,10 +51,11 @@
       text-decoration:none;
   }
   div.action {
+    text-shadow: #333 1px 1px 1px;
     font-weight: bold;
     font-size: larger;
     padding: 5px;
-    background: #5569B4;
+    background: #3350AF;
     width: 140px;
     text-align: center;
     color: #FFFFFF;
@@ -66,8 +67,10 @@
     -webkit-border-radius: 10px;
   }
   div.action:hover {
-    background: #3350AF;
-    border: 1px outset #99A4DF;
+    text-shadow: #fff 1px 1px 1px;
+    background-color: #d0d0d0;
+    color: #000;
+    border: 1px solid #99A4DF;
   }
  </style>
 </head>
@@ -77,8 +80,9 @@
 
 <p/>
 
-Apache Click is a modern JEE web application framework, providing a natural rich client style programming model.
-Click is designed to be very easy to learn and use, with developers getting up and running within a day.
+Apache Click is a modern JEE web application framework, providing a natural rich
+client style programming model. Apache Click is designed to be very easy to learn
+and use, with developers getting up and running within a day.
  
 <p/>
 <h3 style="margin-bottom:0em;">Highlights</h3>
@@ -117,6 +121,18 @@
 <h3 style="margin-top:25px">Latest News</h3>
 
 <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
+        Apache project.
+        <p/>
+        Special thanks to our mentors, Andrus Adamchik, Henning Schmiedehausen,
+        Ted Husted and Will Glass-Husain and the Incubator PMC who have guided
+        and supported through the process.
+    </div>
+</div>
+
+<div class="news">
     <div class="news-header">5 January 2010 - Click Book now available</div>
     <div class="news-item" style="height: 170px">
         <a target='topic' href="click-online.html#gswac">
@@ -146,48 +162,6 @@
     </div>
 </div>
 
-<div class="news">
-    <div class="news-header">28 June 2009 - Click 2.1.0 Release Candidate 1 (RC1) released</div>
-    <div class="news-item">
-        We are pleased to announce the 2.1.0 release candidate. Please note
-        this is the first Click version with Java 1.5 as a minimum requirement.
-        <p/>
-        2.1.0 brings many new features including first class
-        <a href="click-api/org/apache/click/Page.html#getHeadElements()">HEAD</a>
-        <a href="click-api/org/apache/click/Control.html#getHeadElements()">element</a> support,
-        new <a href="extras-api/org/apache/click/extras/control/DateField.html">popup Calendar</a>, plug-able security
-        <a href="extras-api/org/apache/click/extras/security/AccessController.html">access controller</a>
-        and more examples and documentation (in both <a href="user-guide.html">PDF and HTML</a> format).
-        <p/>
-        Download <a class="external" target="_blank" href="http://www.apache.org/dyn/closer.cgi/incubator/click/click/2.1.0-RC1/click-2.1.0-RC1-incubating.zip">here</a>.
-        <p/>
-        Please see the <a class="external" target="_blank" href="http://click-framework.blogspot.com/2009/06/click-210-rc1-now-available.html">announcement</a>
-        and <a href="roadmap-changes.html#2.1.0-RC1">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">23 May 2009 - Click 1.5.2 released</div>
-    <div class="news-item">
-        Click 1.5.2 is a maintenance release which includes Menu and Spring 
-        integration improvements, performance improvements and a number of
-        bug fixes.
-        <p/>
-        <b>Please note</b> that this is a non-Apache release.
-        <p/>
-        Download <a class="external" target="_blank" href="https://sourceforge.net/project/showfiles.php?group_id=82095&package_id=84113">here</a>.
-        <p/>
-        Please see the <a class="external" target="_blank" href="http://click-framework.blogspot.com/2009/05/click-152-now-available.html">announcement</a>
-        and <a class="external" target="_blank" href="http://click.sourceforge.net/docs/roadmap-changes.html#1.5.2">changelog</a> for more details.
-        <p/>
-        If you are upgrading from 1.4 or earlier, please refer to the
-        <a class="external" target="_blank" href="http://click.sourceforge.net/docs/roadmap-changes.html#1.5-upgrade-path">upgrade path</a>.
-    </div>
-</div>
-
 </body>
 </html>