You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by ad...@apache.org on 2014/06/21 14:50:57 UTC

git commit: Added a reference to the user guide and JavaDoc

Repository: wicket
Updated Branches:
  refs/heads/master a43253821 -> 413a90e1c


Added a reference to the user guide and JavaDoc


Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/413a90e1
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/413a90e1
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/413a90e1

Branch: refs/heads/master
Commit: 413a90e1ccf03e4de6265e013d48421bb4439b66
Parents: a432538
Author: adelbene <an...@gmail.com>
Authored: Sat Jun 21 14:48:46 2014 +0200
Committer: adelbene <an...@gmail.com>
Committed: Sat Jun 21 14:50:26 2014 +0200

----------------------------------------------------------------------
 README | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/413a90e1/README
----------------------------------------------------------------------
diff --git a/README b/README
index 965b826..9171f9b 100644
--- a/README
+++ b/README
@@ -101,9 +101,19 @@ Here is a list of projects in this distribution and what they do.
 Getting started
 ---------------
 
-The Wicket project has several projects where you can learn from, and get
+The Wicket project has several resources and projects where you can learn from, and get
 started quickly:
 
+ - The Wicket user guide - http://wicket.apache.org/start/userguide.html: 
+
+    learn Wicket from scratch reading its userguide which gradually introduces you to
+    the various features of the framework with many real-world examples.
+
+ - The Wicket JavaDoc:
+    
+   the API Docs are available on the main site of the project:
+   http://wicket.apache.org
+    
  - wicket-examples:
 
     shows all components in short usage examples, also available live on: