You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by da...@apache.org on 2011/09/07 23:47:41 UTC

svn commit: r1166425 - in /wicket/common/site/trunk: _site/atom.xml _site/start/download.html start/download.md

Author: dashorst
Date: Wed Sep  7 21:47:40 2011
New Revision: 1166425

URL: http://svn.apache.org/viewvc?rev=1166425&view=rev
Log:
Updated downloads page

Modified:
    wicket/common/site/trunk/_site/atom.xml
    wicket/common/site/trunk/_site/start/download.html
    wicket/common/site/trunk/start/download.md

Modified: wicket/common/site/trunk/_site/atom.xml
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/atom.xml?rev=1166425&r1=1166424&r2=1166425&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/atom.xml (original)
+++ wicket/common/site/trunk/_site/atom.xml Wed Sep  7 21:47:40 2011
@@ -4,7 +4,7 @@
  <title>Apache Wicket</title>
  <link href="http://wicket.apache.org/atom.xml" rel="self"/>
  <link href="http://wicket.apache.org/"/>
- <updated>2011-09-07T23:40:20+02:00</updated>
+ <updated>2011-09-07T23:46:28+02:00</updated>
  <id>http://wicket.apache.org/</id>
  <author>
    <name>Apache Wicket</name>

Modified: wicket/common/site/trunk/_site/start/download.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/start/download.html?rev=1166425&r1=1166424&r2=1166425&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/start/download.html (original)
+++ wicket/common/site/trunk/_site/start/download.html Wed Sep  7 21:47:40 2011
@@ -157,22 +157,16 @@
 <ul>
 <li><strong>Latest stable release</strong>: <a href='http://www.apache.org/dyn/closer.cgi/wicket/1.5.0'>1.5.0</a></li>
 
-<li><strong>Last 1.3.x release</strong>: <a href='http://archive.apache.org/dist/wicket/1.3.7'>1.3.7</a></li>
+<li><strong>Last 1.4.x release</strong>: <a href='http://archive.apache.org/dist/wicket/1.4.18'>1.4.18</a></li>
 
 <li><strong>Archived releases</strong>: <a href='http://archive.apache.org/dist/wicket'>http://archive.apache.org/dist/wicket</a></li>
 </ul>
 
-<p>We recommend you <a href='quickstart.html'>start</a> with our latest 1.4 release. If you are migrating an existing application from Wicket 1.3 to 1.4, you may find the <a href='http://cwiki.apache.org/WICKET/migrating-to-wicket-14.html'>migration guide</a> invaluable.</p>
+<p>We recommend you <a href='quickstart.html'>start</a> with our latest 1.5 release. If you are migrating an existing application from Wicket 1.4 to 1.5, you may find the <a href='http://cwiki.apache.org/WICKET/migrating-to-wicket-15.html'>migration guide</a> invaluable.</p>
 
-<p><strong>Apache Wicket 1.4.x lines require JDK 1.5 or newer</strong></p>
+<p>Apache Wicket 1.5.x require JDK 1.5 or newer</p>
 
-<p><strong>Apache Wicket 1.3.x lines require JDK 1.4 or newer</strong>, although there are some non-core modules which take advantage of JDK 5 features.</p>
-
-<h2 id='important_note_about_logging_dependencies_for_130_and_later'>Important note about logging dependencies for 1.3.0 and later.</h2>
-
-<p>As of Wicket 1.3.0, Wicket uses the <a href='http://www.slf4j.org'>SLF4J</a> project for logging. SLF4J is similar to <a href='http://jakarta.apache.org/commons/logging'>commons-logging</a>, in that it allows libraries/frameworks like Wicket to avoid forcing a choice of logging framework on their users.</p>
-
-<p><strong>You cannot use Wicket without adding an SLF4J logging implementation to your classpath</strong>. Most people use <a href='http://logging.apache.org/log4j'>log4j</a>. If you do, just include <strong>slf4j-log4j12.jar</strong> on your classpath to get Wicket to use log4j too. If you want to use commons-logging or JDK14 logging or something else, please see the <a href='http://www.slf4j.org/faq.html'>SLF4J site</a> for more information.</p>
+<p>You cannot use Wicket without adding an SLF4J logging implementation to your classpath. Most people use <a href='http://logging.apache.org/log4j'>log4j</a>. If you do, just include <strong>slf4j-log4j12.jar</strong> on your classpath to get Wicket to use log4j too. If you want to use commons-logging or JDK14 logging or something else, please see the <a href='http://www.slf4j.org/faq.html'>SLF4J site</a> for more information.</p>
 
 <h2 id='maven_2'>Maven 2</h2>
 

Modified: wicket/common/site/trunk/start/download.md
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/start/download.md?rev=1166425&r1=1166424&r2=1166425&view=diff
==============================================================================
--- wicket/common/site/trunk/start/download.md (original)
+++ wicket/common/site/trunk/start/download.md Wed Sep  7 21:47:40 2011
@@ -10,29 +10,18 @@ Apache Wicket {{site.wicket.version}} is
 New projects should use [Wicket {{site.wicket.version}}](http://www.apache.org/dyn/closer.cgi/wicket/{{site.wicket.version}}) as their base.
 
 * **Latest stable release**: [{{site.wicket.version}}](http://www.apache.org/dyn/closer.cgi/wicket/{{site.wicket.version}})
-* **Last 1.3.x release**: [1.3.7](http://archive.apache.org/dist/wicket/1.3.7)
+* **Last 1.4.x release**: [1.4.18](http://archive.apache.org/dist/wicket/1.4.18)
 * **Archived releases**: <http://archive.apache.org/dist/wicket>
 
-We recommend you [start](quickstart.html) with our latest 1.4 release. If you
-are migrating an existing application from Wicket 1.3 to 1.4, you may find
-the [migration guide](http://cwiki.apache.org/WICKET/migrating-to-wicket-14.html)
+We recommend you [start](quickstart.html) with our latest 1.5 release. If you
+are migrating an existing application from Wicket 1.4 to 1.5, you may find
+the [migration guide](http://cwiki.apache.org/WICKET/migrating-to-wicket-15.html)
 invaluable.
 
-**Apache Wicket 1.4.x lines require JDK 1.5 or newer**
+Apache Wicket 1.5.x require JDK 1.5 or newer
 
-**Apache Wicket 1.3.x lines require JDK 1.4 or newer**, although there are
-some non-core modules which take advantage of JDK 5 features.
-
-## Important note about logging dependencies for 1.3.0 and later.
-
-As of Wicket 1.3.0, Wicket uses the [SLF4J](http://www.slf4j.org) project for
-logging. SLF4J is similar to
-[commons-logging](http://jakarta.apache.org/commons/logging), in that it
-allows libraries/frameworks like Wicket to avoid forcing a choice of logging
-framework on their users.
-
-**You cannot use Wicket without adding an SLF4J logging implementation to
-your classpath**. Most people use [log4j](http://logging.apache.org/log4j).
+You cannot use Wicket without adding an SLF4J logging implementation to
+your classpath. Most people use [log4j](http://logging.apache.org/log4j).
 If you do, just include **slf4j-log4j12.jar** on your classpath to get Wicket
 to use log4j too. If you want to use commons-logging or JDK14 logging or
 something else, please see the [SLF4J site](http://www.slf4j.org/faq.html)