You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by iv...@apache.org on 2011/03/25 17:00:26 UTC

svn commit: r1085437 [1/3] - in /wicket/common/site/trunk: _site/ _site/2009/07/30/ _site/2009/08/21/ _site/2009/10/12/ _site/2009/10/24/ _site/2009/12/13/ _site/2009/12/21/ _site/2010/02/01/ _site/2010/03/05/ _site/2010/05/03/ _site/2010/05/24/ _site/...

Author: ivaynberg
Date: Fri Mar 25 16:00:25 2011
New Revision: 1085437

URL: http://svn.apache.org/viewvc?rev=1085437&view=rev
Log:
added Apache Wicket Cookbook to books

Added:
    wicket/common/site/trunk/learn/books/awc.jpg   (with props)
    wicket/common/site/trunk/learn/books/awc.md
Modified:
    wicket/common/site/trunk/_site/2009/07/30/wicket-1.3.7-released.html
    wicket/common/site/trunk/_site/2009/07/30/wicket-1.4-takes-typesafety-to-the-next-level.html
    wicket/common/site/trunk/_site/2009/08/21/wicket-1.4.1-released.html
    wicket/common/site/trunk/_site/2009/10/12/wicket-1.4.2-released.html
    wicket/common/site/trunk/_site/2009/10/24/wicket-1.4.3-released.html
    wicket/common/site/trunk/_site/2009/12/13/wicket-1.4.4-released.html
    wicket/common/site/trunk/_site/2009/12/21/wicket-1.4.5-released.html
    wicket/common/site/trunk/_site/2010/02/01/wicket-1.4.6-released.html
    wicket/common/site/trunk/_site/2010/03/05/wicket-1.4.7-released.html
    wicket/common/site/trunk/_site/2010/05/03/wicket-1.4.8-released.html
    wicket/common/site/trunk/_site/2010/05/24/wicket-1.4.9-released.html
    wicket/common/site/trunk/_site/2010/08/11/wicket-1.4.10-released.html
    wicket/common/site/trunk/_site/2010/08/11/wicket-1.5-M1-released.html
    wicket/common/site/trunk/_site/2010/09/09/wicket-1.4.11-released.html
    wicket/common/site/trunk/_site/2010/09/17/wicket.1.4.12-released.html
    wicket/common/site/trunk/_site/2010/09/17/wicket.1.5-M2.1-released.html
    wicket/common/site/trunk/_site/2010/11/01/wicket-1.4.13-released.html
    wicket/common/site/trunk/_site/2010/11/05/wicket-1.5-M3-released.html
    wicket/common/site/trunk/_site/2010/11/29/wicket-1.4.14-released.html
    wicket/common/site/trunk/_site/2010/12/24/wicket-1.4.15-released.html
    wicket/common/site/trunk/_site/2011/01/22/wicket-1.5-RC1-released.html
    wicket/common/site/trunk/_site/2011/02/25/wicket-1.4.16-released.html
    wicket/common/site/trunk/_site/2011/02/25/wicket-1.5-rc2-released.html
    wicket/common/site/trunk/_site/atom.xml
    wicket/common/site/trunk/_site/contribute/build.html
    wicket/common/site/trunk/_site/contribute/patch.html
    wicket/common/site/trunk/_site/contribute/release.html
    wicket/common/site/trunk/_site/contribute/write.html
    wicket/common/site/trunk/_site/index.html
    wicket/common/site/trunk/_site/learn/books/index.html
    wicket/common/site/trunk/_site/learn/examples/ajaxcounter.html
    wicket/common/site/trunk/_site/learn/examples/dropdownchoice.html
    wicket/common/site/trunk/_site/learn/examples/guestbook.html
    wicket/common/site/trunk/_site/learn/examples/helloworld.html
    wicket/common/site/trunk/_site/learn/examples/markupinheritance.html
    wicket/common/site/trunk/_site/learn/examples/navomatic.html
    wicket/common/site/trunk/_site/learn/examples/usingfragments.html
    wicket/common/site/trunk/_site/learn/projects/authroles.html
    wicket/common/site/trunk/_site/learn/projects/velocity.html
    wicket/common/site/trunk/_site/start/download.html
    wicket/common/site/trunk/learn/books/index.md

Modified: wicket/common/site/trunk/_site/2009/07/30/wicket-1.3.7-released.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/2009/07/30/wicket-1.3.7-released.html?rev=1085437&r1=1085436&r2=1085437&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/2009/07/30/wicket-1.3.7-released.html (original)
+++ wicket/common/site/trunk/_site/2009/07/30/wicket-1.3.7-released.html Fri Mar 25 16:00:25 2011
@@ -181,13 +181,7 @@
 <p><a href='http://www.apache.org/dyn/closer.cgi/wicket/1.3.7/'>http://www.apache.org/dyn/closer.cgi/wicket/1.3.7/</a></p>
 
 <p>For the Maven and Ivy fans out there: update your pom&#8217;s to the following, and everything will be downloaded automatically:</p>
-<div class='highlight'><pre><code class='xml'><span class='nt'>&lt;dependency&gt;</span>
-    <span class='nt'>&lt;groupId&gt;</span>org.apache.wicket<span class='nt'>&lt;/groupId&gt;</span>
-    <span class='nt'>&lt;artifactId&gt;</span>wicket<span class='nt'>&lt;/artifactId&gt;</span>
-    <span class='nt'>&lt;version&gt;</span>1.3.7<span class='nt'>&lt;/version&gt;</span>
-<span class='nt'>&lt;/dependency&gt;</span>
-</code></pre>
-</div>
+
 <p>Substitute the artifact ID with the projects of your liking to get the other projects.</p>
 
 <p>Please note that we don&#8217;t prescribe a Logging implementation for SLF4J. You need to specify yourself which one you prefer. Read more about SLF4J here: <a href='http://slf4j.org'>http://slf4j.org</a></p>

Modified: wicket/common/site/trunk/_site/2009/07/30/wicket-1.4-takes-typesafety-to-the-next-level.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/2009/07/30/wicket-1.4-takes-typesafety-to-the-next-level.html?rev=1085437&r1=1085436&r2=1085437&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/2009/07/30/wicket-1.4-takes-typesafety-to-the-next-level.html (original)
+++ wicket/common/site/trunk/_site/2009/07/30/wicket-1.4-takes-typesafety-to-the-next-level.html Fri Mar 25 16:00:25 2011
@@ -151,13 +151,7 @@
 <p>You can download the release here: http://www.apache.org/dyn/closer.cgi/wicket/1.4.0</p>
 
 <p>Or use this in your Maven pom&#8217;s to upgrade to the new version:</p>
-<div class='highlight'><pre><code class='xml'><span class='nt'>&lt;dependency&gt;</span>
-  <span class='nt'>&lt;groupId&gt;</span>org.apache.wicket<span class='nt'>&lt;/groupId&gt;</span>
-  <span class='nt'>&lt;artifactId&gt;</span>wicket<span class='nt'>&lt;/artifactId&gt;</span>
-  <span class='nt'>&lt;version&gt;</span>1.4.0<span class='nt'>&lt;/version&gt;</span>
-<span class='nt'>&lt;/dependency&gt;</span>
-</code></pre>
-</div>
+
 <p>You will need to upgrade all modules (i.e. wicket, wicket-extensions) to their 1.4 counterparts. It is not possible to mix Wicket 1.3 libraries with 1.4 libraries due to API changes.</p>
 
 <h2 id='most_notable_changes'>Most notable changes</h2>
@@ -183,34 +177,14 @@
 <p>Moving towards Java 5 has given us the opportunity to utilize generics and clarify our API&#8217;s. For example, take a look at <code>DropDownChoice</code>—one of the components with the most questions on our list prior to 1.4. A <code>DropDownChoice</code> component is a form component that displays a list of available choices in a drop down box, and allows one selection to be made. DropDownChoice components are typically used to display a list of countries, nationalities, credit card processors, etc.</p>
 
 <p>The signature of a constructor for the <code>DropDownChoice</code> component in Wicket 1.3 was:</p>
-<div class='highlight'><pre><code class='java'><span class='kd'>public</span> <span class='kd'>class</span> <span class='nc'>DropDownChoice</span> <span class='kd'>extends</span> <span class='o'>...</span>
-    <span class='kd'>public</span> <span class='nf'>DropDownChoice</span><span class='o'>(</span><span class='n'>String</span> <span class='n'>id</span><span class='o'>,</span> <span class='n'>IModel</span> <span class='n'>model</span><span class='o'>,</span> <span class='n'>IModel</span> <span class='n'>choices</span><span class='o'>)</span>
-<span class='o'>}</span>
-</code></pre>
-</div>
+
 <p>As you can see, this constructor doesn&#8217;t give much insight into what goes where (other than the names of the parameters). The first parameter is the component identifier, the second parameter is the model that contains the selection, and the third parameter is a model that contains the list of choices from which the user can select one. You&#8217;ll have to read the JavaDoc to assign the right IModel values to the right parameters. Now take a look at the same constructor, but now in Wicket 1.4. The signature for our generified constructor looks like the following example.</p>
-<div class='highlight'><pre><code class='java'><span class='kd'>public</span> <span class='o'>&lt;</span><span class='n'>T</span><span class='o'>&gt;</span> <span class='n'>DropDownChoice</span> <span class='kd'>extends</span> <span class='o'>...</span>
-    <span class='kd'>public</span> <span class='nf'>DropDownChoice</span><span class='o'>(</span><span class='n'>String</span> <span class='n'>id</span><span class='o'>,</span> <span class='n'>IModel</span><span class='o'>&lt;</span><span class='n'>T</span><span class='o'>&gt;</span> <span class='n'>model</span><span class='o'>,</span> <span class='n'>IModel</span><span class='o'>&lt;?</span> <span class='kd'>extends</span> <span class='n'>List</span><span class='o'>&lt;?</span> <span class='kd'>extends</span> <span class='n'>T</span><span class='o'>&gt;&gt;</span> <span class='n'>choices</span><span class='o'>)</span>
-<span class='o'>}</span>
-</code></pre>
-</div>
+
 <p>Here we communicate that the first <code>IModel</code> parameter is a <code>T</code>, which is the single value that will be provided when the <code>DropDownChoice</code> selects one value. The second parameter provides a <code>List</code> of objects that extend <code>T</code>, the choices from which to select one value. This was not apparent in the Wicket 1.3 API, and the type safety brought by generics make this much more clear, albeit much more verbose.</p>
 
 <h2 id='removal_of_default_model_from_component'>Removal of default model from component</h2>
 
 <p>In Wicket 1.3 each component had by default a model: a <code>Label</code> had a model, a <code>Link</code> and even <code>WebMarkupContainer</code> had a model property (all because they extend <code>Component</code> which has a model property). When we generified <code>IModel</code>, this had averse effects on <code>Component</code>: suddenly all components had to be generified and had to take the type parameter of the model that was associated with it. But that poses problems for components that either do not use a model or use two different model types: which one should be in the lead? We chose to generify only the components that clearly benefited from the extra type information, leading to clean code like this:</p>
-<div class='highlight'><pre><code class='java'><span class='n'>ListView</span><span class='o'>&lt;</span><span class='n'>Person</span><span class='o'>&gt;</span> <span class='n'>peopleListView</span> <span class='o'>=</span> <span class='k'>new</span> <span class='n'>ListView</span><span class='o'>&lt;</span><span class='n'>Person</span><span class='o'>&gt;(</span><span class='s'>&quot;people&quot;</span><span class='o'>,</span> <span class='n'>people</span><span class='o'>)</span> <span class='o'>{</span>
-        <span class='kd'>protected</span> <span class='kt'>void</span> <span class='nf'>populateItem</span><span class='o'>(</span><span class='n'>ListItem</span><span class='o'>&lt;</span><span class='n'>Person</span><span class='o'>&gt;</span> <span class='n'>item</span><span class='o'>)</span> <span class='o'>{</span>
-            <span class='n'>item</span><span class='o'>.</span><span class='na'>add</span><span class='o'>(</span><span class='k'>new</span> <span class='n'>Link</span><span class='o'>&lt;</span><span class='n'>Person</span><span class='o'>&gt;(</span><span class='s'>&quot;editPerson&quot;</span><span class='o'>,</span> <span class='n'>item</span><span class='o'>.</span><span class='na'>getModel</span><span class='o'>()){</span>
-                <span class='kd'>public</span> <span class='kt'>void</span> <span class='nf'>onClick</span><span class='o'>()</span> <span class='o'>{</span>
-                    <span class='n'>Person</span> <span class='n'>p</span> <span class='o'>=</span> <span class='n'>getModelObject</span><span class='o'>();</span>
-                    <span class='n'>setResponsePage</span><span class='o'>(</span><span class='k'>new</span> <span class='n'>EditPersonPage</span><span class='o'>(</span><span class='n'>p</span><span class='o'>));</span>
-                <span class='o'>}</span>
-            <span class='o'>});</span>
-        <span class='o'>}</span>
-    <span class='o'>};</span>
-</code></pre>
-</div>
 		</div>
         <div id="clearer"></div>
 		<div id="footer"><span>

Modified: wicket/common/site/trunk/_site/2009/08/21/wicket-1.4.1-released.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/2009/08/21/wicket-1.4.1-released.html?rev=1085437&r1=1085436&r2=1085437&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/2009/08/21/wicket-1.4.1-released.html (original)
+++ wicket/common/site/trunk/_site/2009/08/21/wicket-1.4.1-released.html Fri Mar 25 16:00:25 2011
@@ -151,13 +151,7 @@
 <p>You can download the release here: <a href='http://www.apache.org/dyn/closer.cgi/wicket/1.4.1'>http://www.apache.org/dyn/closer.cgi/wicket/1.4.1</a></p>
 
 <p>Or use this in your Maven pom&#8217;s to upgrade to the new version:</p>
-<div class='highlight'><pre><code class='xml'><span class='nt'>&lt;dependency&gt;</span>
-    <span class='nt'>&lt;groupId&gt;</span>org.apache.wicket<span class='nt'>&lt;/groupId&gt;</span>
-    <span class='nt'>&lt;artifactId&gt;</span>wicket<span class='nt'>&lt;/artifactId&gt;</span>
-    <span class='nt'>&lt;version&gt;</span>1.4.1<span class='nt'>&lt;/version&gt;</span>
-<span class='nt'>&lt;/dependency&gt;</span>
-</code></pre>
-</div>
+
 <h3 id='changes'>Changes</h3>
 
 <p>The most notable change in this release is the transparent support for multipart form submissions via Ajax. Wicket is now smart enough to submit a form using a hidden iframe rather then the standard XMLHttpRequest if the form contains file upload fields.</p>

Modified: wicket/common/site/trunk/_site/2009/10/12/wicket-1.4.2-released.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/2009/10/12/wicket-1.4.2-released.html?rev=1085437&r1=1085436&r2=1085437&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/2009/10/12/wicket-1.4.2-released.html (original)
+++ wicket/common/site/trunk/_site/2009/10/12/wicket-1.4.2-released.html Fri Mar 25 16:00:25 2011
@@ -151,13 +151,7 @@
 <p>You can download the release here: <a href='http://www.apache.org/dyn/closer.cgi/wicket/1.4.2'>http://www.apache.org/dyn/closer.cgi/wicket/1.4.2</a></p>
 
 <p>Or use this in your Maven pom&#8217;s to upgrade to the new version:</p>
-<div class='highlight'><pre><code class='xml'><span class='nt'>&lt;dependency&gt;</span>
-    <span class='nt'>&lt;groupId&gt;</span>org.apache.wicket<span class='nt'>&lt;/groupId&gt;</span>
-    <span class='nt'>&lt;artifactId&gt;</span>wicket<span class='nt'>&lt;/artifactId&gt;</span>
-    <span class='nt'>&lt;version&gt;</span>1.4.2<span class='nt'>&lt;/version&gt;</span>
-<span class='nt'>&lt;/dependency&gt;</span>
-</code></pre>
-</div>
+
 <h3 id='changes'>Changes</h3>
 
 <p>A complete list of changes can be found <a href='https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&amp;&amp;pid=12310561&amp;fixfor=12314163&amp;sorter/field=priority&amp;sorter/order=DESC'>here</a>.</p>

Modified: wicket/common/site/trunk/_site/2009/10/24/wicket-1.4.3-released.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/2009/10/24/wicket-1.4.3-released.html?rev=1085437&r1=1085436&r2=1085437&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/2009/10/24/wicket-1.4.3-released.html (original)
+++ wicket/common/site/trunk/_site/2009/10/24/wicket-1.4.3-released.html Fri Mar 25 16:00:25 2011
@@ -151,13 +151,7 @@
 <p>You can download the release here: <a href='http://www.apache.org/dyn/closer.cgi/wicket/1.4.3'>http://www.apache.org/dyn/closer.cgi/wicket/1.4.3</a></p>
 
 <p>Or use this in your Maven pom&#8217;s to upgrade to the new version:</p>
-<div class='highlight'><pre><code class='xml'><span class='nt'>&lt;dependency&gt;</span>
-    <span class='nt'>&lt;groupId&gt;</span>org.apache.wicket<span class='nt'>&lt;/groupId&gt;</span>
-    <span class='nt'>&lt;artifactId&gt;</span>wicket<span class='nt'>&lt;/artifactId&gt;</span>
-    <span class='nt'>&lt;version&gt;</span>1.4.3<span class='nt'>&lt;/version&gt;</span>
-<span class='nt'>&lt;/dependency&gt;</span>
-</code></pre>
-</div>
+
 <h3 id='changes'>Changes</h3>
 
 <p>A complete list of changes can be found <a href='https://issues.apache.org/jira/browse/WICKET/fixforversion/12314250'>here</a>.</p>

Modified: wicket/common/site/trunk/_site/2009/12/13/wicket-1.4.4-released.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/2009/12/13/wicket-1.4.4-released.html?rev=1085437&r1=1085436&r2=1085437&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/2009/12/13/wicket-1.4.4-released.html (original)
+++ wicket/common/site/trunk/_site/2009/12/13/wicket-1.4.4-released.html Fri Mar 25 16:00:25 2011
@@ -151,13 +151,7 @@
 <p>You can download the release here: <a href='http://www.apache.org/dyn/closer.cgi/wicket/1.4.4'>http://www.apache.org/dyn/closer.cgi/wicket/1.4.4</a></p>
 
 <p>Or use this in your Maven pom&#8217;s to upgrade to the new version:</p>
-<div class='highlight'><pre><code class='xml'><span class='nt'>&lt;dependency&gt;</span>
-    <span class='nt'>&lt;groupId&gt;</span>org.apache.wicket<span class='nt'>&lt;/groupId&gt;</span>
-    <span class='nt'>&lt;artifactId&gt;</span>wicket<span class='nt'>&lt;/artifactId&gt;</span>
-    <span class='nt'>&lt;version&gt;</span>1.4.4<span class='nt'>&lt;/version&gt;</span>
-<span class='nt'>&lt;/dependency&gt;</span>
-</code></pre>
-</div>
+
 <h3 id='changes'>Changes</h3>
 
 <p>A complete list of changes can be found <a href='https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&amp;&amp;pid=12310561&amp;fixfor=12314323&amp;sorter/field=priority&amp;sorter/order=DESC'>here</a>.</p>

Modified: wicket/common/site/trunk/_site/2009/12/21/wicket-1.4.5-released.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/2009/12/21/wicket-1.4.5-released.html?rev=1085437&r1=1085436&r2=1085437&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/2009/12/21/wicket-1.4.5-released.html (original)
+++ wicket/common/site/trunk/_site/2009/12/21/wicket-1.4.5-released.html Fri Mar 25 16:00:25 2011
@@ -151,13 +151,7 @@
 <p>You can download the release here: <a href='http://www.apache.org/dyn/closer.cgi/wicket/1.4.5'>http://www.apache.org/dyn/closer.cgi/wicket/1.4.5</a></p>
 
 <p>Or use this in your Maven pom&#8217;s to upgrade to the new version:</p>
-<div class='highlight'><pre><code class='xml'><span class='nt'>&lt;dependency&gt;</span>
-    <span class='nt'>&lt;groupId&gt;</span>org.apache.wicket<span class='nt'>&lt;/groupId&gt;</span>
-    <span class='nt'>&lt;artifactId&gt;</span>wicket<span class='nt'>&lt;/artifactId&gt;</span>
-    <span class='nt'>&lt;version&gt;</span>1.4.5<span class='nt'>&lt;/version&gt;</span>
-<span class='nt'>&lt;/dependency&gt;</span>
-</code></pre>
-</div>
+
 <h3 id='changes'>Changes</h3>
 
 <p>A complete list of changes can be found <a href='https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&amp;mode=hide&amp;sorter/order=DESC&amp;sorter/field=priority&amp;pid=12310561&amp;fixfor=12314441'>here</a>.</p>

Modified: wicket/common/site/trunk/_site/2010/02/01/wicket-1.4.6-released.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/2010/02/01/wicket-1.4.6-released.html?rev=1085437&r1=1085436&r2=1085437&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/2010/02/01/wicket-1.4.6-released.html (original)
+++ wicket/common/site/trunk/_site/2010/02/01/wicket-1.4.6-released.html Fri Mar 25 16:00:25 2011
@@ -151,13 +151,7 @@
 <p>You can download the release here: <a href='http://www.apache.org/dyn/closer.cgi/wicket/1.4.6'>http://www.apache.org/dyn/closer.cgi/wicket/1.4.6</a></p>
 
 <p>Or use this in your Maven pom&#8217;s to upgrade to the new version:</p>
-<div class='highlight'><pre><code class='xml'><span class='nt'>&lt;dependency&gt;</span>
-    <span class='nt'>&lt;groupId&gt;</span>org.apache.wicket<span class='nt'>&lt;/groupId&gt;</span>
-    <span class='nt'>&lt;artifactId&gt;</span>wicket<span class='nt'>&lt;/artifactId&gt;</span>
-    <span class='nt'>&lt;version&gt;</span>1.4.6<span class='nt'>&lt;/version&gt;</span>
-<span class='nt'>&lt;/dependency&gt;</span>
-</code></pre>
-</div>
+
 <h3 id='changes'>Changes</h3>
 
 <p>A complete list of changes can be found <a href='https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&amp;mode=hide&amp;sorter/order=DESC&amp;sorter/field=priority&amp;pid=12310561&amp;fixfor=12314470'>here</a>.</p>

Modified: wicket/common/site/trunk/_site/2010/03/05/wicket-1.4.7-released.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/2010/03/05/wicket-1.4.7-released.html?rev=1085437&r1=1085436&r2=1085437&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/2010/03/05/wicket-1.4.7-released.html (original)
+++ wicket/common/site/trunk/_site/2010/03/05/wicket-1.4.7-released.html Fri Mar 25 16:00:25 2011
@@ -151,13 +151,7 @@
 <p>You can download the release here: <a href='http://www.apache.org/dyn/closer.cgi/wicket/1.4.7'>http://www.apache.org/dyn/closer.cgi/wicket/1.4.7</a></p>
 
 <p>Or use this in your Maven pom&#8217;s to upgrade to the new version:</p>
-<div class='highlight'><pre><code class='xml'><span class='nt'>&lt;dependency&gt;</span>
-    <span class='nt'>&lt;groupId&gt;</span>org.apache.wicket<span class='nt'>&lt;/groupId&gt;</span>
-    <span class='nt'>&lt;artifactId&gt;</span>wicket<span class='nt'>&lt;/artifactId&gt;</span>
-    <span class='nt'>&lt;version&gt;</span>1.4.7<span class='nt'>&lt;/version&gt;</span>
-<span class='nt'>&lt;/dependency&gt;</span>
-</code></pre>
-</div>
+
 <h3 id='changes'>Changes</h3>
 
 <p>A complete list of changes can be found <a href='https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&amp;pid=12310561&amp;fixfor=12314560'>here</a>.</p>

Modified: wicket/common/site/trunk/_site/2010/05/03/wicket-1.4.8-released.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/2010/05/03/wicket-1.4.8-released.html?rev=1085437&r1=1085436&r2=1085437&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/2010/05/03/wicket-1.4.8-released.html (original)
+++ wicket/common/site/trunk/_site/2010/05/03/wicket-1.4.8-released.html Fri Mar 25 16:00:25 2011
@@ -149,21 +149,21 @@
 <p>This is the eighth maintenance release of 1.4.x series and brings over 20 bug fixes and improvements.</p>
 
 <ul>
-<li><a href='https://svn.apache.org/repos/asf/wicket/releases/wicket-1.4.8'>SVN tag</a></li>
+<li>
+<p><a href='https://svn.apache.org/repos/asf/wicket/releases/wicket-1.4.8'>SVN tag</a></p>
+</li>
 
-<li>Using Maven:</li>
-</ul>
-<div class='highlight'><pre><code class='xml'><span class='nt'>&lt;dependency&gt;</span>
-    <span class='nt'>&lt;groupId&gt;</span>org.apache.wicket<span class='nt'>&lt;/groupId&gt;</span>
-    <span class='nt'>&lt;artifactId&gt;</span>wicket<span class='nt'>&lt;/artifactId&gt;</span>
-    <span class='nt'>&lt;version&gt;</span>1.4.8<span class='nt'>&lt;/version&gt;</span>
-<span class='nt'>&lt;/dependency&gt;</span>
-</code></pre>
-</div>
-<ul>
-<li><a href='http://www.apache.org/dyn/closer.cgi/wicket/1.4.8'>Download</a></li>
+<li>
+<p>Using Maven:</p>
+</li>
+
+<li>
+<p><a href='http://www.apache.org/dyn/closer.cgi/wicket/1.4.8'>Download</a></p>
+</li>
 
-<li><a href='https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&amp;pid=12310561&amp;fixfor=12314811'>Change log</a></li>
+<li>
+<p><a href='https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&amp;pid=12310561&amp;fixfor=12314811'>Change log</a></p>
+</li>
 </ul>
 		</div>
         <div id="clearer"></div>

Modified: wicket/common/site/trunk/_site/2010/05/24/wicket-1.4.9-released.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/2010/05/24/wicket-1.4.9-released.html?rev=1085437&r1=1085436&r2=1085437&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/2010/05/24/wicket-1.4.9-released.html (original)
+++ wicket/common/site/trunk/_site/2010/05/24/wicket-1.4.9-released.html Fri Mar 25 16:00:25 2011
@@ -147,21 +147,21 @@
 			<p>This is the ninth maintenance release of the 1.4.x series and brings over fifteen bug fixes and improvements.</p>
 
 <ul>
-<li><a href='http://svn.apache.org/repos/asf/wicket/releases/wicket-1.4.9/'>Subversion tag</a></li>
-
-<li><a href='https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&amp;styleName=Html&amp;version=12314962'>Changelog</a></li>
-
-<li>To use in Maven:</li>
-</ul>
-<div class='highlight'><pre><code class='xml'><span class='nt'>&lt;dependency&gt;</span>
-    <span class='nt'>&lt;groupId&gt;</span>org.apache.wicket<span class='nt'>&lt;/groupId&gt;</span>
-    <span class='nt'>&lt;artifactId&gt;</span>wicket<span class='nt'>&lt;/artifactId&gt;</span>
-    <span class='nt'>&lt;version&gt;</span>1.4.9<span class='nt'>&lt;/version&gt;</span>
-<span class='nt'>&lt;/dependency&gt;</span>
-</code></pre>
-</div>
-<ul>
-<li>Download the <a href='http://www.apache.org/dyn/closer.cgi/wicket/1.4.9'>full distribution</a> (including source)</li>
+<li>
+<p><a href='http://svn.apache.org/repos/asf/wicket/releases/wicket-1.4.9/'>Subversion tag</a></p>
+</li>
+
+<li>
+<p><a href='https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&amp;styleName=Html&amp;version=12314962'>Changelog</a></p>
+</li>
+
+<li>
+<p>To use in Maven:</p>
+</li>
+
+<li>
+<p>Download the <a href='http://www.apache.org/dyn/closer.cgi/wicket/1.4.9'>full distribution</a> (including source)</p>
+</li>
 </ul>
 
 <p>It is worth noting that <a href='https://issues.apache.org/jira/browse/WICKET-2846'>WICKET-2846</a> will be reverted in the next release because the community has shown a preference for this. So, it would be wise not to take advantage of the <code>InheritableThreadLocal</code> that was put into version 1.4.9.</p>

Modified: wicket/common/site/trunk/_site/2010/08/11/wicket-1.4.10-released.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/2010/08/11/wicket-1.4.10-released.html?rev=1085437&r1=1085436&r2=1085437&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/2010/08/11/wicket-1.4.10-released.html (original)
+++ wicket/common/site/trunk/_site/2010/08/11/wicket-1.4.10-released.html Fri Mar 25 16:00:25 2011
@@ -155,115 +155,25 @@
 </ul>
 
 <p>Delayed component initialization allows developers to initialize their components outside of a constructor, when more environment is available to the component instance. From the javadoc:</p>
-<div class='highlight'><pre><code class='java'><span class='kd'>public</span> <span class='kd'>class</span> <span class='nc'>Component</span> <span class='o'>{</span>
-	<span class='cm'>/**</span>
-<span class='cm'>	 * This method is meant to be used as an alternative to initialize components. Usually the</span>
-<span class='cm'>	 * component&#39;s constructor is used for this task, but sometimes a component cannot be</span>
-<span class='cm'>	 * initialized in isolation, it may need to access its parent component or its markup in order</span>
-<span class='cm'>	 * to fully initialize. This method is invoked once per component&#39;s lifecycle when a path exists</span>
-<span class='cm'>	 * from this component to the {@link Page} thus providing the component with an atomic callback</span>
-<span class='cm'>	 * when the component&#39;s environment is built out.</span>
-<span class='cm'>	 * &lt;p&gt;</span>
-<span class='cm'>	 * Overrides must call super#{@link #onInitialize()}. Usually this should be the first thing an</span>
-<span class='cm'>	 * override does, much like a constructor.</span>
-<span class='cm'>	 * &lt;/p&gt;</span>
-<span class='cm'>	 * &lt;p&gt;</span>
-<span class='cm'>	 * Parent containers are guaranteed to be initialized before their children</span>
-<span class='cm'>	 * &lt;/p&gt;</span>
-<span class='cm'>	 * &lt;p&gt;</span>
-<span class='cm'>	 * It is safe to use {@link #getPage()} in this method</span>
-<span class='cm'>	 * &lt;/p&gt;</span>
-<span class='cm'>	 * </span>
-<span class='cm'>	 * &lt;p&gt;</span>
-<span class='cm'>	 * NOTE:The timing of this call is not precise, the contract is that it is called sometime</span>
-<span class='cm'>	 * before {@link Component#onBeforeRender()}.</span>
-<span class='cm'>	 * &lt;/p&gt;</span>
-<span class='cm'>	 * </span>
-<span class='cm'>	 */</span>
-	<span class='kd'>protected</span> <span class='kt'>void</span> <span class='nf'>onInitialize</span><span class='o'>()</span> <span class='o'>{}</span>
-<span class='o'>}</span>
-</code></pre>
-</div>
+
 <p>Component configuration allows developers to easier configure component states such as visibility, enabled, etc. From the javadoc:</p>
-<div class='highlight'><pre><code class='java'><span class='kd'>public</span> <span class='kd'>class</span> <span class='nc'>Component</span> <span class='o'>{</span>
-	<span class='cm'>/**</span>
-<span class='cm'>	 * Called once per request on components before they are about to be rendered. This method</span>
-<span class='cm'>	 * should be used to configure such things as visibility and enabled flags.</span>
-<span class='cm'>	 * &lt;p&gt;</span>
-<span class='cm'>	 * Overrides must call {@code super.onConfigure()}, usually before any other code</span>
-<span class='cm'>	 * &lt;/p&gt;</span>
-<span class='cm'>	 * &lt;p&gt;</span>
-<span class='cm'>	 * NOTE: Component hierarchy should not be modified inside this method, instead it should be</span>
-<span class='cm'>	 * done in {@link #onBeforeRender()}</span>
-<span class='cm'>	 * &lt;/p&gt;</span>
-<span class='cm'>	 * &lt;p&gt;</span>
-<span class='cm'>	 * NOTE: Why this method is preferrable to directly overriding {@link #isVisible()} and</span>
-<span class='cm'>	 * {@link #isEnabled()}? Because those methods are called multiple times even for processing of</span>
-<span class='cm'>	 * a single request. If they contain expensive logic they can slow down the response time of the</span>
-<span class='cm'>	 * entire page. Further, overriding those methods directly on form components may lead to</span>
-<span class='cm'>	 * inconsistent or unexpected state depending on when those methods are called in the form</span>
-<span class='cm'>	 * processing workflow. It is a better practice to push changes to state rather than pull.</span>
-<span class='cm'>	 * &lt;/p&gt;</span>
-<span class='cm'>	 * &lt;p&gt;</span>
-<span class='cm'>	 * NOTE: If component&#39;s visibility or another property depends on another component you may call</span>
-<span class='cm'>	 * {@code other.configure()} followed by {@code other.isVisible()} as mentioned in</span>
-<span class='cm'>	 * {@link #configure()} javadoc.</span>
-<span class='cm'>	 * &lt;/p&gt;</span>
-<span class='cm'>	 * &lt;p&gt;</span>
-<span class='cm'>	 * NOTE: Why should {@link #onBeforeRender()} not be used for this? Because if visibility of a</span>
-<span class='cm'>	 * component is toggled inside {@link #onBeforeRender()} another method needs to be overridden</span>
-<span class='cm'>	 * to make sure {@link #onBeforeRender()} will be invoked on ivisible components:</span>
-<span class='cm'>	 * </span>
-<span class='cm'>	 * &lt;pre&gt;</span>
-<span class='cm'>	 * class MyComponent extends WebComponent</span>
-<span class='cm'>	 * {</span>
-<span class='cm'>	 * 	protected void onBeforeRender()</span>
-<span class='cm'>	 * 	{</span>
-<span class='cm'>	 * 		setVisible(Math.rand() &amp;gt; 0.5f);</span>
-<span class='cm'>	 * 		super.onBeforeRender();</span>
-<span class='cm'>	 * 	}</span>
-<span class='cm'>	 * </span>
-<span class='cm'>	 * 	// if this override is forgotten, once invisible component will never become visible</span>
-<span class='cm'>	 * 	protected boolean callOnBeforeRenderIfNotVisible()</span>
-<span class='cm'>	 * 	{</span>
-<span class='cm'>	 * 		return true;</span>
-<span class='cm'>	 * 	}</span>
-<span class='cm'>	 * }</span>
-<span class='cm'>	 * &lt;/pre&gt;</span>
-<span class='cm'>	 * </span>
-<span class='cm'>	 * VS</span>
-<span class='cm'>	 * </span>
-<span class='cm'>	 * &lt;pre&gt;</span>
-<span class='cm'>	 * class MyComponent extends WebComponent</span>
-<span class='cm'>	 * {</span>
-<span class='cm'>	 * 	protected void onConfigure()</span>
-<span class='cm'>	 * 	{</span>
-<span class='cm'>	 * 		setVisible(Math.rand() &amp;gt; 0.5f);</span>
-<span class='cm'>	 * 		super.onConfigure();</span>
-<span class='cm'>	 * 	}</span>
-<span class='cm'>	 * }</span>
-<span class='cm'>	 * &lt;/pre&gt;</span>
-<span class='cm'>	 */</span>
-	<span class='kd'>protected</span> <span class='kt'>void</span> <span class='nf'>onConfigure</span><span class='o'>()</span> <span class='o'>{}</span>
-<span class='o'>}</span>
-</code></pre>
-</div>
+
 <ul>
-<li><a href='http://svn.apache.org/repos/asf/wicket/releases/wicket-1.4.10/'>Subversion tag</a></li>
+<li>
+<p><a href='http://svn.apache.org/repos/asf/wicket/releases/wicket-1.4.10/'>Subversion tag</a></p>
+</li>
 
-<li><a href='https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&amp;mode=hide&amp;sorter/order=DESC&amp;sorter/field=priority&amp;pid=12310561&amp;fixfor=12315070'>Changelog</a></li>
+<li>
+<p><a href='https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&amp;mode=hide&amp;sorter/order=DESC&amp;sorter/field=priority&amp;pid=12310561&amp;fixfor=12315070'>Changelog</a></p>
+</li>
 
-<li>To use in Maven:</li>
-</ul>
-<div class='highlight'><pre><code class='xml'><span class='nt'>&lt;dependency&gt;</span>
-    <span class='nt'>&lt;groupId&gt;</span>org.apache.wicket<span class='nt'>&lt;/groupId&gt;</span>
-    <span class='nt'>&lt;artifactId&gt;</span>wicket<span class='nt'>&lt;/artifactId&gt;</span>
-    <span class='nt'>&lt;version&gt;</span>1.4.10<span class='nt'>&lt;/version&gt;</span>
-<span class='nt'>&lt;/dependency&gt;</span>
-</code></pre>
-</div>
-<ul>
-<li>Download the <a href='http://www.apache.org/dyn/closer.cgi/wicket/1.4.10'>full distribution</a> (including source)</li>
+<li>
+<p>To use in Maven:</p>
+</li>
+
+<li>
+<p>Download the <a href='http://www.apache.org/dyn/closer.cgi/wicket/1.4.10'>full distribution</a> (including source)</p>
+</li>
 </ul>
 		</div>
         <div id="clearer"></div>

Modified: wicket/common/site/trunk/_site/2010/08/11/wicket-1.5-M1-released.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/2010/08/11/wicket-1.5-M1-released.html?rev=1085437&r1=1085436&r2=1085437&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/2010/08/11/wicket-1.5-M1-released.html (original)
+++ wicket/common/site/trunk/_site/2010/08/11/wicket-1.5-M1-released.html Fri Mar 25 16:00:25 2011
@@ -149,21 +149,21 @@
 <p>This release is NOT production-ready, it is more of a technology demo that should facilitate user-feedback we can fold into the next milestone.</p>
 
 <ul>
-<li><a href='https://cwiki.apache.org/WICKET/migration-to-wicket-15.html'>Migration notes</a></li>
+<li>
+<p><a href='https://cwiki.apache.org/WICKET/migration-to-wicket-15.html'>Migration notes</a></p>
+</li>
 
-<li><a href='http://svn.apache.org/repos/asf/wicket/releases/wicket-1.5-M1/'>Subversion tag</a></li>
+<li>
+<p><a href='http://svn.apache.org/repos/asf/wicket/releases/wicket-1.5-M1/'>Subversion tag</a></p>
+</li>
 
-<li>To use in Maven:</li>
-</ul>
-<div class='highlight'><pre><code class='xml'><span class='nt'>&lt;dependency&gt;</span>
-    <span class='nt'>&lt;groupId&gt;</span>org.apache.wicket<span class='nt'>&lt;/groupId&gt;</span>
-    <span class='nt'>&lt;artifactId&gt;</span>wicket<span class='nt'>&lt;/artifactId&gt;</span>
-    <span class='nt'>&lt;version&gt;</span>1.5-M1<span class='nt'>&lt;/version&gt;</span>
-<span class='nt'>&lt;/dependency&gt;</span>
-</code></pre>
-</div>
-<ul>
-<li>Download the <a href='http://www.apache.org/dyn/closer.cgi/wicket/1.5-M1'>full distribution</a> (including source)</li>
+<li>
+<p>To use in Maven:</p>
+</li>
+
+<li>
+<p>Download the <a href='http://www.apache.org/dyn/closer.cgi/wicket/1.5-M1'>full distribution</a> (including source)</p>
+</li>
 </ul>
 		</div>
         <div id="clearer"></div>

Modified: wicket/common/site/trunk/_site/2010/09/09/wicket-1.4.11-released.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/2010/09/09/wicket-1.4.11-released.html?rev=1085437&r1=1085436&r2=1085437&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/2010/09/09/wicket-1.4.11-released.html (original)
+++ wicket/common/site/trunk/_site/2010/09/09/wicket-1.4.11-released.html Fri Mar 25 16:00:25 2011
@@ -147,21 +147,21 @@
 			<p>This is the eleventh maintenance release of the 1.4.x series and brings over fifty bug fixes and improvements.</p>
 
 <ul>
-<li><a href='http://svn.apache.org/repos/asf/wicket/releases/wicket-1.4.11/'>Subversion tag</a></li>
+<li>
+<p><a href='http://svn.apache.org/repos/asf/wicket/releases/wicket-1.4.11/'>Subversion tag</a></p>
+</li>
 
-<li><a href='https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&amp;&amp;pid=12310561&amp;fixfor=12315236&amp;sorter/field=issuekey&amp;sorter/order=DESC'>Changelog</a></li>
+<li>
+<p><a href='https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&amp;&amp;pid=12310561&amp;fixfor=12315236&amp;sorter/field=issuekey&amp;sorter/order=DESC'>Changelog</a></p>
+</li>
 
-<li>To use in Maven:</li>
-</ul>
-<div class='highlight'><pre><code class='xml'><span class='nt'>&lt;dependency&gt;</span>
-    <span class='nt'>&lt;groupId&gt;</span>org.apache.wicket<span class='nt'>&lt;/groupId&gt;</span>
-    <span class='nt'>&lt;artifactId&gt;</span>wicket<span class='nt'>&lt;/artifactId&gt;</span>
-    <span class='nt'>&lt;version&gt;</span>1.4.11<span class='nt'>&lt;/version&gt;</span>
-<span class='nt'>&lt;/dependency&gt;</span>
-</code></pre>
-</div>
-<ul>
-<li>Download the <a href='http://www.apache.org/dyn/closer.cgi/wicket/1.4.11'>full distribution</a> (including source)</li>
+<li>
+<p>To use in Maven:</p>
+</li>
+
+<li>
+<p>Download the <a href='http://www.apache.org/dyn/closer.cgi/wicket/1.4.11'>full distribution</a> (including source)</p>
+</li>
 </ul>
 		</div>
         <div id="clearer"></div>

Modified: wicket/common/site/trunk/_site/2010/09/17/wicket.1.4.12-released.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/2010/09/17/wicket.1.4.12-released.html?rev=1085437&r1=1085436&r2=1085437&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/2010/09/17/wicket.1.4.12-released.html (original)
+++ wicket/common/site/trunk/_site/2010/09/17/wicket.1.4.12-released.html Fri Mar 25 16:00:25 2011
@@ -147,21 +147,21 @@
 			<p>This is the twelfth maintenance release of the 1.4.x series. This release brings a fix to a <a href='https://issues.apache.org/jira/browse/WICKET-3040'>critical bug</a> which prevented ajax form submits in FireFox.</p>
 
 <ul>
-<li><a href='http://svn.apache.org/repos/asf/wicket/releases/wicket-1.4.12'>Subversion tag</a></li>
+<li>
+<p><a href='http://svn.apache.org/repos/asf/wicket/releases/wicket-1.4.12'>Subversion tag</a></p>
+</li>
 
-<li><a href='https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&amp;&amp;pid=12310561&amp;fixfor=12315312&amp;sorter/field=priority&amp;sorter/order=DESC'>Changelog</a></li>
+<li>
+<p><a href='https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&amp;&amp;pid=12310561&amp;fixfor=12315312&amp;sorter/field=priority&amp;sorter/order=DESC'>Changelog</a></p>
+</li>
 
-<li>To use in Maven:</li>
-</ul>
-<div class='highlight'><pre><code class='xml'><span class='nt'>&lt;dependency&gt;</span>
-    <span class='nt'>&lt;groupId&gt;</span>org.apache.wicket<span class='nt'>&lt;/groupId&gt;</span>
-    <span class='nt'>&lt;artifactId&gt;</span>wicket<span class='nt'>&lt;/artifactId&gt;</span>
-    <span class='nt'>&lt;version&gt;</span>1.4.12<span class='nt'>&lt;/version&gt;</span>
-<span class='nt'>&lt;/dependency&gt;</span>
-</code></pre>
-</div>
-<ul>
-<li>Download the <a href='http://www.apache.org/dyn/closer.cgi/wicket/1.4.12'>full distribution</a> (including source)</li>
+<li>
+<p>To use in Maven:</p>
+</li>
+
+<li>
+<p>Download the <a href='http://www.apache.org/dyn/closer.cgi/wicket/1.4.12'>full distribution</a> (including source)</p>
+</li>
 </ul>
 		</div>
         <div id="clearer"></div>

Modified: wicket/common/site/trunk/_site/2010/09/17/wicket.1.5-M2.1-released.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/2010/09/17/wicket.1.5-M2.1-released.html?rev=1085437&r1=1085436&r2=1085437&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/2010/09/17/wicket.1.5-M2.1-released.html (original)
+++ wicket/common/site/trunk/_site/2010/09/17/wicket.1.5-M2.1-released.html Fri Mar 25 16:00:25 2011
@@ -151,21 +151,21 @@
 <p>New and noteworthy items in this milestone include <a href='https://cwiki.apache.org/WICKET/migration-to-wicket-15.html#MigrationtoWicket1.5-Intercomponentevents'>Inter-component event mechanism</a> which allows components to communicate in a decoupled fashion, and improved <a href='https://cwiki.apache.org/WICKET/migration-to-wicket-15.html#MigrationtoWicket1.5-getResourceSettings%2528%2529.setAddLastModifiedTimeToResourceReferenceUrl%2528%2529hasbeenreplaced'>resource caching</a>.</p>
 
 <ul>
-<li><a href='https://cwiki.apache.org/WICKET/migration-to-wicket-15.html'>Migration notes</a></li>
+<li>
+<p><a href='https://cwiki.apache.org/WICKET/migration-to-wicket-15.html'>Migration notes</a></p>
+</li>
 
-<li><a href='http://svn.apache.org/repos/asf/wicket/releases/wicket-1.5-M2.1'>Subversion tag</a></li>
+<li>
+<p><a href='http://svn.apache.org/repos/asf/wicket/releases/wicket-1.5-M2.1'>Subversion tag</a></p>
+</li>
 
-<li>To use in Maven:</li>
-</ul>
-<div class='highlight'><pre><code class='xml'><span class='nt'>&lt;dependency&gt;</span>
-    <span class='nt'>&lt;groupId&gt;</span>org.apache.wicket<span class='nt'>&lt;/groupId&gt;</span>
-    <span class='nt'>&lt;artifactId&gt;</span>wicket<span class='nt'>&lt;/artifactId&gt;</span>
-    <span class='nt'>&lt;version&gt;</span>1.5-M2.1<span class='nt'>&lt;/version&gt;</span>
-<span class='nt'>&lt;/dependency&gt;</span>
-</code></pre>
-</div>
-<ul>
-<li>Download the <a href='http://www.apache.org/dyn/closer.cgi/wicket/1.5-M2.1'>full distribution</a> (including source)</li>
+<li>
+<p>To use in Maven:</p>
+</li>
+
+<li>
+<p>Download the <a href='http://www.apache.org/dyn/closer.cgi/wicket/1.5-M2.1'>full distribution</a> (including source)</p>
+</li>
 </ul>
 		</div>
         <div id="clearer"></div>

Modified: wicket/common/site/trunk/_site/2010/11/01/wicket-1.4.13-released.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/2010/11/01/wicket-1.4.13-released.html?rev=1085437&r1=1085436&r2=1085437&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/2010/11/01/wicket-1.4.13-released.html (original)
+++ wicket/common/site/trunk/_site/2010/11/01/wicket-1.4.13-released.html Fri Mar 25 16:00:25 2011
@@ -147,21 +147,21 @@
 			<p>This is thirteenth release of the Wicket 1.4.x series. This is primarily a minor bugfix release on the 1.4.x (stable) branch.</p>
 
 <ul>
-<li><a href='http://svn.apache.org/repos/asf/wicket/releases/wicket-1.4.13'>Subversion tag</a></li>
+<li>
+<p><a href='http://svn.apache.org/repos/asf/wicket/releases/wicket-1.4.13'>Subversion tag</a></p>
+</li>
 
-<li><a href='https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&amp;styleName=Html&amp;version=12315330'>Changelog</a></li>
+<li>
+<p><a href='https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&amp;styleName=Html&amp;version=12315330'>Changelog</a></p>
+</li>
 
-<li>To use in Maven:</li>
-</ul>
-<div class='highlight'><pre><code class='xml'><span class='nt'>&lt;dependency&gt;</span>
-    <span class='nt'>&lt;groupId&gt;</span>org.apache.wicket<span class='nt'>&lt;/groupId&gt;</span>
-    <span class='nt'>&lt;artifactId&gt;</span>wicket<span class='nt'>&lt;/artifactId&gt;</span>
-    <span class='nt'>&lt;version&gt;</span>1.4.13<span class='nt'>&lt;/version&gt;</span>
-<span class='nt'>&lt;/dependency&gt;</span>
-</code></pre>
-</div>
-<ul>
-<li>Download the <a href='http://www.apache.org/dyn/closer.cgi/wicket/1.4.13'>full distribution</a> (including source)</li>
+<li>
+<p>To use in Maven:</p>
+</li>
+
+<li>
+<p>Download the <a href='http://www.apache.org/dyn/closer.cgi/wicket/1.4.13'>full distribution</a> (including source)</p>
+</li>
 </ul>
 		</div>
         <div id="clearer"></div>

Modified: wicket/common/site/trunk/_site/2010/11/05/wicket-1.5-M3-released.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/2010/11/05/wicket-1.5-M3-released.html?rev=1085437&r1=1085436&r2=1085437&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/2010/11/05/wicket-1.5-M3-released.html (original)
+++ wicket/common/site/trunk/_site/2010/11/05/wicket-1.5-M3-released.html Fri Mar 25 16:00:25 2011
@@ -147,21 +147,21 @@
 			<p>This is another milestone release from trunk (in-development branch). This release includes several enhancments and fixes, which can be seen in the changelog (linked below).</p>
 
 <ul>
-<li><a href='http://svn.apache.org/repos/asf/wicket/releases/wicket-1.5-M3'>Subversion tag</a></li>
+<li>
+<p><a href='http://svn.apache.org/repos/asf/wicket/releases/wicket-1.5-M3'>Subversion tag</a></p>
+</li>
 
-<li><a href='https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&amp;styleName=Html&amp;version=12315329'>Changelog</a></li>
+<li>
+<p><a href='https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&amp;styleName=Html&amp;version=12315329'>Changelog</a></p>
+</li>
 
-<li>To use in Maven:</li>
-</ul>
-<div class='highlight'><pre><code class='xml'><span class='nt'>&lt;dependency&gt;</span>
-    <span class='nt'>&lt;groupId&gt;</span>org.apache.wicket<span class='nt'>&lt;/groupId&gt;</span>
-    <span class='nt'>&lt;artifactId&gt;</span>wicket<span class='nt'>&lt;/artifactId&gt;</span>
-    <span class='nt'>&lt;version&gt;</span>1.5-M3<span class='nt'>&lt;/version&gt;</span>
-<span class='nt'>&lt;/dependency&gt;</span>
-</code></pre>
-</div>
-<ul>
-<li>Download the <a href='http://www.apache.org/dyn/closer.cgi/wicket/1.5-M3'>full distribution</a> (including source)</li>
+<li>
+<p>To use in Maven:</p>
+</li>
+
+<li>
+<p>Download the <a href='http://www.apache.org/dyn/closer.cgi/wicket/1.5-M3'>full distribution</a> (including source)</p>
+</li>
 </ul>
 		</div>
         <div id="clearer"></div>

Modified: wicket/common/site/trunk/_site/2010/11/29/wicket-1.4.14-released.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/2010/11/29/wicket-1.4.14-released.html?rev=1085437&r1=1085436&r2=1085437&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/2010/11/29/wicket-1.4.14-released.html (original)
+++ wicket/common/site/trunk/_site/2010/11/29/wicket-1.4.14-released.html Fri Mar 25 16:00:25 2011
@@ -147,21 +147,21 @@
 			<p>This is fourteenth release of the Wicket 1.4.x series. This is primarily a minor bugfix release on the 1.4.x (stable) branch.</p>
 
 <ul>
-<li><a href='http://svn.apache.org/repos/asf/wicket/releases/wicket-1.4.14'>Subversion tag</a></li>
+<li>
+<p><a href='http://svn.apache.org/repos/asf/wicket/releases/wicket-1.4.14'>Subversion tag</a></p>
+</li>
 
-<li><a href='https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&amp;styleName=Html&amp;version=12315480'>Changelog</a></li>
+<li>
+<p><a href='https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&amp;styleName=Html&amp;version=12315480'>Changelog</a></p>
+</li>
 
-<li>To use in Maven:</li>
-</ul>
-<div class='highlight'><pre><code class='xml'><span class='nt'>&lt;dependency&gt;</span>
-    <span class='nt'>&lt;groupId&gt;</span>org.apache.wicket<span class='nt'>&lt;/groupId&gt;</span>
-    <span class='nt'>&lt;artifactId&gt;</span>wicket<span class='nt'>&lt;/artifactId&gt;</span>
-    <span class='nt'>&lt;version&gt;</span>1.4.14<span class='nt'>&lt;/version&gt;</span>
-<span class='nt'>&lt;/dependency&gt;</span>
-</code></pre>
-</div>
-<ul>
-<li>Download the <a href='http://www.apache.org/dyn/closer.cgi/wicket/1.4.14'>full distribution</a> (including source)</li>
+<li>
+<p>To use in Maven:</p>
+</li>
+
+<li>
+<p>Download the <a href='http://www.apache.org/dyn/closer.cgi/wicket/1.4.14'>full distribution</a> (including source)</p>
+</li>
 </ul>
 		</div>
         <div id="clearer"></div>

Modified: wicket/common/site/trunk/_site/2010/12/24/wicket-1.4.15-released.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/2010/12/24/wicket-1.4.15-released.html?rev=1085437&r1=1085436&r2=1085437&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/2010/12/24/wicket-1.4.15-released.html (original)
+++ wicket/common/site/trunk/_site/2010/12/24/wicket-1.4.15-released.html Fri Mar 25 16:00:25 2011
@@ -147,21 +147,21 @@
 			<p>This is fifteenth release of the Wicket 1.4.x series. This is primarily a minor bugfix release on the 1.4.x (stable) branch.</p>
 
 <ul>
-<li><a href='http://svn.apache.org/repos/asf/wicket/releases/wicket-1.4.15'>Subversion tag</a></li>
+<li>
+<p><a href='http://svn.apache.org/repos/asf/wicket/releases/wicket-1.4.15'>Subversion tag</a></p>
+</li>
 
-<li><a href='https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&amp;styleName=Html&amp;version=12315900'>Changelog</a></li>
+<li>
+<p><a href='https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&amp;styleName=Html&amp;version=12315900'>Changelog</a></p>
+</li>
 
-<li>To use in Maven:</li>
-</ul>
-<div class='highlight'><pre><code class='xml'><span class='nt'>&lt;dependency&gt;</span>
-    <span class='nt'>&lt;groupId&gt;</span>org.apache.wicket<span class='nt'>&lt;/groupId&gt;</span>
-    <span class='nt'>&lt;artifactId&gt;</span>wicket<span class='nt'>&lt;/artifactId&gt;</span>
-    <span class='nt'>&lt;version&gt;</span>1.4.15<span class='nt'>&lt;/version&gt;</span>
-<span class='nt'>&lt;/dependency&gt;</span>
-</code></pre>
-</div>
-<ul>
-<li>Download the <a href='http://www.apache.org/dyn/closer.cgi/wicket/1.4.15'>full distribution</a> (including source)</li>
+<li>
+<p>To use in Maven:</p>
+</li>
+
+<li>
+<p>Download the <a href='http://www.apache.org/dyn/closer.cgi/wicket/1.4.15'>full distribution</a> (including source)</p>
+</li>
 </ul>
 		</div>
         <div id="clearer"></div>

Modified: wicket/common/site/trunk/_site/2011/01/22/wicket-1.5-RC1-released.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/2011/01/22/wicket-1.5-RC1-released.html?rev=1085437&r1=1085436&r2=1085437&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/2011/01/22/wicket-1.5-RC1-released.html (original)
+++ wicket/common/site/trunk/_site/2011/01/22/wicket-1.5-RC1-released.html Fri Mar 25 16:00:25 2011
@@ -163,21 +163,21 @@
 <p>Release Artifacts:</p>
 
 <ul>
-<li><a href='http://svn.apache.org/repos/asf/wicket/releases/wicket-1.5-RC1'>Subversion tag</a></li>
+<li>
+<p><a href='http://svn.apache.org/repos/asf/wicket/releases/wicket-1.5-RC1'>Subversion tag</a></p>
+</li>
 
-<li><a href='https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&amp;&amp;pid=12310561&amp;fixfor=12315483&amp;sorter/field=issuekey&amp;sorter/order=DESC'>Changelog</a></li>
+<li>
+<p><a href='https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&amp;&amp;pid=12310561&amp;fixfor=12315483&amp;sorter/field=issuekey&amp;sorter/order=DESC'>Changelog</a></p>
+</li>
 
-<li>To use in Maven:</li>
-</ul>
-<div class='highlight'><pre><code class='xml'><span class='nt'>&lt;dependency&gt;</span>
-    <span class='nt'>&lt;groupId&gt;</span>org.apache.wicket<span class='nt'>&lt;/groupId&gt;</span>
-    <span class='nt'>&lt;artifactId&gt;</span>wicket<span class='nt'>&lt;/artifactId&gt;</span>
-    <span class='nt'>&lt;version&gt;</span>1.5-RC1<span class='nt'>&lt;/version&gt;</span>
-<span class='nt'>&lt;/dependency&gt;</span>
-</code></pre>
-</div>
-<ul>
-<li>Download the <a href='http://www.apache.org/dyn/closer.cgi/wicket/1.5-RC1'>full distribution</a> (including source)</li>
+<li>
+<p>To use in Maven:</p>
+</li>
+
+<li>
+<p>Download the <a href='http://www.apache.org/dyn/closer.cgi/wicket/1.5-RC1'>full distribution</a> (including source)</p>
+</li>
 </ul>
 		</div>
         <div id="clearer"></div>

Modified: wicket/common/site/trunk/_site/2011/02/25/wicket-1.4.16-released.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/2011/02/25/wicket-1.4.16-released.html?rev=1085437&r1=1085436&r2=1085437&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/2011/02/25/wicket-1.4.16-released.html (original)
+++ wicket/common/site/trunk/_site/2011/02/25/wicket-1.4.16-released.html Fri Mar 25 16:00:25 2011
@@ -147,21 +147,21 @@
 			<p>This is sixteenth release of the Wicket 1.4.x series. This is primarily a minor bugfix release on the 1.4.x (stable) branch.</p>
 
 <ul>
-<li><a href='http://svn.apache.org/repos/asf/wicket/releases/wicket-1.4.16'>Subversion tag</a></li>
+<li>
+<p><a href='http://svn.apache.org/repos/asf/wicket/releases/wicket-1.4.16'>Subversion tag</a></p>
+</li>
 
-<li><a href='https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&amp;version=12316020'>Changelog</a></li>
+<li>
+<p><a href='https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&amp;version=12316020'>Changelog</a></p>
+</li>
 
-<li>To use in Maven:</li>
-</ul>
-<div class='highlight'><pre><code class='xml'><span class='nt'>&lt;dependency&gt;</span>
-    <span class='nt'>&lt;groupId&gt;</span>org.apache.wicket<span class='nt'>&lt;/groupId&gt;</span>
-    <span class='nt'>&lt;artifactId&gt;</span>wicket<span class='nt'>&lt;/artifactId&gt;</span>
-    <span class='nt'>&lt;version&gt;</span>1.4.16<span class='nt'>&lt;/version&gt;</span>
-<span class='nt'>&lt;/dependency&gt;</span>
-</code></pre>
-</div>
-<ul>
-<li>Download the <a href='http://www.apache.org/dyn/closer.cgi/wicket/1.4.16'>full distribution</a> (including source)</li>
+<li>
+<p>To use in Maven:</p>
+</li>
+
+<li>
+<p>Download the <a href='http://www.apache.org/dyn/closer.cgi/wicket/1.4.16'>full distribution</a> (including source)</p>
+</li>
 </ul>
 		</div>
         <div id="clearer"></div>

Modified: wicket/common/site/trunk/_site/2011/02/25/wicket-1.5-rc2-released.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/2011/02/25/wicket-1.5-rc2-released.html?rev=1085437&r1=1085436&r2=1085437&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/2011/02/25/wicket-1.5-rc2-released.html (original)
+++ wicket/common/site/trunk/_site/2011/02/25/wicket-1.5-rc2-released.html Fri Mar 25 16:00:25 2011
@@ -151,21 +151,21 @@
 <p>Release Artifacts:</p>
 
 <ul>
-<li><a href='http://svn.apache.org/repos/asf/wicket/releases/wicket-1.5-rc2'>Subversion tag</a></li>
+<li>
+<p><a href='http://svn.apache.org/repos/asf/wicket/releases/wicket-1.5-rc2'>Subversion tag</a></p>
+</li>
 
-<li><a href='https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&amp;version=12316059'>Changelog</a></li>
+<li>
+<p><a href='https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&amp;version=12316059'>Changelog</a></p>
+</li>
 
-<li>To use in Maven:</li>
-</ul>
-<div class='highlight'><pre><code class='xml'><span class='nt'>&lt;dependency&gt;</span>
-    <span class='nt'>&lt;groupId&gt;</span>org.apache.wicket<span class='nt'>&lt;/groupId&gt;</span>
-    <span class='nt'>&lt;artifactId&gt;</span>wicket-core<span class='nt'>&lt;/artifactId&gt;</span>
-    <span class='nt'>&lt;version&gt;</span>1.5-rc2<span class='nt'>&lt;/version&gt;</span>
-<span class='nt'>&lt;/dependency&gt;</span>
-</code></pre>
-</div>
-<ul>
-<li>Download the <a href='http://www.apache.org/dyn/closer.cgi/wicket/1.5-rc2'>full distribution</a> (including source)</li>
+<li>
+<p>To use in Maven:</p>
+</li>
+
+<li>
+<p>Download the <a href='http://www.apache.org/dyn/closer.cgi/wicket/1.5-rc2'>full distribution</a> (including source)</p>
+</li>
 </ul>
 		</div>
         <div id="clearer"></div>

Modified: wicket/common/site/trunk/_site/atom.xml
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/atom.xml?rev=1085437&r1=1085436&r2=1085437&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/atom.xml (original)
+++ wicket/common/site/trunk/_site/atom.xml Fri Mar 25 16:00:25 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-02-25T16:48:04+02:00</updated>
+ <updated>2011-03-25T08:57:59-07:00</updated>
  <id>http://wicket.apache.org/</id>
  <author>
    <name>Apache Wicket</name>
@@ -15,7 +15,7 @@
  <entry>
    <title>Wicket 1.5-rc2 released</title>
    <link href="http://wicket.apache.org/2011/02/25/wicket-1.5-rc2-released.html"/>
-   <updated>2011-02-25T00:00:00+02:00</updated>
+   <updated>2011-02-25T00:00:00-08:00</updated>
    <id>http://wicket.apache.org/2011/02/25/wicket-1.5-rc2-released</id>
    <content type="html">&lt;p&gt;The Wicket Team is proud to introduce the second Release Candidate in Wicket 1.5 series. See the changelog for the list of bug fixes and improvements done between 1.5-RC1 and 1.5-rc2&lt;/p&gt;
 
@@ -24,54 +24,54 @@
 &lt;p&gt;Release Artifacts:&lt;/p&gt;
 
 &lt;ul&gt;
-&lt;li&gt;&lt;a href='http://svn.apache.org/repos/asf/wicket/releases/wicket-1.5-rc2'&gt;Subversion tag&lt;/a&gt;&lt;/li&gt;
-
-&lt;li&gt;&lt;a href='https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&amp;amp;version=12316059'&gt;Changelog&lt;/a&gt;&lt;/li&gt;
-
-&lt;li&gt;To use in Maven:&lt;/li&gt;
-&lt;/ul&gt;
-&lt;div class='highlight'&gt;&lt;pre&gt;&lt;code class='xml'&gt;&lt;span class='nt'&gt;&amp;lt;dependency&amp;gt;&lt;/span&gt;
-    &lt;span class='nt'&gt;&amp;lt;groupId&amp;gt;&lt;/span&gt;org.apache.wicket&lt;span class='nt'&gt;&amp;lt;/groupId&amp;gt;&lt;/span&gt;
-    &lt;span class='nt'&gt;&amp;lt;artifactId&amp;gt;&lt;/span&gt;wicket-core&lt;span class='nt'&gt;&amp;lt;/artifactId&amp;gt;&lt;/span&gt;
-    &lt;span class='nt'&gt;&amp;lt;version&amp;gt;&lt;/span&gt;1.5-rc2&lt;span class='nt'&gt;&amp;lt;/version&amp;gt;&lt;/span&gt;
-&lt;span class='nt'&gt;&amp;lt;/dependency&amp;gt;&lt;/span&gt;
-&lt;/code&gt;&lt;/pre&gt;
-&lt;/div&gt;
-&lt;ul&gt;
-&lt;li&gt;Download the &lt;a href='http://www.apache.org/dyn/closer.cgi/wicket/1.5-rc2'&gt;full distribution&lt;/a&gt; (including source)&lt;/li&gt;
+&lt;li&gt;
+&lt;p&gt;&lt;a href='http://svn.apache.org/repos/asf/wicket/releases/wicket-1.5-rc2'&gt;Subversion tag&lt;/a&gt;&lt;/p&gt;
+&lt;/li&gt;
+
+&lt;li&gt;
+&lt;p&gt;&lt;a href='https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&amp;amp;version=12316059'&gt;Changelog&lt;/a&gt;&lt;/p&gt;
+&lt;/li&gt;
+
+&lt;li&gt;
+&lt;p&gt;To use in Maven:&lt;/p&gt;
+&lt;/li&gt;
+
+&lt;li&gt;
+&lt;p&gt;Download the &lt;a href='http://www.apache.org/dyn/closer.cgi/wicket/1.5-rc2'&gt;full distribution&lt;/a&gt; (including source)&lt;/p&gt;
+&lt;/li&gt;
 &lt;/ul&gt;</content>
  </entry>
  
  <entry>
    <title>Wicket 1.4.16 released</title>
    <link href="http://wicket.apache.org/2011/02/25/wicket-1.4.16-released.html"/>
-   <updated>2011-02-25T00:00:00+02:00</updated>
+   <updated>2011-02-25T00:00:00-08:00</updated>
    <id>http://wicket.apache.org/2011/02/25/wicket-1.4.16-released</id>
    <content type="html">&lt;p&gt;This is sixteenth release of the Wicket 1.4.x series. This is primarily a minor bugfix release on the 1.4.x (stable) branch.&lt;/p&gt;
 
 &lt;ul&gt;
-&lt;li&gt;&lt;a href='http://svn.apache.org/repos/asf/wicket/releases/wicket-1.4.16'&gt;Subversion tag&lt;/a&gt;&lt;/li&gt;
-
-&lt;li&gt;&lt;a href='https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&amp;amp;version=12316020'&gt;Changelog&lt;/a&gt;&lt;/li&gt;
-
-&lt;li&gt;To use in Maven:&lt;/li&gt;
-&lt;/ul&gt;
-&lt;div class='highlight'&gt;&lt;pre&gt;&lt;code class='xml'&gt;&lt;span class='nt'&gt;&amp;lt;dependency&amp;gt;&lt;/span&gt;
-    &lt;span class='nt'&gt;&amp;lt;groupId&amp;gt;&lt;/span&gt;org.apache.wicket&lt;span class='nt'&gt;&amp;lt;/groupId&amp;gt;&lt;/span&gt;
-    &lt;span class='nt'&gt;&amp;lt;artifactId&amp;gt;&lt;/span&gt;wicket&lt;span class='nt'&gt;&amp;lt;/artifactId&amp;gt;&lt;/span&gt;
-    &lt;span class='nt'&gt;&amp;lt;version&amp;gt;&lt;/span&gt;1.4.16&lt;span class='nt'&gt;&amp;lt;/version&amp;gt;&lt;/span&gt;
-&lt;span class='nt'&gt;&amp;lt;/dependency&amp;gt;&lt;/span&gt;
-&lt;/code&gt;&lt;/pre&gt;
-&lt;/div&gt;
-&lt;ul&gt;
-&lt;li&gt;Download the &lt;a href='http://www.apache.org/dyn/closer.cgi/wicket/1.4.16'&gt;full distribution&lt;/a&gt; (including source)&lt;/li&gt;
+&lt;li&gt;
+&lt;p&gt;&lt;a href='http://svn.apache.org/repos/asf/wicket/releases/wicket-1.4.16'&gt;Subversion tag&lt;/a&gt;&lt;/p&gt;
+&lt;/li&gt;
+
+&lt;li&gt;
+&lt;p&gt;&lt;a href='https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&amp;amp;version=12316020'&gt;Changelog&lt;/a&gt;&lt;/p&gt;
+&lt;/li&gt;
+
+&lt;li&gt;
+&lt;p&gt;To use in Maven:&lt;/p&gt;
+&lt;/li&gt;
+
+&lt;li&gt;
+&lt;p&gt;Download the &lt;a href='http://www.apache.org/dyn/closer.cgi/wicket/1.4.16'&gt;full distribution&lt;/a&gt; (including source)&lt;/p&gt;
+&lt;/li&gt;
 &lt;/ul&gt;</content>
  </entry>
  
  <entry>
    <title>Wicket 1.5-RC1 released</title>
    <link href="http://wicket.apache.org/2011/01/22/wicket-1.5-RC1-released.html"/>
-   <updated>2011-01-22T00:00:00+02:00</updated>
+   <updated>2011-01-22T00:00:00-08:00</updated>
    <id>http://wicket.apache.org/2011/01/22/wicket-1.5-RC1-released</id>
    <content type="html">&lt;p&gt;The Wicket Team is proud to introduce the first Release Candidate in Wicket 1.5 series. The 1.5 series provides the following major improvements:&lt;/p&gt;
 
@@ -92,80 +92,80 @@
 &lt;p&gt;Release Artifacts:&lt;/p&gt;
 
 &lt;ul&gt;
-&lt;li&gt;&lt;a href='http://svn.apache.org/repos/asf/wicket/releases/wicket-1.5-RC1'&gt;Subversion tag&lt;/a&gt;&lt;/li&gt;
-
-&lt;li&gt;&lt;a href='https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&amp;amp;&amp;amp;pid=12310561&amp;amp;fixfor=12315483&amp;amp;sorter/field=issuekey&amp;amp;sorter/order=DESC'&gt;Changelog&lt;/a&gt;&lt;/li&gt;
-
-&lt;li&gt;To use in Maven:&lt;/li&gt;
-&lt;/ul&gt;
-&lt;div class='highlight'&gt;&lt;pre&gt;&lt;code class='xml'&gt;&lt;span class='nt'&gt;&amp;lt;dependency&amp;gt;&lt;/span&gt;
-    &lt;span class='nt'&gt;&amp;lt;groupId&amp;gt;&lt;/span&gt;org.apache.wicket&lt;span class='nt'&gt;&amp;lt;/groupId&amp;gt;&lt;/span&gt;
-    &lt;span class='nt'&gt;&amp;lt;artifactId&amp;gt;&lt;/span&gt;wicket&lt;span class='nt'&gt;&amp;lt;/artifactId&amp;gt;&lt;/span&gt;
-    &lt;span class='nt'&gt;&amp;lt;version&amp;gt;&lt;/span&gt;1.5-RC1&lt;span class='nt'&gt;&amp;lt;/version&amp;gt;&lt;/span&gt;
-&lt;span class='nt'&gt;&amp;lt;/dependency&amp;gt;&lt;/span&gt;
-&lt;/code&gt;&lt;/pre&gt;
-&lt;/div&gt;
-&lt;ul&gt;
-&lt;li&gt;Download the &lt;a href='http://www.apache.org/dyn/closer.cgi/wicket/1.5-RC1'&gt;full distribution&lt;/a&gt; (including source)&lt;/li&gt;
+&lt;li&gt;
+&lt;p&gt;&lt;a href='http://svn.apache.org/repos/asf/wicket/releases/wicket-1.5-RC1'&gt;Subversion tag&lt;/a&gt;&lt;/p&gt;
+&lt;/li&gt;
+
+&lt;li&gt;
+&lt;p&gt;&lt;a href='https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&amp;amp;&amp;amp;pid=12310561&amp;amp;fixfor=12315483&amp;amp;sorter/field=issuekey&amp;amp;sorter/order=DESC'&gt;Changelog&lt;/a&gt;&lt;/p&gt;
+&lt;/li&gt;
+
+&lt;li&gt;
+&lt;p&gt;To use in Maven:&lt;/p&gt;
+&lt;/li&gt;
+
+&lt;li&gt;
+&lt;p&gt;Download the &lt;a href='http://www.apache.org/dyn/closer.cgi/wicket/1.5-RC1'&gt;full distribution&lt;/a&gt; (including source)&lt;/p&gt;
+&lt;/li&gt;
 &lt;/ul&gt;</content>
  </entry>
  
  <entry>
    <title>Wicket 1.4.15 released</title>
    <link href="http://wicket.apache.org/2010/12/24/wicket-1.4.15-released.html"/>
-   <updated>2010-12-24T00:00:00+02:00</updated>
+   <updated>2010-12-24T00:00:00-08:00</updated>
    <id>http://wicket.apache.org/2010/12/24/wicket-1.4.15-released</id>
    <content type="html">&lt;p&gt;This is fifteenth release of the Wicket 1.4.x series. This is primarily a minor bugfix release on the 1.4.x (stable) branch.&lt;/p&gt;
 
 &lt;ul&gt;
-&lt;li&gt;&lt;a href='http://svn.apache.org/repos/asf/wicket/releases/wicket-1.4.15'&gt;Subversion tag&lt;/a&gt;&lt;/li&gt;
-
-&lt;li&gt;&lt;a href='https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&amp;amp;styleName=Html&amp;amp;version=12315900'&gt;Changelog&lt;/a&gt;&lt;/li&gt;
-
-&lt;li&gt;To use in Maven:&lt;/li&gt;
-&lt;/ul&gt;
-&lt;div class='highlight'&gt;&lt;pre&gt;&lt;code class='xml'&gt;&lt;span class='nt'&gt;&amp;lt;dependency&amp;gt;&lt;/span&gt;
-    &lt;span class='nt'&gt;&amp;lt;groupId&amp;gt;&lt;/span&gt;org.apache.wicket&lt;span class='nt'&gt;&amp;lt;/groupId&amp;gt;&lt;/span&gt;
-    &lt;span class='nt'&gt;&amp;lt;artifactId&amp;gt;&lt;/span&gt;wicket&lt;span class='nt'&gt;&amp;lt;/artifactId&amp;gt;&lt;/span&gt;
-    &lt;span class='nt'&gt;&amp;lt;version&amp;gt;&lt;/span&gt;1.4.15&lt;span class='nt'&gt;&amp;lt;/version&amp;gt;&lt;/span&gt;
-&lt;span class='nt'&gt;&amp;lt;/dependency&amp;gt;&lt;/span&gt;
-&lt;/code&gt;&lt;/pre&gt;
-&lt;/div&gt;
-&lt;ul&gt;
-&lt;li&gt;Download the &lt;a href='http://www.apache.org/dyn/closer.cgi/wicket/1.4.15'&gt;full distribution&lt;/a&gt; (including source)&lt;/li&gt;
+&lt;li&gt;
+&lt;p&gt;&lt;a href='http://svn.apache.org/repos/asf/wicket/releases/wicket-1.4.15'&gt;Subversion tag&lt;/a&gt;&lt;/p&gt;
+&lt;/li&gt;
+
+&lt;li&gt;
+&lt;p&gt;&lt;a href='https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&amp;amp;styleName=Html&amp;amp;version=12315900'&gt;Changelog&lt;/a&gt;&lt;/p&gt;
+&lt;/li&gt;
+
+&lt;li&gt;
+&lt;p&gt;To use in Maven:&lt;/p&gt;
+&lt;/li&gt;
+
+&lt;li&gt;
+&lt;p&gt;Download the &lt;a href='http://www.apache.org/dyn/closer.cgi/wicket/1.4.15'&gt;full distribution&lt;/a&gt; (including source)&lt;/p&gt;
+&lt;/li&gt;
 &lt;/ul&gt;</content>
  </entry>
  
  <entry>
    <title>Wicket 1.4.14 released</title>
    <link href="http://wicket.apache.org/2010/11/29/wicket-1.4.14-released.html"/>
-   <updated>2010-11-29T00:00:00+02:00</updated>
+   <updated>2010-11-29T00:00:00-08:00</updated>
    <id>http://wicket.apache.org/2010/11/29/wicket-1.4.14-released</id>
    <content type="html">&lt;p&gt;This is fourteenth release of the Wicket 1.4.x series. This is primarily a minor bugfix release on the 1.4.x (stable) branch.&lt;/p&gt;
 
 &lt;ul&gt;
-&lt;li&gt;&lt;a href='http://svn.apache.org/repos/asf/wicket/releases/wicket-1.4.14'&gt;Subversion tag&lt;/a&gt;&lt;/li&gt;
-
-&lt;li&gt;&lt;a href='https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&amp;amp;styleName=Html&amp;amp;version=12315480'&gt;Changelog&lt;/a&gt;&lt;/li&gt;
-
-&lt;li&gt;To use in Maven:&lt;/li&gt;
-&lt;/ul&gt;
-&lt;div class='highlight'&gt;&lt;pre&gt;&lt;code class='xml'&gt;&lt;span class='nt'&gt;&amp;lt;dependency&amp;gt;&lt;/span&gt;
-    &lt;span class='nt'&gt;&amp;lt;groupId&amp;gt;&lt;/span&gt;org.apache.wicket&lt;span class='nt'&gt;&amp;lt;/groupId&amp;gt;&lt;/span&gt;
-    &lt;span class='nt'&gt;&amp;lt;artifactId&amp;gt;&lt;/span&gt;wicket&lt;span class='nt'&gt;&amp;lt;/artifactId&amp;gt;&lt;/span&gt;
-    &lt;span class='nt'&gt;&amp;lt;version&amp;gt;&lt;/span&gt;1.4.14&lt;span class='nt'&gt;&amp;lt;/version&amp;gt;&lt;/span&gt;
-&lt;span class='nt'&gt;&amp;lt;/dependency&amp;gt;&lt;/span&gt;
-&lt;/code&gt;&lt;/pre&gt;
-&lt;/div&gt;
-&lt;ul&gt;
-&lt;li&gt;Download the &lt;a href='http://www.apache.org/dyn/closer.cgi/wicket/1.4.14'&gt;full distribution&lt;/a&gt; (including source)&lt;/li&gt;
+&lt;li&gt;
+&lt;p&gt;&lt;a href='http://svn.apache.org/repos/asf/wicket/releases/wicket-1.4.14'&gt;Subversion tag&lt;/a&gt;&lt;/p&gt;
+&lt;/li&gt;
+
+&lt;li&gt;
+&lt;p&gt;&lt;a href='https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&amp;amp;styleName=Html&amp;amp;version=12315480'&gt;Changelog&lt;/a&gt;&lt;/p&gt;
+&lt;/li&gt;
+
+&lt;li&gt;
+&lt;p&gt;To use in Maven:&lt;/p&gt;
+&lt;/li&gt;
+
+&lt;li&gt;
+&lt;p&gt;Download the &lt;a href='http://www.apache.org/dyn/closer.cgi/wicket/1.4.14'&gt;full distribution&lt;/a&gt; (including source)&lt;/p&gt;
+&lt;/li&gt;
 &lt;/ul&gt;</content>
  </entry>
  
  <entry>
    <title>Pedro Santos is a Wicket team member</title>
    <link href="http://wicket.apache.org/2010/11/21/pedro-santos-committer.html"/>
-   <updated>2010-11-21T00:00:00+02:00</updated>
+   <updated>2010-11-21T00:00:00-08:00</updated>
    <id>http://wicket.apache.org/2010/11/21/pedro-santos-committer</id>
    <content type="html">&lt;p&gt;Pedro Santos has been added as a committer and PMC member for Apache Wicket. Pedro has been increasingly active in the Wicket community in recent months, and his patches continue to improve in quality. Additionally, Pedro is always willing to do the &amp;#8220;grunt work&amp;#8221; of creating great test cases for his patches, or for JIRA issues that others have attached patches to. Test cases are invaluable to the development of Wicket because they help us not introduce regressions as we fix bugs and add features.&lt;/p&gt;
 
@@ -175,59 +175,59 @@
  <entry>
    <title>Wicket 1.5-M3 released</title>
    <link href="http://wicket.apache.org/2010/11/05/wicket-1.5-M3-released.html"/>
-   <updated>2010-11-05T00:00:00+02:00</updated>
+   <updated>2010-11-05T00:00:00-07:00</updated>
    <id>http://wicket.apache.org/2010/11/05/wicket-1.5-M3-released</id>
    <content type="html">&lt;p&gt;This is another milestone release from trunk (in-development branch). This release includes several enhancments and fixes, which can be seen in the changelog (linked below).&lt;/p&gt;
 
 &lt;ul&gt;
-&lt;li&gt;&lt;a href='http://svn.apache.org/repos/asf/wicket/releases/wicket-1.5-M3'&gt;Subversion tag&lt;/a&gt;&lt;/li&gt;
-
-&lt;li&gt;&lt;a href='https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&amp;amp;styleName=Html&amp;amp;version=12315329'&gt;Changelog&lt;/a&gt;&lt;/li&gt;
-
-&lt;li&gt;To use in Maven:&lt;/li&gt;
-&lt;/ul&gt;
-&lt;div class='highlight'&gt;&lt;pre&gt;&lt;code class='xml'&gt;&lt;span class='nt'&gt;&amp;lt;dependency&amp;gt;&lt;/span&gt;
-    &lt;span class='nt'&gt;&amp;lt;groupId&amp;gt;&lt;/span&gt;org.apache.wicket&lt;span class='nt'&gt;&amp;lt;/groupId&amp;gt;&lt;/span&gt;
-    &lt;span class='nt'&gt;&amp;lt;artifactId&amp;gt;&lt;/span&gt;wicket&lt;span class='nt'&gt;&amp;lt;/artifactId&amp;gt;&lt;/span&gt;
-    &lt;span class='nt'&gt;&amp;lt;version&amp;gt;&lt;/span&gt;1.5-M3&lt;span class='nt'&gt;&amp;lt;/version&amp;gt;&lt;/span&gt;
-&lt;span class='nt'&gt;&amp;lt;/dependency&amp;gt;&lt;/span&gt;
-&lt;/code&gt;&lt;/pre&gt;
-&lt;/div&gt;
-&lt;ul&gt;
-&lt;li&gt;Download the &lt;a href='http://www.apache.org/dyn/closer.cgi/wicket/1.5-M3'&gt;full distribution&lt;/a&gt; (including source)&lt;/li&gt;
+&lt;li&gt;
+&lt;p&gt;&lt;a href='http://svn.apache.org/repos/asf/wicket/releases/wicket-1.5-M3'&gt;Subversion tag&lt;/a&gt;&lt;/p&gt;
+&lt;/li&gt;
+
+&lt;li&gt;
+&lt;p&gt;&lt;a href='https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&amp;amp;styleName=Html&amp;amp;version=12315329'&gt;Changelog&lt;/a&gt;&lt;/p&gt;
+&lt;/li&gt;
+
+&lt;li&gt;
+&lt;p&gt;To use in Maven:&lt;/p&gt;
+&lt;/li&gt;
+
+&lt;li&gt;
+&lt;p&gt;Download the &lt;a href='http://www.apache.org/dyn/closer.cgi/wicket/1.5-M3'&gt;full distribution&lt;/a&gt; (including source)&lt;/p&gt;
+&lt;/li&gt;
 &lt;/ul&gt;</content>
  </entry>
  
  <entry>
    <title>Wicket 1.4.13 released</title>
    <link href="http://wicket.apache.org/2010/11/01/wicket-1.4.13-released.html"/>
-   <updated>2010-11-01T00:00:00+02:00</updated>
+   <updated>2010-11-01T00:00:00-07:00</updated>
    <id>http://wicket.apache.org/2010/11/01/wicket-1.4.13-released</id>
    <content type="html">&lt;p&gt;This is thirteenth release of the Wicket 1.4.x series. This is primarily a minor bugfix release on the 1.4.x (stable) branch.&lt;/p&gt;
 
 &lt;ul&gt;
-&lt;li&gt;&lt;a href='http://svn.apache.org/repos/asf/wicket/releases/wicket-1.4.13'&gt;Subversion tag&lt;/a&gt;&lt;/li&gt;
-
-&lt;li&gt;&lt;a href='https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&amp;amp;styleName=Html&amp;amp;version=12315330'&gt;Changelog&lt;/a&gt;&lt;/li&gt;
-
-&lt;li&gt;To use in Maven:&lt;/li&gt;
-&lt;/ul&gt;
-&lt;div class='highlight'&gt;&lt;pre&gt;&lt;code class='xml'&gt;&lt;span class='nt'&gt;&amp;lt;dependency&amp;gt;&lt;/span&gt;
-    &lt;span class='nt'&gt;&amp;lt;groupId&amp;gt;&lt;/span&gt;org.apache.wicket&lt;span class='nt'&gt;&amp;lt;/groupId&amp;gt;&lt;/span&gt;
-    &lt;span class='nt'&gt;&amp;lt;artifactId&amp;gt;&lt;/span&gt;wicket&lt;span class='nt'&gt;&amp;lt;/artifactId&amp;gt;&lt;/span&gt;
-    &lt;span class='nt'&gt;&amp;lt;version&amp;gt;&lt;/span&gt;1.4.13&lt;span class='nt'&gt;&amp;lt;/version&amp;gt;&lt;/span&gt;
-&lt;span class='nt'&gt;&amp;lt;/dependency&amp;gt;&lt;/span&gt;
-&lt;/code&gt;&lt;/pre&gt;
-&lt;/div&gt;
-&lt;ul&gt;
-&lt;li&gt;Download the &lt;a href='http://www.apache.org/dyn/closer.cgi/wicket/1.4.13'&gt;full distribution&lt;/a&gt; (including source)&lt;/li&gt;
+&lt;li&gt;
+&lt;p&gt;&lt;a href='http://svn.apache.org/repos/asf/wicket/releases/wicket-1.4.13'&gt;Subversion tag&lt;/a&gt;&lt;/p&gt;
+&lt;/li&gt;
+
+&lt;li&gt;
+&lt;p&gt;&lt;a href='https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&amp;amp;styleName=Html&amp;amp;version=12315330'&gt;Changelog&lt;/a&gt;&lt;/p&gt;
+&lt;/li&gt;
+
+&lt;li&gt;
+&lt;p&gt;To use in Maven:&lt;/p&gt;
+&lt;/li&gt;
+
+&lt;li&gt;
+&lt;p&gt;Download the &lt;a href='http://www.apache.org/dyn/closer.cgi/wicket/1.4.13'&gt;full distribution&lt;/a&gt; (including source)&lt;/p&gt;
+&lt;/li&gt;
 &lt;/ul&gt;</content>
  </entry>
  
  <entry>
    <title>Wicket 1.5-M2.1 released</title>
    <link href="http://wicket.apache.org/2010/09/17/wicket.1.5-M2.1-released.html"/>
-   <updated>2010-09-17T00:00:00+03:00</updated>
+   <updated>2010-09-17T00:00:00-07:00</updated>
    <id>http://wicket.apache.org/2010/09/17/wicket.1.5-M2.1-released</id>
    <content type="html">&lt;p&gt;This is the second milestone of the new 1.5.x Wicket series. The focus of 1.5.x is to provide our users with a more powerful and flexible request processing pipeline.&lt;/p&gt;
 
@@ -236,47 +236,47 @@
 &lt;p&gt;New and noteworthy items in this milestone include &lt;a href='https://cwiki.apache.org/WICKET/migration-to-wicket-15.html#MigrationtoWicket1.5-Intercomponentevents'&gt;Inter-component event mechanism&lt;/a&gt; which allows components to communicate in a decoupled fashion, and improved &lt;a href='https://cwiki.apache.org/WICKET/migration-to-wicket-15.html#MigrationtoWicket1.5-getResourceSettings%2528%2529.setAddLastModifiedTimeToResourceReferenceUrl%2528%2529hasbeenreplaced'&gt;resource caching&lt;/a&gt;.&lt;/p&gt;
 
 &lt;ul&gt;
-&lt;li&gt;&lt;a href='https://cwiki.apache.org/WICKET/migration-to-wicket-15.html'&gt;Migration notes&lt;/a&gt;&lt;/li&gt;
-
-&lt;li&gt;&lt;a href='http://svn.apache.org/repos/asf/wicket/releases/wicket-1.5-M2.1'&gt;Subversion tag&lt;/a&gt;&lt;/li&gt;
-
-&lt;li&gt;To use in Maven:&lt;/li&gt;
-&lt;/ul&gt;
-&lt;div class='highlight'&gt;&lt;pre&gt;&lt;code class='xml'&gt;&lt;span class='nt'&gt;&amp;lt;dependency&amp;gt;&lt;/span&gt;
-    &lt;span class='nt'&gt;&amp;lt;groupId&amp;gt;&lt;/span&gt;org.apache.wicket&lt;span class='nt'&gt;&amp;lt;/groupId&amp;gt;&lt;/span&gt;
-    &lt;span class='nt'&gt;&amp;lt;artifactId&amp;gt;&lt;/span&gt;wicket&lt;span class='nt'&gt;&amp;lt;/artifactId&amp;gt;&lt;/span&gt;
-    &lt;span class='nt'&gt;&amp;lt;version&amp;gt;&lt;/span&gt;1.5-M2.1&lt;span class='nt'&gt;&amp;lt;/version&amp;gt;&lt;/span&gt;
-&lt;span class='nt'&gt;&amp;lt;/dependency&amp;gt;&lt;/span&gt;
-&lt;/code&gt;&lt;/pre&gt;
-&lt;/div&gt;
-&lt;ul&gt;
-&lt;li&gt;Download the &lt;a href='http://www.apache.org/dyn/closer.cgi/wicket/1.5-M2.1'&gt;full distribution&lt;/a&gt; (including source)&lt;/li&gt;
+&lt;li&gt;
+&lt;p&gt;&lt;a href='https://cwiki.apache.org/WICKET/migration-to-wicket-15.html'&gt;Migration notes&lt;/a&gt;&lt;/p&gt;
+&lt;/li&gt;
+
+&lt;li&gt;
+&lt;p&gt;&lt;a href='http://svn.apache.org/repos/asf/wicket/releases/wicket-1.5-M2.1'&gt;Subversion tag&lt;/a&gt;&lt;/p&gt;
+&lt;/li&gt;
+
+&lt;li&gt;
+&lt;p&gt;To use in Maven:&lt;/p&gt;
+&lt;/li&gt;
+
+&lt;li&gt;
+&lt;p&gt;Download the &lt;a href='http://www.apache.org/dyn/closer.cgi/wicket/1.5-M2.1'&gt;full distribution&lt;/a&gt; (including source)&lt;/p&gt;
+&lt;/li&gt;
 &lt;/ul&gt;</content>
  </entry>
  
  <entry>
    <title>Wicket 1.4.12 released</title>
    <link href="http://wicket.apache.org/2010/09/17/wicket.1.4.12-released.html"/>
-   <updated>2010-09-17T00:00:00+03:00</updated>
+   <updated>2010-09-17T00:00:00-07:00</updated>
    <id>http://wicket.apache.org/2010/09/17/wicket.1.4.12-released</id>
    <content type="html">&lt;p&gt;This is the twelfth maintenance release of the 1.4.x series. This release brings a fix to a &lt;a href='https://issues.apache.org/jira/browse/WICKET-3040'&gt;critical bug&lt;/a&gt; which prevented ajax form submits in FireFox.&lt;/p&gt;
 
 &lt;ul&gt;
-&lt;li&gt;&lt;a href='http://svn.apache.org/repos/asf/wicket/releases/wicket-1.4.12'&gt;Subversion tag&lt;/a&gt;&lt;/li&gt;
-
-&lt;li&gt;&lt;a href='https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&amp;amp;&amp;amp;pid=12310561&amp;amp;fixfor=12315312&amp;amp;sorter/field=priority&amp;amp;sorter/order=DESC'&gt;Changelog&lt;/a&gt;&lt;/li&gt;
-
-&lt;li&gt;To use in Maven:&lt;/li&gt;
-&lt;/ul&gt;
-&lt;div class='highlight'&gt;&lt;pre&gt;&lt;code class='xml'&gt;&lt;span class='nt'&gt;&amp;lt;dependency&amp;gt;&lt;/span&gt;
-    &lt;span class='nt'&gt;&amp;lt;groupId&amp;gt;&lt;/span&gt;org.apache.wicket&lt;span class='nt'&gt;&amp;lt;/groupId&amp;gt;&lt;/span&gt;
-    &lt;span class='nt'&gt;&amp;lt;artifactId&amp;gt;&lt;/span&gt;wicket&lt;span class='nt'&gt;&amp;lt;/artifactId&amp;gt;&lt;/span&gt;
-    &lt;span class='nt'&gt;&amp;lt;version&amp;gt;&lt;/span&gt;1.4.12&lt;span class='nt'&gt;&amp;lt;/version&amp;gt;&lt;/span&gt;
-&lt;span class='nt'&gt;&amp;lt;/dependency&amp;gt;&lt;/span&gt;
-&lt;/code&gt;&lt;/pre&gt;
-&lt;/div&gt;
-&lt;ul&gt;
-&lt;li&gt;Download the &lt;a href='http://www.apache.org/dyn/closer.cgi/wicket/1.4.12'&gt;full distribution&lt;/a&gt; (including source)&lt;/li&gt;
+&lt;li&gt;
+&lt;p&gt;&lt;a href='http://svn.apache.org/repos/asf/wicket/releases/wicket-1.4.12'&gt;Subversion tag&lt;/a&gt;&lt;/p&gt;
+&lt;/li&gt;
+
+&lt;li&gt;
+&lt;p&gt;&lt;a href='https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&amp;amp;&amp;amp;pid=12310561&amp;amp;fixfor=12315312&amp;amp;sorter/field=priority&amp;amp;sorter/order=DESC'&gt;Changelog&lt;/a&gt;&lt;/p&gt;
+&lt;/li&gt;
+
+&lt;li&gt;
+&lt;p&gt;To use in Maven:&lt;/p&gt;
+&lt;/li&gt;
+
+&lt;li&gt;
+&lt;p&gt;Download the &lt;a href='http://www.apache.org/dyn/closer.cgi/wicket/1.4.12'&gt;full distribution&lt;/a&gt; (including source)&lt;/p&gt;
+&lt;/li&gt;
 &lt;/ul&gt;</content>
  </entry>
  

Modified: wicket/common/site/trunk/_site/contribute/build.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/contribute/build.html?rev=1085437&r1=1085436&r2=1085437&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/contribute/build.html (original)
+++ wicket/common/site/trunk/_site/contribute/build.html Fri Mar 25 16:00:25 2011
@@ -163,20 +163,9 @@
 <h2 id='getting_your_wicket_version'>Getting your Wicket version</h2>
 
 <p>When you build from SVN you should check out the whole of trunk or the selected branch as the project consists of various modules that may depend on one another. For the current (1.4) development branch, you will need to check out:</p>
-<div class='highlight'><pre><code class='console'><span class='go'>svn co http://svn.apache.org/repos/asf/wicket/trunk</span>
-</code></pre>
-</div>
+
 <p>This will give you a directory structure like the following directory tree:</p>
-<div class='highlight'><pre><code class='console'><span class='go'>wicket-1.x</span>
-<span class='go'>wicket-1.x/wicket</span>
-<span class='go'>wicket-1.x/wicket-extensions</span>
-<span class='go'>wicket-1.x/wicket-spring</span>
-<span class='go'>wicket-1.x/wicket-auth-roles</span>
-<span class='go'>wicket-1.x/wicket-examples</span>
-<span class='go'>wicket-1.x/wicket-spring-annot</span>
-<span class='go'>...</span>
-</code></pre>
-</div>
+
 <p>In this document we focus at the maven project descriptor located in the top level directory, which enforces default settings for all Wicket projects such as plug-in settings, versioning of the Wicket projects, managing the various dependencies and more.</p>
 
 <p>The artifacts in this project are there only for having a consistent build. This top-level project doesn&#8217;t have sources for itself.</p>
@@ -184,15 +173,11 @@
 <h2 id='building_wicket_1x'>Building Wicket 1.x</h2>
 
 <p>The current development version of Wicket requires at least jdk 1.5.</p>
-<div class='highlight'><pre><code class='console'><span class='go'>svn co http://svn.apache.org/repos/asf/wicket/trunk</span>
-</code></pre>
-</div>
+
 <p>If you want to ensure that your Wicket version is built using JDK-1.5 and fully compatible with that Java version, you will need to build it with a Java 1.5 compiler and runtime library.</p>
 
 <p>Building all of Wicket is as simple as issuing the following command in the root directory:</p>
-<div class='highlight'><pre><code class='console'><span class='go'>mvn install</span>
-</code></pre>
-</div>
+
 <p>This will compile, test, package and install all Wicket projects. Installation means putting the jar files into your local Maven repository, including the source, but without the javadoc jars (this is a Wicket specific configuration, because build javadoc takes a long time).</p>
 
 <p>The following commands are useful: <table>
@@ -209,26 +194,15 @@
 <h3 id='coping_with_test_failures'>Coping with test failures</h3>
 
 <p>As this is our main development you might/will encounter failing unit tests. These can be skipped using:</p>
-<div class='highlight'><pre><code class='console'><span class='go'>mvn -Dmaven.test.skip=true install</span>
-</code></pre>
-</div>
+
 <p>Of course, all bets are off then and your mileage may vary if you use such a built jar.</p>
 
 <h3 id='using_your_own_built_artifacts'>Using your own built artifacts</h3>
 
 <p>Now you have built your own fresh Wicket jar you must be anxious to use it. This is now as simple as adding a snapshot dependency on the specific Wicket version. So in your pom.xml you can use:</p>
-<div class='highlight'><pre><code class='xml'><span class='nt'>&lt;dependency&gt;</span>
-    <span class='nt'>&lt;groupId&gt;</span>org.apache.wicket<span class='nt'>&lt;/groupId&gt;</span>
-    <span class='nt'>&lt;artifactId&gt;</span>wicket<span class='nt'>&lt;/artifactId&gt;</span>
-    <span class='nt'>&lt;version&gt;</span>1.4-SNAPSHOT<span class='nt'>&lt;/version&gt;</span>
-    <span class='nt'>&lt;scope&gt;</span>compile<span class='nt'>&lt;/scope&gt;</span>
-<span class='nt'>&lt;/dependency&gt;</span>
-</code></pre>
-</div>
+
 <p>And adding this to your Eclipse, NetBeans or IntelliJ IDEA project classpath is then as simple as:</p>
-<div class='highlight'><pre><code class='console'><span class='go'>mvn eclipse:eclipse</span>
-</code></pre>
-</div>
+
 <p>or opening the project using Netbeans or IDEAs Maven integration.</p>
 
 <p>Maven will then add all the necessary JAR files to the project&#8217;s classpath.</p>
@@ -236,9 +210,6 @@
 <p>One thing you need to make sure is that you have set the <code>M2_REPO</code> classpath variable in Eclipse (or a similar construct in Netbeans), and point it to your local repository, typically found in <code>C:\Documents and Settings\username\.m2\repo</code> or (for unix buffs) <code>~/.m2/repo</code></p>
 
 <p>You can add this setting using maven:</p>
-<div class='highlight'><pre><code class='console'><span class='go'>mvn -Declipse.workspace=&lt;path-to-eclipse-workspace&gt; eclipse:add-maven-repo</span>
-</code></pre>
-</div>
 		</div>
         <div id="clearer"></div>
 		<div id="footer"><span>

Modified: wicket/common/site/trunk/_site/contribute/patch.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/contribute/patch.html?rev=1085437&r1=1085436&r2=1085437&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/contribute/patch.html (original)
+++ wicket/common/site/trunk/_site/contribute/patch.html Fri Mar 25 16:00:25 2011
@@ -149,28 +149,41 @@
 <p>The steps to submitting a patch for Wicket are:</p>
 
 <ul>
-<li>Identify an issue that you want to fix or improve</li>
-
-<li>Search JIRA and the mailing list to see if it&#8217;s already been discussed</li>
-
-<li>If it&#8217;s a bug or a feature request, open a <a href='https://issues.apache.org/jira/browse/WICKET'>JIRA issue</a></li>
-
-<li><a href='../start/quickstart.html'>Create a quickstart</a> that you can use for prototyping the feature or demonstrating the bug ** Attach this quickstart to the JIRA issue if it&#8217;s representing a bug report.</li>
-
-<li>Get Subversion running</li>
-
-<li><a href='../start/download.html#snapshots_and_latest_bleedingedge_code'>Checkout out the code</a></li>
-
-<li>Make your changes</li>
-
-<li>Create the patch:</li>
-</ul>
-<div class='highlight'><pre><code class='console'><span class='go'>svn add any_files_you_created</span>
-<span class='go'>svn diff &gt; /tmp/fix-WICKET-NNNN.patch</span>
-</code></pre>
-</div>
-<ul>
-<li>Attach that file (/tmp/fix-WICKET-NNNN.patch) to the JIRA</li>
+<li>
+<p>Identify an issue that you want to fix or improve</p>
+</li>
+
+<li>
+<p>Search JIRA and the mailing list to see if it&#8217;s already been discussed</p>
+</li>
+
+<li>
+<p>If it&#8217;s a bug or a feature request, open a <a href='https://issues.apache.org/jira/browse/WICKET'>JIRA issue</a></p>
+</li>
+
+<li>
+<p><a href='../start/quickstart.html'>Create a quickstart</a> that you can use for prototyping the feature or demonstrating the bug ** Attach this quickstart to the JIRA issue if it&#8217;s representing a bug report.</p>
+</li>
+
+<li>
+<p>Get Subversion running</p>
+</li>
+
+<li>
+<p><a href='../start/download.html#snapshots_and_latest_bleedingedge_code'>Checkout out the code</a></p>
+</li>
+
+<li>
+<p>Make your changes</p>
+</li>
+
+<li>
+<p>Create the patch:</p>
+</li>
+
+<li>
+<p>Attach that file (/tmp/fix-WICKET-NNNN.patch) to the JIRA</p>
+</li>
 </ul>
 		</div>
         <div id="clearer"></div>