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 2017/06/20 15:23:56 UTC

wicket git commit: README cleaned and updated with the right references to examples, documentation, etc...

Repository: wicket
Updated Branches:
  refs/heads/master 2e8d465c3 -> 6545d21aa


README cleaned and updated with the right references to examples,
documentation, etc...


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

Branch: refs/heads/master
Commit: 6545d21aa999b6d3689f276ce32f44daf3e7ad1c
Parents: 2e8d465
Author: Andrea Del Bene <ad...@apache.org>
Authored: Tue Jun 20 17:15:09 2017 +0200
Committer: Andrea Del Bene <ad...@apache.org>
Committed: Tue Jun 20 17:15:09 2017 +0200

----------------------------------------------------------------------
 README | 21 ++++++---------------
 1 file changed, 6 insertions(+), 15 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/6545d21a/README
----------------------------------------------------------------------
diff --git a/README b/README
index 7b6cb1d..b3cfacb 100644
--- a/README
+++ b/README
@@ -137,27 +137,18 @@ from, and get started quickly:
  - The Wicket JavaDoc:
     
    the API Docs are available on the main site of the project:
-   http://wicket.apache.org
+   http://wicket.apache.org/learn/#javadoc
     
- - wicket-examples:
+ - Wicket Examples:
 
     shows all components in short usage examples, also available live on:
-    http://www.wicket-library.com/wicket-examples
+    http://examples8x.wicket.apache.org
 
- - wicket-quickstart archetype:
+ - Wicket Quickstart - http://wicket.apache.org/start/quickstart.html:
 
     provides a skeleton project for use in NetBeans, Eclipse, IntelliJ IDEA
-    and other major IDE's, without having to configure anything yourself. You
-    can copy'n'paste the examples from the website into your pages and see
-    them running on your own box.
-
- - AppFuse light - Wicket edition (https://appfuse-light.dev.java.net/)
-
-    AppFuse Light is a can all do it all quickstart setup for almost all
-    possible permutations for building Java web applications and ORM
-    technologies. It features over 60 downloads and combines each available
-    web application framework with Hibernate, iBatis, JDO (JPOX), OJB and
-    Spring JDBC.
+    and other major IDE's, without having to configure anything yourself. Just
+    copy'n'paste the generated command line and Maven will do the job.
 
 Dependencies
 ------------