You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@click.apache.org by aa...@apache.org on 2013/11/20 22:36:22 UTC

svn commit: r1543959 - in /click/trunk: README.md README.txt

Author: aadrian
Date: Wed Nov 20 21:36:22 2013
New Revision: 1543959

URL: http://svn.apache.org/r1543959
Log:
improve the readme

Added:
    click/trunk/README.md   (with props)
Modified:
    click/trunk/README.txt

Added: click/trunk/README.md
URL: http://svn.apache.org/viewvc/click/trunk/README.md?rev=1543959&view=auto
==============================================================================
--- click/trunk/README.md (added)
+++ click/trunk/README.md Wed Nov 20 21:36:22 2013
@@ -0,0 +1,29 @@
+Welcome to Click
+================
+
+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.
+
+Documentation
+=============
+
+Comprehensive HTML documentation is available online at:
+
+[http://click.apache.org/](http://click.apache.org/)
+
+
+Source Repository Structure
+===========================
+
+[click](click)       - Apache Click main source repository with everything that's also 
+                      included in the official distribution.
+			   
+[examples](examples) - Some other example web applications made with Apache Click,  
+                     (but not part of the official distribution), that might be interesing
+			          for the new users.
+			   
+[sandbox](sandbox)   - Developer's sandbox with experiments and shared sources
+
+[site](site)         - The generated public site that it's being deployed on http://click.apache.org
+
+[tools](tools)       - Tools for Apache Click: IDE plug-ins, developemnt ANT tasks, docs generator, etc.)

Propchange: click/trunk/README.md
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: click/trunk/README.txt
URL: http://svn.apache.org/viewvc/click/trunk/README.txt?rev=1543959&r1=1543958&r2=1543959&view=diff
==============================================================================
--- click/trunk/README.txt (original)
+++ click/trunk/README.txt Wed Nov 20 21:36:22 2013
@@ -1,15 +1,29 @@
-Apache Click - SVN Repository Structure
-=======================================
+Welcome to Click
+================
 
-[click]      - Apache Click main source repository with everything that's also 
-               included in the official distribution.
+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.
+
+Documentation
+=============
+
+Comprehensive HTML documentation is available online at:
+
+[http://click.apache.org/](http://click.apache.org/)
+
+
+Source Repository Structure
+===========================
+
+[click](click)       - Apache Click main source repository with everything that's also 
+                      included in the official distribution.
 			   
-[examples]   - Some other example web applications made with Apache Click,  
-               (but not part of the official distribution), that might be interesing
-			   for the new users.
+[examples](examples) - Some other example web applications made with Apache Click,  
+                     (but not part of the official distribution), that might be interesing
+			          for the new users.
 			   
-[sandbox]    - Developer's sandbox with experiments and shared sources
+[sandbox](sandbox)   - Developer's sandbox with experiments and shared sources
 
-[site]       - The generated public site that it's being deployed on http://click.apache.org
+[site](site)         - The generated public site that it's being deployed on http://click.apache.org
 
-[tools]      - Tools for Apache Click: IDE plug-ins, developemnt ANT tasks, docs generator, etc.)
+[tools](tools)       - Tools for Apache Click: IDE plug-ins, developemnt ANT tasks, docs generator, etc.)