You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by ad...@apache.org on 2015/12/04 23:49:26 UTC

[01/19] wicket-site git commit: WICKET-6049 updated links to example site

Repository: wicket-site
Updated Branches:
  refs/heads/asf-site 08722d8a5 -> f39616cbd


http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/start/wicket-8.x.html
----------------------------------------------------------------------
diff --git a/content/start/wicket-8.x.html b/content/start/wicket-8.x.html
index 91b92e0..ec8008a 100644
--- a/content/start/wicket-8.x.html
+++ b/content/start/wicket-8.x.html
@@ -77,7 +77,7 @@ You can test the current state of development using <a href="#maven">Maven</a>.<
 <p>Add the snippet above to your project’s POM in the dependency
 (management) section.</p>
 <p>You can add more Wicket modules to your project by adding more
-dependencies (copy above snippet and change the <code>artifactId</code>
+dependencies (copy above snippet and change the <code class="highlighter-rouge">artifactId</code>
 accordingly).</p>
 <p>If you are not a Maven user, you can download the Wicket release manually.</p>
 <h2 id="requirements">Requirements</h2>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/learn/examples/index.md
----------------------------------------------------------------------
diff --git a/learn/examples/index.md b/learn/examples/index.md
index 20d7cc3..a4a5be8 100644
--- a/learn/examples/index.md
+++ b/learn/examples/index.md
@@ -9,8 +9,8 @@ in Wicket when compared to other frameworks. You will discover that Wicket's
 component-oriented structure and its "low touch" approach to HTML is quite
 inviting.
 
-You can see these examples and many more in [live
-action](http://www.wicket-library.com) without having to install anything.
+You can see these examples and many more in live
+action (available for version [7.x](http://examples7x.wicket.apache.org/index.html) and [6.x](http://examples6x.wicket.apache.org/index.html)) without having to install anything.
 
 * [Hello World!](helloworld.html) - Everybody's favorite example
 * [Navomatic](navomatic.html) - Automatic navigation using Borders and Links


[05/19] wicket-site git commit: WICKET-6049 updated links to example site

Posted by ad...@apache.org.
http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2014/09/15/wicket-1-5-12-released.html
----------------------------------------------------------------------
diff --git a/content/news/2014/09/15/wicket-1-5-12-released.html b/content/news/2014/09/15/wicket-1-5-12-released.html
deleted file mode 100644
index 9afb7f3..0000000
--- a/content/news/2014/09/15/wicket-1-5-12-released.html
+++ /dev/null
@@ -1,83 +0,0 @@
-<!DOCTYPE html>
-<html>
-    <head>
-        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-        <meta charset="utf-8">
-        <title>Wicket 1.5.12 released | Apache Wicket</title>
-        <meta name="viewport" content="width=device-width, initial-scale=1" />
-
-        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
-        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
-        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
-
-		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
-
-    </head>
-
-    <body class="">
-        <div class="header default">
-    <div class="l-container">
-<nav class="mainmenu">
-    <ul>
-		<!-- /start/quickstart.html || /news/2014/09/15/wicket-1-5-12-released.html -->
-    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
-		<!-- /start/download.html || /news/2014/09/15/wicket-1-5-12-released.html -->
-    	<li class=""><a href="/start/download.html">Download</a></li>
-		<!-- /learn || /news/2014/09/15/wicket-1-5-12-released.html -->
-    	<li class=""><a href="/learn">Documentation</a></li>
-		<!-- /help || /news/2014/09/15/wicket-1-5-12-released.html -->
-    	<li class=""><a href="/help">Support</a></li>
-		<!-- /contribute || /news/2014/09/15/wicket-1-5-12-released.html -->
-    	<li class=""><a href="/contribute">Contribute</a></li>
-		<!-- /community || /news/2014/09/15/wicket-1-5-12-released.html -->
-    	<li class=""><a href="/community">Community</a></li>
-		<!-- /apache || /news/2014/09/15/wicket-1-5-12-released.html -->
-    	<li class=""><a href="/apache">Apache</a></li>
-    </ul>
-</nav>
-        <div class="logo">
-    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
-</div>
-    </div>
-</div>
-<main>
-    <div class="l-container">
-        <header class="l-full preamble">
-            <h1>Wicket 1.5.12 released</h1>
-        </header>
-        <section class="l-one-third right">
-        </section>
-        <section class="l-two-third left">
-            <div class="l-full">
-    <p class="meta">15 Sep 2014</p>
-    <p>This is the twelfth maintenance release of the Wicket 1.5.x series. This release brings over 5 bug fixes and improvements.</p>
-<ul>
-  <li><a href="https://git-wip-us.apache.org/repos/asf/wicket/repo?p=wicket.git;a=shortlog;h=refs/tags/wicket-1.5.12">Git tag</a></li>
-  <li><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&amp;version=12326154">Changelog</a></li>
-  <li>To use in Maven:</li>
-</ul>
-<figure class="highlight"><pre><code class="language-xml" data-lang="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.12<span class="nt">&lt;/version&gt;</span>
-<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
-<ul>
-  <li>Download the <a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.12">full distribution</a> (including sources)</li>
-</ul>
-</div>
-        </section>
-    </div>
-</main>
-        <footer class="l-container">
-            <div class="l-full">
-    <img height="60px" src="/img/asf_logo.gif" style="float:left">
-    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
-    Wicket, Apache, the Apache feather logo, and the Apache Wicket
-    project logo are trademarks of The Apache Software Foundation. All
-    other marks mentioned may be trademarks or registered trademarks of
-    their respective owners.
-</div>
-        </footer>
-    </body>
-
-</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2014/09/15/wicket-1.5.12-released.html
----------------------------------------------------------------------
diff --git a/content/news/2014/09/15/wicket-1.5.12-released.html b/content/news/2014/09/15/wicket-1.5.12-released.html
new file mode 100644
index 0000000..4df2c45
--- /dev/null
+++ b/content/news/2014/09/15/wicket-1.5.12-released.html
@@ -0,0 +1,83 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+        <meta charset="utf-8">
+        <title>Wicket 1.5.12 released | Apache Wicket</title>
+        <meta name="viewport" content="width=device-width, initial-scale=1" />
+
+        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
+        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
+        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
+
+		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
+
+    </head>
+
+    <body class="">
+        <div class="header default">
+    <div class="l-container">
+<nav class="mainmenu">
+    <ul>
+		<!-- /start/quickstart.html || /news/2014/09/15/wicket-1.5.12-released.html -->
+    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
+		<!-- /start/download.html || /news/2014/09/15/wicket-1.5.12-released.html -->
+    	<li class=""><a href="/start/download.html">Download</a></li>
+		<!-- /learn || /news/2014/09/15/wicket-1.5.12-released.html -->
+    	<li class=""><a href="/learn">Documentation</a></li>
+		<!-- /help || /news/2014/09/15/wicket-1.5.12-released.html -->
+    	<li class=""><a href="/help">Support</a></li>
+		<!-- /contribute || /news/2014/09/15/wicket-1.5.12-released.html -->
+    	<li class=""><a href="/contribute">Contribute</a></li>
+		<!-- /community || /news/2014/09/15/wicket-1.5.12-released.html -->
+    	<li class=""><a href="/community">Community</a></li>
+		<!-- /apache || /news/2014/09/15/wicket-1.5.12-released.html -->
+    	<li class=""><a href="/apache">Apache</a></li>
+    </ul>
+</nav>
+        <div class="logo">
+    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
+</div>
+    </div>
+</div>
+<main>
+    <div class="l-container">
+        <header class="l-full preamble">
+            <h1>Wicket 1.5.12 released</h1>
+        </header>
+        <section class="l-one-third right">
+        </section>
+        <section class="l-two-third left">
+            <div class="l-full">
+    <p class="meta">15 Sep 2014</p>
+    <p>This is the twelfth maintenance release of the Wicket 1.5.x series. This release brings over 5 bug fixes and improvements.</p>
+<ul>
+  <li><a href="https://git-wip-us.apache.org/repos/asf/wicket/repo?p=wicket.git;a=shortlog;h=refs/tags/wicket-1.5.12">Git tag</a></li>
+  <li><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&amp;version=12326154">Changelog</a></li>
+  <li>To use in Maven:</li>
+</ul>
+<figure class="highlight"><pre><code class="language-xml" data-lang="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.12<span class="nt">&lt;/version&gt;</span>
+<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
+<ul>
+  <li>Download the <a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.12">full distribution</a> (including sources)</li>
+</ul>
+</div>
+        </section>
+    </div>
+</main>
+        <footer class="l-container">
+            <div class="l-full">
+    <img height="60px" src="/img/asf_logo.gif" style="float:left">
+    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
+    Wicket, Apache, the Apache feather logo, and the Apache Wicket
+    project logo are trademarks of The Apache Software Foundation. All
+    other marks mentioned may be trademarks or registered trademarks of
+    their respective owners.
+</div>
+        </footer>
+    </body>
+
+</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2014/09/index.html
----------------------------------------------------------------------
diff --git a/content/news/2014/09/index.html b/content/news/2014/09/index.html
index 0c22eb2..5f89d33 100644
--- a/content/news/2014/09/index.html
+++ b/content/news/2014/09/index.html
@@ -57,7 +57,7 @@
 </ul>
 <figure class="highlight"><pre><code class="language-xml" data-lang="xml"><span class="nt">&lt;dependency&gt;</span>
     <span class="nt">&lt;groupId&gt;</span>org.apache.wi...</code></pre></figure>
-	<a href="/news/2014/09/15/wicket-1-5-12-released.html">more</a></li>
+	<a href="/news/2014/09/15/wicket-1.5.12-released.html">more</a></li>
 </div>
 <div class="news">
 	<h3>CVE-2014-3526 - Apache Wicket Information disclosure vulnerability</h3>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2014/11/05/wicket-6-18-0-released.html
----------------------------------------------------------------------
diff --git a/content/news/2014/11/05/wicket-6-18-0-released.html b/content/news/2014/11/05/wicket-6-18-0-released.html
deleted file mode 100644
index 50f5b91..0000000
--- a/content/news/2014/11/05/wicket-6-18-0-released.html
+++ /dev/null
@@ -1,161 +0,0 @@
-<!DOCTYPE html>
-<html>
-    <head>
-        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-        <meta charset="utf-8">
-        <title>Apache Wicket 6.18.0 released | Apache Wicket</title>
-        <meta name="viewport" content="width=device-width, initial-scale=1" />
-
-        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
-        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
-        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
-
-		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
-
-    </head>
-
-    <body class="">
-        <div class="header default">
-    <div class="l-container">
-<nav class="mainmenu">
-    <ul>
-		<!-- /start/quickstart.html || /news/2014/11/05/wicket-6-18-0-released.html -->
-    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
-		<!-- /start/download.html || /news/2014/11/05/wicket-6-18-0-released.html -->
-    	<li class=""><a href="/start/download.html">Download</a></li>
-		<!-- /learn || /news/2014/11/05/wicket-6-18-0-released.html -->
-    	<li class=""><a href="/learn">Documentation</a></li>
-		<!-- /help || /news/2014/11/05/wicket-6-18-0-released.html -->
-    	<li class=""><a href="/help">Support</a></li>
-		<!-- /contribute || /news/2014/11/05/wicket-6-18-0-released.html -->
-    	<li class=""><a href="/contribute">Contribute</a></li>
-		<!-- /community || /news/2014/11/05/wicket-6-18-0-released.html -->
-    	<li class=""><a href="/community">Community</a></li>
-		<!-- /apache || /news/2014/11/05/wicket-6-18-0-released.html -->
-    	<li class=""><a href="/apache">Apache</a></li>
-    </ul>
-</nav>
-        <div class="logo">
-    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
-</div>
-    </div>
-</div>
-<main>
-    <div class="l-container">
-        <header class="l-full preamble">
-            <h1>Apache Wicket 6.18.0 released</h1>
-        </header>
-        <section class="l-one-third right">
-        </section>
-        <section class="l-two-third left">
-            <div class="l-full">
-    <p class="meta">05 Nov 2014</p>
-    <p>The Apache Wicket PMC is proud to announce Apache Wicket 6.18.0!</p>
-<p>This release marks another minor release of Wicket 6. Starting
-with Wicket 6 we use semantic versioning for the future development
-of Wicket, and as such no API breaks are present in this release
-compared to 6.0.0.</p>
-<h3 id="using-this-release">Using this release</h3>
-<p>With Apache Maven update your dependency to (and don’t forget to
-update any other dependencies on Wicket projects to the same version):</p>
-<figure class="highlight"><pre><code class="language-xml" data-lang="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>6.18.0<span class="nt">&lt;/version&gt;</span>
-<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
-<p>Or download and build the distribution yourself, or use our
-convenience binary package</p>
-<ul>
-  <li>Source: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.18.0">http://www.apache.org/dyn/closer.cgi/wicket/6.18.0</a></li>
-  <li>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.18.0/binaries">http://www.apache.org/dyn/closer.cgi/wicket/6.18.0/binaries</a></li>
-</ul>
-<h3 id="upgrading-from-earlier-versions">Upgrading from earlier versions</h3>
-<p>If you upgrade from 6.y.z this release is a drop in replacement. If
-you come from a version prior to 6.0.0, please read our Wicket 6
-migration guide found at</p>
-<ul>
-  <li><a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+6.0">migration to Wicket 6</a></li>
-</ul>
-<p>Have fun!</p>
-<p>— The Wicket team</p>
-<h3 id="this-release">This release</h3>
-<p>Below you can find the cryptographic signatures for the distributions
-and the release notes.</p>
-<h4 id="the-signatures-for-the-source-release-artefacts">The signatures for the source release artefacts:</h4>
-<p>Signature for apache-wicket-6.18.0.zip:</p>
-<div class="highlight"><pre>
------BEGIN PGP SIGNATURE-----
-Version: GnuPG/MacGPG2 v2.0.22 (Darwin)
-Comment: GPGTools - https://gpgtools.org
-iEYEABECAAYFAlRTb2UACgkQJBX8W/xy/UW1egCg1LOkWMrnD+FJoHKjp7Gulyvm
-s+UAoMNN/mgMKo+p33h3vt4fnLTemLGT
-=RpfO
------END PGP SIGNATURE-----
-</pre></div>
-<p>Signature for apache-wicket-6.18.0.tar.gz:</p>
-<div class="highlight"><pre>
------BEGIN PGP SIGNATURE-----
-Version: GnuPG/MacGPG2 v2.0.22 (Darwin)
-Comment: GPGTools - https://gpgtools.org
-iEYEABECAAYFAlRTb2UACgkQJBX8W/xy/UVZcACguyKdrM0byfMp5IWqzwFMx5Lo
-i6UAn25gHcC0w8QWiNJXV7u99iTHssaP
-=+QQW
------END PGP SIGNATURE-----
-</pre></div>
-<h4 id="changelog-for-6180">CHANGELOG for 6.18.0:</h4>
-<p>The following changes were made in Wicket for this release.</p>
-<h4 id="bug">Bug</h4>
-<ul>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5265">WICKET-5265</a> - FencedFeedbackPanel is broken with RefreshingView(and it’s implementations)</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5326">WICKET-5326</a> - Wicket doesn’t encrypt links and Ajax URLs for mounted pages when CryptoMapper is used</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5689">WICKET-5689</a> - Nested Redirects and REDIRECT_TO_BUFFER</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5698">WICKET-5698</a> - WebApplication#unmount() unmounts the whole compound mapper if some of its inner ones matches</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5699">WICKET-5699</a> - wicket-atmosphere 0.20 should use wicket-webjars 0.4.3</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5701">WICKET-5701</a> - WebSocketRequestHandler is not set as a scheduled and thus RequestCycle#find(AjaxRequestTarget.class) doesn’t work</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5704">WICKET-5704</a> - IllegalArgument exception with wicket:child in ajaxrequest</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5706">WICKET-5706</a> - ResourceUtils.getLocaleFromFilename cannot handle filenames with classifiers</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5711">WICKET-5711</a> - OnChangeAjaxBehavior should listen for both ‘inputchange’ and ‘change’ events for TextField and TextArea</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5712">WICKET-5712</a> - SecuritySettings.setEnforceMounts() does not work when the mounted mapper is not in the root compound mapper</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5714">WICKET-5714</a> - MockHttpServletRequest.buildRequest() should work for parameters with multiple values with multipart content type</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5716">WICKET-5716</a> - wicket-autocomplete prevents “change”-listener when leaving input via mouse click</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5717">WICKET-5717</a> - Url.parse/toString should support fragment</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5719">WICKET-5719</a> - Wicket-atmosphere should warn about phone home</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5720">WICKET-5720</a> - Method Strings.join doesn’t work correctly if separator is empty.</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5723">WICKET-5723</a> - CheckGroupSelector with disabled checks</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5731">WICKET-5731</a> - Using “Submit” button in Ajax DropDownChoice example leads to broken HTML page</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5736">WICKET-5736</a> - Atmosphere Eventbus throws Concurrent Modification Exception</li>
-</ul>
-<h4 id="improvement">Improvement</h4>
-<ul>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5691">WICKET-5691</a> - Wicket FileUploadField.getFileUploads() should never return null.</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5692">WICKET-5692</a> - Misleading message in PropertyValidator</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5694">WICKET-5694</a> - Add WicketTester assertion methods for component’s markup style, variation and locale</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5710">WICKET-5710</a> - StringValidator should set ‘minlength’ attribute to input and textarea</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5715">WICKET-5715</a> - Allow setting ‘async’ attribute on reference <script> elements</script></li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5718">WICKET-5718</a> - Upgrade Atmosphere to 2.2.2</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5725">WICKET-5725</a> - Add NumberTextField(String,Class<t>) constructor</t></li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5729">WICKET-5729</a> - Avoid using input names that conflict with JavaScript DOM API method and attribute names</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5735">WICKET-5735</a> - Propagate fileSizeMax attribute to org.apache.commons.fileupload.FileUploadBase</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5740">WICKET-5740</a> - Provide a way to adapt the lock timeout based on the page class/id</li>
-</ul>
-<h4 id="new-feature">New Feature</h4>
-<ul>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5677">WICKET-5677</a> - Components should have onAdd to complement onRemove</li>
-</ul>
-</div>
-        </section>
-    </div>
-</main>
-        <footer class="l-container">
-            <div class="l-full">
-    <img height="60px" src="/img/asf_logo.gif" style="float:left">
-    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
-    Wicket, Apache, the Apache feather logo, and the Apache Wicket
-    project logo are trademarks of The Apache Software Foundation. All
-    other marks mentioned may be trademarks or registered trademarks of
-    their respective owners.
-</div>
-        </footer>
-    </body>
-
-</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2014/11/05/wicket-6.18.0-released.html
----------------------------------------------------------------------
diff --git a/content/news/2014/11/05/wicket-6.18.0-released.html b/content/news/2014/11/05/wicket-6.18.0-released.html
new file mode 100644
index 0000000..8f408ac
--- /dev/null
+++ b/content/news/2014/11/05/wicket-6.18.0-released.html
@@ -0,0 +1,161 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+        <meta charset="utf-8">
+        <title>Apache Wicket 6.18.0 released | Apache Wicket</title>
+        <meta name="viewport" content="width=device-width, initial-scale=1" />
+
+        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
+        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
+        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
+
+		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
+
+    </head>
+
+    <body class="">
+        <div class="header default">
+    <div class="l-container">
+<nav class="mainmenu">
+    <ul>
+		<!-- /start/quickstart.html || /news/2014/11/05/wicket-6.18.0-released.html -->
+    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
+		<!-- /start/download.html || /news/2014/11/05/wicket-6.18.0-released.html -->
+    	<li class=""><a href="/start/download.html">Download</a></li>
+		<!-- /learn || /news/2014/11/05/wicket-6.18.0-released.html -->
+    	<li class=""><a href="/learn">Documentation</a></li>
+		<!-- /help || /news/2014/11/05/wicket-6.18.0-released.html -->
+    	<li class=""><a href="/help">Support</a></li>
+		<!-- /contribute || /news/2014/11/05/wicket-6.18.0-released.html -->
+    	<li class=""><a href="/contribute">Contribute</a></li>
+		<!-- /community || /news/2014/11/05/wicket-6.18.0-released.html -->
+    	<li class=""><a href="/community">Community</a></li>
+		<!-- /apache || /news/2014/11/05/wicket-6.18.0-released.html -->
+    	<li class=""><a href="/apache">Apache</a></li>
+    </ul>
+</nav>
+        <div class="logo">
+    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
+</div>
+    </div>
+</div>
+<main>
+    <div class="l-container">
+        <header class="l-full preamble">
+            <h1>Apache Wicket 6.18.0 released</h1>
+        </header>
+        <section class="l-one-third right">
+        </section>
+        <section class="l-two-third left">
+            <div class="l-full">
+    <p class="meta">05 Nov 2014</p>
+    <p>The Apache Wicket PMC is proud to announce Apache Wicket 6.18.0!</p>
+<p>This release marks another minor release of Wicket 6. Starting
+with Wicket 6 we use semantic versioning for the future development
+of Wicket, and as such no API breaks are present in this release
+compared to 6.0.0.</p>
+<h3 id="using-this-release">Using this release</h3>
+<p>With Apache Maven update your dependency to (and don’t forget to
+update any other dependencies on Wicket projects to the same version):</p>
+<figure class="highlight"><pre><code class="language-xml" data-lang="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>6.18.0<span class="nt">&lt;/version&gt;</span>
+<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
+<p>Or download and build the distribution yourself, or use our
+convenience binary package</p>
+<ul>
+  <li>Source: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.18.0">http://www.apache.org/dyn/closer.cgi/wicket/6.18.0</a></li>
+  <li>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.18.0/binaries">http://www.apache.org/dyn/closer.cgi/wicket/6.18.0/binaries</a></li>
+</ul>
+<h3 id="upgrading-from-earlier-versions">Upgrading from earlier versions</h3>
+<p>If you upgrade from 6.y.z this release is a drop in replacement. If
+you come from a version prior to 6.0.0, please read our Wicket 6
+migration guide found at</p>
+<ul>
+  <li><a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+6.0">migration to Wicket 6</a></li>
+</ul>
+<p>Have fun!</p>
+<p>— The Wicket team</p>
+<h3 id="this-release">This release</h3>
+<p>Below you can find the cryptographic signatures for the distributions
+and the release notes.</p>
+<h4 id="the-signatures-for-the-source-release-artefacts">The signatures for the source release artefacts:</h4>
+<p>Signature for apache-wicket-6.18.0.zip:</p>
+<div class="highlight"><pre>
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG/MacGPG2 v2.0.22 (Darwin)
+Comment: GPGTools - https://gpgtools.org
+iEYEABECAAYFAlRTb2UACgkQJBX8W/xy/UW1egCg1LOkWMrnD+FJoHKjp7Gulyvm
+s+UAoMNN/mgMKo+p33h3vt4fnLTemLGT
+=RpfO
+-----END PGP SIGNATURE-----
+</pre></div>
+<p>Signature for apache-wicket-6.18.0.tar.gz:</p>
+<div class="highlight"><pre>
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG/MacGPG2 v2.0.22 (Darwin)
+Comment: GPGTools - https://gpgtools.org
+iEYEABECAAYFAlRTb2UACgkQJBX8W/xy/UVZcACguyKdrM0byfMp5IWqzwFMx5Lo
+i6UAn25gHcC0w8QWiNJXV7u99iTHssaP
+=+QQW
+-----END PGP SIGNATURE-----
+</pre></div>
+<h4 id="changelog-for-6180">CHANGELOG for 6.18.0:</h4>
+<p>The following changes were made in Wicket for this release.</p>
+<h4 id="bug">Bug</h4>
+<ul>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5265">WICKET-5265</a> - FencedFeedbackPanel is broken with RefreshingView(and it’s implementations)</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5326">WICKET-5326</a> - Wicket doesn’t encrypt links and Ajax URLs for mounted pages when CryptoMapper is used</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5689">WICKET-5689</a> - Nested Redirects and REDIRECT_TO_BUFFER</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5698">WICKET-5698</a> - WebApplication#unmount() unmounts the whole compound mapper if some of its inner ones matches</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5699">WICKET-5699</a> - wicket-atmosphere 0.20 should use wicket-webjars 0.4.3</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5701">WICKET-5701</a> - WebSocketRequestHandler is not set as a scheduled and thus RequestCycle#find(AjaxRequestTarget.class) doesn’t work</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5704">WICKET-5704</a> - IllegalArgument exception with wicket:child in ajaxrequest</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5706">WICKET-5706</a> - ResourceUtils.getLocaleFromFilename cannot handle filenames with classifiers</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5711">WICKET-5711</a> - OnChangeAjaxBehavior should listen for both ‘inputchange’ and ‘change’ events for TextField and TextArea</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5712">WICKET-5712</a> - SecuritySettings.setEnforceMounts() does not work when the mounted mapper is not in the root compound mapper</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5714">WICKET-5714</a> - MockHttpServletRequest.buildRequest() should work for parameters with multiple values with multipart content type</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5716">WICKET-5716</a> - wicket-autocomplete prevents “change”-listener when leaving input via mouse click</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5717">WICKET-5717</a> - Url.parse/toString should support fragment</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5719">WICKET-5719</a> - Wicket-atmosphere should warn about phone home</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5720">WICKET-5720</a> - Method Strings.join doesn’t work correctly if separator is empty.</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5723">WICKET-5723</a> - CheckGroupSelector with disabled checks</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5731">WICKET-5731</a> - Using “Submit” button in Ajax DropDownChoice example leads to broken HTML page</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5736">WICKET-5736</a> - Atmosphere Eventbus throws Concurrent Modification Exception</li>
+</ul>
+<h4 id="improvement">Improvement</h4>
+<ul>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5691">WICKET-5691</a> - Wicket FileUploadField.getFileUploads() should never return null.</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5692">WICKET-5692</a> - Misleading message in PropertyValidator</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5694">WICKET-5694</a> - Add WicketTester assertion methods for component’s markup style, variation and locale</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5710">WICKET-5710</a> - StringValidator should set ‘minlength’ attribute to input and textarea</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5715">WICKET-5715</a> - Allow setting ‘async’ attribute on reference <script> elements</script></li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5718">WICKET-5718</a> - Upgrade Atmosphere to 2.2.2</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5725">WICKET-5725</a> - Add NumberTextField(String,Class<t>) constructor</t></li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5729">WICKET-5729</a> - Avoid using input names that conflict with JavaScript DOM API method and attribute names</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5735">WICKET-5735</a> - Propagate fileSizeMax attribute to org.apache.commons.fileupload.FileUploadBase</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5740">WICKET-5740</a> - Provide a way to adapt the lock timeout based on the page class/id</li>
+</ul>
+<h4 id="new-feature">New Feature</h4>
+<ul>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5677">WICKET-5677</a> - Components should have onAdd to complement onRemove</li>
+</ul>
+</div>
+        </section>
+    </div>
+</main>
+        <footer class="l-container">
+            <div class="l-full">
+    <img height="60px" src="/img/asf_logo.gif" style="float:left">
+    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
+    Wicket, Apache, the Apache feather logo, and the Apache Wicket
+    project logo are trademarks of The Apache Software Foundation. All
+    other marks mentioned may be trademarks or registered trademarks of
+    their respective owners.
+</div>
+        </footer>
+    </body>
+
+</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2014/11/05/wicket-7-0-0-m4-released.html
----------------------------------------------------------------------
diff --git a/content/news/2014/11/05/wicket-7-0-0-m4-released.html b/content/news/2014/11/05/wicket-7-0-0-m4-released.html
deleted file mode 100644
index af3c7fe..0000000
--- a/content/news/2014/11/05/wicket-7-0-0-m4-released.html
+++ /dev/null
@@ -1,196 +0,0 @@
-<!DOCTYPE html>
-<html>
-    <head>
-        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-        <meta charset="utf-8">
-        <title>Apache Wicket 7.0.0-M4 released | Apache Wicket</title>
-        <meta name="viewport" content="width=device-width, initial-scale=1" />
-
-        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
-        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
-        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
-
-		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
-
-    </head>
-
-    <body class="">
-        <div class="header default">
-    <div class="l-container">
-<nav class="mainmenu">
-    <ul>
-		<!-- /start/quickstart.html || /news/2014/11/05/wicket-7-0-0-m4-released.html -->
-    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
-		<!-- /start/download.html || /news/2014/11/05/wicket-7-0-0-m4-released.html -->
-    	<li class=""><a href="/start/download.html">Download</a></li>
-		<!-- /learn || /news/2014/11/05/wicket-7-0-0-m4-released.html -->
-    	<li class=""><a href="/learn">Documentation</a></li>
-		<!-- /help || /news/2014/11/05/wicket-7-0-0-m4-released.html -->
-    	<li class=""><a href="/help">Support</a></li>
-		<!-- /contribute || /news/2014/11/05/wicket-7-0-0-m4-released.html -->
-    	<li class=""><a href="/contribute">Contribute</a></li>
-		<!-- /community || /news/2014/11/05/wicket-7-0-0-m4-released.html -->
-    	<li class=""><a href="/community">Community</a></li>
-		<!-- /apache || /news/2014/11/05/wicket-7-0-0-m4-released.html -->
-    	<li class=""><a href="/apache">Apache</a></li>
-    </ul>
-</nav>
-        <div class="logo">
-    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
-</div>
-    </div>
-</div>
-<main>
-    <div class="l-container">
-        <header class="l-full preamble">
-            <h1>Apache Wicket 7.0.0-M4 released</h1>
-        </header>
-        <section class="l-one-third right">
-        </section>
-        <section class="l-two-third left">
-            <div class="l-full">
-    <p class="meta">05 Nov 2014</p>
-    <p>The Apache Wicket PMC is proud to announce Apache Wicket 7.0.0-M4!</p>
-<p>We have released another milestone release for Apache Wicket 7. We aim
-to finalise Wicket 7 over the coming months and request your help in
-testing the new major version.</p>
-<h3 id="caveats">Caveats</h3>
-<p>It is still a development version so expect API breaks to happen over
-the course of the coming milestone releases.</p>
-<h3 id="semantic-versioning">Semantic versioning</h3>
-<p>As we adopted semver Wicket 7 will be the first release since 6.0 where
-we are able to refactor the API. We will continue to use semver when we
-have made Wicket 7 final and maintain api compatibility between minor
-versions of Wicket 7.</p>
-<h3 id="requirements">Requirements</h3>
-<p>Wicket 7 requires the following:</p>
-<ul>
-  <li>Java 7</li>
-  <li>Servlet 3 compatible container</li>
-</ul>
-<p>You can’t mix wicket libraries from prior Wicket versions with Wicket 7.</p>
-<h3 id="migration-guide">Migration guide</h3>
-<p>As usual we have a migration guide available online for people
-migrating their applications to Wicket 7. We will continue to update
-the guide as development progresses. If you find something that is not
-in the guide, please update the guide, or let us know so we can update
-the guide.</p>
-<p>You can find the guide here: <a href="http://s.apache.org/wicket7migrate">http://s.apache.org/wicket7migrate</a></p>
-<h3 id="using-this-release">Using this release</h3>
-<p>With Apache Maven update your dependency to (and don’t forget to
-update any other dependencies on Wicket projects to the same version):</p>
-<figure class="highlight"><pre><code class="language-xml" data-lang="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>7.0.0-M4<span class="nt">&lt;/version&gt;</span>
-<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
-<p>Or download and build the distribution yourself, or use our
-convenience binary package</p>
-<ul>
-  <li>Source: <a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M4">http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M4</a></li>
-  <li>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M4/binaries">http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M4/binaries</a></li>
-</ul>
-<h3 id="about-this-release">About this release</h3>
-<p>Below you can find the cryptographic signatures for the distributions
-and the release notes.</p>
-<h4 id="the-signatures-for-the-source-release-artefacts">The signatures for the source release artefacts:</h4>
-<p>The signatures for the source release artefacts:</p>
-<p>Signature for apache-wicket-7.0.0-M4.zip:</p>
-<div class="highlight"><pre>
------BEGIN PGP SIGNATURE-----
-Version: GnuPG/MacGPG2 v2.0.22 (Darwin)
-Comment: GPGTools - https://gpgtools.org
-iEYEABECAAYFAlRTjfQACgkQJBX8W/xy/UW+TQCfZn81bkbmcrVEGjWY4rUA2sfy
-rJMAn2Ah/6X2M9Cf02hEMyb8JV+ZPaBa
-=xlUP
------END PGP SIGNATURE-----
-</pre></div>
-<p>Signature for apache-wicket-7.0.0-M4.tar.gz:</p>
-<div class="highlight"><pre>
------BEGIN PGP SIGNATURE-----
-Version: GnuPG/MacGPG2 v2.0.22 (Darwin)
-Comment: GPGTools - https://gpgtools.org
-iEYEABECAAYFAlRTjfQACgkQJBX8W/xy/UVGggCdFyCZATMis/829BmasZKgx28m
-uDEAn2eZhOrh8//AIYnkRYFLtWJnyx0F
-=kWVF
------END PGP SIGNATURE-----
-</pre></div>
-<h4 id="changelog-for-700-m4">CHANGELOG for 7.0.0-M4:</h4>
-<p>Release Notes - Wicket - Version 7.0.0-M4</p>
-<h4 id="bugs">Bugs</h4>
-<ul>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5265">WICKET-5265</a> - FencedFeedbackPanel is broken with RefreshingView(and it’s implementations)</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5326">WICKET-5326</a> - Wicket doesn’t encrypt links and Ajax URLs for mounted pages when CryptoMapper is used</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5689">WICKET-5689</a> - Nested Redirects and REDIRECT_TO_BUFFER</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5698">WICKET-5698</a> - WebApplication#unmount() unmounts the whole compound mapper if some of its inner ones matches</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5701">WICKET-5701</a> - WebSocketRequestHandler is not set as a scheduled and thus RequestCycle#find(AjaxRequestTarget.class) doesn’t work</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5704">WICKET-5704</a> - IllegalArgument exception with wicket:child in ajaxrequest</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5706">WICKET-5706</a> - ResourceUtils.getLocaleFromFilename cannot handle filenames with classifiers</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5711">WICKET-5711</a> - OnChangeAjaxBehavior should listen for both ‘inputchange’ and ‘change’ events for TextField and TextArea</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5712">WICKET-5712</a> - SecuritySettings.setEnforceMounts() does not work when the mounted mapper is not in the root compound mapper</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5714">WICKET-5714</a> - MockHttpServletRequest.buildRequest() should work for parameters with multiple values with multipart content type</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5716">WICKET-5716</a> - wicket-autocomplete prevents “change”-listener when leaving input via mouse click</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5717">WICKET-5717</a> - Url.parse/toString should support fragment</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5719">WICKET-5719</a> - Wicket-atmosphere should warn about phone home</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5720">WICKET-5720</a> - Method Strings.join doesn’t work correctly if separator is empty.</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5723">WICKET-5723</a> - CheckGroupSelector with disabled checks</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5724">WICKET-5724</a> - Queueing component in autocomponent</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5728">WICKET-5728</a> - Component queuing breaks with html tags that don’t require close tag.</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5730">WICKET-5730</a> - Dequeue auto component can’t resolve components if they are nested in child markup</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5731">WICKET-5731</a> - Using “Submit” button in Ajax DropDownChoice example leads to broken HTML page</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5733">WICKET-5733</a> - ContextNotActiveException thrown when using both CDI &amp; Native WebSocket</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5734">WICKET-5734</a> - Problem with WICKET-4441 and RestartResponseAtInterceptPageException</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5736">WICKET-5736</a> - Atmosphere Eventbus throws Concurrent Modification Exception</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5741">WICKET-5741</a> - Ajax Form example is broken due to 9716f2a7e799133fdf3f7927d0093e6dfe16f529</li>
-</ul>
-<h4 id="improvements">Improvements</h4>
-<ul>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5350">WICKET-5350</a> - Enhancement for AbstractChoice and WildcardListModel API</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5691">WICKET-5691</a> - Wicket FileUploadField.getFileUploads() should never return null.</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5692">WICKET-5692</a> - Misleading message in PropertyValidator</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5694">WICKET-5694</a> - Add WicketTester assertion methods for component’s markup style, variation and locale</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5695">WICKET-5695</a> - Use Log4j 2.x for the archetype</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5697">WICKET-5697</a> - Rework Spring application to use annotations based configuration</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5708">WICKET-5708</a> - Making FormComponent.convertInput() public</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5710">WICKET-5710</a> - StringValidator should set ‘minlength’ attribute to input and textarea</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5713">WICKET-5713</a> - Move /wicket.properties to /META-INF/wicket/xyz.properties</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5715">WICKET-5715</a> - Allow setting ‘async’ attribute on reference <script> elements</script></li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5718">WICKET-5718</a> - Upgrade Atmosphere to 2.2.2</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5725">WICKET-5725</a> - Add NumberTextField(String,Class<t>) constructor</t></li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5729">WICKET-5729</a> - Avoid using input names that conflict with JavaScript DOM API method and attribute names</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5735">WICKET-5735</a> - Propagate fileSizeMax attribute to org.apache.commons.fileupload.FileUploadBase</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5737">WICKET-5737</a> - Log a warning when WebSocketResponse#sendError() is used</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5739">WICKET-5739</a> - Add a factory method for WebSocketRequestHandler</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5740">WICKET-5740</a> - Provide a way to adapt the lock timeout based on the page class/id</li>
-</ul>
-<h4 id="new-features">New Features</h4>
-<ul>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5677">WICKET-5677</a> - Components should have onAdd to complement onRemove</li>
-</ul>
-<h4 id="tasks">Tasks</h4>
-<ul>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5705">WICKET-5705</a> - Disable Javadoc linter in JDK 1.8 because it is too strict</li>
-</ul>
-<h4 id="tests">Tests</h4>
-<ul>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5722">WICKET-5722</a> - Queueing in merged markup with transparent resolver in the base class</li>
-</ul>
-<p>Have fun!</p>
-<p>— The Wicket team</p>
-</div>
-        </section>
-    </div>
-</main>
-        <footer class="l-container">
-            <div class="l-full">
-    <img height="60px" src="/img/asf_logo.gif" style="float:left">
-    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
-    Wicket, Apache, the Apache feather logo, and the Apache Wicket
-    project logo are trademarks of The Apache Software Foundation. All
-    other marks mentioned may be trademarks or registered trademarks of
-    their respective owners.
-</div>
-        </footer>
-    </body>
-
-</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2014/11/05/wicket-7.0.0-M4-released.html
----------------------------------------------------------------------
diff --git a/content/news/2014/11/05/wicket-7.0.0-M4-released.html b/content/news/2014/11/05/wicket-7.0.0-M4-released.html
new file mode 100644
index 0000000..ea4ebee
--- /dev/null
+++ b/content/news/2014/11/05/wicket-7.0.0-M4-released.html
@@ -0,0 +1,196 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+        <meta charset="utf-8">
+        <title>Apache Wicket 7.0.0-M4 released | Apache Wicket</title>
+        <meta name="viewport" content="width=device-width, initial-scale=1" />
+
+        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
+        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
+        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
+
+		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
+
+    </head>
+
+    <body class="">
+        <div class="header default">
+    <div class="l-container">
+<nav class="mainmenu">
+    <ul>
+		<!-- /start/quickstart.html || /news/2014/11/05/wicket-7.0.0-M4-released.html -->
+    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
+		<!-- /start/download.html || /news/2014/11/05/wicket-7.0.0-M4-released.html -->
+    	<li class=""><a href="/start/download.html">Download</a></li>
+		<!-- /learn || /news/2014/11/05/wicket-7.0.0-M4-released.html -->
+    	<li class=""><a href="/learn">Documentation</a></li>
+		<!-- /help || /news/2014/11/05/wicket-7.0.0-M4-released.html -->
+    	<li class=""><a href="/help">Support</a></li>
+		<!-- /contribute || /news/2014/11/05/wicket-7.0.0-M4-released.html -->
+    	<li class=""><a href="/contribute">Contribute</a></li>
+		<!-- /community || /news/2014/11/05/wicket-7.0.0-M4-released.html -->
+    	<li class=""><a href="/community">Community</a></li>
+		<!-- /apache || /news/2014/11/05/wicket-7.0.0-M4-released.html -->
+    	<li class=""><a href="/apache">Apache</a></li>
+    </ul>
+</nav>
+        <div class="logo">
+    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
+</div>
+    </div>
+</div>
+<main>
+    <div class="l-container">
+        <header class="l-full preamble">
+            <h1>Apache Wicket 7.0.0-M4 released</h1>
+        </header>
+        <section class="l-one-third right">
+        </section>
+        <section class="l-two-third left">
+            <div class="l-full">
+    <p class="meta">05 Nov 2014</p>
+    <p>The Apache Wicket PMC is proud to announce Apache Wicket 7.0.0-M4!</p>
+<p>We have released another milestone release for Apache Wicket 7. We aim
+to finalise Wicket 7 over the coming months and request your help in
+testing the new major version.</p>
+<h3 id="caveats">Caveats</h3>
+<p>It is still a development version so expect API breaks to happen over
+the course of the coming milestone releases.</p>
+<h3 id="semantic-versioning">Semantic versioning</h3>
+<p>As we adopted semver Wicket 7 will be the first release since 6.0 where
+we are able to refactor the API. We will continue to use semver when we
+have made Wicket 7 final and maintain api compatibility between minor
+versions of Wicket 7.</p>
+<h3 id="requirements">Requirements</h3>
+<p>Wicket 7 requires the following:</p>
+<ul>
+  <li>Java 7</li>
+  <li>Servlet 3 compatible container</li>
+</ul>
+<p>You can’t mix wicket libraries from prior Wicket versions with Wicket 7.</p>
+<h3 id="migration-guide">Migration guide</h3>
+<p>As usual we have a migration guide available online for people
+migrating their applications to Wicket 7. We will continue to update
+the guide as development progresses. If you find something that is not
+in the guide, please update the guide, or let us know so we can update
+the guide.</p>
+<p>You can find the guide here: <a href="http://s.apache.org/wicket7migrate">http://s.apache.org/wicket7migrate</a></p>
+<h3 id="using-this-release">Using this release</h3>
+<p>With Apache Maven update your dependency to (and don’t forget to
+update any other dependencies on Wicket projects to the same version):</p>
+<figure class="highlight"><pre><code class="language-xml" data-lang="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>7.0.0-M4<span class="nt">&lt;/version&gt;</span>
+<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
+<p>Or download and build the distribution yourself, or use our
+convenience binary package</p>
+<ul>
+  <li>Source: <a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M4">http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M4</a></li>
+  <li>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M4/binaries">http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M4/binaries</a></li>
+</ul>
+<h3 id="about-this-release">About this release</h3>
+<p>Below you can find the cryptographic signatures for the distributions
+and the release notes.</p>
+<h4 id="the-signatures-for-the-source-release-artefacts">The signatures for the source release artefacts:</h4>
+<p>The signatures for the source release artefacts:</p>
+<p>Signature for apache-wicket-7.0.0-M4.zip:</p>
+<div class="highlight"><pre>
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG/MacGPG2 v2.0.22 (Darwin)
+Comment: GPGTools - https://gpgtools.org
+iEYEABECAAYFAlRTjfQACgkQJBX8W/xy/UW+TQCfZn81bkbmcrVEGjWY4rUA2sfy
+rJMAn2Ah/6X2M9Cf02hEMyb8JV+ZPaBa
+=xlUP
+-----END PGP SIGNATURE-----
+</pre></div>
+<p>Signature for apache-wicket-7.0.0-M4.tar.gz:</p>
+<div class="highlight"><pre>
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG/MacGPG2 v2.0.22 (Darwin)
+Comment: GPGTools - https://gpgtools.org
+iEYEABECAAYFAlRTjfQACgkQJBX8W/xy/UVGggCdFyCZATMis/829BmasZKgx28m
+uDEAn2eZhOrh8//AIYnkRYFLtWJnyx0F
+=kWVF
+-----END PGP SIGNATURE-----
+</pre></div>
+<h4 id="changelog-for-700-m4">CHANGELOG for 7.0.0-M4:</h4>
+<p>Release Notes - Wicket - Version 7.0.0-M4</p>
+<h4 id="bugs">Bugs</h4>
+<ul>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5265">WICKET-5265</a> - FencedFeedbackPanel is broken with RefreshingView(and it’s implementations)</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5326">WICKET-5326</a> - Wicket doesn’t encrypt links and Ajax URLs for mounted pages when CryptoMapper is used</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5689">WICKET-5689</a> - Nested Redirects and REDIRECT_TO_BUFFER</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5698">WICKET-5698</a> - WebApplication#unmount() unmounts the whole compound mapper if some of its inner ones matches</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5701">WICKET-5701</a> - WebSocketRequestHandler is not set as a scheduled and thus RequestCycle#find(AjaxRequestTarget.class) doesn’t work</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5704">WICKET-5704</a> - IllegalArgument exception with wicket:child in ajaxrequest</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5706">WICKET-5706</a> - ResourceUtils.getLocaleFromFilename cannot handle filenames with classifiers</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5711">WICKET-5711</a> - OnChangeAjaxBehavior should listen for both ‘inputchange’ and ‘change’ events for TextField and TextArea</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5712">WICKET-5712</a> - SecuritySettings.setEnforceMounts() does not work when the mounted mapper is not in the root compound mapper</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5714">WICKET-5714</a> - MockHttpServletRequest.buildRequest() should work for parameters with multiple values with multipart content type</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5716">WICKET-5716</a> - wicket-autocomplete prevents “change”-listener when leaving input via mouse click</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5717">WICKET-5717</a> - Url.parse/toString should support fragment</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5719">WICKET-5719</a> - Wicket-atmosphere should warn about phone home</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5720">WICKET-5720</a> - Method Strings.join doesn’t work correctly if separator is empty.</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5723">WICKET-5723</a> - CheckGroupSelector with disabled checks</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5724">WICKET-5724</a> - Queueing component in autocomponent</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5728">WICKET-5728</a> - Component queuing breaks with html tags that don’t require close tag.</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5730">WICKET-5730</a> - Dequeue auto component can’t resolve components if they are nested in child markup</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5731">WICKET-5731</a> - Using “Submit” button in Ajax DropDownChoice example leads to broken HTML page</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5733">WICKET-5733</a> - ContextNotActiveException thrown when using both CDI &amp; Native WebSocket</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5734">WICKET-5734</a> - Problem with WICKET-4441 and RestartResponseAtInterceptPageException</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5736">WICKET-5736</a> - Atmosphere Eventbus throws Concurrent Modification Exception</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5741">WICKET-5741</a> - Ajax Form example is broken due to 9716f2a7e799133fdf3f7927d0093e6dfe16f529</li>
+</ul>
+<h4 id="improvements">Improvements</h4>
+<ul>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5350">WICKET-5350</a> - Enhancement for AbstractChoice and WildcardListModel API</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5691">WICKET-5691</a> - Wicket FileUploadField.getFileUploads() should never return null.</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5692">WICKET-5692</a> - Misleading message in PropertyValidator</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5694">WICKET-5694</a> - Add WicketTester assertion methods for component’s markup style, variation and locale</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5695">WICKET-5695</a> - Use Log4j 2.x for the archetype</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5697">WICKET-5697</a> - Rework Spring application to use annotations based configuration</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5708">WICKET-5708</a> - Making FormComponent.convertInput() public</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5710">WICKET-5710</a> - StringValidator should set ‘minlength’ attribute to input and textarea</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5713">WICKET-5713</a> - Move /wicket.properties to /META-INF/wicket/xyz.properties</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5715">WICKET-5715</a> - Allow setting ‘async’ attribute on reference <script> elements</script></li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5718">WICKET-5718</a> - Upgrade Atmosphere to 2.2.2</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5725">WICKET-5725</a> - Add NumberTextField(String,Class<t>) constructor</t></li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5729">WICKET-5729</a> - Avoid using input names that conflict with JavaScript DOM API method and attribute names</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5735">WICKET-5735</a> - Propagate fileSizeMax attribute to org.apache.commons.fileupload.FileUploadBase</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5737">WICKET-5737</a> - Log a warning when WebSocketResponse#sendError() is used</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5739">WICKET-5739</a> - Add a factory method for WebSocketRequestHandler</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5740">WICKET-5740</a> - Provide a way to adapt the lock timeout based on the page class/id</li>
+</ul>
+<h4 id="new-features">New Features</h4>
+<ul>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5677">WICKET-5677</a> - Components should have onAdd to complement onRemove</li>
+</ul>
+<h4 id="tasks">Tasks</h4>
+<ul>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5705">WICKET-5705</a> - Disable Javadoc linter in JDK 1.8 because it is too strict</li>
+</ul>
+<h4 id="tests">Tests</h4>
+<ul>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5722">WICKET-5722</a> - Queueing in merged markup with transparent resolver in the base class</li>
+</ul>
+<p>Have fun!</p>
+<p>— The Wicket team</p>
+</div>
+        </section>
+    </div>
+</main>
+        <footer class="l-container">
+            <div class="l-full">
+    <img height="60px" src="/img/asf_logo.gif" style="float:left">
+    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
+    Wicket, Apache, the Apache feather logo, and the Apache Wicket
+    project logo are trademarks of The Apache Software Foundation. All
+    other marks mentioned may be trademarks or registered trademarks of
+    their respective owners.
+</div>
+        </footer>
+    </body>
+
+</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2014/11/index.html
----------------------------------------------------------------------
diff --git a/content/news/2014/11/index.html b/content/news/2014/11/index.html
index 3e98e43..fa42d36 100644
--- a/content/news/2014/11/index.html
+++ b/content/news/2014/11/index.html
@@ -52,14 +52,14 @@
 	<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.18.0!</p>
 <p>This release marks another minor release of Wicket 6. Starting
 with Wicket 6 we us...</p>
-	<a href="/news/2014/11/05/wicket-6-18-0-released.html">more</a></li>
+	<a href="/news/2014/11/05/wicket-6.18.0-released.html">more</a></li>
 </div>
 <div class="news">
 	<h3>Apache Wicket 7.0.0-M4 released</h3>
   <p><small>05 Nov 2014</small></p>
 	<p>The Apache Wicket PMC is proud to announce Apache Wicket 7.0.0-M4!</p>
 <p>We have released another milestone relea...</p>
-	<a href="/news/2014/11/05/wicket-7-0-0-m4-released.html">more</a></li>
+	<a href="/news/2014/11/05/wicket-7.0.0-M4-released.html">more</a></li>
 </div>
         </div>
         <div class="l-one-third">

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2014/index.html
----------------------------------------------------------------------
diff --git a/content/news/2014/index.html b/content/news/2014/index.html
index 42908cd..569f328 100644
--- a/content/news/2014/index.html
+++ b/content/news/2014/index.html
@@ -52,16 +52,16 @@
                   <p>This section contains all news items published in <a href="/news/2014/11">November 2014</a>.</p>
               </div>
                   <div class="l-full">
-              		<h3 id="/news/2014/11/05/wicket-7-0-0-m4-released.html">Apache Wicket 7.0.0-M4 released</h3>
+              		<h3 id="/news/2014/11/05/wicket-7.0.0-M4-released.html">Apache Wicket 7.0.0-M4 released</h3>
                       <small>05 Nov 2014</small>
               		<p>The Apache Wicket PMC is proud to announce Apache Wicket 7.0.0-M4! We have released another milestone release for Apache Wicket 7. We aim to finalise...
-              		<a href="/news/2014/11/05/wicket-7-0-0-m4-released.html">more</a></li></p>
+              		<a href="/news/2014/11/05/wicket-7.0.0-M4-released.html">more</a></li></p>
                   </div>
                   <div class="l-full">
-              		<h3 id="/news/2014/11/05/wicket-6-18-0-released.html">Apache Wicket 6.18.0 released</h3>
+              		<h3 id="/news/2014/11/05/wicket-6.18.0-released.html">Apache Wicket 6.18.0 released</h3>
                       <small>05 Nov 2014</small>
               		<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.18.0! This release marks another minor release of Wicket 6. Starting with Wicket 6 we...
-              		<a href="/news/2014/11/05/wicket-6-18-0-released.html">more</a></li></p>
+              		<a href="/news/2014/11/05/wicket-6.18.0-released.html">more</a></li></p>
                   </div>
               <hr>
               <div class="l-first"></div>
@@ -76,10 +76,10 @@
               		<a href="/news/2014/09/22/cve-2014-3526.html">more</a></li></p>
                   </div>
                   <div class="l-full">
-              		<h3 id="/news/2014/09/15/wicket-1-5-12-released.html">Wicket 1.5.12 released</h3>
+              		<h3 id="/news/2014/09/15/wicket-1.5.12-released.html">Wicket 1.5.12 released</h3>
                       <small>15 Sep 2014</small>
               		<p>This is the twelfth maintenance release of the Wicket 1.5.x series. This release brings over 5 bug fixes and improvements. Git tag Changelog To use...
-              		<a href="/news/2014/09/15/wicket-1-5-12-released.html">more</a></li></p>
+              		<a href="/news/2014/09/15/wicket-1.5.12-released.html">more</a></li></p>
                   </div>
               <hr>
               <div class="l-first"></div>
@@ -88,16 +88,16 @@
                   <p>This section contains all news items published in <a href="/news/2014/08">August 2014</a>.</p>
               </div>
                   <div class="l-full">
-              		<h3 id="/news/2014/08/24/wicket-6-17-0-released.html">Apache Wicket 6.17.0 released</h3>
+              		<h3 id="/news/2014/08/24/wicket-6.17.0-released.html">Apache Wicket 6.17.0 released</h3>
                       <small>24 Aug 2014</small>
               		<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.17.0! This release marks the seventeenth minor release of Wicket 6. Starting with Wicket 6...
-              		<a href="/news/2014/08/24/wicket-6-17-0-released.html">more</a></li></p>
+              		<a href="/news/2014/08/24/wicket-6.17.0-released.html">more</a></li></p>
                   </div>
                   <div class="l-full">
-              		<h3 id="/news/2014/08/23/wicket-7-0-0-m3-released.html">Apache Wicket 7.0.0-M3 released</h3>
+              		<h3 id="/news/2014/08/23/wicket-7.0.0-M3-released.html">Apache Wicket 7.0.0-M3 released</h3>
                       <small>23 Aug 2014</small>
               		<p>We have released the third of a series of milestone releases for Apache Wicket 7. We aim to finalise Wicket 7 over the coming months...
-              		<a href="/news/2014/08/23/wicket-7-0-0-m3-released.html">more</a></li></p>
+              		<a href="/news/2014/08/23/wicket-7.0.0-M3-released.html">more</a></li></p>
                   </div>
               <hr>
               <div class="l-first"></div>
@@ -106,16 +106,16 @@
                   <p>This section contains all news items published in <a href="/news/2014/06">June 2014</a>.</p>
               </div>
                   <div class="l-full">
-              		<h3 id="/news/2014/06/21/wicket-6-16-0-released.html">Apache Wicket 6.16.0 released</h3>
+              		<h3 id="/news/2014/06/21/wicket-6.16.0-released.html">Apache Wicket 6.16.0 released</h3>
                       <small>21 Jun 2014</small>
               		<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.16.0! This release marks the sixteenth minor release of Wicket 6. Starting with Wicket 6...
-              		<a href="/news/2014/06/21/wicket-6-16-0-released.html">more</a></li></p>
+              		<a href="/news/2014/06/21/wicket-6.16.0-released.html">more</a></li></p>
                   </div>
                   <div class="l-full">
-              		<h3 id="/news/2014/06/20/wicket-7-0-0-m2-released.html">Apache Wicket 7.0.0-M2 released</h3>
+              		<h3 id="/news/2014/06/20/wicket-7.0.0-M2-released.html">Apache Wicket 7.0.0-M2 released</h3>
                       <small>20 Jun 2014</small>
               		<p>We have released the first of a series of milestone releases for Apache Wicket 7. We aim to finalise Wicket 7 over the coming months...
-              		<a href="/news/2014/06/20/wicket-7-0-0-m2-released.html">more</a></li></p>
+              		<a href="/news/2014/06/20/wicket-7.0.0-M2-released.html">more</a></li></p>
                   </div>
               <hr>
               <div class="l-first"></div>
@@ -124,16 +124,16 @@
                   <p>This section contains all news items published in <a href="/news/2014/04">April 2014</a>.</p>
               </div>
                   <div class="l-full">
-              		<h3 id="/news/2014/04/30/wicket-7-0-0-m1-released.html">Apache Wicket 7.0.0-M1 released</h3>
+              		<h3 id="/news/2014/04/30/wicket-7.0.0-M1-released.html">Apache Wicket 7.0.0-M1 released</h3>
                       <small>30 Apr 2014</small>
               		<p>We have released the first of a series of milestone releases for Apache Wicket 7. We aim to finalise Wicket 7 over the coming months...
-              		<a href="/news/2014/04/30/wicket-7-0-0-m1-released.html">more</a></li></p>
+              		<a href="/news/2014/04/30/wicket-7.0.0-M1-released.html">more</a></li></p>
                   </div>
                   <div class="l-full">
-              		<h3 id="/news/2014/04/23/wicket-6-15-0-released.html">Apache Wicket 6.15.0 released</h3>
+              		<h3 id="/news/2014/04/23/wicket-6.15.0-released.html">Apache Wicket 6.15.0 released</h3>
                       <small>23 Apr 2014</small>
               		<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.15.0! This release marks the fifteenth minor release of Wicket 6. Starting with Wicket 6...
-              		<a href="/news/2014/04/23/wicket-6-15-0-released.html">more</a></li></p>
+              		<a href="/news/2014/04/23/wicket-6.15.0-released.html">more</a></li></p>
                   </div>
               <hr>
               <div class="l-first"></div>
@@ -148,22 +148,22 @@
               		<a href="/news/2014/02/21/cve-2014-0043.html">more</a></li></p>
                   </div>
                   <div class="l-full">
-              		<h3 id="/news/2014/02/20/wicket-6-14-0-released.html">Apache Wicket 6.14.0 released</h3>
+              		<h3 id="/news/2014/02/20/wicket-6.14.0-released.html">Apache Wicket 6.14.0 released</h3>
                       <small>20 Feb 2014</small>
               		<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.14.0! This release marks the fourteenth minor release of Wicket 6. Starting with Wicket 6...
-              		<a href="/news/2014/02/20/wicket-6-14-0-released.html">more</a></li></p>
+              		<a href="/news/2014/02/20/wicket-6.14.0-released.html">more</a></li></p>
                   </div>
                   <div class="l-full">
-              		<h3 id="/news/2014/02/06/wicket-1-5-11-released.html">Wicket 1.5.11 released</h3>
+              		<h3 id="/news/2014/02/06/wicket-1.5.11-released.html">Wicket 1.5.11 released</h3>
                       <small>06 Feb 2014</small>
               		<p>This is the eleventh maintenance release of the Wicket 1.5.x series. This release brings over 34 bug fixes and improvements. Git tag Changelog To use...
-              		<a href="/news/2014/02/06/wicket-1-5-11-released.html">more</a></li></p>
+              		<a href="/news/2014/02/06/wicket-1.5.11-released.html">more</a></li></p>
                   </div>
                   <div class="l-full">
-              		<h3 id="/news/2014/02/06/wicket-1-4-23-released.html">Wicket 1.4.23 released</h3>
+              		<h3 id="/news/2014/02/06/wicket-1.4.23-released.html">Wicket 1.4.23 released</h3>
                       <small>06 Feb 2014</small>
               		<p>This is twenty thirdth release of the Wicket 1.4.x series. This is a security bugfix release on the 1.4.x branch. Read CVE-2013-2055 for more information....
-              		<a href="/news/2014/02/06/wicket-1-4-23-released.html">more</a></li></p>
+              		<a href="/news/2014/02/06/wicket-1.4.23-released.html">more</a></li></p>
                   </div>
                   <div class="l-full">
               		<h3 id="/news/2014/02/06/cve-2013-2055.html">CVE-2013-2055 - Apache Wicket Information disclosure vulnerability</h3>
@@ -178,10 +178,10 @@
                   <p>This section contains all news items published in <a href="/news/2014/01">January 2014</a>.</p>
               </div>
                   <div class="l-full">
-              		<h3 id="/news/2014/01/05/wicket-6-13-0-released.html">Apache Wicket 6.13.0 released</h3>
+              		<h3 id="/news/2014/01/05/wicket-6.13.0-released.html">Apache Wicket 6.13.0 released</h3>
                       <small>05 Jan 2014</small>
               		<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.13.0! This release marks the thirteenth minor release of Wicket 6. Starting with Wicket 6...
-              		<a href="/news/2014/01/05/wicket-6-13-0-released.html">more</a></li></p>
+              		<a href="/news/2014/01/05/wicket-6.13.0-released.html">more</a></li></p>
                   </div>
               <hr>
               <div class="l-first"></div>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2015/02/02/wicket-6-19-0-released.html
----------------------------------------------------------------------
diff --git a/content/news/2015/02/02/wicket-6-19-0-released.html b/content/news/2015/02/02/wicket-6-19-0-released.html
deleted file mode 100644
index e1d0afd..0000000
--- a/content/news/2015/02/02/wicket-6-19-0-released.html
+++ /dev/null
@@ -1,167 +0,0 @@
-<!DOCTYPE html>
-<html>
-    <head>
-        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-        <meta charset="utf-8">
-        <title>Apache Wicket 6.19.0 released | Apache Wicket</title>
-        <meta name="viewport" content="width=device-width, initial-scale=1" />
-
-        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
-        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
-        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
-
-		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
-
-    </head>
-
-    <body class="">
-        <div class="header default">
-    <div class="l-container">
-<nav class="mainmenu">
-    <ul>
-		<!-- /start/quickstart.html || /news/2015/02/02/wicket-6-19-0-released.html -->
-    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
-		<!-- /start/download.html || /news/2015/02/02/wicket-6-19-0-released.html -->
-    	<li class=""><a href="/start/download.html">Download</a></li>
-		<!-- /learn || /news/2015/02/02/wicket-6-19-0-released.html -->
-    	<li class=""><a href="/learn">Documentation</a></li>
-		<!-- /help || /news/2015/02/02/wicket-6-19-0-released.html -->
-    	<li class=""><a href="/help">Support</a></li>
-		<!-- /contribute || /news/2015/02/02/wicket-6-19-0-released.html -->
-    	<li class=""><a href="/contribute">Contribute</a></li>
-		<!-- /community || /news/2015/02/02/wicket-6-19-0-released.html -->
-    	<li class=""><a href="/community">Community</a></li>
-		<!-- /apache || /news/2015/02/02/wicket-6-19-0-released.html -->
-    	<li class=""><a href="/apache">Apache</a></li>
-    </ul>
-</nav>
-        <div class="logo">
-    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
-</div>
-    </div>
-</div>
-<main>
-    <div class="l-container">
-        <header class="l-full preamble">
-            <h1>Apache Wicket 6.19.0 released</h1>
-        </header>
-        <section class="l-one-third right">
-        </section>
-        <section class="l-two-third left">
-            <div class="l-full">
-    <p class="meta">02 Feb 2015</p>
-    <p>The Apache Wicket PMC is proud to announce Apache Wicket 6.19.0!</p>
-<p>This release marks another minor release of Wicket 6. Starting
-with Wicket 6 we use semantic versioning for the future development
-of Wicket, and as such no API breaks are present in this release
-compared to 6.0.0.</p>
-<h3 id="using-this-release">Using this release</h3>
-<p>With Apache Maven update your dependency to (and don’t forget to
-update any other dependencies on Wicket projects to the same version):</p>
-<figure class="highlight"><pre><code class="language-xml" data-lang="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>6.19.0<span class="nt">&lt;/version&gt;</span>
-<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
-<p>Or download and build the distribution yourself, or use our
-convenience binary package</p>
-<ul>
-  <li>Source: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.19.0">http://www.apache.org/dyn/closer.cgi/wicket/6.19.0</a></li>
-  <li>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.19.0/binaries">http://www.apache.org/dyn/closer.cgi/wicket/6.19.0/binaries</a></li>
-</ul>
-<h3 id="upgrading-from-earlier-versions">Upgrading from earlier versions</h3>
-<p>If you upgrade from 6.y.z this release is a drop in replacement. If
-you come from a version prior to 6.0.0, please read our Wicket 6
-migration guide found at</p>
-<ul>
-  <li><a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+6.0">migration to Wicket 6</a></li>
-</ul>
-<p>Have fun!</p>
-<p>— The Wicket team</p>
-<h3 id="this-release">This release</h3>
-<p>Below you can find the cryptographic signatures for the distributions
-and the release notes.</p>
-<h4 id="the-signatures-for-the-source-release-artefacts">The signatures for the source release artefacts:</h4>
-<p>Signature for apache-wicket-6.19.0.zip:</p>
-<div class="highlight"><pre>
------BEGIN PGP SIGNATURE-----
-Version: GnuPG/MacGPG2 v2.0.22 (Darwin)
-Comment: GPGTools - https://gpgtools.org
-iEYEABECAAYFAlRTb2UACgkQJBX8W/xy/UW1egCg1LOkWMrnD+FJoHKjp7Gulyvm
-s+UAoMNN/mgMKo+p33h3vt4fnLTemLGT
-=RpfO
------END PGP SIGNATURE-----
-</pre></div>
-<p>Signature for apache-wicket-6.19.0.tar.gz:</p>
-<div class="highlight"><pre>
------BEGIN PGP SIGNATURE-----
-Version: GnuPG/MacGPG2 v2.0.22 (Darwin)
-Comment: GPGTools - https://gpgtools.org
-iEYEABECAAYFAlRTb2UACgkQJBX8W/xy/UVZcACguyKdrM0byfMp5IWqzwFMx5Lo
-i6UAn25gHcC0w8QWiNJXV7u99iTHssaP
-=+QQW
------END PGP SIGNATURE-----
-</pre></div>
-<h4 id="changelog-for-6190">CHANGELOG for 6.19.0:</h4>
-<p>The following changes were made in Wicket for this release.</p>
-<h4 id="bug">Bug</h4>
-<ul>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5747">WICKET-5747</a> - Wicket Ajax Click handling gets requeued in OnDomReady so fire out of order</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5752">WICKET-5752</a> - ReplacementResourceBundleReference should return the dependencies for the replacing resource ref</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5755">WICKET-5755</a> - Restoring focus after Ajax replace no longer works in IE8</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5759">WICKET-5759</a> - AjaxRequestAttributes extra parameters aren't properly handled in getCallbackFunction()</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5770">WICKET-5770</a> - PageParametersEncoder should not decode parameters with no name</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5782">WICKET-5782</a> - Missing escaping in MultiFileUploadField.js - sort of XSS</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5783">WICKET-5783</a> - Multiple events in AjaxEventBehavior with prefix 'on'</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5784">WICKET-5784</a> - arraycopy with bad length in AbstractRequestLogger:172</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5793">WICKET-5793</a> - Request for static resource creating a session in 6.13.0+</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5809">WICKET-5809</a> - URL IPv6 parsing</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5811">WICKET-5811</a> - Infinite loop issue in PropertyValidator#createUnresolvablePropertyMessage(FormComponent&lt;&gt;)</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5812">WICKET-5812</a> - AtmosphereBehavior wrongly sets Ajax base url to '.'</li>
-</ul>
-<h4 id="improvement">Improvement</h4>
-<ul>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4703">WICKET-4703</a> - StringResourceModel should provide an overridable getString(Component) method</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5746">WICKET-5746</a> - Fire an event once all JS event listeners are registered</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5753">WICKET-5753</a> - It is impossible to determine the form submitting component's inputName when AjaxFormSubmitBehavior is used</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5754">WICKET-5754</a> - (String)ResourceModel's defaultValue could be an IModel&lt;String&gt;</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5756">WICKET-5756</a> - Allow to use custom ciphers when using SunJceCrypt class</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5758">WICKET-5758</a> - Portuguese translation</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5760">WICKET-5760</a> - Add constructor (String, Serializable, String) to AttributeAppender</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5775">WICKET-5775</a> - Replace the session upon successful signin for better support for Session Fixation</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5776">WICKET-5776</a> - Add information about the component when it fail in detach phase</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5778">WICKET-5778</a> - Pass the IModifiable to the IChangeListener in ModificationWatcher</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5780">WICKET-5780</a> - Add a resource reference for ContextRelativeResource</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5794">WICKET-5794</a> - Make DefaultExceptionMapper extensible</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5797">WICKET-5797</a> - Convenience method to call setResponsePage with forward option</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5799">WICKET-5799</a> - Add rel=prev/next in PagingNavigator.html</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5802">WICKET-5802</a> - HTML Import</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5806">WICKET-5806</a> - Wicket.Log should log (at least errors) in the browser console even when Wicket Ajax Debug window is disabled</li>
-</ul>
-<h4 id="new-feature">New Feature</h4>
-<ul>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5771">WICKET-5771</a> - Ability to escape resource bundle messages added with wicket:message</li>
-</ul>
-<h4 id="task">Task</h4>
-<ul>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5791">WICKET-5791</a> - Update JQuery to 1.11.2 and 2.1.3</li>
-</ul>
-<p>Have fun!</p>
-<p>— The Wicket team</p>
-</div>
-        </section>
-    </div>
-</main>
-        <footer class="l-container">
-            <div class="l-full">
-    <img height="60px" src="/img/asf_logo.gif" style="float:left">
-    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
-    Wicket, Apache, the Apache feather logo, and the Apache Wicket
-    project logo are trademarks of The Apache Software Foundation. All
-    other marks mentioned may be trademarks or registered trademarks of
-    their respective owners.
-</div>
-        </footer>
-    </body>
-
-</html>


[14/19] wicket-site git commit: WICKET-6049 updated links to example site

Posted by ad...@apache.org.
http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2011/08/28/1-5-rc7-released.html
----------------------------------------------------------------------
diff --git a/content/news/2011/08/28/1-5-rc7-released.html b/content/news/2011/08/28/1-5-rc7-released.html
deleted file mode 100644
index de5fc1a..0000000
--- a/content/news/2011/08/28/1-5-rc7-released.html
+++ /dev/null
@@ -1,84 +0,0 @@
-<!DOCTYPE html>
-<html>
-    <head>
-        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-        <meta charset="utf-8">
-        <title>Wicket 1.5-RC7 released | Apache Wicket</title>
-        <meta name="viewport" content="width=device-width, initial-scale=1" />
-
-        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
-        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
-        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
-
-		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
-
-    </head>
-
-    <body class="">
-        <div class="header default">
-    <div class="l-container">
-<nav class="mainmenu">
-    <ul>
-		<!-- /start/quickstart.html || /news/2011/08/28/1-5-rc7-released.html -->
-    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
-		<!-- /start/download.html || /news/2011/08/28/1-5-rc7-released.html -->
-    	<li class=""><a href="/start/download.html">Download</a></li>
-		<!-- /learn || /news/2011/08/28/1-5-rc7-released.html -->
-    	<li class=""><a href="/learn">Documentation</a></li>
-		<!-- /help || /news/2011/08/28/1-5-rc7-released.html -->
-    	<li class=""><a href="/help">Support</a></li>
-		<!-- /contribute || /news/2011/08/28/1-5-rc7-released.html -->
-    	<li class=""><a href="/contribute">Contribute</a></li>
-		<!-- /community || /news/2011/08/28/1-5-rc7-released.html -->
-    	<li class=""><a href="/community">Community</a></li>
-		<!-- /apache || /news/2011/08/28/1-5-rc7-released.html -->
-    	<li class=""><a href="/apache">Apache</a></li>
-    </ul>
-</nav>
-        <div class="logo">
-    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
-</div>
-    </div>
-</div>
-<main>
-    <div class="l-container">
-        <header class="l-full preamble">
-            <h1>Wicket 1.5-RC7 released</h1>
-        </header>
-        <section class="l-one-third right">
-        </section>
-        <section class="l-two-third left">
-            <div class="l-full">
-    <p class="meta">28 Aug 2011</p>
-    <p>The Wicket Team is proud to introduce the seventh Release Candidate in Wicket 1.5 series. See the changelog for the list of bug fixes and improvements done between 1.5-RC5.1 and 1.5-RC7</p>
-<p>More detailed migration notes are available on our <a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+1.5">Migrate to 1.5 Wiki Page</a></p>
-<p>Release Artifacts:
-* <a href="http://svn.apache.org/repos/asf/wicket/releases/wicket-1.5-RC7">Subversion tag</a> 
-* <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&amp;version=12316657">Changelog RC6</a>
-* <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&amp;version=12317645">Changelog RC7</a>
-* To use in Maven:</p>
-<figure class="highlight"><pre><code class="language-xml" data-lang="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-RC7<span class="nt">&lt;/version&gt;</span>
-<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
-<ul>
-  <li>Download the <a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5-RC7">full distribution</a> (including source)</li>
-</ul>
-</div>
-        </section>
-    </div>
-</main>
-        <footer class="l-container">
-            <div class="l-full">
-    <img height="60px" src="/img/asf_logo.gif" style="float:left">
-    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
-    Wicket, Apache, the Apache feather logo, and the Apache Wicket
-    project logo are trademarks of The Apache Software Foundation. All
-    other marks mentioned may be trademarks or registered trademarks of
-    their respective owners.
-</div>
-        </footer>
-    </body>
-
-</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2011/08/28/1.5-RC7-released.html
----------------------------------------------------------------------
diff --git a/content/news/2011/08/28/1.5-RC7-released.html b/content/news/2011/08/28/1.5-RC7-released.html
new file mode 100644
index 0000000..5627709
--- /dev/null
+++ b/content/news/2011/08/28/1.5-RC7-released.html
@@ -0,0 +1,84 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+        <meta charset="utf-8">
+        <title>Wicket 1.5-RC7 released | Apache Wicket</title>
+        <meta name="viewport" content="width=device-width, initial-scale=1" />
+
+        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
+        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
+        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
+
+		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
+
+    </head>
+
+    <body class="">
+        <div class="header default">
+    <div class="l-container">
+<nav class="mainmenu">
+    <ul>
+		<!-- /start/quickstart.html || /news/2011/08/28/1.5-RC7-released.html -->
+    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
+		<!-- /start/download.html || /news/2011/08/28/1.5-RC7-released.html -->
+    	<li class=""><a href="/start/download.html">Download</a></li>
+		<!-- /learn || /news/2011/08/28/1.5-RC7-released.html -->
+    	<li class=""><a href="/learn">Documentation</a></li>
+		<!-- /help || /news/2011/08/28/1.5-RC7-released.html -->
+    	<li class=""><a href="/help">Support</a></li>
+		<!-- /contribute || /news/2011/08/28/1.5-RC7-released.html -->
+    	<li class=""><a href="/contribute">Contribute</a></li>
+		<!-- /community || /news/2011/08/28/1.5-RC7-released.html -->
+    	<li class=""><a href="/community">Community</a></li>
+		<!-- /apache || /news/2011/08/28/1.5-RC7-released.html -->
+    	<li class=""><a href="/apache">Apache</a></li>
+    </ul>
+</nav>
+        <div class="logo">
+    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
+</div>
+    </div>
+</div>
+<main>
+    <div class="l-container">
+        <header class="l-full preamble">
+            <h1>Wicket 1.5-RC7 released</h1>
+        </header>
+        <section class="l-one-third right">
+        </section>
+        <section class="l-two-third left">
+            <div class="l-full">
+    <p class="meta">28 Aug 2011</p>
+    <p>The Wicket Team is proud to introduce the seventh Release Candidate in Wicket 1.5 series. See the changelog for the list of bug fixes and improvements done between 1.5-RC5.1 and 1.5-RC7</p>
+<p>More detailed migration notes are available on our <a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+1.5">Migrate to 1.5 Wiki Page</a></p>
+<p>Release Artifacts:
+* <a href="http://svn.apache.org/repos/asf/wicket/releases/wicket-1.5-RC7">Subversion tag</a> 
+* <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&amp;version=12316657">Changelog RC6</a>
+* <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&amp;version=12317645">Changelog RC7</a>
+* To use in Maven:</p>
+<figure class="highlight"><pre><code class="language-xml" data-lang="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-RC7<span class="nt">&lt;/version&gt;</span>
+<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
+<ul>
+  <li>Download the <a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5-RC7">full distribution</a> (including source)</li>
+</ul>
+</div>
+        </section>
+    </div>
+</main>
+        <footer class="l-container">
+            <div class="l-full">
+    <img height="60px" src="/img/asf_logo.gif" style="float:left">
+    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
+    Wicket, Apache, the Apache feather logo, and the Apache Wicket
+    project logo are trademarks of The Apache Software Foundation. All
+    other marks mentioned may be trademarks or registered trademarks of
+    their respective owners.
+</div>
+        </footer>
+    </body>
+
+</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2011/08/index.html
----------------------------------------------------------------------
diff --git a/content/news/2011/08/index.html b/content/news/2011/08/index.html
index f98910d..6b3faaf 100644
--- a/content/news/2011/08/index.html
+++ b/content/news/2011/08/index.html
@@ -57,7 +57,7 @@
 </ul>
 <figure class="highlight"><pre><code class="language-xml" data-lang="xml"><span class="nt">&lt;dependency&gt;</span>
     <span class="nt">&lt;groupI...</span></code></pre></figure>
-	<a href="/news/2011/08/09/wicket-1-4-18-released.html">more</a></li>
+	<a href="/news/2011/08/09/wicket-1.4.18-released.html">more</a></li>
 </div>
 <div class="news">
 	<h3>CVE-2011-2712 - Apache Wicket XSS vulnerability</h3>
@@ -77,7 +77,7 @@ With multi window support application configuration and special query parameters
   <p><small>28 Aug 2011</small></p>
 	<p>The Wicket Team is proud to introduce the seventh Release Candidate in Wicket 1.5 series. See the changelog for the list of bug fixes and improvements done between 1.5-RC5.1 and 1.5-RC7</p>
 <p>More detailed migration notes are availa...</p>
-	<a href="/news/2011/08/28/1-5-rc7-released.html">more</a></li>
+	<a href="/news/2011/08/28/1.5-RC7-released.html">more</a></li>
 </div>
         </div>
         <div class="l-one-third">

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2011/09/07/wicket-1-5-released.html
----------------------------------------------------------------------
diff --git a/content/news/2011/09/07/wicket-1-5-released.html b/content/news/2011/09/07/wicket-1-5-released.html
deleted file mode 100644
index 7f3cf19..0000000
--- a/content/news/2011/09/07/wicket-1-5-released.html
+++ /dev/null
@@ -1,147 +0,0 @@
-<!DOCTYPE html>
-<html>
-    <head>
-        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-        <meta charset="utf-8">
-        <title>Apache Wicket releases Wicket 1.5 | Apache Wicket</title>
-        <meta name="viewport" content="width=device-width, initial-scale=1" />
-
-        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
-        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
-        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
-
-		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
-
-    </head>
-
-    <body class="">
-        <div class="header default">
-    <div class="l-container">
-<nav class="mainmenu">
-    <ul>
-		<!-- /start/quickstart.html || /news/2011/09/07/wicket-1-5-released.html -->
-    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
-		<!-- /start/download.html || /news/2011/09/07/wicket-1-5-released.html -->
-    	<li class=""><a href="/start/download.html">Download</a></li>
-		<!-- /learn || /news/2011/09/07/wicket-1-5-released.html -->
-    	<li class=""><a href="/learn">Documentation</a></li>
-		<!-- /help || /news/2011/09/07/wicket-1-5-released.html -->
-    	<li class=""><a href="/help">Support</a></li>
-		<!-- /contribute || /news/2011/09/07/wicket-1-5-released.html -->
-    	<li class=""><a href="/contribute">Contribute</a></li>
-		<!-- /community || /news/2011/09/07/wicket-1-5-released.html -->
-    	<li class=""><a href="/community">Community</a></li>
-		<!-- /apache || /news/2011/09/07/wicket-1-5-released.html -->
-    	<li class=""><a href="/apache">Apache</a></li>
-    </ul>
-</nav>
-        <div class="logo">
-    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
-</div>
-    </div>
-</div>
-<main>
-    <div class="l-container">
-        <header class="l-full preamble">
-            <h1>Apache Wicket releases Wicket 1.5</h1>
-        </header>
-        <section class="l-one-third right">
-            <div id="toc" class="toc"><div id="toc-title"><h2>Table of Contents</h2></div><ul><li class="toc--level-1 toc--section-1"><a href="#downloading-apache-wicket-15"><span class="toc-number">1</span> <span class="toc-text">Downloading Apache Wicket 1.5</span></a></li><li class="toc--level-1 toc--section-2"><a href="#most-notable-changes"><span class="toc-number">2</span> <span class="toc-text">Most notable changes</span></a><ul><li class="toc--level-2 toc--section-3"><a href="#inter-component-events"><span class="toc-number">2.1</span> <span class="toc-text">Inter-component events</span></a></li></ul></li></ul></div>
-        </section>
-        <section class="l-two-third left">
-            <div class="l-full">
-    <p class="meta">07 Sep 2011</p>
-    <p>The Apache Wicket team is proud to announce the immediate availability of the newest release of their component oriented open source Java web framework. Apache Wicket 1.5 has been in development for the last two years and brings many improvements over previous versions.</p>
-<h2 id="downloading-apache-wicket-15">Downloading Apache Wicket 1.5</h2>
-<p>You can download the release here: <a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.0">http://www.apache.org/dyn/closer.cgi/wicket/1.5.0</a></p>
-<p>Or use this in your Maven POM to upgrade to the new version:</p>
-<figure class="highlight"><pre><code class="language-xml" data-lang="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.0<span class="nt">&lt;/version&gt;</span>
-<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
-<p>Please note that Wicket’s main artifact ID has been renamed to <code>wicket-core</code>.</p>
-<p>You will need to upgrade all modules (i.e. wicket, wicket-extensions, wicket-ioc, wicket-spring, etc) to 1.5.0. <strong>It is not possible to mix previous versions of Wicket with modules of this release.</strong></p>
-<h2 id="most-notable-changes">Most notable changes</h2>
-<p>With this release the Wicket team has revised many of its internals. A short list:</p>
-<ul>
-  <li>HTML5 components added: <code>EmailTextField</code>, <code>NumberTextField</code>, <code>UrlTextField</code> and <code>RangeTextField</code></li>
-  <li>New inter-component events (explained below)</li>
-  <li>Minimum required servlet API is servlet-api 2.5</li>
-  <li>All standard validators now extend <code>Behavior</code> to allow for client side validations</li>
-  <li><code>IBehavior</code> has been removed and <code>AbstractBehavior</code> has been deprecated, you should now extend <code>Behavior</code> instead</li>
-  <li>Simplified the <a href="https://cwiki.apache.org/confluence/display/WICKET/RequestCycle+in+Wicket+1.5">request cycle processing</a> and made it more extensible</li>
-  <li>URL handling is now in one place</li>
-  <li>Wicket’s rendering code has been greatly simplified</li>
-  <li>Improved browser <a href="https://cwiki.apache.org/confluence/display/WICKET/Caching+in+Wicket+1.5">caching support</a></li>
-  <li>ClientSideImageMap replaces old ImageMap</li>
-  <li>Better support for running behind proxies with <code>x-forwarded-for</code> header</li>
-  <li><a href="https://cwiki.apache.org/confluence/display/WICKET/RequestCycle+in+Wicket+1.5">Request cycle listeners</a> make it easier to integrate frameworks in your Wicket application</li>
-  <li>Consistent naming: methods with <code>Javascript</code> in the name have been renamed to use proper capitalization: <code>JavaScript</code></li>
-  <li>Switching to HTTPS is as simple as configuring a new root mapper to make Wicket HTTPS aware and annotating a page with @RequireHttps</li>
-</ul>
-<p>A longer list of changes and improvements can be found in our <a href="http://s.apache.org/wicket-1.5-migration">migration guide</a>.</p>
-<h3 id="inter-component-events">Inter-component events</h3>
-<p>Wicket 1.5 offers a simple, yet flexible, way for component to communicate with each other in a decoupled manner. The two major interfaces that facilitate this are:</p>
-<figure class="highlight"><pre><code class="language-java" data-lang="java"><span class="cm">/**
- * Objects that can send events
- */</span>
-<span class="kd">public</span> <span class="kd">interface</span> <span class="nc">IEventSource</span> <span class="o">{</span>
-    <span class="o">&lt;</span><span class="n">T</span><span class="o">&gt;</span> <span class="kt">void</span> <span class="n">send</span><span class="o">(</span><span class="n">IEventSink</span> <span class="n">sink</span><span class="o">,</span> <span class="n">Broadcast</span> <span class="n">broadcast</span><span class="o">,</span> <span class="n">T</span> <span class="n">payload</span><span class="o">);</span>
-<span class="o">}</span></code></pre></figure>
-<p>and</p>
-<figure class="highlight"><pre><code class="language-java" data-lang="java"><span class="cm">/**
- * Objects that can receive events
- */</span>
-<span class="kd">public</span> <span class="kd">interface</span> <span class="nc">IEventSink</span>
-<span class="o">{</span>
-    <span class="cm">/**
-     * Called when an event is sent to this sink
-     */</span>
-    <span class="kt">void</span> <span class="n">onEvent</span><span class="o">(</span><span class="n">IEvent</span><span class="o">&lt;?&gt;</span> <span class="n">event</span><span class="o">);</span>
-<span class="o">}</span></code></pre></figure>
-<p>The classes that implement these interfaces, and can thus participate in the event mechanism are: <code>Component</code>, <code>RequestCycle</code>, <code>Session</code>, and <code>Application</code>.</p>
-<p>The mechanism allows for different event broadcast methods defined here:</p>
-<figure class="highlight"><pre><code class="language-java" data-lang="java"><span class="cm">/**
- * Defines the event broadcast type.
- */</span>
-<span class="kd">public</span> <span class="kd">enum</span> <span class="n">Broadcast</span> <span class="o">{</span>
-    <span class="n">BREADTH</span><span class="o">,</span>
-    <span class="n">DEPTH</span><span class="o">,</span>
-    <span class="n">BUBBLE</span><span class="o">,</span>
-    <span class="n">EXACT</span><span class="o">;</span>
-<span class="o">}</span></code></pre></figure>
-<p>There is an example in wicket-examples which demonstrates the usage of this.</p>
-<p>Applications can register custom event dispatchers in <code>FrameworkSettings</code>; the dispatchers can be used to build custom event delivery mechanisms. For example a custom <code>IEventDispatcher</code> mechanism can route events to annotated methods, for example:</p>
-<figure class="highlight"><pre><code class="language-java" data-lang="java"><span class="kd">public</span> <span class="kd">class</span> <span class="nc">MyComponent</span> <span class="kd">extends</span> <span class="n">Component</span> <span class="o">{</span>
-    <span class="nd">@OnEvent</span>
-    <span class="kd">private</span> <span class="kt">void</span> <span class="n">onUserAdded</span><span class="o">(</span><span class="n">UserAddedEvent</span> <span class="n">event</span><span class="o">)</span> <span class="o">{...}</span>
-<span class="o">}</span></code></pre></figure>
-<p>where <code>UserAddedEvent</code> is the event payload object.</p>
-<p>The default <code>Component#onEvent</code> method will be called even if custom dispatchers are registered.</p>
-<p>A default event is raised whenever Wicket begins to create an AJAX response. The payload of the event is the <code>AjaxRequestTarget</code> used for event. Sample implementation:</p>
-<figure class="highlight"><pre><code class="language-java" data-lang="java"><span class="c1">// component that always adds itself to the ajax response</span>
-<span class="kd">public</span> <span class="kd">class</span> <span class="nc">MyComponent</span> <span class="kd">extends</span> <span class="n">Component</span> <span class="o">{</span>
-    <span class="kd">public</span> <span class="kt">void</span> <span class="n">onEvent</span><span class="o">(</span><span class="n">IEvent</span> <span class="n">event</span><span class="o">)</span> <span class="o">{</span>
-        <span class="k">if</span> <span class="o">(</span><span class="n">event</span><span class="o">.</span><span class="na">getPayload</span><span class="o">()</span> <span class="k">instanceof</span> <span class="n">AjaxRequestTarget</span><span class="o">)</span> <span class="o">{</span>
-            <span class="o">((</span><span class="n">AjaxRequestTarget</span><span class="o">)</span><span class="n">event</span><span class="o">.</span><span class="na">getPayload</span><span class="o">()).</span><span class="na">add</span><span class="o">(</span><span class="k">this</span><span class="o">);</span>
-         <span class="o">}</span>
-    <span class="o">}</span>
-<span class="o">}</span></code></pre></figure>
-</div>
-        </section>
-    </div>
-</main>
-        <footer class="l-container">
-            <div class="l-full">
-    <img height="60px" src="/img/asf_logo.gif" style="float:left">
-    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
-    Wicket, Apache, the Apache feather logo, and the Apache Wicket
-    project logo are trademarks of The Apache Software Foundation. All
-    other marks mentioned may be trademarks or registered trademarks of
-    their respective owners.
-</div>
-        </footer>
-    </body>
-
-</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2011/09/07/wicket-1.5-released.html
----------------------------------------------------------------------
diff --git a/content/news/2011/09/07/wicket-1.5-released.html b/content/news/2011/09/07/wicket-1.5-released.html
new file mode 100644
index 0000000..e39fbfe
--- /dev/null
+++ b/content/news/2011/09/07/wicket-1.5-released.html
@@ -0,0 +1,147 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+        <meta charset="utf-8">
+        <title>Apache Wicket releases Wicket 1.5 | Apache Wicket</title>
+        <meta name="viewport" content="width=device-width, initial-scale=1" />
+
+        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
+        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
+        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
+
+		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
+
+    </head>
+
+    <body class="">
+        <div class="header default">
+    <div class="l-container">
+<nav class="mainmenu">
+    <ul>
+		<!-- /start/quickstart.html || /news/2011/09/07/wicket-1.5-released.html -->
+    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
+		<!-- /start/download.html || /news/2011/09/07/wicket-1.5-released.html -->
+    	<li class=""><a href="/start/download.html">Download</a></li>
+		<!-- /learn || /news/2011/09/07/wicket-1.5-released.html -->
+    	<li class=""><a href="/learn">Documentation</a></li>
+		<!-- /help || /news/2011/09/07/wicket-1.5-released.html -->
+    	<li class=""><a href="/help">Support</a></li>
+		<!-- /contribute || /news/2011/09/07/wicket-1.5-released.html -->
+    	<li class=""><a href="/contribute">Contribute</a></li>
+		<!-- /community || /news/2011/09/07/wicket-1.5-released.html -->
+    	<li class=""><a href="/community">Community</a></li>
+		<!-- /apache || /news/2011/09/07/wicket-1.5-released.html -->
+    	<li class=""><a href="/apache">Apache</a></li>
+    </ul>
+</nav>
+        <div class="logo">
+    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
+</div>
+    </div>
+</div>
+<main>
+    <div class="l-container">
+        <header class="l-full preamble">
+            <h1>Apache Wicket releases Wicket 1.5</h1>
+        </header>
+        <section class="l-one-third right">
+            <div id="toc" class="toc"><div id="toc-title"><h2>Table of Contents</h2></div><ul><li class="toc--level-1 toc--section-1"><a href="#downloading-apache-wicket-15"><span class="toc-number">1</span> <span class="toc-text">Downloading Apache Wicket 1.5</span></a></li><li class="toc--level-1 toc--section-2"><a href="#most-notable-changes"><span class="toc-number">2</span> <span class="toc-text">Most notable changes</span></a><ul><li class="toc--level-2 toc--section-3"><a href="#inter-component-events"><span class="toc-number">2.1</span> <span class="toc-text">Inter-component events</span></a></li></ul></li></ul></div>
+        </section>
+        <section class="l-two-third left">
+            <div class="l-full">
+    <p class="meta">07 Sep 2011</p>
+    <p>The Apache Wicket team is proud to announce the immediate availability of the newest release of their component oriented open source Java web framework. Apache Wicket 1.5 has been in development for the last two years and brings many improvements over previous versions.</p>
+<h2 id="downloading-apache-wicket-15">Downloading Apache Wicket 1.5</h2>
+<p>You can download the release here: <a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.0">http://www.apache.org/dyn/closer.cgi/wicket/1.5.0</a></p>
+<p>Or use this in your Maven POM to upgrade to the new version:</p>
+<figure class="highlight"><pre><code class="language-xml" data-lang="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.0<span class="nt">&lt;/version&gt;</span>
+<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
+<p>Please note that Wicket’s main artifact ID has been renamed to <code class="highlighter-rouge">wicket-core</code>.</p>
+<p>You will need to upgrade all modules (i.e. wicket, wicket-extensions, wicket-ioc, wicket-spring, etc) to 1.5.0. <strong>It is not possible to mix previous versions of Wicket with modules of this release.</strong></p>
+<h2 id="most-notable-changes">Most notable changes</h2>
+<p>With this release the Wicket team has revised many of its internals. A short list:</p>
+<ul>
+  <li>HTML5 components added: <code class="highlighter-rouge">EmailTextField</code>, <code class="highlighter-rouge">NumberTextField</code>, <code class="highlighter-rouge">UrlTextField</code> and <code class="highlighter-rouge">RangeTextField</code></li>
+  <li>New inter-component events (explained below)</li>
+  <li>Minimum required servlet API is servlet-api 2.5</li>
+  <li>All standard validators now extend <code class="highlighter-rouge">Behavior</code> to allow for client side validations</li>
+  <li><code class="highlighter-rouge">IBehavior</code> has been removed and <code class="highlighter-rouge">AbstractBehavior</code> has been deprecated, you should now extend <code class="highlighter-rouge">Behavior</code> instead</li>
+  <li>Simplified the <a href="https://cwiki.apache.org/confluence/display/WICKET/RequestCycle+in+Wicket+1.5">request cycle processing</a> and made it more extensible</li>
+  <li>URL handling is now in one place</li>
+  <li>Wicket’s rendering code has been greatly simplified</li>
+  <li>Improved browser <a href="https://cwiki.apache.org/confluence/display/WICKET/Caching+in+Wicket+1.5">caching support</a></li>
+  <li>ClientSideImageMap replaces old ImageMap</li>
+  <li>Better support for running behind proxies with <code class="highlighter-rouge">x-forwarded-for</code> header</li>
+  <li><a href="https://cwiki.apache.org/confluence/display/WICKET/RequestCycle+in+Wicket+1.5">Request cycle listeners</a> make it easier to integrate frameworks in your Wicket application</li>
+  <li>Consistent naming: methods with <code class="highlighter-rouge">Javascript</code> in the name have been renamed to use proper capitalization: <code class="highlighter-rouge">JavaScript</code></li>
+  <li>Switching to HTTPS is as simple as configuring a new root mapper to make Wicket HTTPS aware and annotating a page with @RequireHttps</li>
+</ul>
+<p>A longer list of changes and improvements can be found in our <a href="http://s.apache.org/wicket-1.5-migration">migration guide</a>.</p>
+<h3 id="inter-component-events">Inter-component events</h3>
+<p>Wicket 1.5 offers a simple, yet flexible, way for component to communicate with each other in a decoupled manner. The two major interfaces that facilitate this are:</p>
+<figure class="highlight"><pre><code class="language-java" data-lang="java"><span class="cm">/**
+ * Objects that can send events
+ */</span>
+<span class="kd">public</span> <span class="kd">interface</span> <span class="nc">IEventSource</span> <span class="o">{</span>
+    <span class="o">&lt;</span><span class="n">T</span><span class="o">&gt;</span> <span class="kt">void</span> <span class="n">send</span><span class="o">(</span><span class="n">IEventSink</span> <span class="n">sink</span><span class="o">,</span> <span class="n">Broadcast</span> <span class="n">broadcast</span><span class="o">,</span> <span class="n">T</span> <span class="n">payload</span><span class="o">);</span>
+<span class="o">}</span></code></pre></figure>
+<p>and</p>
+<figure class="highlight"><pre><code class="language-java" data-lang="java"><span class="cm">/**
+ * Objects that can receive events
+ */</span>
+<span class="kd">public</span> <span class="kd">interface</span> <span class="nc">IEventSink</span>
+<span class="o">{</span>
+    <span class="cm">/**
+     * Called when an event is sent to this sink
+     */</span>
+    <span class="kt">void</span> <span class="n">onEvent</span><span class="o">(</span><span class="n">IEvent</span><span class="o">&lt;?&gt;</span> <span class="n">event</span><span class="o">);</span>
+<span class="o">}</span></code></pre></figure>
+<p>The classes that implement these interfaces, and can thus participate in the event mechanism are: <code class="highlighter-rouge">Component</code>, <code class="highlighter-rouge">RequestCycle</code>, <code class="highlighter-rouge">Session</code>, and <code class="highlighter-rouge">Application</code>.</p>
+<p>The mechanism allows for different event broadcast methods defined here:</p>
+<figure class="highlight"><pre><code class="language-java" data-lang="java"><span class="cm">/**
+ * Defines the event broadcast type.
+ */</span>
+<span class="kd">public</span> <span class="kd">enum</span> <span class="n">Broadcast</span> <span class="o">{</span>
+    <span class="n">BREADTH</span><span class="o">,</span>
+    <span class="n">DEPTH</span><span class="o">,</span>
+    <span class="n">BUBBLE</span><span class="o">,</span>
+    <span class="n">EXACT</span><span class="o">;</span>
+<span class="o">}</span></code></pre></figure>
+<p>There is an example in wicket-examples which demonstrates the usage of this.</p>
+<p>Applications can register custom event dispatchers in <code class="highlighter-rouge">FrameworkSettings</code>; the dispatchers can be used to build custom event delivery mechanisms. For example a custom <code class="highlighter-rouge">IEventDispatcher</code> mechanism can route events to annotated methods, for example:</p>
+<figure class="highlight"><pre><code class="language-java" data-lang="java"><span class="kd">public</span> <span class="kd">class</span> <span class="nc">MyComponent</span> <span class="kd">extends</span> <span class="n">Component</span> <span class="o">{</span>
+    <span class="nd">@OnEvent</span>
+    <span class="kd">private</span> <span class="kt">void</span> <span class="n">onUserAdded</span><span class="o">(</span><span class="n">UserAddedEvent</span> <span class="n">event</span><span class="o">)</span> <span class="o">{...}</span>
+<span class="o">}</span></code></pre></figure>
+<p>where <code class="highlighter-rouge">UserAddedEvent</code> is the event payload object.</p>
+<p>The default <code class="highlighter-rouge">Component#onEvent</code> method will be called even if custom dispatchers are registered.</p>
+<p>A default event is raised whenever Wicket begins to create an AJAX response. The payload of the event is the <code class="highlighter-rouge">AjaxRequestTarget</code> used for event. Sample implementation:</p>
+<figure class="highlight"><pre><code class="language-java" data-lang="java"><span class="c1">// component that always adds itself to the ajax response</span>
+<span class="kd">public</span> <span class="kd">class</span> <span class="nc">MyComponent</span> <span class="kd">extends</span> <span class="n">Component</span> <span class="o">{</span>
+    <span class="kd">public</span> <span class="kt">void</span> <span class="n">onEvent</span><span class="o">(</span><span class="n">IEvent</span> <span class="n">event</span><span class="o">)</span> <span class="o">{</span>
+        <span class="k">if</span> <span class="o">(</span><span class="n">event</span><span class="o">.</span><span class="na">getPayload</span><span class="o">()</span> <span class="k">instanceof</span> <span class="n">AjaxRequestTarget</span><span class="o">)</span> <span class="o">{</span>
+            <span class="o">((</span><span class="n">AjaxRequestTarget</span><span class="o">)</span><span class="n">event</span><span class="o">.</span><span class="na">getPayload</span><span class="o">()).</span><span class="na">add</span><span class="o">(</span><span class="k">this</span><span class="o">);</span>
+         <span class="o">}</span>
+    <span class="o">}</span>
+<span class="o">}</span></code></pre></figure>
+</div>
+        </section>
+    </div>
+</main>
+        <footer class="l-container">
+            <div class="l-full">
+    <img height="60px" src="/img/asf_logo.gif" style="float:left">
+    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
+    Wicket, Apache, the Apache feather logo, and the Apache Wicket
+    project logo are trademarks of The Apache Software Foundation. All
+    other marks mentioned may be trademarks or registered trademarks of
+    their respective owners.
+</div>
+        </footer>
+    </body>
+
+</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2011/09/29/wicket-1-5-1-released.html
----------------------------------------------------------------------
diff --git a/content/news/2011/09/29/wicket-1-5-1-released.html b/content/news/2011/09/29/wicket-1-5-1-released.html
deleted file mode 100644
index 7201a2a..0000000
--- a/content/news/2011/09/29/wicket-1-5-1-released.html
+++ /dev/null
@@ -1,83 +0,0 @@
-<!DOCTYPE html>
-<html>
-    <head>
-        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-        <meta charset="utf-8">
-        <title>Wicket 1.5.1 released | Apache Wicket</title>
-        <meta name="viewport" content="width=device-width, initial-scale=1" />
-
-        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
-        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
-        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
-
-		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
-
-    </head>
-
-    <body class="">
-        <div class="header default">
-    <div class="l-container">
-<nav class="mainmenu">
-    <ul>
-		<!-- /start/quickstart.html || /news/2011/09/29/wicket-1-5-1-released.html -->
-    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
-		<!-- /start/download.html || /news/2011/09/29/wicket-1-5-1-released.html -->
-    	<li class=""><a href="/start/download.html">Download</a></li>
-		<!-- /learn || /news/2011/09/29/wicket-1-5-1-released.html -->
-    	<li class=""><a href="/learn">Documentation</a></li>
-		<!-- /help || /news/2011/09/29/wicket-1-5-1-released.html -->
-    	<li class=""><a href="/help">Support</a></li>
-		<!-- /contribute || /news/2011/09/29/wicket-1-5-1-released.html -->
-    	<li class=""><a href="/contribute">Contribute</a></li>
-		<!-- /community || /news/2011/09/29/wicket-1-5-1-released.html -->
-    	<li class=""><a href="/community">Community</a></li>
-		<!-- /apache || /news/2011/09/29/wicket-1-5-1-released.html -->
-    	<li class=""><a href="/apache">Apache</a></li>
-    </ul>
-</nav>
-        <div class="logo">
-    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
-</div>
-    </div>
-</div>
-<main>
-    <div class="l-container">
-        <header class="l-full preamble">
-            <h1>Wicket 1.5.1 released</h1>
-        </header>
-        <section class="l-one-third right">
-        </section>
-        <section class="l-two-third left">
-            <div class="l-full">
-    <p class="meta">29 Sep 2011</p>
-    <p>This is the first maintenance release of the Wicket 1.5.x series. This release brings over 40 bug fixes and 15 improvements.</p>
-<ul>
-  <li><a href="http://svn.apache.org/repos/asf/wicket/releases/wicket-1.5.1">Subversion tag</a></li>
-  <li><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?&amp;version=12315430&amp;projectId=12310561">Changelog</a></li>
-  <li>To use in Maven:</li>
-</ul>
-<figure class="highlight"><pre><code class="language-xml" data-lang="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.1<span class="nt">&lt;/version&gt;</span>
-<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
-<ul>
-  <li>Download the <a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.1">full distribution</a> (including source)</li>
-</ul>
-</div>
-        </section>
-    </div>
-</main>
-        <footer class="l-container">
-            <div class="l-full">
-    <img height="60px" src="/img/asf_logo.gif" style="float:left">
-    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
-    Wicket, Apache, the Apache feather logo, and the Apache Wicket
-    project logo are trademarks of The Apache Software Foundation. All
-    other marks mentioned may be trademarks or registered trademarks of
-    their respective owners.
-</div>
-        </footer>
-    </body>
-
-</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2011/09/29/wicket-1.5.1-released.html
----------------------------------------------------------------------
diff --git a/content/news/2011/09/29/wicket-1.5.1-released.html b/content/news/2011/09/29/wicket-1.5.1-released.html
new file mode 100644
index 0000000..13c4a3c
--- /dev/null
+++ b/content/news/2011/09/29/wicket-1.5.1-released.html
@@ -0,0 +1,83 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+        <meta charset="utf-8">
+        <title>Wicket 1.5.1 released | Apache Wicket</title>
+        <meta name="viewport" content="width=device-width, initial-scale=1" />
+
+        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
+        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
+        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
+
+		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
+
+    </head>
+
+    <body class="">
+        <div class="header default">
+    <div class="l-container">
+<nav class="mainmenu">
+    <ul>
+		<!-- /start/quickstart.html || /news/2011/09/29/wicket-1.5.1-released.html -->
+    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
+		<!-- /start/download.html || /news/2011/09/29/wicket-1.5.1-released.html -->
+    	<li class=""><a href="/start/download.html">Download</a></li>
+		<!-- /learn || /news/2011/09/29/wicket-1.5.1-released.html -->
+    	<li class=""><a href="/learn">Documentation</a></li>
+		<!-- /help || /news/2011/09/29/wicket-1.5.1-released.html -->
+    	<li class=""><a href="/help">Support</a></li>
+		<!-- /contribute || /news/2011/09/29/wicket-1.5.1-released.html -->
+    	<li class=""><a href="/contribute">Contribute</a></li>
+		<!-- /community || /news/2011/09/29/wicket-1.5.1-released.html -->
+    	<li class=""><a href="/community">Community</a></li>
+		<!-- /apache || /news/2011/09/29/wicket-1.5.1-released.html -->
+    	<li class=""><a href="/apache">Apache</a></li>
+    </ul>
+</nav>
+        <div class="logo">
+    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
+</div>
+    </div>
+</div>
+<main>
+    <div class="l-container">
+        <header class="l-full preamble">
+            <h1>Wicket 1.5.1 released</h1>
+        </header>
+        <section class="l-one-third right">
+        </section>
+        <section class="l-two-third left">
+            <div class="l-full">
+    <p class="meta">29 Sep 2011</p>
+    <p>This is the first maintenance release of the Wicket 1.5.x series. This release brings over 40 bug fixes and 15 improvements.</p>
+<ul>
+  <li><a href="http://svn.apache.org/repos/asf/wicket/releases/wicket-1.5.1">Subversion tag</a></li>
+  <li><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?&amp;version=12315430&amp;projectId=12310561">Changelog</a></li>
+  <li>To use in Maven:</li>
+</ul>
+<figure class="highlight"><pre><code class="language-xml" data-lang="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.1<span class="nt">&lt;/version&gt;</span>
+<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
+<ul>
+  <li>Download the <a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.1">full distribution</a> (including source)</li>
+</ul>
+</div>
+        </section>
+    </div>
+</main>
+        <footer class="l-container">
+            <div class="l-full">
+    <img height="60px" src="/img/asf_logo.gif" style="float:left">
+    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
+    Wicket, Apache, the Apache feather logo, and the Apache Wicket
+    project logo are trademarks of The Apache Software Foundation. All
+    other marks mentioned may be trademarks or registered trademarks of
+    their respective owners.
+</div>
+        </footer>
+    </body>
+
+</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2011/09/index.html
----------------------------------------------------------------------
diff --git a/content/news/2011/09/index.html b/content/news/2011/09/index.html
index a589f87..68624e3 100644
--- a/content/news/2011/09/index.html
+++ b/content/news/2011/09/index.html
@@ -50,7 +50,7 @@
 	<h3>Apache Wicket releases Wicket 1.5</h3>
   <p><small>07 Sep 2011</small></p>
 	<p>The Apache Wicket team is proud to announce the immediate availability o...</p>
-	<a href="/news/2011/09/07/wicket-1-5-released.html">more</a></li>
+	<a href="/news/2011/09/07/wicket-1.5-released.html">more</a></li>
 </div>
 <div class="news">
 	<h3>Wicket 1.5.1 released</h3>
@@ -63,7 +63,7 @@
 </ul>
 <figure class="highlight"><pre><code class="language-xml" data-lang="xml"><span class="nt">&lt;dependency&gt;</span>
     <span class="nt">&lt;grou...</span></code></pre></figure>
-	<a href="/news/2011/09/29/wicket-1-5-1-released.html">more</a></li>
+	<a href="/news/2011/09/29/wicket-1.5.1-released.html">more</a></li>
 </div>
         </div>
         <div class="l-one-third">

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2011/10/17/wicket-1-4-19-released.html
----------------------------------------------------------------------
diff --git a/content/news/2011/10/17/wicket-1-4-19-released.html b/content/news/2011/10/17/wicket-1-4-19-released.html
deleted file mode 100644
index b66e775..0000000
--- a/content/news/2011/10/17/wicket-1-4-19-released.html
+++ /dev/null
@@ -1,83 +0,0 @@
-<!DOCTYPE html>
-<html>
-    <head>
-        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-        <meta charset="utf-8">
-        <title>Wicket 1.4.19 released | Apache Wicket</title>
-        <meta name="viewport" content="width=device-width, initial-scale=1" />
-
-        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
-        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
-        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
-
-		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
-
-    </head>
-
-    <body class="">
-        <div class="header default">
-    <div class="l-container">
-<nav class="mainmenu">
-    <ul>
-		<!-- /start/quickstart.html || /news/2011/10/17/wicket-1-4-19-released.html -->
-    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
-		<!-- /start/download.html || /news/2011/10/17/wicket-1-4-19-released.html -->
-    	<li class=""><a href="/start/download.html">Download</a></li>
-		<!-- /learn || /news/2011/10/17/wicket-1-4-19-released.html -->
-    	<li class=""><a href="/learn">Documentation</a></li>
-		<!-- /help || /news/2011/10/17/wicket-1-4-19-released.html -->
-    	<li class=""><a href="/help">Support</a></li>
-		<!-- /contribute || /news/2011/10/17/wicket-1-4-19-released.html -->
-    	<li class=""><a href="/contribute">Contribute</a></li>
-		<!-- /community || /news/2011/10/17/wicket-1-4-19-released.html -->
-    	<li class=""><a href="/community">Community</a></li>
-		<!-- /apache || /news/2011/10/17/wicket-1-4-19-released.html -->
-    	<li class=""><a href="/apache">Apache</a></li>
-    </ul>
-</nav>
-        <div class="logo">
-    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
-</div>
-    </div>
-</div>
-<main>
-    <div class="l-container">
-        <header class="l-full preamble">
-            <h1>Wicket 1.4.19 released</h1>
-        </header>
-        <section class="l-one-third right">
-        </section>
-        <section class="l-two-third left">
-            <div class="l-full">
-    <p class="meta">17 Oct 2011</p>
-    <p>This is nineteenth 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.19">Subversion tag</a></li>
-  <li><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&amp;version=12317570">Changelog</a></li>
-  <li>To use in Maven:</li>
-</ul>
-<figure class="highlight"><pre><code class="language-xml" data-lang="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.19<span class="nt">&lt;/version&gt;</span>
-<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
-<ul>
-  <li>Download the <a href="http://www.apache.org/dyn/closer.cgi/wicket/1.4.19">full distribution</a> (including source)</li>
-</ul>
-</div>
-        </section>
-    </div>
-</main>
-        <footer class="l-container">
-            <div class="l-full">
-    <img height="60px" src="/img/asf_logo.gif" style="float:left">
-    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
-    Wicket, Apache, the Apache feather logo, and the Apache Wicket
-    project logo are trademarks of The Apache Software Foundation. All
-    other marks mentioned may be trademarks or registered trademarks of
-    their respective owners.
-</div>
-        </footer>
-    </body>
-
-</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2011/10/17/wicket-1.4.19-released.html
----------------------------------------------------------------------
diff --git a/content/news/2011/10/17/wicket-1.4.19-released.html b/content/news/2011/10/17/wicket-1.4.19-released.html
new file mode 100644
index 0000000..9415958
--- /dev/null
+++ b/content/news/2011/10/17/wicket-1.4.19-released.html
@@ -0,0 +1,83 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+        <meta charset="utf-8">
+        <title>Wicket 1.4.19 released | Apache Wicket</title>
+        <meta name="viewport" content="width=device-width, initial-scale=1" />
+
+        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
+        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
+        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
+
+		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
+
+    </head>
+
+    <body class="">
+        <div class="header default">
+    <div class="l-container">
+<nav class="mainmenu">
+    <ul>
+		<!-- /start/quickstart.html || /news/2011/10/17/wicket-1.4.19-released.html -->
+    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
+		<!-- /start/download.html || /news/2011/10/17/wicket-1.4.19-released.html -->
+    	<li class=""><a href="/start/download.html">Download</a></li>
+		<!-- /learn || /news/2011/10/17/wicket-1.4.19-released.html -->
+    	<li class=""><a href="/learn">Documentation</a></li>
+		<!-- /help || /news/2011/10/17/wicket-1.4.19-released.html -->
+    	<li class=""><a href="/help">Support</a></li>
+		<!-- /contribute || /news/2011/10/17/wicket-1.4.19-released.html -->
+    	<li class=""><a href="/contribute">Contribute</a></li>
+		<!-- /community || /news/2011/10/17/wicket-1.4.19-released.html -->
+    	<li class=""><a href="/community">Community</a></li>
+		<!-- /apache || /news/2011/10/17/wicket-1.4.19-released.html -->
+    	<li class=""><a href="/apache">Apache</a></li>
+    </ul>
+</nav>
+        <div class="logo">
+    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
+</div>
+    </div>
+</div>
+<main>
+    <div class="l-container">
+        <header class="l-full preamble">
+            <h1>Wicket 1.4.19 released</h1>
+        </header>
+        <section class="l-one-third right">
+        </section>
+        <section class="l-two-third left">
+            <div class="l-full">
+    <p class="meta">17 Oct 2011</p>
+    <p>This is nineteenth 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.19">Subversion tag</a></li>
+  <li><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&amp;version=12317570">Changelog</a></li>
+  <li>To use in Maven:</li>
+</ul>
+<figure class="highlight"><pre><code class="language-xml" data-lang="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.19<span class="nt">&lt;/version&gt;</span>
+<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
+<ul>
+  <li>Download the <a href="http://www.apache.org/dyn/closer.cgi/wicket/1.4.19">full distribution</a> (including source)</li>
+</ul>
+</div>
+        </section>
+    </div>
+</main>
+        <footer class="l-container">
+            <div class="l-full">
+    <img height="60px" src="/img/asf_logo.gif" style="float:left">
+    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
+    Wicket, Apache, the Apache feather logo, and the Apache Wicket
+    project logo are trademarks of The Apache Software Foundation. All
+    other marks mentioned may be trademarks or registered trademarks of
+    their respective owners.
+</div>
+        </footer>
+    </body>
+
+</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2011/10/24/wicket-1-5-2-released.html
----------------------------------------------------------------------
diff --git a/content/news/2011/10/24/wicket-1-5-2-released.html b/content/news/2011/10/24/wicket-1-5-2-released.html
deleted file mode 100644
index 13ccaae..0000000
--- a/content/news/2011/10/24/wicket-1-5-2-released.html
+++ /dev/null
@@ -1,83 +0,0 @@
-<!DOCTYPE html>
-<html>
-    <head>
-        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-        <meta charset="utf-8">
-        <title>Wicket 1.5.2 released | Apache Wicket</title>
-        <meta name="viewport" content="width=device-width, initial-scale=1" />
-
-        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
-        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
-        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
-
-		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
-
-    </head>
-
-    <body class="">
-        <div class="header default">
-    <div class="l-container">
-<nav class="mainmenu">
-    <ul>
-		<!-- /start/quickstart.html || /news/2011/10/24/wicket-1-5-2-released.html -->
-    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
-		<!-- /start/download.html || /news/2011/10/24/wicket-1-5-2-released.html -->
-    	<li class=""><a href="/start/download.html">Download</a></li>
-		<!-- /learn || /news/2011/10/24/wicket-1-5-2-released.html -->
-    	<li class=""><a href="/learn">Documentation</a></li>
-		<!-- /help || /news/2011/10/24/wicket-1-5-2-released.html -->
-    	<li class=""><a href="/help">Support</a></li>
-		<!-- /contribute || /news/2011/10/24/wicket-1-5-2-released.html -->
-    	<li class=""><a href="/contribute">Contribute</a></li>
-		<!-- /community || /news/2011/10/24/wicket-1-5-2-released.html -->
-    	<li class=""><a href="/community">Community</a></li>
-		<!-- /apache || /news/2011/10/24/wicket-1-5-2-released.html -->
-    	<li class=""><a href="/apache">Apache</a></li>
-    </ul>
-</nav>
-        <div class="logo">
-    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
-</div>
-    </div>
-</div>
-<main>
-    <div class="l-container">
-        <header class="l-full preamble">
-            <h1>Wicket 1.5.2 released</h1>
-        </header>
-        <section class="l-one-third right">
-        </section>
-        <section class="l-two-third left">
-            <div class="l-full">
-    <p class="meta">24 Oct 2011</p>
-    <p>This is the second maintenance release of the Wicket 1.5.x series. This release brings over 25 bug fixes and 5 improvements.</p>
-<ul>
-  <li><a href="http://svn.apache.org/repos/asf/wicket/releases/wicket-1.5.2">Subversion tag</a></li>
-  <li><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&amp;version=12318078">Changelog</a></li>
-  <li>To use in Maven:</li>
-</ul>
-<figure class="highlight"><pre><code class="language-xml" data-lang="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.2<span class="nt">&lt;/version&gt;</span>
-<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
-<ul>
-  <li>Download the <a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.2">full distribution</a> (including source)</li>
-</ul>
-</div>
-        </section>
-    </div>
-</main>
-        <footer class="l-container">
-            <div class="l-full">
-    <img height="60px" src="/img/asf_logo.gif" style="float:left">
-    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
-    Wicket, Apache, the Apache feather logo, and the Apache Wicket
-    project logo are trademarks of The Apache Software Foundation. All
-    other marks mentioned may be trademarks or registered trademarks of
-    their respective owners.
-</div>
-        </footer>
-    </body>
-
-</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2011/10/24/wicket-1.5.2-released.html
----------------------------------------------------------------------
diff --git a/content/news/2011/10/24/wicket-1.5.2-released.html b/content/news/2011/10/24/wicket-1.5.2-released.html
new file mode 100644
index 0000000..d9a28ee
--- /dev/null
+++ b/content/news/2011/10/24/wicket-1.5.2-released.html
@@ -0,0 +1,83 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+        <meta charset="utf-8">
+        <title>Wicket 1.5.2 released | Apache Wicket</title>
+        <meta name="viewport" content="width=device-width, initial-scale=1" />
+
+        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
+        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
+        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
+
+		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
+
+    </head>
+
+    <body class="">
+        <div class="header default">
+    <div class="l-container">
+<nav class="mainmenu">
+    <ul>
+		<!-- /start/quickstart.html || /news/2011/10/24/wicket-1.5.2-released.html -->
+    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
+		<!-- /start/download.html || /news/2011/10/24/wicket-1.5.2-released.html -->
+    	<li class=""><a href="/start/download.html">Download</a></li>
+		<!-- /learn || /news/2011/10/24/wicket-1.5.2-released.html -->
+    	<li class=""><a href="/learn">Documentation</a></li>
+		<!-- /help || /news/2011/10/24/wicket-1.5.2-released.html -->
+    	<li class=""><a href="/help">Support</a></li>
+		<!-- /contribute || /news/2011/10/24/wicket-1.5.2-released.html -->
+    	<li class=""><a href="/contribute">Contribute</a></li>
+		<!-- /community || /news/2011/10/24/wicket-1.5.2-released.html -->
+    	<li class=""><a href="/community">Community</a></li>
+		<!-- /apache || /news/2011/10/24/wicket-1.5.2-released.html -->
+    	<li class=""><a href="/apache">Apache</a></li>
+    </ul>
+</nav>
+        <div class="logo">
+    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
+</div>
+    </div>
+</div>
+<main>
+    <div class="l-container">
+        <header class="l-full preamble">
+            <h1>Wicket 1.5.2 released</h1>
+        </header>
+        <section class="l-one-third right">
+        </section>
+        <section class="l-two-third left">
+            <div class="l-full">
+    <p class="meta">24 Oct 2011</p>
+    <p>This is the second maintenance release of the Wicket 1.5.x series. This release brings over 25 bug fixes and 5 improvements.</p>
+<ul>
+  <li><a href="http://svn.apache.org/repos/asf/wicket/releases/wicket-1.5.2">Subversion tag</a></li>
+  <li><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&amp;version=12318078">Changelog</a></li>
+  <li>To use in Maven:</li>
+</ul>
+<figure class="highlight"><pre><code class="language-xml" data-lang="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.2<span class="nt">&lt;/version&gt;</span>
+<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
+<ul>
+  <li>Download the <a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.2">full distribution</a> (including source)</li>
+</ul>
+</div>
+        </section>
+    </div>
+</main>
+        <footer class="l-container">
+            <div class="l-full">
+    <img height="60px" src="/img/asf_logo.gif" style="float:left">
+    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
+    Wicket, Apache, the Apache feather logo, and the Apache Wicket
+    project logo are trademarks of The Apache Software Foundation. All
+    other marks mentioned may be trademarks or registered trademarks of
+    their respective owners.
+</div>
+        </footer>
+    </body>
+
+</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2011/10/index.html
----------------------------------------------------------------------
diff --git a/content/news/2011/10/index.html b/content/news/2011/10/index.html
index 394a1eb..1c23b40 100644
--- a/content/news/2011/10/index.html
+++ b/content/news/2011/10/index.html
@@ -57,7 +57,7 @@
 </ul>
 <figure class="highlight"><pre><code class="language-xml" data-lang="xml"><span class="nt">&lt;dependency&gt;</span>
     <span class="nt">&lt;group...</span></code></pre></figure>
-	<a href="/news/2011/10/17/wicket-1-4-19-released.html">more</a></li>
+	<a href="/news/2011/10/17/wicket-1.4.19-released.html">more</a></li>
 </div>
 <div class="news">
 	<h3>Wicket 1.5.2 released</h3>
@@ -70,7 +70,7 @@
 </ul>
 <figure class="highlight"><pre><code class="language-xml" data-lang="xml"><span class="nt">&lt;dependency&gt;</span>
     <span class="nt">&lt;grou...</span></code></pre></figure>
-	<a href="/news/2011/10/24/wicket-1-5-2-released.html">more</a></li>
+	<a href="/news/2011/10/24/wicket-1.5.2-released.html">more</a></li>
 </div>
         </div>
         <div class="l-one-third">

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2011/11/14/wicket-1-5-3-released.html
----------------------------------------------------------------------
diff --git a/content/news/2011/11/14/wicket-1-5-3-released.html b/content/news/2011/11/14/wicket-1-5-3-released.html
deleted file mode 100644
index 96c4037..0000000
--- a/content/news/2011/11/14/wicket-1-5-3-released.html
+++ /dev/null
@@ -1,83 +0,0 @@
-<!DOCTYPE html>
-<html>
-    <head>
-        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-        <meta charset="utf-8">
-        <title>Wicket 1.5.3 released | Apache Wicket</title>
-        <meta name="viewport" content="width=device-width, initial-scale=1" />
-
-        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
-        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
-        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
-
-		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
-
-    </head>
-
-    <body class="">
-        <div class="header default">
-    <div class="l-container">
-<nav class="mainmenu">
-    <ul>
-		<!-- /start/quickstart.html || /news/2011/11/14/wicket-1-5-3-released.html -->
-    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
-		<!-- /start/download.html || /news/2011/11/14/wicket-1-5-3-released.html -->
-    	<li class=""><a href="/start/download.html">Download</a></li>
-		<!-- /learn || /news/2011/11/14/wicket-1-5-3-released.html -->
-    	<li class=""><a href="/learn">Documentation</a></li>
-		<!-- /help || /news/2011/11/14/wicket-1-5-3-released.html -->
-    	<li class=""><a href="/help">Support</a></li>
-		<!-- /contribute || /news/2011/11/14/wicket-1-5-3-released.html -->
-    	<li class=""><a href="/contribute">Contribute</a></li>
-		<!-- /community || /news/2011/11/14/wicket-1-5-3-released.html -->
-    	<li class=""><a href="/community">Community</a></li>
-		<!-- /apache || /news/2011/11/14/wicket-1-5-3-released.html -->
-    	<li class=""><a href="/apache">Apache</a></li>
-    </ul>
-</nav>
-        <div class="logo">
-    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
-</div>
-    </div>
-</div>
-<main>
-    <div class="l-container">
-        <header class="l-full preamble">
-            <h1>Wicket 1.5.3 released</h1>
-        </header>
-        <section class="l-one-third right">
-        </section>
-        <section class="l-two-third left">
-            <div class="l-full">
-    <p class="meta">14 Nov 2011</p>
-    <p>This is the third maintenance release of the Wicket 1.5.x series. This release brings over 40 bug fixes and improvements.</p>
-<ul>
-  <li><a href="http://svn.apache.org/repos/asf/wicket/releases/wicket-1.5.3">Subversion tag</a></li>
-  <li><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&amp;version=12318550">Changelog</a></li>
-  <li>To use in Maven:</li>
-</ul>
-<figure class="highlight"><pre><code class="language-xml" data-lang="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.3<span class="nt">&lt;/version&gt;</span>
-<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
-<ul>
-  <li>Download the <a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.3">full distribution</a> (including source)</li>
-</ul>
-</div>
-        </section>
-    </div>
-</main>
-        <footer class="l-container">
-            <div class="l-full">
-    <img height="60px" src="/img/asf_logo.gif" style="float:left">
-    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
-    Wicket, Apache, the Apache feather logo, and the Apache Wicket
-    project logo are trademarks of The Apache Software Foundation. All
-    other marks mentioned may be trademarks or registered trademarks of
-    their respective owners.
-</div>
-        </footer>
-    </body>
-
-</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2011/11/14/wicket-1.5.3-released.html
----------------------------------------------------------------------
diff --git a/content/news/2011/11/14/wicket-1.5.3-released.html b/content/news/2011/11/14/wicket-1.5.3-released.html
new file mode 100644
index 0000000..2cd26c2
--- /dev/null
+++ b/content/news/2011/11/14/wicket-1.5.3-released.html
@@ -0,0 +1,83 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+        <meta charset="utf-8">
+        <title>Wicket 1.5.3 released | Apache Wicket</title>
+        <meta name="viewport" content="width=device-width, initial-scale=1" />
+
+        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
+        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
+        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
+
+		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
+
+    </head>
+
+    <body class="">
+        <div class="header default">
+    <div class="l-container">
+<nav class="mainmenu">
+    <ul>
+		<!-- /start/quickstart.html || /news/2011/11/14/wicket-1.5.3-released.html -->
+    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
+		<!-- /start/download.html || /news/2011/11/14/wicket-1.5.3-released.html -->
+    	<li class=""><a href="/start/download.html">Download</a></li>
+		<!-- /learn || /news/2011/11/14/wicket-1.5.3-released.html -->
+    	<li class=""><a href="/learn">Documentation</a></li>
+		<!-- /help || /news/2011/11/14/wicket-1.5.3-released.html -->
+    	<li class=""><a href="/help">Support</a></li>
+		<!-- /contribute || /news/2011/11/14/wicket-1.5.3-released.html -->
+    	<li class=""><a href="/contribute">Contribute</a></li>
+		<!-- /community || /news/2011/11/14/wicket-1.5.3-released.html -->
+    	<li class=""><a href="/community">Community</a></li>
+		<!-- /apache || /news/2011/11/14/wicket-1.5.3-released.html -->
+    	<li class=""><a href="/apache">Apache</a></li>
+    </ul>
+</nav>
+        <div class="logo">
+    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
+</div>
+    </div>
+</div>
+<main>
+    <div class="l-container">
+        <header class="l-full preamble">
+            <h1>Wicket 1.5.3 released</h1>
+        </header>
+        <section class="l-one-third right">
+        </section>
+        <section class="l-two-third left">
+            <div class="l-full">
+    <p class="meta">14 Nov 2011</p>
+    <p>This is the third maintenance release of the Wicket 1.5.x series. This release brings over 40 bug fixes and improvements.</p>
+<ul>
+  <li><a href="http://svn.apache.org/repos/asf/wicket/releases/wicket-1.5.3">Subversion tag</a></li>
+  <li><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&amp;version=12318550">Changelog</a></li>
+  <li>To use in Maven:</li>
+</ul>
+<figure class="highlight"><pre><code class="language-xml" data-lang="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.3<span class="nt">&lt;/version&gt;</span>
+<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
+<ul>
+  <li>Download the <a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.3">full distribution</a> (including source)</li>
+</ul>
+</div>
+        </section>
+    </div>
+</main>
+        <footer class="l-container">
+            <div class="l-full">
+    <img height="60px" src="/img/asf_logo.gif" style="float:left">
+    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
+    Wicket, Apache, the Apache feather logo, and the Apache Wicket
+    project logo are trademarks of The Apache Software Foundation. All
+    other marks mentioned may be trademarks or registered trademarks of
+    their respective owners.
+</div>
+        </footer>
+    </body>
+
+</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2011/11/index.html
----------------------------------------------------------------------
diff --git a/content/news/2011/11/index.html b/content/news/2011/11/index.html
index 342d53f..5f6ef62 100644
--- a/content/news/2011/11/index.html
+++ b/content/news/2011/11/index.html
@@ -57,7 +57,7 @@
 </ul>
 <figure class="highlight"><pre><code class="language-xml" data-lang="xml"><span class="nt">&lt;dependency&gt;</span>
     <span class="nt">&lt;groupId&gt;</span>org.apache.wicket...</code></pre></figure>
-	<a href="/news/2011/11/14/wicket-1-5-3-released.html">more</a></li>
+	<a href="/news/2011/11/14/wicket-1.5.3-released.html">more</a></li>
 </div>
         </div>
         <div class="l-one-third">

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2011/index.html
----------------------------------------------------------------------
diff --git a/content/news/2011/index.html b/content/news/2011/index.html
index cd8e96c..477498a 100644
--- a/content/news/2011/index.html
+++ b/content/news/2011/index.html
@@ -52,10 +52,10 @@
                   <p>This section contains all news items published in <a href="/news/2011/11">November 2011</a>.</p>
               </div>
                   <div class="l-full">
-              		<h3 id="/news/2011/11/14/wicket-1-5-3-released.html">Wicket 1.5.3 released</h3>
+              		<h3 id="/news/2011/11/14/wicket-1.5.3-released.html">Wicket 1.5.3 released</h3>
                       <small>14 Nov 2011</small>
               		<p>This is the third maintenance release of the Wicket 1.5.x series. This release brings over 40 bug fixes and improvements. Subversion tag Changelog To use...
-              		<a href="/news/2011/11/14/wicket-1-5-3-released.html">more</a></li></p>
+              		<a href="/news/2011/11/14/wicket-1.5.3-released.html">more</a></li></p>
                   </div>
               <hr>
               <div class="l-first"></div>
@@ -64,16 +64,16 @@
                   <p>This section contains all news items published in <a href="/news/2011/10">October 2011</a>.</p>
               </div>
                   <div class="l-full">
-              		<h3 id="/news/2011/10/24/wicket-1-5-2-released.html">Wicket 1.5.2 released</h3>
+              		<h3 id="/news/2011/10/24/wicket-1.5.2-released.html">Wicket 1.5.2 released</h3>
                       <small>24 Oct 2011</small>
               		<p>This is the second maintenance release of the Wicket 1.5.x series. This release brings over 25 bug fixes and 5 improvements. Subversion tag Changelog To...
-              		<a href="/news/2011/10/24/wicket-1-5-2-released.html">more</a></li></p>
+              		<a href="/news/2011/10/24/wicket-1.5.2-released.html">more</a></li></p>
                   </div>
                   <div class="l-full">
-              		<h3 id="/news/2011/10/17/wicket-1-4-19-released.html">Wicket 1.4.19 released</h3>
+              		<h3 id="/news/2011/10/17/wicket-1.4.19-released.html">Wicket 1.4.19 released</h3>
                       <small>17 Oct 2011</small>
               		<p>This is nineteenth release of the Wicket 1.4.x series. This is primarily a minor bugfix release on the 1.4.x (stable) branch. Subversion tag Changelog To...
-              		<a href="/news/2011/10/17/wicket-1-4-19-released.html">more</a></li></p>
+              		<a href="/news/2011/10/17/wicket-1.4.19-released.html">more</a></li></p>
                   </div>
               <hr>
               <div class="l-first"></div>
@@ -82,16 +82,16 @@
                   <p>This section contains all news items published in <a href="/news/2011/09">September 2011</a>.</p>
               </div>
                   <div class="l-full">
-              		<h3 id="/news/2011/09/29/wicket-1-5-1-released.html">Wicket 1.5.1 released</h3>
+              		<h3 id="/news/2011/09/29/wicket-1.5.1-released.html">Wicket 1.5.1 released</h3>
                       <small>29 Sep 2011</small>
               		<p>This is the first maintenance release of the Wicket 1.5.x series. This release brings over 40 bug fixes and 15 improvements. Subversion tag Changelog To...
-              		<a href="/news/2011/09/29/wicket-1-5-1-released.html">more</a></li></p>
+              		<a href="/news/2011/09/29/wicket-1.5.1-released.html">more</a></li></p>
                   </div>
                   <div class="l-full">
-              		<h3 id="/news/2011/09/07/wicket-1-5-released.html">Apache Wicket releases Wicket 1.5</h3>
+              		<h3 id="/news/2011/09/07/wicket-1.5-released.html">Apache Wicket releases Wicket 1.5</h3>
                       <small>07 Sep 2011</small>
               		<p>The Apache Wicket team is proud to announce the immediate availability of the newest release of their component oriented open source Java web framework. Apache...
-              		<a href="/news/2011/09/07/wicket-1-5-released.html">more</a></li></p>
+              		<a href="/news/2011/09/07/wicket-1.5-released.html">more</a></li></p>
                   </div>
               <hr>
               <div class="l-first"></div>
@@ -100,10 +100,10 @@
                   <p>This section contains all news items published in <a href="/news/2011/08">August 2011</a>.</p>
               </div>
                   <div class="l-full">
-              		<h3 id="/news/2011/08/28/1-5-rc7-released.html">Wicket 1.5-RC7 released</h3>
+              		<h3 id="/news/2011/08/28/1.5-RC7-released.html">Wicket 1.5-RC7 released</h3>
                       <small>28 Aug 2011</small>
               		<p>The Wicket Team is proud to introduce the seventh Release Candidate in Wicket 1.5 series. See the changelog for the list of bug fixes and...
-              		<a href="/news/2011/08/28/1-5-rc7-released.html">more</a></li></p>
+              		<a href="/news/2011/08/28/1.5-RC7-released.html">more</a></li></p>
                   </div>
                   <div class="l-full">
               		<h3 id="/news/2011/08/23/cve-2011-2712.html">CVE-2011-2712 - Apache Wicket XSS vulnerability</h3>
@@ -112,10 +112,10 @@
               		<a href="/news/2011/08/23/cve-2011-2712.html">more</a></li></p>
                   </div>
                   <div class="l-full">
-              		<h3 id="/news/2011/08/09/wicket-1-4-18-released.html">Wicket 1.4.18 released</h3>
+              		<h3 id="/news/2011/08/09/wicket-1.4.18-released.html">Wicket 1.4.18 released</h3>
                       <small>09 Aug 2011</small>
               		<p>This is eightteenth release of the Wicket 1.4.x series. This is primarily a minor bugfix release on the 1.4.x (stable) branch. Subversion tag Changelog To...
-              		<a href="/news/2011/08/09/wicket-1-4-18-released.html">more</a></li></p>
+              		<a href="/news/2011/08/09/wicket-1.4.18-released.html">more</a></li></p>
                   </div>
               <hr>
               <div class="l-first"></div>
@@ -124,10 +124,10 @@
                   <p>This section contains all news items published in <a href="/news/2011/06">June 2011</a>.</p>
               </div>
                   <div class="l-full">
-              		<h3 id="/news/2011/06/25/wicket-1-5-rc5-1-released.html">Wicket 1.5-RC5.1 released</h3>
+              		<h3 id="/news/2011/06/25/wicket-1.5-RC5.1-released.html">Wicket 1.5-RC5.1 released</h3>
                       <small>25 Jun 2011</small>
               		<p>The Wicket Team is proud to introduce the fourth Release Candidate in Wicket 1.5 series. See the changelog for the list of bug fixes and...
-              		<a href="/news/2011/06/25/wicket-1-5-rc5-1-released.html">more</a></li></p>
+              		<a href="/news/2011/06/25/wicket-1.5-RC5.1-released.html">more</a></li></p>
                   </div>
               <hr>
               <div class="l-first"></div>
@@ -142,10 +142,10 @@
               		<a href="/news/2011/05/17/wicket-cookbook-contest.html">more</a></li></p>
                   </div>
                   <div class="l-full">
-              		<h3 id="/news/2011/05/11/wicket-1-5-rc4-2-released.html">Wicket 1.5-RC4.2 released</h3>
+              		<h3 id="/news/2011/05/11/wicket-1.5-RC4.2-released.html">Wicket 1.5-RC4.2 released</h3>
                       <small>11 May 2011</small>
               		<p>The Wicket Team is proud to introduce the fourth Release Candidate in Wicket 1.5 series. See the changelog for the list of bug fixes and...
-              		<a href="/news/2011/05/11/wicket-1-5-rc4-2-released.html">more</a></li></p>
+              		<a href="/news/2011/05/11/wicket-1.5-RC4.2-released.html">more</a></li></p>
                   </div>
               <hr>
               <div class="l-first"></div>
@@ -154,16 +154,16 @@
                   <p>This section contains all news items published in <a href="/news/2011/04">April 2011</a>.</p>
               </div>
                   <div class="l-full">
-              		<h3 id="/news/2011/04/02/wicket-1-5-rc3-released.html">Wicket 1.5-RC3 released</h3>
+              		<h3 id="/news/2011/04/02/wicket-1.5-RC3-released.html">Wicket 1.5-RC3 released</h3>
                       <small>02 Apr 2011</small>
               		<p>The Wicket Team is proud to introduce the third Release Candidate in Wicket 1.5 series. See the changelog for the list of bug fixes and...
-              		<a href="/news/2011/04/02/wicket-1-5-rc3-released.html">more</a></li></p>
+              		<a href="/news/2011/04/02/wicket-1.5-RC3-released.html">more</a></li></p>
                   </div>
                   <div class="l-full">
-              		<h3 id="/news/2011/04/02/wicket-1-4-17-released.html">Wicket 1.4.17 released</h3>
+              		<h3 id="/news/2011/04/02/wicket-1.4.17-released.html">Wicket 1.4.17 released</h3>
                       <small>02 Apr 2011</small>
               		<p>This is seventeenth release of the Wicket 1.4.x series. This is primarily a minor bugfix release on the 1.4.x (stable) branch. Subversion tag Changelog To...
-              		<a href="/news/2011/04/02/wicket-1-4-17-released.html">more</a></li></p>
+              		<a href="/news/2011/04/02/wicket-1.4.17-released.html">more</a></li></p>
                   </div>
               <hr>
               <div class="l-first"></div>
@@ -184,16 +184,16 @@
                   <p>This section contains all news items published in <a href="/news/2011/02">February 2011</a>.</p>
               </div>
                   <div class="l-full">
-              		<h3 id="/news/2011/02/25/wicket-1-5-rc2-released.html">Wicket 1.5-rc2 released</h3>
+              		<h3 id="/news/2011/02/25/wicket-1.5-rc2-released.html">Wicket 1.5-rc2 released</h3>
                       <small>25 Feb 2011</small>
               		<p>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...
-              		<a href="/news/2011/02/25/wicket-1-5-rc2-released.html">more</a></li></p>
+              		<a href="/news/2011/02/25/wicket-1.5-rc2-released.html">more</a></li></p>
                   </div>
                   <div class="l-full">
-              		<h3 id="/news/2011/02/25/wicket-1-4-16-released.html">Wicket 1.4.16 released</h3>
+              		<h3 id="/news/2011/02/25/wicket-1.4.16-released.html">Wicket 1.4.16 released</h3>
                       <small>25 Feb 2011</small>
               		<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. Subversion tag Changelog To...
-              		<a href="/news/2011/02/25/wicket-1-4-16-released.html">more</a></li></p>
+              		<a href="/news/2011/02/25/wicket-1.4.16-released.html">more</a></li></p>
                   </div>
               <hr>
               <div class="l-first"></div>
@@ -202,10 +202,10 @@
                   <p>This section contains all news items published in <a href="/news/2011/01">January 2011</a>.</p>
               </div>
                   <div class="l-full">
-              		<h3 id="/news/2011/01/22/wicket-1-5-rc1-released.html">Wicket 1.5-RC1 released</h3>
+              		<h3 id="/news/2011/01/22/wicket-1.5-RC1-released.html">Wicket 1.5-RC1 released</h3>
                       <small>22 Jan 2011</small>
               		<p>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: * A...
-              		<a href="/news/2011/01/22/wicket-1-5-rc1-released.html">more</a></li></p>
+              		<a href="/news/2011/01/22/wicket-1.5-RC1-released.html">more</a></li></p>
                   </div>
               <hr>
               <div class="l-first"></div>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2012/01/23/wicket-1-5-4-released.html
----------------------------------------------------------------------
diff --git a/content/news/2012/01/23/wicket-1-5-4-released.html b/content/news/2012/01/23/wicket-1-5-4-released.html
deleted file mode 100644
index 7a7ebd6..0000000
--- a/content/news/2012/01/23/wicket-1-5-4-released.html
+++ /dev/null
@@ -1,83 +0,0 @@
-<!DOCTYPE html>
-<html>
-    <head>
-        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-        <meta charset="utf-8">
-        <title>Wicket 1.5.4 released | Apache Wicket</title>
-        <meta name="viewport" content="width=device-width, initial-scale=1" />
-
-        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
-        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
-        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
-
-		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
-
-    </head>
-
-    <body class="">
-        <div class="header default">
-    <div class="l-container">
-<nav class="mainmenu">
-    <ul>
-		<!-- /start/quickstart.html || /news/2012/01/23/wicket-1-5-4-released.html -->
-    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
-		<!-- /start/download.html || /news/2012/01/23/wicket-1-5-4-released.html -->
-    	<li class=""><a href="/start/download.html">Download</a></li>
-		<!-- /learn || /news/2012/01/23/wicket-1-5-4-released.html -->
-    	<li class=""><a href="/learn">Documentation</a></li>
-		<!-- /help || /news/2012/01/23/wicket-1-5-4-released.html -->
-    	<li class=""><a href="/help">Support</a></li>
-		<!-- /contribute || /news/2012/01/23/wicket-1-5-4-released.html -->
-    	<li class=""><a href="/contribute">Contribute</a></li>
-		<!-- /community || /news/2012/01/23/wicket-1-5-4-released.html -->
-    	<li class=""><a href="/community">Community</a></li>
-		<!-- /apache || /news/2012/01/23/wicket-1-5-4-released.html -->
-    	<li class=""><a href="/apache">Apache</a></li>
-    </ul>
-</nav>
-        <div class="logo">
-    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
-</div>
-    </div>
-</div>
-<main>
-    <div class="l-container">
-        <header class="l-full preamble">
-            <h1>Wicket 1.5.4 released</h1>
-        </header>
-        <section class="l-one-third right">
-        </section>
-        <section class="l-two-third left">
-            <div class="l-full">
-    <p class="meta">23 Jan 2012</p>
-    <p>This is the fourth maintenance release of the Wicket 1.5.x series. This release brings over 68 bug fixes and improvements.</p>
-<ul>
-  <li><a href="http://git-wip-us.apache.org/repos/asf/wicket/repo?p=wicket.git;a=shortlog;h=refs/tags/release/wicket-1.5.4">Git tag</a></li>
-  <li><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&amp;version=12319051">Changelog</a></li>
-  <li>To use in Maven:</li>
-</ul>
-<figure class="highlight"><pre><code class="language-xml" data-lang="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.4<span class="nt">&lt;/version&gt;</span>
-<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
-<ul>
-  <li>Download the <a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.4">full distribution</a> (including source)</li>
-</ul>
-</div>
-        </section>
-    </div>
-</main>
-        <footer class="l-container">
-            <div class="l-full">
-    <img height="60px" src="/img/asf_logo.gif" style="float:left">
-    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
-    Wicket, Apache, the Apache feather logo, and the Apache Wicket
-    project logo are trademarks of The Apache Software Foundation. All
-    other marks mentioned may be trademarks or registered trademarks of
-    their respective owners.
-</div>
-        </footer>
-    </body>
-
-</html>


[11/19] wicket-site git commit: WICKET-6049 updated links to example site

Posted by ad...@apache.org.
http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2012/10/23/wicket-6.2.0-released.html
----------------------------------------------------------------------
diff --git a/content/news/2012/10/23/wicket-6.2.0-released.html b/content/news/2012/10/23/wicket-6.2.0-released.html
new file mode 100644
index 0000000..cfa2b1e
--- /dev/null
+++ b/content/news/2012/10/23/wicket-6.2.0-released.html
@@ -0,0 +1,151 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+        <meta charset="utf-8">
+        <title>Apache Wicket 6.2.0 released | Apache Wicket</title>
+        <meta name="viewport" content="width=device-width, initial-scale=1" />
+
+        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
+        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
+        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
+
+		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
+
+    </head>
+
+    <body class="">
+        <div class="header default">
+    <div class="l-container">
+<nav class="mainmenu">
+    <ul>
+		<!-- /start/quickstart.html || /news/2012/10/23/wicket-6.2.0-released.html -->
+    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
+		<!-- /start/download.html || /news/2012/10/23/wicket-6.2.0-released.html -->
+    	<li class=""><a href="/start/download.html">Download</a></li>
+		<!-- /learn || /news/2012/10/23/wicket-6.2.0-released.html -->
+    	<li class=""><a href="/learn">Documentation</a></li>
+		<!-- /help || /news/2012/10/23/wicket-6.2.0-released.html -->
+    	<li class=""><a href="/help">Support</a></li>
+		<!-- /contribute || /news/2012/10/23/wicket-6.2.0-released.html -->
+    	<li class=""><a href="/contribute">Contribute</a></li>
+		<!-- /community || /news/2012/10/23/wicket-6.2.0-released.html -->
+    	<li class=""><a href="/community">Community</a></li>
+		<!-- /apache || /news/2012/10/23/wicket-6.2.0-released.html -->
+    	<li class=""><a href="/apache">Apache</a></li>
+    </ul>
+</nav>
+        <div class="logo">
+    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
+</div>
+    </div>
+</div>
+<main>
+    <div class="l-container">
+        <header class="l-full preamble">
+            <h1>Apache Wicket 6.2.0 released</h1>
+        </header>
+        <section class="l-one-third right">
+            <div id="toc" class="toc"><div id="toc-title"><h2>Table of Contents</h2></div><ul><li class="toc--level-1 toc--section-1"><a href="#new-and-noteworthy"><span class="toc-number">1</span> <span class="toc-text">New and noteworthy</span></a></li><li class="toc--level-1 toc--section-2"><a href="#using-this-release"><span class="toc-number">2</span> <span class="toc-text">Using this release</span></a></li><li class="toc--level-1 toc--section-3"><a href="#upgrading-from-earlier-versions"><span class="toc-number">3</span> <span class="toc-text">Upgrading from earlier versions</span></a><ul><li class="toc--level-2 toc--section-4"><a href="#release-notes---wicket---version-620"><span class="toc-number">3.1</span> <span class="toc-text">Release Notes - Wicket - Version 6.2.0</span></a></li></ul></li></ul></div>
+        </section>
+        <section class="l-two-third left">
+            <div class="l-full">
+    <p class="meta">23 Oct 2012</p>
+    <p>The Apache Wicket PMC is proud to announce Apache Wicket 6.2.0!</p>
+<p>This release marks the second minor release of Wicket 6. Starting
+with Wicket 6 we use semantic versioning for the future development of
+Wicket, and as such no API breaks are present in this release compared
+to 6.0.0.</p>
+<h2 id="new-and-noteworthy">New and noteworthy</h2>
+<p>SerializableChecker has been made easier to extend. It is now much easier
+to add your own checks at serialization time. For example, check whether your
+LoadableDetachableModels are detached, or no Hibernate entities are referenced
+directly from your component tree, etc.</p>
+<p>For the full changelog see the release notes attached to the end of
+this announcement.</p>
+<h2 id="using-this-release">Using this release</h2>
+<p>With Apache Maven update your dependency to (and don’t forget to
+update any other dependencies on Wicket projects to the same version):</p>
+<figure class="highlight"><pre><code class="language-xml" data-lang="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>6.2.0<span class="nt">&lt;/version&gt;</span>
+<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
+<p>Or download and build the distribution yourself, or use our
+convenience binary package</p>
+<ul>
+  <li><a href="http://www.apache.org/dyn/closer.cgi/wicket/6.2.0">http://www.apache.org/dyn/closer.cgi/wicket/6.2.0</a></li>
+  <li><a href="http://www.apache.org/dyn/closer.cgi/wicket/6.2.0/binaries">http://www.apache.org/dyn/closer.cgi/wicket/6.2.0/binaries</a></li>
+</ul>
+<h2 id="upgrading-from-earlier-versions">Upgrading from earlier versions</h2>
+<p>If you upgrade from 6.0.0 or 6.1.0, this release is a drop in 
+replacement. If you come from a version prior to 6.0.0, please 
+read our Wicket 6 migration guide found at <a href="http://s.apache.org/wicket-6.0-migration">http://s.apache.org/wicket-6.0-migration</a></p>
+<p>Have fun!</p>
+<p>— The Wicket team</p>
+<h3 id="release-notes---wicket---version-620">Release Notes - Wicket - Version 6.2.0</h3>
+<h4 id="sub-task">Sub-task</h4>
+<ul>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4752">WICKET-4752</a> - Revert Wicket-4715 -Read multipart request params in WebApplication</li>
+</ul>
+<h4 id="bug">Bug</h4>
+<ul>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4587">WICKET-4587</a> - URLRenderer renderFullUrl</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4589">WICKET-4589</a> - Closing <code class="highlighter-rouge">&lt;/wicket:container&gt;</code> tag is incorrectly setup as autocomponent</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4756">WICKET-4756</a> - AtmosphereWebRequest should return true on calls to #isAjax()</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4759">WICKET-4759</a> - FilterForm/FilterToolbar don’t work when there’s more than one IColumn to be filtered</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4769">WICKET-4769</a> - Clicking on Label of Radio doesn’t update component with Ajax update</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4771">WICKET-4771</a> - Submitting value filled in DropDownChoice fails when tinymce textarea is on the page</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4776">WICKET-4776</a> - Problems with switching between HTTP/HTTPS</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4777">WICKET-4777</a> - JavaScriptReference escapes given URL</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4786">WICKET-4786</a> - AjaxTabbedPanel doesn’t include constructor with model</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4787">WICKET-4787</a> - Registering resource bundles with duplicate resource references gives an NPE</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4788">WICKET-4788</a> - FilteringHeaderResponse does not unwrap PriorityHeaderItems for filtering</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4789">WICKET-4789</a> - URL rendering regression</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4791">WICKET-4791</a> - UploadProgressBar hides immediately after being shown.</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4792">WICKET-4792</a> - wickettester#startcomponent(component) doesn’t call oninitialize</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4794">WICKET-4794</a> - RfcCompliantEmailAddressValidator error message not defined</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4796">WICKET-4796</a> - DatePickerTest fails because of java inconsistensy on localizing March german shortname Mrz vs Mär</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4797">WICKET-4797</a> - CheckBoxMultipleChoice loses state</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4801">WICKET-4801</a> - BaseWicketTester.executeAjaxEvent only fires one of multiple behaviors bound to a given event</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4806">WICKET-4806</a> - AjaxEditableChoiceLabel won’t close select onblur</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4810">WICKET-4810</a> - CLONE - BaseWicketTester.clickLink() does not work with a ResourceLink with ResourceReference</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4816">WICKET-4816</a> - Handling of semicolons in form action URLs</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4818">WICKET-4818</a> - NullPointerException while reading the POST parameters</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4820">WICKET-4820</a> - Race condition in ResourceSettings: getResourceWatcher() is not thread safe</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4822">WICKET-4822</a> - Wicket.Event.add requires Wicket.$, but wicket-ajax-jquery is not listed as a dependency</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4824">WICKET-4824</a> - Redirect to HTTPS is using wrong port 80 if HttpsConfig with default ports 80/443 is used</li>
+</ul>
+<h4 id="improvement">Improvement</h4>
+<ul>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4160">WICKET-4160</a> - Make AbstractAutoCompleteRenderer.renderHeader() and .renderFooter() non-final</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4772">WICKET-4772</a> - DataTable API and handling of AbstractToolbar</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4778">WICKET-4778</a> - Add factory methods to JavaScriptHeaderItem to create a deferred JavaScript header item.</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4798">WICKET-4798</a> - Make IteratorFilter.onFilter protected</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4804">WICKET-4804</a> - Add #setStatus(int) in AbstractResource.ResourceResponse</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4808">WICKET-4808</a> - WebClientInfo.getRemoteAddr() handling “Forwarded-For” value tokens not being ip addresses</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4812">WICKET-4812</a> - Make SerializationChecker easier for extending so custom checks can be added to it</li>
+</ul>
+<h4 id="new-feature">New Feature</h4>
+<ul>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4793">WICKET-4793</a> - Support Jetty 9.x websocket implementation</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4802">WICKET-4802</a> - Add functionality to be able to export DataTable content</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4815">WICKET-4815</a> - Interface to mark components with type safe models</li>
+</ul>
+</div>
+        </section>
+    </div>
+</main>
+        <footer class="l-container">
+            <div class="l-full">
+    <img height="60px" src="/img/asf_logo.gif" style="float:left">
+    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
+    Wicket, Apache, the Apache feather logo, and the Apache Wicket
+    project logo are trademarks of The Apache Software Foundation. All
+    other marks mentioned may be trademarks or registered trademarks of
+    their respective owners.
+</div>
+        </footer>
+    </body>
+
+</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2012/10/index.html
----------------------------------------------------------------------
diff --git a/content/news/2012/10/index.html b/content/news/2012/10/index.html
index 0c59e1c..3f5c525 100644
--- a/content/news/2012/10/index.html
+++ b/content/news/2012/10/index.html
@@ -51,7 +51,7 @@
   <p><small>04 Oct 2012</small></p>
 	<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.1.0!</p>
 <p>This release marks the first maintenance release of Wicket 6. Starting with Wicket 6 we u...</p>
-	<a href="/news/2012/10/04/wicket-6-1-0-released.html">more</a></li>
+	<a href="/news/2012/10/04/wicket-6.1.0-released.html">more</a></li>
 </div>
 <div class="news">
 	<h3>Apache Wicket 6.1.1 released</h3>
@@ -59,7 +59,7 @@
 	<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.1.1!</p>
 <p>This release marks the first patch release of Wicket 6. Starting with Wicket 
 6 we use semanti...</p>
-	<a href="/news/2012/10/08/wicket-6-1-1-released.html">more</a></li>
+	<a href="/news/2012/10/08/wicket-6.1.1-released.html">more</a></li>
 </div>
 <div class="news">
 	<h3>Apache Wicket 6.2.0 released</h3>
@@ -67,7 +67,7 @@
 	<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.2.0!</p>
 <p>This release marks the second minor release of Wicket 6. Starting
 with Wicket 6 we u...</p>
-	<a href="/news/2012/10/23/wicket-6-2-0-released.html">more</a></li>
+	<a href="/news/2012/10/23/wicket-6.2.0-released.html">more</a></li>
 </div>
         </div>
         <div class="l-one-third">

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2012/11/09/wicket-1-5-9-released.html
----------------------------------------------------------------------
diff --git a/content/news/2012/11/09/wicket-1-5-9-released.html b/content/news/2012/11/09/wicket-1-5-9-released.html
deleted file mode 100644
index dee68eb..0000000
--- a/content/news/2012/11/09/wicket-1-5-9-released.html
+++ /dev/null
@@ -1,83 +0,0 @@
-<!DOCTYPE html>
-<html>
-    <head>
-        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-        <meta charset="utf-8">
-        <title>Wicket 1.5.9 released | Apache Wicket</title>
-        <meta name="viewport" content="width=device-width, initial-scale=1" />
-
-        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
-        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
-        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
-
-		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
-
-    </head>
-
-    <body class="">
-        <div class="header default">
-    <div class="l-container">
-<nav class="mainmenu">
-    <ul>
-		<!-- /start/quickstart.html || /news/2012/11/09/wicket-1-5-9-released.html -->
-    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
-		<!-- /start/download.html || /news/2012/11/09/wicket-1-5-9-released.html -->
-    	<li class=""><a href="/start/download.html">Download</a></li>
-		<!-- /learn || /news/2012/11/09/wicket-1-5-9-released.html -->
-    	<li class=""><a href="/learn">Documentation</a></li>
-		<!-- /help || /news/2012/11/09/wicket-1-5-9-released.html -->
-    	<li class=""><a href="/help">Support</a></li>
-		<!-- /contribute || /news/2012/11/09/wicket-1-5-9-released.html -->
-    	<li class=""><a href="/contribute">Contribute</a></li>
-		<!-- /community || /news/2012/11/09/wicket-1-5-9-released.html -->
-    	<li class=""><a href="/community">Community</a></li>
-		<!-- /apache || /news/2012/11/09/wicket-1-5-9-released.html -->
-    	<li class=""><a href="/apache">Apache</a></li>
-    </ul>
-</nav>
-        <div class="logo">
-    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
-</div>
-    </div>
-</div>
-<main>
-    <div class="l-container">
-        <header class="l-full preamble">
-            <h1>Wicket 1.5.9 released</h1>
-        </header>
-        <section class="l-one-third right">
-        </section>
-        <section class="l-two-third left">
-            <div class="l-full">
-    <p class="meta">09 Nov 2012</p>
-    <p>This is the nineth maintenance release of the Wicket 1.5.x series. This release brings over 48 bug fixes and improvements.</p>
-<ul>
-  <li><a href="https://git-wip-us.apache.org/repos/asf/wicket/repo?p=wicket.git;a=shortlog;h=refs/tags/release/wicket.1.5.9">Git tag</a></li>
-  <li><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&amp;version=12322962">Changelog</a></li>
-  <li>To use in Maven:</li>
-</ul>
-<figure class="highlight"><pre><code class="language-xml" data-lang="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.9<span class="nt">&lt;/version&gt;</span>
-<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
-<ul>
-  <li>Download the <a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.9">full distribution</a> (including source)</li>
-</ul>
-</div>
-        </section>
-    </div>
-</main>
-        <footer class="l-container">
-            <div class="l-full">
-    <img height="60px" src="/img/asf_logo.gif" style="float:left">
-    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
-    Wicket, Apache, the Apache feather logo, and the Apache Wicket
-    project logo are trademarks of The Apache Software Foundation. All
-    other marks mentioned may be trademarks or registered trademarks of
-    their respective owners.
-</div>
-        </footer>
-    </body>
-
-</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2012/11/09/wicket-1.5.9-released.html
----------------------------------------------------------------------
diff --git a/content/news/2012/11/09/wicket-1.5.9-released.html b/content/news/2012/11/09/wicket-1.5.9-released.html
new file mode 100644
index 0000000..02f90e1
--- /dev/null
+++ b/content/news/2012/11/09/wicket-1.5.9-released.html
@@ -0,0 +1,83 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+        <meta charset="utf-8">
+        <title>Wicket 1.5.9 released | Apache Wicket</title>
+        <meta name="viewport" content="width=device-width, initial-scale=1" />
+
+        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
+        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
+        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
+
+		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
+
+    </head>
+
+    <body class="">
+        <div class="header default">
+    <div class="l-container">
+<nav class="mainmenu">
+    <ul>
+		<!-- /start/quickstart.html || /news/2012/11/09/wicket-1.5.9-released.html -->
+    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
+		<!-- /start/download.html || /news/2012/11/09/wicket-1.5.9-released.html -->
+    	<li class=""><a href="/start/download.html">Download</a></li>
+		<!-- /learn || /news/2012/11/09/wicket-1.5.9-released.html -->
+    	<li class=""><a href="/learn">Documentation</a></li>
+		<!-- /help || /news/2012/11/09/wicket-1.5.9-released.html -->
+    	<li class=""><a href="/help">Support</a></li>
+		<!-- /contribute || /news/2012/11/09/wicket-1.5.9-released.html -->
+    	<li class=""><a href="/contribute">Contribute</a></li>
+		<!-- /community || /news/2012/11/09/wicket-1.5.9-released.html -->
+    	<li class=""><a href="/community">Community</a></li>
+		<!-- /apache || /news/2012/11/09/wicket-1.5.9-released.html -->
+    	<li class=""><a href="/apache">Apache</a></li>
+    </ul>
+</nav>
+        <div class="logo">
+    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
+</div>
+    </div>
+</div>
+<main>
+    <div class="l-container">
+        <header class="l-full preamble">
+            <h1>Wicket 1.5.9 released</h1>
+        </header>
+        <section class="l-one-third right">
+        </section>
+        <section class="l-two-third left">
+            <div class="l-full">
+    <p class="meta">09 Nov 2012</p>
+    <p>This is the nineth maintenance release of the Wicket 1.5.x series. This release brings over 48 bug fixes and improvements.</p>
+<ul>
+  <li><a href="https://git-wip-us.apache.org/repos/asf/wicket/repo?p=wicket.git;a=shortlog;h=refs/tags/release/wicket.1.5.9">Git tag</a></li>
+  <li><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&amp;version=12322962">Changelog</a></li>
+  <li>To use in Maven:</li>
+</ul>
+<figure class="highlight"><pre><code class="language-xml" data-lang="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.9<span class="nt">&lt;/version&gt;</span>
+<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
+<ul>
+  <li>Download the <a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.9">full distribution</a> (including source)</li>
+</ul>
+</div>
+        </section>
+    </div>
+</main>
+        <footer class="l-container">
+            <div class="l-full">
+    <img height="60px" src="/img/asf_logo.gif" style="float:left">
+    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
+    Wicket, Apache, the Apache feather logo, and the Apache Wicket
+    project logo are trademarks of The Apache Software Foundation. All
+    other marks mentioned may be trademarks or registered trademarks of
+    their respective owners.
+</div>
+        </footer>
+    </body>
+
+</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2012/11/16/wicket-6-3-0-released.html
----------------------------------------------------------------------
diff --git a/content/news/2012/11/16/wicket-6-3-0-released.html b/content/news/2012/11/16/wicket-6-3-0-released.html
deleted file mode 100644
index 390a9e6..0000000
--- a/content/news/2012/11/16/wicket-6-3-0-released.html
+++ /dev/null
@@ -1,137 +0,0 @@
-<!DOCTYPE html>
-<html>
-    <head>
-        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-        <meta charset="utf-8">
-        <title>Apache Wicket 6.3.0 released | Apache Wicket</title>
-        <meta name="viewport" content="width=device-width, initial-scale=1" />
-
-        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
-        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
-        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
-
-		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
-
-    </head>
-
-    <body class="">
-        <div class="header default">
-    <div class="l-container">
-<nav class="mainmenu">
-    <ul>
-		<!-- /start/quickstart.html || /news/2012/11/16/wicket-6-3-0-released.html -->
-    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
-		<!-- /start/download.html || /news/2012/11/16/wicket-6-3-0-released.html -->
-    	<li class=""><a href="/start/download.html">Download</a></li>
-		<!-- /learn || /news/2012/11/16/wicket-6-3-0-released.html -->
-    	<li class=""><a href="/learn">Documentation</a></li>
-		<!-- /help || /news/2012/11/16/wicket-6-3-0-released.html -->
-    	<li class=""><a href="/help">Support</a></li>
-		<!-- /contribute || /news/2012/11/16/wicket-6-3-0-released.html -->
-    	<li class=""><a href="/contribute">Contribute</a></li>
-		<!-- /community || /news/2012/11/16/wicket-6-3-0-released.html -->
-    	<li class=""><a href="/community">Community</a></li>
-		<!-- /apache || /news/2012/11/16/wicket-6-3-0-released.html -->
-    	<li class=""><a href="/apache">Apache</a></li>
-    </ul>
-</nav>
-        <div class="logo">
-    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
-</div>
-    </div>
-</div>
-<main>
-    <div class="l-container">
-        <header class="l-full preamble">
-            <h1>Apache Wicket 6.3.0 released</h1>
-        </header>
-        <section class="l-one-third right">
-            <div id="toc" class="toc"><div id="toc-title"><h2>Table of Contents</h2></div><ul><li class="toc--level-1 toc--section-1"><a href="#new-and-noteworthy"><span class="toc-number">1</span> <span class="toc-text">New and noteworthy</span></a></li><li class="toc--level-1 toc--section-2"><a href="#using-this-release"><span class="toc-number">2</span> <span class="toc-text">Using this release</span></a></li><li class="toc--level-1 toc--section-3"><a href="#upgrading-from-earlier-versions"><span class="toc-number">3</span> <span class="toc-text">Upgrading from earlier versions</span></a><ul><li class="toc--level-2 toc--section-4"><a href="#release-notes---wicket---version-630"><span class="toc-number">3.1</span> <span class="toc-text">Release Notes - Wicket - Version 6.3.0</span></a></li></ul></li></ul></div>
-        </section>
-        <section class="l-two-third left">
-            <div class="l-full">
-    <p class="meta">16 Nov 2012</p>
-    <p>The Apache Wicket PMC is proud to announce Apache Wicket 6.3.0!</p>
-<p>This release marks the third minor release of Wicket 6. Starting
-with Wicket 6 we use semantic versioning for the future development of
-Wicket, and as such no API breaks are present in this release compared
-to 6.0.0.</p>
-<h2 id="new-and-noteworthy">New and noteworthy</h2>
-<p>This release fixes some javascript errors in IE7 and IE8 with Wicket 6.</p>
-<p>We have upgraded the embedded JQuery library to 1.8.2 (the most recent
-stable release of JQuery). If you depend on an earlier version of
-JQuery, you can instruct Wicket to use your older version. See the
-<a href="https://cwiki.apache.org/confluence/display/WICKET/Wicket+Ajax#WicketAjax-Configuration">Wicket Ajax Guide</a>
-for more information.</p>
-<p>For the full changelog see the release notes attached to the end of
-this announcement.</p>
-<h2 id="using-this-release">Using this release</h2>
-<p>With Apache Maven update your dependency to (and don’t forget to
-update any other dependencies on Wicket projects to the same version):</p>
-<figure class="highlight"><pre><code class="language-xml" data-lang="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>6.3.0<span class="nt">&lt;/version&gt;</span>
-<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
-<p>Or download and build the distribution yourself, or use our
-convenience binary package</p>
-<ul>
-  <li><a href="http://www.apache.org/dyn/closer.cgi/wicket/6.3.0">http://www.apache.org/dyn/closer.cgi/wicket/6.3.0</a></li>
-  <li><a href="http://www.apache.org/dyn/closer.cgi/wicket/6.3.0/binaries">http://www.apache.org/dyn/closer.cgi/wicket/6.3.0/binaries</a></li>
-</ul>
-<h2 id="upgrading-from-earlier-versions">Upgrading from earlier versions</h2>
-<p>If you upgrade from 6.0.0, 6.1.0, or 6.2.0 this release is a drop in 
-replacement. If you come from a version prior to 6.0.0, please 
-read our Wicket 6 migration guide found at <a href="http://s.apache.org/wicket-6.0-migration">http://s.apache.org/wicket-6.0-migration</a></p>
-<p>Have fun!</p>
-<p>— The Wicket team</p>
-<h3 id="release-notes---wicket---version-630">Release Notes - Wicket - Version 6.3.0</h3>
-<h4 id="bug">Bug</h4>
-<ul>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4623">WICKET-4623</a> - UploadProgressBar does not show up if the form submitted by AjaxButton or AjaxLink</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4826">WICKET-4826</a> - PaletteButton#onComponentTag(ComponentTag) does not call super</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4829">WICKET-4829</a> - ComponentResolvers created in app init ignore markup’s namespace</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4836">WICKET-4836</a> - Unmount a page does not work if the path starts with /</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4837">WICKET-4837</a> - SmartLinkMultiLineLabel does not display email addresses or web URLs as hyperlinks</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4841">WICKET-4841</a> - Return error code 400 when an Ajax request has no base url set in header/request parameters.</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4842">WICKET-4842</a> - WicketRuntimeException when Tomcat cleans up a session later on</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4844">WICKET-4844</a> - AbstractResourceReferenceMapper doesn’t escape separators in style/variation names</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4848">WICKET-4848</a> - Reporter of FeedbackMessage should not be set to ‘null’ on detach</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4850">WICKET-4850</a> - BaseWicketTester discards cookies with MaxAge = -1 when processing a new request</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4851">WICKET-4851</a> - IE8, IE7 javascript errors with Wicket 6</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4857">WICKET-4857</a> - AutoCompleteTextFields submits Form if a choice is selected via enter-key</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4859">WICKET-4859</a> - Integer overflow in AbstractToolbar</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4864">WICKET-4864</a> - ‘format’ not set in ConversionException</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4865">WICKET-4865</a> - Page parameters not working with CryptoMapper</li>
-</ul>
-<h4 id="improvement">Improvement</h4>
-<ul>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4831">WICKET-4831</a> - Append the feedback message CSS class instead of overriding it</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4835">WICKET-4835</a> - Add debug log messages in CompoundRequestMapper#mapRequest</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4845">WICKET-4845</a> - Make BasicResourceReferenceMapper public so it is easy to extend it</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4853">WICKET-4853</a> - Change FormComponent#reportRequiredError() from private to protected</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4856">WICKET-4856</a> - Support SVG extension in SecurePackageResourceGuard</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4863">WICKET-4863</a> - Customize ValidationError creation by FormComponent</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4867">WICKET-4867</a> - Detach the object before calculating its size</li>
-</ul>
-<h4 id="task">Task</h4>
-<ul>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4855">WICKET-4855</a> - Upgrade JQuery to 1.8.2</li>
-</ul>
-</div>
-        </section>
-    </div>
-</main>
-        <footer class="l-container">
-            <div class="l-full">
-    <img height="60px" src="/img/asf_logo.gif" style="float:left">
-    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
-    Wicket, Apache, the Apache feather logo, and the Apache Wicket
-    project logo are trademarks of The Apache Software Foundation. All
-    other marks mentioned may be trademarks or registered trademarks of
-    their respective owners.
-</div>
-        </footer>
-    </body>
-
-</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2012/11/16/wicket-6.3.0-released.html
----------------------------------------------------------------------
diff --git a/content/news/2012/11/16/wicket-6.3.0-released.html b/content/news/2012/11/16/wicket-6.3.0-released.html
new file mode 100644
index 0000000..6a983ab
--- /dev/null
+++ b/content/news/2012/11/16/wicket-6.3.0-released.html
@@ -0,0 +1,137 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+        <meta charset="utf-8">
+        <title>Apache Wicket 6.3.0 released | Apache Wicket</title>
+        <meta name="viewport" content="width=device-width, initial-scale=1" />
+
+        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
+        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
+        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
+
+		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
+
+    </head>
+
+    <body class="">
+        <div class="header default">
+    <div class="l-container">
+<nav class="mainmenu">
+    <ul>
+		<!-- /start/quickstart.html || /news/2012/11/16/wicket-6.3.0-released.html -->
+    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
+		<!-- /start/download.html || /news/2012/11/16/wicket-6.3.0-released.html -->
+    	<li class=""><a href="/start/download.html">Download</a></li>
+		<!-- /learn || /news/2012/11/16/wicket-6.3.0-released.html -->
+    	<li class=""><a href="/learn">Documentation</a></li>
+		<!-- /help || /news/2012/11/16/wicket-6.3.0-released.html -->
+    	<li class=""><a href="/help">Support</a></li>
+		<!-- /contribute || /news/2012/11/16/wicket-6.3.0-released.html -->
+    	<li class=""><a href="/contribute">Contribute</a></li>
+		<!-- /community || /news/2012/11/16/wicket-6.3.0-released.html -->
+    	<li class=""><a href="/community">Community</a></li>
+		<!-- /apache || /news/2012/11/16/wicket-6.3.0-released.html -->
+    	<li class=""><a href="/apache">Apache</a></li>
+    </ul>
+</nav>
+        <div class="logo">
+    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
+</div>
+    </div>
+</div>
+<main>
+    <div class="l-container">
+        <header class="l-full preamble">
+            <h1>Apache Wicket 6.3.0 released</h1>
+        </header>
+        <section class="l-one-third right">
+            <div id="toc" class="toc"><div id="toc-title"><h2>Table of Contents</h2></div><ul><li class="toc--level-1 toc--section-1"><a href="#new-and-noteworthy"><span class="toc-number">1</span> <span class="toc-text">New and noteworthy</span></a></li><li class="toc--level-1 toc--section-2"><a href="#using-this-release"><span class="toc-number">2</span> <span class="toc-text">Using this release</span></a></li><li class="toc--level-1 toc--section-3"><a href="#upgrading-from-earlier-versions"><span class="toc-number">3</span> <span class="toc-text">Upgrading from earlier versions</span></a><ul><li class="toc--level-2 toc--section-4"><a href="#release-notes---wicket---version-630"><span class="toc-number">3.1</span> <span class="toc-text">Release Notes - Wicket - Version 6.3.0</span></a></li></ul></li></ul></div>
+        </section>
+        <section class="l-two-third left">
+            <div class="l-full">
+    <p class="meta">16 Nov 2012</p>
+    <p>The Apache Wicket PMC is proud to announce Apache Wicket 6.3.0!</p>
+<p>This release marks the third minor release of Wicket 6. Starting
+with Wicket 6 we use semantic versioning for the future development of
+Wicket, and as such no API breaks are present in this release compared
+to 6.0.0.</p>
+<h2 id="new-and-noteworthy">New and noteworthy</h2>
+<p>This release fixes some javascript errors in IE7 and IE8 with Wicket 6.</p>
+<p>We have upgraded the embedded JQuery library to 1.8.2 (the most recent
+stable release of JQuery). If you depend on an earlier version of
+JQuery, you can instruct Wicket to use your older version. See the
+<a href="https://cwiki.apache.org/confluence/display/WICKET/Wicket+Ajax#WicketAjax-Configuration">Wicket Ajax Guide</a>
+for more information.</p>
+<p>For the full changelog see the release notes attached to the end of
+this announcement.</p>
+<h2 id="using-this-release">Using this release</h2>
+<p>With Apache Maven update your dependency to (and don’t forget to
+update any other dependencies on Wicket projects to the same version):</p>
+<figure class="highlight"><pre><code class="language-xml" data-lang="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>6.3.0<span class="nt">&lt;/version&gt;</span>
+<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
+<p>Or download and build the distribution yourself, or use our
+convenience binary package</p>
+<ul>
+  <li><a href="http://www.apache.org/dyn/closer.cgi/wicket/6.3.0">http://www.apache.org/dyn/closer.cgi/wicket/6.3.0</a></li>
+  <li><a href="http://www.apache.org/dyn/closer.cgi/wicket/6.3.0/binaries">http://www.apache.org/dyn/closer.cgi/wicket/6.3.0/binaries</a></li>
+</ul>
+<h2 id="upgrading-from-earlier-versions">Upgrading from earlier versions</h2>
+<p>If you upgrade from 6.0.0, 6.1.0, or 6.2.0 this release is a drop in 
+replacement. If you come from a version prior to 6.0.0, please 
+read our Wicket 6 migration guide found at <a href="http://s.apache.org/wicket-6.0-migration">http://s.apache.org/wicket-6.0-migration</a></p>
+<p>Have fun!</p>
+<p>— The Wicket team</p>
+<h3 id="release-notes---wicket---version-630">Release Notes - Wicket - Version 6.3.0</h3>
+<h4 id="bug">Bug</h4>
+<ul>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4623">WICKET-4623</a> - UploadProgressBar does not show up if the form submitted by AjaxButton or AjaxLink</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4826">WICKET-4826</a> - PaletteButton#onComponentTag(ComponentTag) does not call super</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4829">WICKET-4829</a> - ComponentResolvers created in app init ignore markup’s namespace</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4836">WICKET-4836</a> - Unmount a page does not work if the path starts with /</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4837">WICKET-4837</a> - SmartLinkMultiLineLabel does not display email addresses or web URLs as hyperlinks</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4841">WICKET-4841</a> - Return error code 400 when an Ajax request has no base url set in header/request parameters.</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4842">WICKET-4842</a> - WicketRuntimeException when Tomcat cleans up a session later on</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4844">WICKET-4844</a> - AbstractResourceReferenceMapper doesn’t escape separators in style/variation names</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4848">WICKET-4848</a> - Reporter of FeedbackMessage should not be set to ‘null’ on detach</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4850">WICKET-4850</a> - BaseWicketTester discards cookies with MaxAge = -1 when processing a new request</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4851">WICKET-4851</a> - IE8, IE7 javascript errors with Wicket 6</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4857">WICKET-4857</a> - AutoCompleteTextFields submits Form if a choice is selected via enter-key</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4859">WICKET-4859</a> - Integer overflow in AbstractToolbar</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4864">WICKET-4864</a> - ‘format’ not set in ConversionException</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4865">WICKET-4865</a> - Page parameters not working with CryptoMapper</li>
+</ul>
+<h4 id="improvement">Improvement</h4>
+<ul>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4831">WICKET-4831</a> - Append the feedback message CSS class instead of overriding it</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4835">WICKET-4835</a> - Add debug log messages in CompoundRequestMapper#mapRequest</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4845">WICKET-4845</a> - Make BasicResourceReferenceMapper public so it is easy to extend it</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4853">WICKET-4853</a> - Change FormComponent#reportRequiredError() from private to protected</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4856">WICKET-4856</a> - Support SVG extension in SecurePackageResourceGuard</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4863">WICKET-4863</a> - Customize ValidationError creation by FormComponent</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4867">WICKET-4867</a> - Detach the object before calculating its size</li>
+</ul>
+<h4 id="task">Task</h4>
+<ul>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4855">WICKET-4855</a> - Upgrade JQuery to 1.8.2</li>
+</ul>
+</div>
+        </section>
+    </div>
+</main>
+        <footer class="l-container">
+            <div class="l-full">
+    <img height="60px" src="/img/asf_logo.gif" style="float:left">
+    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
+    Wicket, Apache, the Apache feather logo, and the Apache Wicket
+    project logo are trademarks of The Apache Software Foundation. All
+    other marks mentioned may be trademarks or registered trademarks of
+    their respective owners.
+</div>
+        </footer>
+    </body>
+
+</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2012/11/index.html
----------------------------------------------------------------------
diff --git a/content/news/2012/11/index.html b/content/news/2012/11/index.html
index d3c76d9..22dc7aa 100644
--- a/content/news/2012/11/index.html
+++ b/content/news/2012/11/index.html
@@ -57,7 +57,7 @@
 </ul>
 <figure class="highlight"><pre><code class="language-xml" data-lang="xml"><span class="nt">&lt;dependency&gt;</span>
     <span class="nt">&lt;groupId&gt;</span>org.apache.wi...</code></pre></figure>
-	<a href="/news/2012/11/09/wicket-1-5-9-released.html">more</a></li>
+	<a href="/news/2012/11/09/wicket-1.5.9-released.html">more</a></li>
 </div>
 <div class="news">
 	<h3>Apache Wicket 6.3.0 released</h3>
@@ -65,7 +65,7 @@
 	<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.3.0!</p>
 <p>This release marks the third minor release of Wicket 6. Starting
 with Wicket 6 we u...</p>
-	<a href="/news/2012/11/16/wicket-6-3-0-released.html">more</a></li>
+	<a href="/news/2012/11/16/wicket-6.3.0-released.html">more</a></li>
 </div>
         </div>
         <div class="l-one-third">

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2012/12/14/wicket-6-4-0-released.html
----------------------------------------------------------------------
diff --git a/content/news/2012/12/14/wicket-6-4-0-released.html b/content/news/2012/12/14/wicket-6-4-0-released.html
deleted file mode 100644
index 6eeb2f5..0000000
--- a/content/news/2012/12/14/wicket-6-4-0-released.html
+++ /dev/null
@@ -1,178 +0,0 @@
-<!DOCTYPE html>
-<html>
-    <head>
-        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-        <meta charset="utf-8">
-        <title>Apache Wicket 6.4.0 released | Apache Wicket</title>
-        <meta name="viewport" content="width=device-width, initial-scale=1" />
-
-        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
-        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
-        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
-
-		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
-
-    </head>
-
-    <body class="">
-        <div class="header default">
-    <div class="l-container">
-<nav class="mainmenu">
-    <ul>
-		<!-- /start/quickstart.html || /news/2012/12/14/wicket-6-4-0-released.html -->
-    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
-		<!-- /start/download.html || /news/2012/12/14/wicket-6-4-0-released.html -->
-    	<li class=""><a href="/start/download.html">Download</a></li>
-		<!-- /learn || /news/2012/12/14/wicket-6-4-0-released.html -->
-    	<li class=""><a href="/learn">Documentation</a></li>
-		<!-- /help || /news/2012/12/14/wicket-6-4-0-released.html -->
-    	<li class=""><a href="/help">Support</a></li>
-		<!-- /contribute || /news/2012/12/14/wicket-6-4-0-released.html -->
-    	<li class=""><a href="/contribute">Contribute</a></li>
-		<!-- /community || /news/2012/12/14/wicket-6-4-0-released.html -->
-    	<li class=""><a href="/community">Community</a></li>
-		<!-- /apache || /news/2012/12/14/wicket-6-4-0-released.html -->
-    	<li class=""><a href="/apache">Apache</a></li>
-    </ul>
-</nav>
-        <div class="logo">
-    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
-</div>
-    </div>
-</div>
-<main>
-    <div class="l-container">
-        <header class="l-full preamble">
-            <h1>Apache Wicket 6.4.0 released</h1>
-        </header>
-        <section class="l-one-third right">
-        </section>
-        <section class="l-two-third left">
-            <div class="l-full">
-    <p class="meta">14 Dec 2012</p>
-    <p>The Apache Wicket PMC is proud to announce Apache Wicket 6.4.0!</p>
-<p>This release marks the fourth minor release of Wicket 6. Starting
-with Wicket 6 we use semantic versioning for the future development of
-Wicket, and as such no API breaks are present in this release compared
-to 6.0.0.</p>
-<h3 id="new-and-noteworthy">New and noteworthy</h3>
-<p>JQuery was upgraded to 1.8.3, bootstrap to 2.2.2.</p>
-<h4 id="jsr-303-beanvalidation-support">JSR 303 BeanValidation support</h4>
-<p>Native support for BeanValidation (JSR 303) was added as an 
-experimental module and released as version 0.5. You can grab it
-by using these maven coordinates:</p>
-<ul>
-  <li>org.apache.wicket:wicket-bean-validation:0.5:jar</li>
-</ul>
-<p>or by pasting in the pom snippet below:</p>
-<figure class="highlight"><pre><code class="language-xml" data-lang="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-bean-validation<span class="nt">&lt;/artifactId&gt;</span>
-    <span class="nt">&lt;version&gt;</span>0.5<span class="nt">&lt;/version&gt;</span>
-<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
-<p>Note that this is an experimental module and that it is not released
-under the SemVer rules. Use at your own risk.</p>
-<h4 id="hierarchical-feedback-panel">Hierarchical feedback panel</h4>
-<p>A new kind of feedback panel was introduced: a hierarchical feedback
-panel. A specialized feedback panel that only displays messages from
-inside a fence defined by a container component. Instances will not
-show messages coming from inside a nested fence, allowing the nesting
-of these panels to work correctly without displaying the same
-feedback message twice. A constructor that does not takes a fencing
-component creates a catch-all panel that shows messages that do not
-come from inside any fence or from the Session.</p>
-<p>For more information see the <a href="http://s.apache.org/wicket-FencedFeedbackPanel">FencedFeedbackPanel javadoc</a>.</p>
-<p>For the full changelog see the release notes attached to the end of
-this announcement.</p>
-<h3 id="using-this-release">Using this release</h3>
-<p>With Apache Maven update your dependency to (and don’t forget to
-update any other dependencies on Wicket projects to the same version):</p>
-<figure class="highlight"><pre><code class="language-xml" data-lang="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>6.4.0<span class="nt">&lt;/version&gt;</span>
-<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
-<p>Or download and build the distribution yourself, or use our
-convenience binary package</p>
-<ul>
-  <li>Source: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.4.0">http://www.apache.org/dyn/closer.cgi/wicket/6.4.0</a></li>
-  <li>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.4.0/binaries">http://www.apache.org/dyn/closer.cgi/wicket/6.4.0/binaries</a></li>
-</ul>
-<h3 id="upgrading-from-earlier-versions">Upgrading from earlier versions</h3>
-<p>If you upgrade from 6.0.0, 6.1.0, 6.2.0 or 6.3.0 this release is a drop in
-replacement. If you come from a version prior to 6.0.0, please
-read our Wicket 6 migration guide found at</p>
-<pre><code>http://s.apache.org/wicket-6.0-migration
-</code></pre>
-<p>Have fun!</p>
-<p>— The Wicket team</p>
-<h3 id="release-notes---wicket---version-640">Release Notes - Wicket - Version 6.4.0</h3>
-<h4 id="sub-task">Sub-task</h4>
-<ul>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4880">WICKET-4880</a> - Make it possible to override the Ajax behavior of AjaxSubmitLink and AjaxButton</li>
-</ul>
-<h4 id="bug">Bug</h4>
-<ul>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4869">WICKET-4869</a> - Wicket-Atmosphere track message length</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4872">WICKET-4872</a> - IllegalArgumentException on ReloadingWicketFilter and inheritance markup</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4877">WICKET-4877</a> - encodeUrl fails parsing jsessionid when using root context</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4878">WICKET-4878</a> - Rendering of feedback messages fails with DebugBar in page</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4881">WICKET-4881</a> - IE 8 : error when handling Wicket Ajax Response</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4884">WICKET-4884</a> - ValidationError messages for NumberTextFields with minimum/maximum are always English</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4886">WICKET-4886</a> - Do not register Ajax timer if the component is removed</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4890">WICKET-4890</a> - Bad validation messages after WICKET-2128</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4891">WICKET-4891</a> - UrlRenderer.renderRelativeUrl misbehavior if the filterPath is composed.</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4894">WICKET-4894</a> - Internet Explorer fails fails to properly include conditional stylesheet links added via AjaxRequestTarget</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4895">WICKET-4895</a> - WicketRuntimeException: addOrReplace for feedback panel does not clear Component.FEEDBACK_LIST - feedback from replaced component causes error.</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4899">WICKET-4899</a> - autocomplete shows strings with quotes strings as string2 with "quote"</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4900">WICKET-4900</a> - Setting a status code on an AbstractResource results in no HTTP body</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4908">WICKET-4908</a> - Wrong charset or screwed up characters in Norwegian properties-file</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4911">WICKET-4911</a> - Palette Ajax update does not work</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4913">WICKET-4913</a> - HtmlDocumentParser does not support tags containing number (e.g. h1-h6)</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4915">WICKET-4915</a> - org.apache.wicket.util.resource.Patht#find fails on Windows</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4916">WICKET-4916</a> - AbstractTree$TreeItem renderHead does not call renderHead for child TreeItems.</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4917">WICKET-4917</a> - Websockets are not working if URL has a hash in it</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4918">WICKET-4918</a> - LazyInitProxyFactory prevents using package private interfaces</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4920">WICKET-4920</a> - Rendered Url on root context with cookies disabled might result in double slash //</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4922">WICKET-4922</a> - Cloned ServletWebRequest returns wrong OriginalUrl</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4923">WICKET-4923</a> - CryptoMapper ignores original queryString parameters</li>
-</ul>
-<h4 id="improvement">Improvement</h4>
-<ul>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4873">WICKET-4873</a> - Support different session id parameter</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4876">WICKET-4876</a> - CheckBoxMultipleChoice should implement getAdditionalAttributes as RadioChoice</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4887">WICKET-4887</a> - Use a Set to keep the supported wicket elements in WicketTagIdentifier</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4889">WICKET-4889</a> - Label constructor should accept Serializable as label</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4892">WICKET-4892</a> - Provide helpful exception message in RequestCycle#urlFor()</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4901">WICKET-4901</a> - AjaxPagingNaviagtionLink should provide updateAjaxAttributes like AjaxLink</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4902">WICKET-4902</a> - ConcatBundleResource should use the respective ITextResourceCompressor</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4924">WICKET-4924</a> - Websocket broadcast support does not work with OSGi</li>
-</ul>
-<h4 id="new-feature">New Feature</h4>
-<ul>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4832">WICKET-4832</a> - Websocket broadcast support</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4879">WICKET-4879</a> - Implementing channels in wicket-atmosphere</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4883">WICKET-4883</a> - Out of the box bean-validation (JSR 303) integration</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4888">WICKET-4888</a> - Introduce a hierarchical feedback panel (FencedFeedbackPanel)</li>
-</ul>
-<h4 id="task">Task</h4>
-<ul>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4885">WICKET-4885</a> - Upgrade jQuery to its latest stable version (1.8.3)</li>
-</ul>
-</div>
-        </section>
-    </div>
-</main>
-        <footer class="l-container">
-            <div class="l-full">
-    <img height="60px" src="/img/asf_logo.gif" style="float:left">
-    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
-    Wicket, Apache, the Apache feather logo, and the Apache Wicket
-    project logo are trademarks of The Apache Software Foundation. All
-    other marks mentioned may be trademarks or registered trademarks of
-    their respective owners.
-</div>
-        </footer>
-    </body>
-
-</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2012/12/14/wicket-6.4.0-released.html
----------------------------------------------------------------------
diff --git a/content/news/2012/12/14/wicket-6.4.0-released.html b/content/news/2012/12/14/wicket-6.4.0-released.html
new file mode 100644
index 0000000..df1ea45
--- /dev/null
+++ b/content/news/2012/12/14/wicket-6.4.0-released.html
@@ -0,0 +1,179 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+        <meta charset="utf-8">
+        <title>Apache Wicket 6.4.0 released | Apache Wicket</title>
+        <meta name="viewport" content="width=device-width, initial-scale=1" />
+
+        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
+        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
+        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
+
+		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
+
+    </head>
+
+    <body class="">
+        <div class="header default">
+    <div class="l-container">
+<nav class="mainmenu">
+    <ul>
+		<!-- /start/quickstart.html || /news/2012/12/14/wicket-6.4.0-released.html -->
+    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
+		<!-- /start/download.html || /news/2012/12/14/wicket-6.4.0-released.html -->
+    	<li class=""><a href="/start/download.html">Download</a></li>
+		<!-- /learn || /news/2012/12/14/wicket-6.4.0-released.html -->
+    	<li class=""><a href="/learn">Documentation</a></li>
+		<!-- /help || /news/2012/12/14/wicket-6.4.0-released.html -->
+    	<li class=""><a href="/help">Support</a></li>
+		<!-- /contribute || /news/2012/12/14/wicket-6.4.0-released.html -->
+    	<li class=""><a href="/contribute">Contribute</a></li>
+		<!-- /community || /news/2012/12/14/wicket-6.4.0-released.html -->
+    	<li class=""><a href="/community">Community</a></li>
+		<!-- /apache || /news/2012/12/14/wicket-6.4.0-released.html -->
+    	<li class=""><a href="/apache">Apache</a></li>
+    </ul>
+</nav>
+        <div class="logo">
+    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
+</div>
+    </div>
+</div>
+<main>
+    <div class="l-container">
+        <header class="l-full preamble">
+            <h1>Apache Wicket 6.4.0 released</h1>
+        </header>
+        <section class="l-one-third right">
+        </section>
+        <section class="l-two-third left">
+            <div class="l-full">
+    <p class="meta">14 Dec 2012</p>
+    <p>The Apache Wicket PMC is proud to announce Apache Wicket 6.4.0!</p>
+<p>This release marks the fourth minor release of Wicket 6. Starting
+with Wicket 6 we use semantic versioning for the future development of
+Wicket, and as such no API breaks are present in this release compared
+to 6.0.0.</p>
+<h3 id="new-and-noteworthy">New and noteworthy</h3>
+<p>JQuery was upgraded to 1.8.3, bootstrap to 2.2.2.</p>
+<h4 id="jsr-303-beanvalidation-support">JSR 303 BeanValidation support</h4>
+<p>Native support for BeanValidation (JSR 303) was added as an 
+experimental module and released as version 0.5. You can grab it
+by using these maven coordinates:</p>
+<ul>
+  <li>org.apache.wicket:wicket-bean-validation:0.5:jar</li>
+</ul>
+<p>or by pasting in the pom snippet below:</p>
+<figure class="highlight"><pre><code class="language-xml" data-lang="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-bean-validation<span class="nt">&lt;/artifactId&gt;</span>
+    <span class="nt">&lt;version&gt;</span>0.5<span class="nt">&lt;/version&gt;</span>
+<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
+<p>Note that this is an experimental module and that it is not released
+under the SemVer rules. Use at your own risk.</p>
+<h4 id="hierarchical-feedback-panel">Hierarchical feedback panel</h4>
+<p>A new kind of feedback panel was introduced: a hierarchical feedback
+panel. A specialized feedback panel that only displays messages from
+inside a fence defined by a container component. Instances will not
+show messages coming from inside a nested fence, allowing the nesting
+of these panels to work correctly without displaying the same
+feedback message twice. A constructor that does not takes a fencing
+component creates a catch-all panel that shows messages that do not
+come from inside any fence or from the Session.</p>
+<p>For more information see the <a href="http://s.apache.org/wicket-FencedFeedbackPanel">FencedFeedbackPanel javadoc</a>.</p>
+<p>For the full changelog see the release notes attached to the end of
+this announcement.</p>
+<h3 id="using-this-release">Using this release</h3>
+<p>With Apache Maven update your dependency to (and don’t forget to
+update any other dependencies on Wicket projects to the same version):</p>
+<figure class="highlight"><pre><code class="language-xml" data-lang="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>6.4.0<span class="nt">&lt;/version&gt;</span>
+<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
+<p>Or download and build the distribution yourself, or use our
+convenience binary package</p>
+<ul>
+  <li>Source: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.4.0">http://www.apache.org/dyn/closer.cgi/wicket/6.4.0</a></li>
+  <li>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.4.0/binaries">http://www.apache.org/dyn/closer.cgi/wicket/6.4.0/binaries</a></li>
+</ul>
+<h3 id="upgrading-from-earlier-versions">Upgrading from earlier versions</h3>
+<p>If you upgrade from 6.0.0, 6.1.0, 6.2.0 or 6.3.0 this release is a drop in
+replacement. If you come from a version prior to 6.0.0, please
+read our Wicket 6 migration guide found at</p>
+<div class="highlighter-rouge"><pre class="highlight"><code>http://s.apache.org/wicket-6.0-migration
+</code></pre>
+</div>
+<p>Have fun!</p>
+<p>— The Wicket team</p>
+<h3 id="release-notes---wicket---version-640">Release Notes - Wicket - Version 6.4.0</h3>
+<h4 id="sub-task">Sub-task</h4>
+<ul>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4880">WICKET-4880</a> - Make it possible to override the Ajax behavior of AjaxSubmitLink and AjaxButton</li>
+</ul>
+<h4 id="bug">Bug</h4>
+<ul>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4869">WICKET-4869</a> - Wicket-Atmosphere track message length</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4872">WICKET-4872</a> - IllegalArgumentException on ReloadingWicketFilter and inheritance markup</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4877">WICKET-4877</a> - encodeUrl fails parsing jsessionid when using root context</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4878">WICKET-4878</a> - Rendering of feedback messages fails with DebugBar in page</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4881">WICKET-4881</a> - IE 8 : error when handling Wicket Ajax Response</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4884">WICKET-4884</a> - ValidationError messages for NumberTextFields with minimum/maximum are always English</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4886">WICKET-4886</a> - Do not register Ajax timer if the component is removed</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4890">WICKET-4890</a> - Bad validation messages after WICKET-2128</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4891">WICKET-4891</a> - UrlRenderer.renderRelativeUrl misbehavior if the filterPath is composed.</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4894">WICKET-4894</a> - Internet Explorer fails fails to properly include conditional stylesheet links added via AjaxRequestTarget</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4895">WICKET-4895</a> - WicketRuntimeException: addOrReplace for feedback panel does not clear Component.FEEDBACK_LIST - feedback from replaced component causes error.</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4899">WICKET-4899</a> - autocomplete shows strings with quotes strings as string2 with "quote"</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4900">WICKET-4900</a> - Setting a status code on an AbstractResource results in no HTTP body</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4908">WICKET-4908</a> - Wrong charset or screwed up characters in Norwegian properties-file</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4911">WICKET-4911</a> - Palette Ajax update does not work</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4913">WICKET-4913</a> - HtmlDocumentParser does not support tags containing number (e.g. h1-h6)</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4915">WICKET-4915</a> - org.apache.wicket.util.resource.Patht#find fails on Windows</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4916">WICKET-4916</a> - AbstractTree$TreeItem renderHead does not call renderHead for child TreeItems.</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4917">WICKET-4917</a> - Websockets are not working if URL has a hash in it</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4918">WICKET-4918</a> - LazyInitProxyFactory prevents using package private interfaces</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4920">WICKET-4920</a> - Rendered Url on root context with cookies disabled might result in double slash //</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4922">WICKET-4922</a> - Cloned ServletWebRequest returns wrong OriginalUrl</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4923">WICKET-4923</a> - CryptoMapper ignores original queryString parameters</li>
+</ul>
+<h4 id="improvement">Improvement</h4>
+<ul>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4873">WICKET-4873</a> - Support different session id parameter</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4876">WICKET-4876</a> - CheckBoxMultipleChoice should implement getAdditionalAttributes as RadioChoice</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4887">WICKET-4887</a> - Use a Set to keep the supported wicket elements in WicketTagIdentifier</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4889">WICKET-4889</a> - Label constructor should accept Serializable as label</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4892">WICKET-4892</a> - Provide helpful exception message in RequestCycle#urlFor()</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4901">WICKET-4901</a> - AjaxPagingNaviagtionLink should provide updateAjaxAttributes like AjaxLink</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4902">WICKET-4902</a> - ConcatBundleResource should use the respective ITextResourceCompressor</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4924">WICKET-4924</a> - Websocket broadcast support does not work with OSGi</li>
+</ul>
+<h4 id="new-feature">New Feature</h4>
+<ul>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4832">WICKET-4832</a> - Websocket broadcast support</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4879">WICKET-4879</a> - Implementing channels in wicket-atmosphere</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4883">WICKET-4883</a> - Out of the box bean-validation (JSR 303) integration</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4888">WICKET-4888</a> - Introduce a hierarchical feedback panel (FencedFeedbackPanel)</li>
+</ul>
+<h4 id="task">Task</h4>
+<ul>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4885">WICKET-4885</a> - Upgrade jQuery to its latest stable version (1.8.3)</li>
+</ul>
+</div>
+        </section>
+    </div>
+</main>
+        <footer class="l-container">
+            <div class="l-full">
+    <img height="60px" src="/img/asf_logo.gif" style="float:left">
+    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
+    Wicket, Apache, the Apache feather logo, and the Apache Wicket
+    project logo are trademarks of The Apache Software Foundation. All
+    other marks mentioned may be trademarks or registered trademarks of
+    their respective owners.
+</div>
+        </footer>
+    </body>
+
+</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2012/12/index.html
----------------------------------------------------------------------
diff --git a/content/news/2012/12/index.html b/content/news/2012/12/index.html
index e7ecf1a..08e5e84 100644
--- a/content/news/2012/12/index.html
+++ b/content/news/2012/12/index.html
@@ -52,7 +52,7 @@
 	<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.4.0!</p>
 <p>This release marks the fourth minor release of Wicket 6. Starting
 with Wicket 6 we u...</p>
-	<a href="/news/2012/12/14/wicket-6-4-0-released.html">more</a></li>
+	<a href="/news/2012/12/14/wicket-6.4.0-released.html">more</a></li>
 </div>
         </div>
         <div class="l-one-third">

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2012/index.html
----------------------------------------------------------------------
diff --git a/content/news/2012/index.html b/content/news/2012/index.html
index 0d2ccba..842811a 100644
--- a/content/news/2012/index.html
+++ b/content/news/2012/index.html
@@ -52,10 +52,10 @@
                   <p>This section contains all news items published in <a href="/news/2012/12">December 2012</a>.</p>
               </div>
                   <div class="l-full">
-              		<h3 id="/news/2012/12/14/wicket-6-4-0-released.html">Apache Wicket 6.4.0 released</h3>
+              		<h3 id="/news/2012/12/14/wicket-6.4.0-released.html">Apache Wicket 6.4.0 released</h3>
                       <small>14 Dec 2012</small>
               		<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.4.0! This release marks the fourth minor release of Wicket 6. Starting with Wicket 6...
-              		<a href="/news/2012/12/14/wicket-6-4-0-released.html">more</a></li></p>
+              		<a href="/news/2012/12/14/wicket-6.4.0-released.html">more</a></li></p>
                   </div>
               <hr>
               <div class="l-first"></div>
@@ -64,16 +64,16 @@
                   <p>This section contains all news items published in <a href="/news/2012/11">November 2012</a>.</p>
               </div>
                   <div class="l-full">
-              		<h3 id="/news/2012/11/16/wicket-6-3-0-released.html">Apache Wicket 6.3.0 released</h3>
+              		<h3 id="/news/2012/11/16/wicket-6.3.0-released.html">Apache Wicket 6.3.0 released</h3>
                       <small>16 Nov 2012</small>
               		<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.3.0! This release marks the third minor release of Wicket 6. Starting with Wicket 6...
-              		<a href="/news/2012/11/16/wicket-6-3-0-released.html">more</a></li></p>
+              		<a href="/news/2012/11/16/wicket-6.3.0-released.html">more</a></li></p>
                   </div>
                   <div class="l-full">
-              		<h3 id="/news/2012/11/09/wicket-1-5-9-released.html">Wicket 1.5.9 released</h3>
+              		<h3 id="/news/2012/11/09/wicket-1.5.9-released.html">Wicket 1.5.9 released</h3>
                       <small>09 Nov 2012</small>
               		<p>This is the nineth maintenance release of the Wicket 1.5.x series. This release brings over 48 bug fixes and improvements. Git tag Changelog To use...
-              		<a href="/news/2012/11/09/wicket-1-5-9-released.html">more</a></li></p>
+              		<a href="/news/2012/11/09/wicket-1.5.9-released.html">more</a></li></p>
                   </div>
               <hr>
               <div class="l-first"></div>
@@ -82,22 +82,22 @@
                   <p>This section contains all news items published in <a href="/news/2012/10">October 2012</a>.</p>
               </div>
                   <div class="l-full">
-              		<h3 id="/news/2012/10/23/wicket-6-2-0-released.html">Apache Wicket 6.2.0 released</h3>
+              		<h3 id="/news/2012/10/23/wicket-6.2.0-released.html">Apache Wicket 6.2.0 released</h3>
                       <small>23 Oct 2012</small>
               		<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.2.0! This release marks the second minor release of Wicket 6. Starting with Wicket 6...
-              		<a href="/news/2012/10/23/wicket-6-2-0-released.html">more</a></li></p>
+              		<a href="/news/2012/10/23/wicket-6.2.0-released.html">more</a></li></p>
                   </div>
                   <div class="l-full">
-              		<h3 id="/news/2012/10/08/wicket-6-1-1-released.html">Apache Wicket 6.1.1 released</h3>
+              		<h3 id="/news/2012/10/08/wicket-6.1.1-released.html">Apache Wicket 6.1.1 released</h3>
                       <small>08 Oct 2012</small>
               		<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.1.1! This release marks the first patch release of Wicket 6. Starting with Wicket 6...
-              		<a href="/news/2012/10/08/wicket-6-1-1-released.html">more</a></li></p>
+              		<a href="/news/2012/10/08/wicket-6.1.1-released.html">more</a></li></p>
                   </div>
                   <div class="l-full">
-              		<h3 id="/news/2012/10/04/wicket-6-1-0-released.html">Apache Wicket 6.1.0 released</h3>
+              		<h3 id="/news/2012/10/04/wicket-6.1.0-released.html">Apache Wicket 6.1.0 released</h3>
                       <small>04 Oct 2012</small>
               		<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.1.0! This release marks the first maintenance release of Wicket 6. Starting with Wicket 6...
-              		<a href="/news/2012/10/04/wicket-6-1-0-released.html">more</a></li></p>
+              		<a href="/news/2012/10/04/wicket-6.1.0-released.html">more</a></li></p>
                   </div>
               <hr>
               <div class="l-first"></div>
@@ -112,16 +112,16 @@
               		<a href="/news/2012/09/06/cve-2012-3373.html">more</a></li></p>
                   </div>
                   <div class="l-full">
-              		<h3 id="/news/2012/09/05/wicket-6-0-0-released.html">Apache Wicket v6.0.0 released</h3>
+              		<h3 id="/news/2012/09/05/wicket-6.0.0-released.html">Apache Wicket v6.0.0 released</h3>
                       <small>05 Sep 2012</small>
               		<p>“With great pleasure we announce the availability of Apache Wicket 6.0.0” – Martijn Dashorst, Vice President, Apache Wicket Apache Wicket v6.0.0 is the 6th major...
-              		<a href="/news/2012/09/05/wicket-6-0-0-released.html">more</a></li></p>
+              		<a href="/news/2012/09/05/wicket-6.0.0-released.html">more</a></li></p>
                   </div>
                   <div class="l-full">
-              		<h3 id="/news/2012/09/05/wicket-1-4-21-released.html">Wicket 1.4.21 released</h3>
+              		<h3 id="/news/2012/09/05/wicket-1.4.21-released.html">Wicket 1.4.21 released</h3>
                       <small>05 Sep 2012</small>
               		<p>This is 21st release of the Wicket 1.4.x series. This is also the last release of the 1.4.x series, rounding up the remaining bugfixes. No...
-              		<a href="/news/2012/09/05/wicket-1-4-21-released.html">more</a></li></p>
+              		<a href="/news/2012/09/05/wicket-1.4.21-released.html">more</a></li></p>
                   </div>
               <hr>
               <div class="l-first"></div>
@@ -130,10 +130,10 @@
                   <p>This section contains all news items published in <a href="/news/2012/08">August 2012</a>.</p>
               </div>
                   <div class="l-full">
-              		<h3 id="/news/2012/08/24/wicket-1-5-8-released.html">Wicket 1.5.8 released</h3>
+              		<h3 id="/news/2012/08/24/wicket-1.5.8-released.html">Wicket 1.5.8 released</h3>
                       <small>24 Aug 2012</small>
               		<p>This is the eighth maintenance release of the Wicket 1.5.x series. This release brings over 45 bug fixes and improvements. Git tag Changelog To use...
-              		<a href="/news/2012/08/24/wicket-1-5-8-released.html">more</a></li></p>
+              		<a href="/news/2012/08/24/wicket-1.5.8-released.html">more</a></li></p>
                   </div>
               <hr>
               <div class="l-first"></div>
@@ -142,10 +142,10 @@
                   <p>This section contains all news items published in <a href="/news/2012/07">July 2012</a>.</p>
               </div>
                   <div class="l-full">
-              		<h3 id="/news/2012/07/16/wicket-6-0-0-beta3-released.html">Wicket 6.0.0-beta3 released</h3>
+              		<h3 id="/news/2012/07/16/wicket-6.0.0-beta3-released.html">Wicket 6.0.0-beta3 released</h3>
                       <small>16 Jul 2012</small>
               		<p>The Wicket team is proud to announce the third beta release of the Wicket 6.x series. This release is an intermediary release just before we...
-              		<a href="/news/2012/07/16/wicket-6-0-0-beta3-released.html">more</a></li></p>
+              		<a href="/news/2012/07/16/wicket-6.0.0-beta3-released.html">more</a></li></p>
                   </div>
               <hr>
               <div class="l-first"></div>
@@ -160,10 +160,10 @@
               		<a href="/news/2012/06/20/wicket-native-websockets.html">more</a></li></p>
                   </div>
                   <div class="l-full">
-              		<h3 id="/news/2012/06/04/wicket-1-5-7-released.html">Wicket 1.5.7 released</h3>
+              		<h3 id="/news/2012/06/04/wicket-1.5.7-released.html">Wicket 1.5.7 released</h3>
                       <small>04 Jun 2012</small>
               		<p>This is the seventh maintenance release of the Wicket 1.5.x series. This release brings over 26 bug fixes and improvements. Git tag Changelog To use...
-              		<a href="/news/2012/06/04/wicket-1-5-7-released.html">more</a></li></p>
+              		<a href="/news/2012/06/04/wicket-1.5.7-released.html">more</a></li></p>
                   </div>
               <hr>
               <div class="l-first"></div>
@@ -172,16 +172,16 @@
                   <p>This section contains all news items published in <a href="/news/2012/05">May 2012</a>.</p>
               </div>
                   <div class="l-full">
-              		<h3 id="/news/2012/05/29/wicket-6-0-0-beta2-released.html">Wicket 6.0.0-beta2 released</h3>
+              		<h3 id="/news/2012/05/29/wicket-6.0.0-beta2-released.html">Wicket 6.0.0-beta2 released</h3>
                       <small>29 May 2012</small>
               		<p>The Wicket team is proud to announce the second beta release of the Wicket 6.x series. This release brings over many improvements over the 1.5.x...
-              		<a href="/news/2012/05/29/wicket-6-0-0-beta2-released.html">more</a></li></p>
+              		<a href="/news/2012/05/29/wicket-6.0.0-beta2-released.html">more</a></li></p>
                   </div>
                   <div class="l-full">
-              		<h3 id="/news/2012/05/07/wicket-1-5-6-released.html">Wicket 1.5.6 released</h3>
+              		<h3 id="/news/2012/05/07/wicket-1.5.6-released.html">Wicket 1.5.6 released</h3>
                       <small>07 May 2012</small>
               		<p>This is the sixth maintenance release of the Wicket 1.5.x series. This release brings over 40 bug fixes and improvements. Git tag Changelog To use...
-              		<a href="/news/2012/05/07/wicket-1-5-6-released.html">more</a></li></p>
+              		<a href="/news/2012/05/07/wicket-1.5.6-released.html">more</a></li></p>
                   </div>
               <hr>
               <div class="l-first"></div>
@@ -190,10 +190,10 @@
                   <p>This section contains all news items published in <a href="/news/2012/03">March 2012</a>.</p>
               </div>
                   <div class="l-full">
-              		<h3 id="/news/2012/03/26/wicket-6-0-0-beta1-released.html">Wicket 6.0.0-beta1 released</h3>
+              		<h3 id="/news/2012/03/26/wicket-6.0.0-beta1-released.html">Wicket 6.0.0-beta1 released</h3>
                       <small>26 Mar 2012</small>
               		<p>The Wicket team is proud to announce the first beta release of the Wicket 6.x series. This release brings over many improvements over the 1.5.x...
-              		<a href="/news/2012/03/26/wicket-6-0-0-beta1-released.html">more</a></li></p>
+              		<a href="/news/2012/03/26/wicket-6.0.0-beta1-released.html">more</a></li></p>
                   </div>
                   <div class="l-full">
               		<h3 id="/news/2012/03/22/wicket-cve-2012-1089.html">CVE-2012-1089 - Apache Wicket serving of hidden files vulnerability</h3>
@@ -208,16 +208,16 @@
               		<a href="/news/2012/03/22/wicket-cve-2012-0047.html">more</a></li></p>
                   </div>
                   <div class="l-full">
-              		<h3 id="/news/2012/03/12/wicket-1-5-5-released.html">Wicket 1.5.5 released</h3>
+              		<h3 id="/news/2012/03/12/wicket-1.5.5-released.html">Wicket 1.5.5 released</h3>
                       <small>12 Mar 2012</small>
               		<p>This is the fifth maintenance release of the Wicket 1.5.x series. This release brings over 50 bug fixes and improvements. Git tag Changelog To use...
-              		<a href="/news/2012/03/12/wicket-1-5-5-released.html">more</a></li></p>
+              		<a href="/news/2012/03/12/wicket-1.5.5-released.html">more</a></li></p>
                   </div>
                   <div class="l-full">
-              		<h3 id="/news/2012/03/12/wicket-1-4-20-released.html">Wicket 1.4.20 released</h3>
+              		<h3 id="/news/2012/03/12/wicket-1.4.20-released.html">Wicket 1.4.20 released</h3>
                       <small>12 Mar 2012</small>
               		<p>This is twentieth release of the Wicket 1.4.x series. This is primarily a minor bugfix release on the 1.4.x (stable) branch. Subversion tag Changelog To...
-              		<a href="/news/2012/03/12/wicket-1-4-20-released.html">more</a></li></p>
+              		<a href="/news/2012/03/12/wicket-1.4.20-released.html">more</a></li></p>
                   </div>
               <hr>
               <div class="l-first"></div>
@@ -226,10 +226,10 @@
                   <p>This section contains all news items published in <a href="/news/2012/01">January 2012</a>.</p>
               </div>
                   <div class="l-full">
-              		<h3 id="/news/2012/01/23/wicket-1-5-4-released.html">Wicket 1.5.4 released</h3>
+              		<h3 id="/news/2012/01/23/wicket-1.5.4-released.html">Wicket 1.5.4 released</h3>
                       <small>23 Jan 2012</small>
               		<p>This is the fourth maintenance release of the Wicket 1.5.x series. This release brings over 68 bug fixes and improvements. Git tag Changelog To use...
-              		<a href="/news/2012/01/23/wicket-1-5-4-released.html">more</a></li></p>
+              		<a href="/news/2012/01/23/wicket-1.5.4-released.html">more</a></li></p>
                   </div>
               <hr>
               <div class="l-first"></div>


[07/19] wicket-site git commit: WICKET-6049 updated links to example site

Posted by ad...@apache.org.
http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2014/01/05/wicket-6-13-0-released.html
----------------------------------------------------------------------
diff --git a/content/news/2014/01/05/wicket-6-13-0-released.html b/content/news/2014/01/05/wicket-6-13-0-released.html
deleted file mode 100644
index 86c44a4..0000000
--- a/content/news/2014/01/05/wicket-6-13-0-released.html
+++ /dev/null
@@ -1,257 +0,0 @@
-<!DOCTYPE html>
-<html>
-    <head>
-        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-        <meta charset="utf-8">
-        <title>Apache Wicket 6.13.0 released | Apache Wicket</title>
-        <meta name="viewport" content="width=device-width, initial-scale=1" />
-
-        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
-        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
-        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
-
-		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
-
-    </head>
-
-    <body class="">
-        <div class="header default">
-    <div class="l-container">
-<nav class="mainmenu">
-    <ul>
-		<!-- /start/quickstart.html || /news/2014/01/05/wicket-6-13-0-released.html -->
-    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
-		<!-- /start/download.html || /news/2014/01/05/wicket-6-13-0-released.html -->
-    	<li class=""><a href="/start/download.html">Download</a></li>
-		<!-- /learn || /news/2014/01/05/wicket-6-13-0-released.html -->
-    	<li class=""><a href="/learn">Documentation</a></li>
-		<!-- /help || /news/2014/01/05/wicket-6-13-0-released.html -->
-    	<li class=""><a href="/help">Support</a></li>
-		<!-- /contribute || /news/2014/01/05/wicket-6-13-0-released.html -->
-    	<li class=""><a href="/contribute">Contribute</a></li>
-		<!-- /community || /news/2014/01/05/wicket-6-13-0-released.html -->
-    	<li class=""><a href="/community">Community</a></li>
-		<!-- /apache || /news/2014/01/05/wicket-6-13-0-released.html -->
-    	<li class=""><a href="/apache">Apache</a></li>
-    </ul>
-</nav>
-        <div class="logo">
-    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
-</div>
-    </div>
-</div>
-<main>
-    <div class="l-container">
-        <header class="l-full preamble">
-            <h1>Apache Wicket 6.13.0 released</h1>
-        </header>
-        <section class="l-one-third right">
-        </section>
-        <section class="l-two-third left">
-            <div class="l-full">
-    <p class="meta">05 Jan 2014</p>
-    <p>The Apache Wicket PMC is proud to announce Apache Wicket 6.13.0!</p>
-<p>This release marks the thirteenth minor release of Wicket 6. Starting
-with Wicket 6 we use semantic versioning for the future development of
-Wicket, and as such no API breaks are present in this release compared
-to 6.0.0.</p>
-<h3 id="new-and-noteworthy">New and noteworthy</h3>
-<p>This release fixes 25 bugs and adds the following improvements:</p>
-<ul>
-  <li>Online Wicket User guide (see below)</li>
-  <li>CDI 1.1 support (see below)</li>
-  <li>JQuery upgraded from 1.10.1 to 1.10.2</li>
-  <li>Implemented BigIntegerConverter</li>
-  <li>Migrate Wicket-Atmosphere to Atmosphere 2</li>
-</ul>
-<h3 id="online-wicket-reference-guide">Online Wicket reference guide</h3>
-<p>After many years of people asking for a reference guide for Apache
-Wicket we finally were able to add one to our site thanks to Andrea del
-Bene and comSysto for writing the guide and providing the hours of
-converting it to our site.</p>
-<p>You can read the manual in 3 forms: multi page HTML, single page HTML
-and PDF.</p>
-<p>The contents:</p>
-<ul>
-  <li>Introduction</li>
-  <li>How to use the example code</li>
-  <li>Why should I learn Wicket?</li>
-  <li>Wicket says “Hello, World!”</li>
-  <li>Wicket as page layout manager</li>
-  <li>Keeping control over HTML</li>
-  <li>Component Lifecycle</li>
-  <li>Page versioning and caching</li>
-  <li>Under the hood of request processing</li>
-  <li>Wicket Links and URL generation</li>
-  <li>Wicket models and forms</li>
-  <li>Wicket forms in detail</li>
-  <li>Displaying multiple items with repeaters</li>
-  <li>Internationalization with Wicket</li>
-  <li>Resource management with Wicket</li>
-  <li>An example of integration with JavaScript</li>
-  <li>Wicket advanced topics</li>
-  <li>Working with AJAX</li>
-  <li>Integration with enterprise containers</li>
-  <li>Security with Wicket</li>
-  <li>Test Driven Development with Wicket</li>
-  <li>Test Driven Development with Wicket and Spring</li>
-  <li>Wicket Best Practices</li>
-  <li>Working with Maven (Appendix)</li>
-  <li>Project WicketStuff (Appendix)</li>
-  <li>Lost in redirection with Apache Wicket (Appendix)</li>
-  <li>Contributing to this guide (Appendix)</li>
-</ul>
-<p>Read more in the <a href="http://wicket.apache.org/learn/#wicket-user-guide">“User guide”</a>.</p>
-<h3 id="new-cdi-11-integration-project">New CDI-1.1 integration project</h3>
-<p>A new (experimental) module for CDI integration was added to support
-CDI 1.1 with Wicket. As CDI 1.0 and 1.1 are different beasts and not
-compatible, we had to craft a new module with specific support for the
-new CDI standard. The module is still experimental, but we expect to
-make it a default module in a couple of releases.</p>
-<p>You can use the new Wicket CDI module by including the following
-dependency in your POM:</p>
-<figure class="highlight"><pre><code class="language-xml" data-lang="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-cdi-1.1<span class="nt">&lt;/artifactId&gt;</span>
-	<span class="nt">&lt;version&gt;</span>0.2<span class="nt">&lt;/version&gt;</span>
-<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
-<p>Note that you have to remove the old wicket-cdi module and the Seam
-conversation dependency: <code>org.jboss.seam.conversation:seam-conversation-weld</code></p>
-<p>For more information about what is new in CDI 1.1 read <a href="http://s.apache.org/newincdi11">this blog post
-by Pete Muir</a>.</p>
-<h3 id="jquery-update-in-690">JQuery update in 6.9.0</h3>
-<p>As of Wicket 6.9 we ship JQuery 1.10.1 (since 6.13.0 we ship 1.10.2).
-The JQuery project has decided to remove deprecated APIs from their
-codebase from JQuery 1.9 and up. This means that JQuery plugins using
-these deprecated APIs no longer work. See the JQuery migration guide
-for more information, available from <a href="http://jquery.com/upgrade-guide/1.9/">the JQuery web
-site</a></p>
-<p>If your application depends on these deprecated APIs you can easily
-downgrade to JQuery 1.8.3-the previously provided JQuery that still
-contains these APIs. Download the 1.8.3 release of jquery and add it
-to your project in its application’s init method:</p>
-<figure class="highlight"><pre><code class="language-java" data-lang="java"> <span class="nd">@Override</span>
- <span class="kd">protected</span> <span class="kt">void</span> <span class="n">init</span><span class="o">()</span> <span class="o">{</span>
-     <span class="n">getJavaScriptLibrarySettings</span><span class="o">()</span>
-         <span class="o">.</span><span class="na">setJQueryReference</span><span class="o">(</span><span class="n">yourJquery183ResourceReference</span><span class="o">);</span>
- <span class="o">}</span></code></pre></figure>
-<h3 id="cdi-injection-issue">CDI injection issue</h3>
-<p>In the CDI releases of Weld 2.0.1 and prior, it was assumed that
-injection in anonymous inner classes was not legal and when
-attempted, it resulted in an exception:</p>
-<figure class="highlight"><pre><code class="language-text" data-lang="text">Caused by: org.jboss.weld.exceptions.DefinitionException:
-WELD-000070 Simple bean [EnhancedAnnotatedTypeImpl] private class
-com.example.HomePage$AForm cannot be a non-static inner class</code></pre></figure>
-<p>This was reported as
-<a href="https://issues.apache.org/jira/browse/WICKET-5226">WICKET-5226</a>, as
-it became an issue in Glassfish 4, which ships with Weld 2.0.1 (or
-earlier). We implemented a fix for this particular issue by not
-injecting into anonymous inner classes.</p>
-<p>Unfortunately this was not a bug that needed fixing on our part, but
-rather in the Weld framework (see
-<a href="https://issues.jboss.org/browse/WELD-1441">WELD-1441</a>)</p>
-<p>Therefore we reverted the commits done for WICKET-5226 and hope that
-Glassfish will upgrade their Weld implementation soon. For the whole
-story read
-<a href="https://issues.apache.org/jira/browse/WICKET-5264">WICKET-5264</a></p>
-<p>Glassfish has fixed this in trunk according to
-<a href="https://java.net/jira/browse/GLASSFISH-20619">GLASSFISH-20619</a> but
-the fix has yet to be integrated into a release.</p>
-<h3 id="using-this-release">Using this release</h3>
-<p>With Apache Maven update your dependency to (and don’t forget to
-update any other dependencies on Wicket projects to the same version):</p>
-<figure class="highlight"><pre><code class="language-xml" data-lang="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>6.13.0<span class="nt">&lt;/version&gt;</span>
-<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
-<p>Or download and build the distribution yourself, or use our
-convenience binary package</p>
-<ul>
-  <li>Source: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.13.0">http://www.apache.org/dyn/closer.cgi/wicket/6.13.0</a></li>
-  <li>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.13.0/binaries">http://www.apache.org/dyn/closer.cgi/wicket/6.13.0/binaries</a></li>
-</ul>
-<h3 id="upgrading-from-earlier-versions">Upgrading from earlier versions</h3>
-<p>If you upgrade from 6.y.z this release is a drop in replacement. If
-you come from a version prior to 6.0.0, please read our Wicket 6
-migration guide found at</p>
-<ul>
-  <li><a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+6.0">Migration to Wicket 6.0</a></li>
-</ul>
-<p>Have fun!</p>
-<p>— The Wicket team</p>
-<h3 id="release-notes---wicket---version-6130">Release Notes - Wicket - Version 6.13.0</h3>
-<h4 id="bug">Bug</h4>
-<ul>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4294">WICKET-4294</a> - AutoCompleteTextField does not show suggestions when it is used on ModalWindow in InternetExplorer</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4997">WICKET-4997</a> - Mounted bookmarkable Page not recreated on Session Expiry</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5084">WICKET-5084</a> - ClassNotFoundException with Atmosphere on Bookmarkable pages</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5224">WICKET-5224</a> - ModalWindow is not visible in Safari when opened from a link at the bottom of a large page</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5321">WICKET-5321</a> - Incorporate Wicket Guide into website</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5379">WICKET-5379</a> - IE7: AutoCompleteTextField inside a ModalWindow shows auto complete dropdown behind ModalWindow</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5387">WICKET-5387</a> - Page#onInitialize called after an exception in the constructor of Page</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5400">WICKET-5400</a> - Behaviors#internalAdd(Behavior) erroneously gets id for stateless behaviors</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5402">WICKET-5402</a> - NullPointerException when logging out with wicket-atmosphere</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5404">WICKET-5404</a> - JQuery 1.10.1 does not work well with IE11, upgrade to 1.10.2</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5409">WICKET-5409</a> - wicket-native-websocket does not work with Safari/Safari iOS</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5413">WICKET-5413</a> - Positioning AutoCompleteTextField not correct on resized window</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5416">WICKET-5416</a> - BOM in UTF markup file breaks encoding detection</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5418">WICKET-5418</a> - PropertyValidator ignoring groups with the @NotNull annotation only</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5422">WICKET-5422</a> - ComponentRenderer.renderComponent() adds a page to DataStore</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5424">WICKET-5424</a> - Page.isPageStateless() returning true in regular run but false in WicketTester</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5425">WICKET-5425</a> - WicketTester doesn’t preserve the request cookies when #executeListener() is used</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5426">WICKET-5426</a> - Page not recognized as stateless although stateful component is hidden in #onConfigure()</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5429">WICKET-5429</a> - ResourceReference’s properties are not preserved when using reference replacement</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5437">WICKET-5437</a> - When a ConversionException is thrown, its message is not used in the ValidationError</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5441">WICKET-5441</a> - IResourceCachingStrategy implementations should only set caching if version matches</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5442">WICKET-5442</a> - TimeOfDay.valueOf(Calendar, Time) and TimeOfDay.valueOf(Time) incorrectly use 12-hour clock</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5444">WICKET-5444</a> - Make org.apache.wicket.pageStore.memory.PageTable public so custom impls of IDataStoreEvictionStrategy can be made</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5447">WICKET-5447</a> - TableTree’s NodeBorder does not properly close divs</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5450">WICKET-5450</a> - Double escaping when using EnumChoiceRenderer and DropDownChoice</li>
-</ul>
-<h4 id="improvement">Improvement</h4>
-<ul>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4268">WICKET-4268</a> - Quality of ThumbnailImageResource</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4762">WICKET-4762</a> - IResourceVersion should be based on final result</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4905">WICKET-4905</a> - PagingNavigation: possible to call setStartIndex() earlier than onBeforeRender?</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4909">WICKET-4909</a> - ModalWindow overwrites window.onbeforeunload</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5364">WICKET-5364</a> - Reduce logging for wicket-atmosphere</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5367">WICKET-5367</a> - migrate Wicket-Atmosphere to Atmosphere 2</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5401">WICKET-5401</a> - provide no-argument constructor in string based header items</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5411">WICKET-5411</a> - Improve AutoLabels by updating their CSS classes automatically during Ajax requests</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5415">WICKET-5415</a> - Do not initialize pages which were not rendered</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5420">WICKET-5420</a> - Make UploadProgressBar easier to extend</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5423">WICKET-5423</a> - Create IResource based implementation of Native Web Sockets</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5435">WICKET-5435</a> - Ajaxified version of WebSession#getClientInfo should be added</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5436">WICKET-5436</a> - Implement BigIntegerConverter</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5443">WICKET-5443</a> - Increase randomness and reduce predictability of CaptchaImageResource rendered images</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5445">WICKET-5445</a> - Make CaptchaImageResource easier to extend and reuse</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5455">WICKET-5455</a> - Allow access to the JS ResourceReference of AbstractAutoCompleteBehavior</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5456">WICKET-5456</a> - Make RawMarkup extendable</li>
-</ul>
-<h4 id="task">Task</h4>
-<ul>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5431">WICKET-5431</a> - Download pages must use ASF mirror system for current releases</li>
-</ul>
-<h4 id="wish">Wish</h4>
-<ul>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-1197">WICKET-1197</a> - add/remove all buttons in Palette component</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4951">WICKET-4951</a> - Wicket-cdi and OpenWebBeans 1.1.x incompatibility</li>
-</ul>
-</div>
-        </section>
-    </div>
-</main>
-        <footer class="l-container">
-            <div class="l-full">
-    <img height="60px" src="/img/asf_logo.gif" style="float:left">
-    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
-    Wicket, Apache, the Apache feather logo, and the Apache Wicket
-    project logo are trademarks of The Apache Software Foundation. All
-    other marks mentioned may be trademarks or registered trademarks of
-    their respective owners.
-</div>
-        </footer>
-    </body>
-
-</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2014/01/05/wicket-6.13.0-released.html
----------------------------------------------------------------------
diff --git a/content/news/2014/01/05/wicket-6.13.0-released.html b/content/news/2014/01/05/wicket-6.13.0-released.html
new file mode 100644
index 0000000..04bae7f
--- /dev/null
+++ b/content/news/2014/01/05/wicket-6.13.0-released.html
@@ -0,0 +1,257 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+        <meta charset="utf-8">
+        <title>Apache Wicket 6.13.0 released | Apache Wicket</title>
+        <meta name="viewport" content="width=device-width, initial-scale=1" />
+
+        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
+        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
+        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
+
+		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
+
+    </head>
+
+    <body class="">
+        <div class="header default">
+    <div class="l-container">
+<nav class="mainmenu">
+    <ul>
+		<!-- /start/quickstart.html || /news/2014/01/05/wicket-6.13.0-released.html -->
+    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
+		<!-- /start/download.html || /news/2014/01/05/wicket-6.13.0-released.html -->
+    	<li class=""><a href="/start/download.html">Download</a></li>
+		<!-- /learn || /news/2014/01/05/wicket-6.13.0-released.html -->
+    	<li class=""><a href="/learn">Documentation</a></li>
+		<!-- /help || /news/2014/01/05/wicket-6.13.0-released.html -->
+    	<li class=""><a href="/help">Support</a></li>
+		<!-- /contribute || /news/2014/01/05/wicket-6.13.0-released.html -->
+    	<li class=""><a href="/contribute">Contribute</a></li>
+		<!-- /community || /news/2014/01/05/wicket-6.13.0-released.html -->
+    	<li class=""><a href="/community">Community</a></li>
+		<!-- /apache || /news/2014/01/05/wicket-6.13.0-released.html -->
+    	<li class=""><a href="/apache">Apache</a></li>
+    </ul>
+</nav>
+        <div class="logo">
+    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
+</div>
+    </div>
+</div>
+<main>
+    <div class="l-container">
+        <header class="l-full preamble">
+            <h1>Apache Wicket 6.13.0 released</h1>
+        </header>
+        <section class="l-one-third right">
+        </section>
+        <section class="l-two-third left">
+            <div class="l-full">
+    <p class="meta">05 Jan 2014</p>
+    <p>The Apache Wicket PMC is proud to announce Apache Wicket 6.13.0!</p>
+<p>This release marks the thirteenth minor release of Wicket 6. Starting
+with Wicket 6 we use semantic versioning for the future development of
+Wicket, and as such no API breaks are present in this release compared
+to 6.0.0.</p>
+<h3 id="new-and-noteworthy">New and noteworthy</h3>
+<p>This release fixes 25 bugs and adds the following improvements:</p>
+<ul>
+  <li>Online Wicket User guide (see below)</li>
+  <li>CDI 1.1 support (see below)</li>
+  <li>JQuery upgraded from 1.10.1 to 1.10.2</li>
+  <li>Implemented BigIntegerConverter</li>
+  <li>Migrate Wicket-Atmosphere to Atmosphere 2</li>
+</ul>
+<h3 id="online-wicket-reference-guide">Online Wicket reference guide</h3>
+<p>After many years of people asking for a reference guide for Apache
+Wicket we finally were able to add one to our site thanks to Andrea del
+Bene and comSysto for writing the guide and providing the hours of
+converting it to our site.</p>
+<p>You can read the manual in 3 forms: multi page HTML, single page HTML
+and PDF.</p>
+<p>The contents:</p>
+<ul>
+  <li>Introduction</li>
+  <li>How to use the example code</li>
+  <li>Why should I learn Wicket?</li>
+  <li>Wicket says “Hello, World!”</li>
+  <li>Wicket as page layout manager</li>
+  <li>Keeping control over HTML</li>
+  <li>Component Lifecycle</li>
+  <li>Page versioning and caching</li>
+  <li>Under the hood of request processing</li>
+  <li>Wicket Links and URL generation</li>
+  <li>Wicket models and forms</li>
+  <li>Wicket forms in detail</li>
+  <li>Displaying multiple items with repeaters</li>
+  <li>Internationalization with Wicket</li>
+  <li>Resource management with Wicket</li>
+  <li>An example of integration with JavaScript</li>
+  <li>Wicket advanced topics</li>
+  <li>Working with AJAX</li>
+  <li>Integration with enterprise containers</li>
+  <li>Security with Wicket</li>
+  <li>Test Driven Development with Wicket</li>
+  <li>Test Driven Development with Wicket and Spring</li>
+  <li>Wicket Best Practices</li>
+  <li>Working with Maven (Appendix)</li>
+  <li>Project WicketStuff (Appendix)</li>
+  <li>Lost in redirection with Apache Wicket (Appendix)</li>
+  <li>Contributing to this guide (Appendix)</li>
+</ul>
+<p>Read more in the <a href="http://wicket.apache.org/learn/#wicket-user-guide">“User guide”</a>.</p>
+<h3 id="new-cdi-11-integration-project">New CDI-1.1 integration project</h3>
+<p>A new (experimental) module for CDI integration was added to support
+CDI 1.1 with Wicket. As CDI 1.0 and 1.1 are different beasts and not
+compatible, we had to craft a new module with specific support for the
+new CDI standard. The module is still experimental, but we expect to
+make it a default module in a couple of releases.</p>
+<p>You can use the new Wicket CDI module by including the following
+dependency in your POM:</p>
+<figure class="highlight"><pre><code class="language-xml" data-lang="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-cdi-1.1<span class="nt">&lt;/artifactId&gt;</span>
+	<span class="nt">&lt;version&gt;</span>0.2<span class="nt">&lt;/version&gt;</span>
+<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
+<p>Note that you have to remove the old wicket-cdi module and the Seam
+conversation dependency: <code class="highlighter-rouge">org.jboss.seam.conversation:seam-conversation-weld</code></p>
+<p>For more information about what is new in CDI 1.1 read <a href="http://s.apache.org/newincdi11">this blog post
+by Pete Muir</a>.</p>
+<h3 id="jquery-update-in-690">JQuery update in 6.9.0</h3>
+<p>As of Wicket 6.9 we ship JQuery 1.10.1 (since 6.13.0 we ship 1.10.2).
+The JQuery project has decided to remove deprecated APIs from their
+codebase from JQuery 1.9 and up. This means that JQuery plugins using
+these deprecated APIs no longer work. See the JQuery migration guide
+for more information, available from <a href="http://jquery.com/upgrade-guide/1.9/">the JQuery web
+site</a></p>
+<p>If your application depends on these deprecated APIs you can easily
+downgrade to JQuery 1.8.3-the previously provided JQuery that still
+contains these APIs. Download the 1.8.3 release of jquery and add it
+to your project in its application’s init method:</p>
+<figure class="highlight"><pre><code class="language-java" data-lang="java"> <span class="nd">@Override</span>
+ <span class="kd">protected</span> <span class="kt">void</span> <span class="n">init</span><span class="o">()</span> <span class="o">{</span>
+     <span class="n">getJavaScriptLibrarySettings</span><span class="o">()</span>
+         <span class="o">.</span><span class="na">setJQueryReference</span><span class="o">(</span><span class="n">yourJquery183ResourceReference</span><span class="o">);</span>
+ <span class="o">}</span></code></pre></figure>
+<h3 id="cdi-injection-issue">CDI injection issue</h3>
+<p>In the CDI releases of Weld 2.0.1 and prior, it was assumed that
+injection in anonymous inner classes was not legal and when
+attempted, it resulted in an exception:</p>
+<figure class="highlight"><pre><code class="language-text" data-lang="text">Caused by: org.jboss.weld.exceptions.DefinitionException:
+WELD-000070 Simple bean [EnhancedAnnotatedTypeImpl] private class
+com.example.HomePage$AForm cannot be a non-static inner class</code></pre></figure>
+<p>This was reported as
+<a href="https://issues.apache.org/jira/browse/WICKET-5226">WICKET-5226</a>, as
+it became an issue in Glassfish 4, which ships with Weld 2.0.1 (or
+earlier). We implemented a fix for this particular issue by not
+injecting into anonymous inner classes.</p>
+<p>Unfortunately this was not a bug that needed fixing on our part, but
+rather in the Weld framework (see
+<a href="https://issues.jboss.org/browse/WELD-1441">WELD-1441</a>)</p>
+<p>Therefore we reverted the commits done for WICKET-5226 and hope that
+Glassfish will upgrade their Weld implementation soon. For the whole
+story read
+<a href="https://issues.apache.org/jira/browse/WICKET-5264">WICKET-5264</a></p>
+<p>Glassfish has fixed this in trunk according to
+<a href="https://java.net/jira/browse/GLASSFISH-20619">GLASSFISH-20619</a> but
+the fix has yet to be integrated into a release.</p>
+<h3 id="using-this-release">Using this release</h3>
+<p>With Apache Maven update your dependency to (and don’t forget to
+update any other dependencies on Wicket projects to the same version):</p>
+<figure class="highlight"><pre><code class="language-xml" data-lang="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>6.13.0<span class="nt">&lt;/version&gt;</span>
+<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
+<p>Or download and build the distribution yourself, or use our
+convenience binary package</p>
+<ul>
+  <li>Source: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.13.0">http://www.apache.org/dyn/closer.cgi/wicket/6.13.0</a></li>
+  <li>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.13.0/binaries">http://www.apache.org/dyn/closer.cgi/wicket/6.13.0/binaries</a></li>
+</ul>
+<h3 id="upgrading-from-earlier-versions">Upgrading from earlier versions</h3>
+<p>If you upgrade from 6.y.z this release is a drop in replacement. If
+you come from a version prior to 6.0.0, please read our Wicket 6
+migration guide found at</p>
+<ul>
+  <li><a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+6.0">Migration to Wicket 6.0</a></li>
+</ul>
+<p>Have fun!</p>
+<p>— The Wicket team</p>
+<h3 id="release-notes---wicket---version-6130">Release Notes - Wicket - Version 6.13.0</h3>
+<h4 id="bug">Bug</h4>
+<ul>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4294">WICKET-4294</a> - AutoCompleteTextField does not show suggestions when it is used on ModalWindow in InternetExplorer</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4997">WICKET-4997</a> - Mounted bookmarkable Page not recreated on Session Expiry</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5084">WICKET-5084</a> - ClassNotFoundException with Atmosphere on Bookmarkable pages</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5224">WICKET-5224</a> - ModalWindow is not visible in Safari when opened from a link at the bottom of a large page</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5321">WICKET-5321</a> - Incorporate Wicket Guide into website</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5379">WICKET-5379</a> - IE7: AutoCompleteTextField inside a ModalWindow shows auto complete dropdown behind ModalWindow</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5387">WICKET-5387</a> - Page#onInitialize called after an exception in the constructor of Page</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5400">WICKET-5400</a> - Behaviors#internalAdd(Behavior) erroneously gets id for stateless behaviors</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5402">WICKET-5402</a> - NullPointerException when logging out with wicket-atmosphere</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5404">WICKET-5404</a> - JQuery 1.10.1 does not work well with IE11, upgrade to 1.10.2</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5409">WICKET-5409</a> - wicket-native-websocket does not work with Safari/Safari iOS</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5413">WICKET-5413</a> - Positioning AutoCompleteTextField not correct on resized window</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5416">WICKET-5416</a> - BOM in UTF markup file breaks encoding detection</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5418">WICKET-5418</a> - PropertyValidator ignoring groups with the @NotNull annotation only</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5422">WICKET-5422</a> - ComponentRenderer.renderComponent() adds a page to DataStore</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5424">WICKET-5424</a> - Page.isPageStateless() returning true in regular run but false in WicketTester</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5425">WICKET-5425</a> - WicketTester doesn’t preserve the request cookies when #executeListener() is used</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5426">WICKET-5426</a> - Page not recognized as stateless although stateful component is hidden in #onConfigure()</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5429">WICKET-5429</a> - ResourceReference’s properties are not preserved when using reference replacement</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5437">WICKET-5437</a> - When a ConversionException is thrown, its message is not used in the ValidationError</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5441">WICKET-5441</a> - IResourceCachingStrategy implementations should only set caching if version matches</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5442">WICKET-5442</a> - TimeOfDay.valueOf(Calendar, Time) and TimeOfDay.valueOf(Time) incorrectly use 12-hour clock</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5444">WICKET-5444</a> - Make org.apache.wicket.pageStore.memory.PageTable public so custom impls of IDataStoreEvictionStrategy can be made</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5447">WICKET-5447</a> - TableTree’s NodeBorder does not properly close divs</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5450">WICKET-5450</a> - Double escaping when using EnumChoiceRenderer and DropDownChoice</li>
+</ul>
+<h4 id="improvement">Improvement</h4>
+<ul>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4268">WICKET-4268</a> - Quality of ThumbnailImageResource</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4762">WICKET-4762</a> - IResourceVersion should be based on final result</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4905">WICKET-4905</a> - PagingNavigation: possible to call setStartIndex() earlier than onBeforeRender?</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4909">WICKET-4909</a> - ModalWindow overwrites window.onbeforeunload</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5364">WICKET-5364</a> - Reduce logging for wicket-atmosphere</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5367">WICKET-5367</a> - migrate Wicket-Atmosphere to Atmosphere 2</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5401">WICKET-5401</a> - provide no-argument constructor in string based header items</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5411">WICKET-5411</a> - Improve AutoLabels by updating their CSS classes automatically during Ajax requests</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5415">WICKET-5415</a> - Do not initialize pages which were not rendered</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5420">WICKET-5420</a> - Make UploadProgressBar easier to extend</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5423">WICKET-5423</a> - Create IResource based implementation of Native Web Sockets</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5435">WICKET-5435</a> - Ajaxified version of WebSession#getClientInfo should be added</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5436">WICKET-5436</a> - Implement BigIntegerConverter</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5443">WICKET-5443</a> - Increase randomness and reduce predictability of CaptchaImageResource rendered images</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5445">WICKET-5445</a> - Make CaptchaImageResource easier to extend and reuse</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5455">WICKET-5455</a> - Allow access to the JS ResourceReference of AbstractAutoCompleteBehavior</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5456">WICKET-5456</a> - Make RawMarkup extendable</li>
+</ul>
+<h4 id="task">Task</h4>
+<ul>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5431">WICKET-5431</a> - Download pages must use ASF mirror system for current releases</li>
+</ul>
+<h4 id="wish">Wish</h4>
+<ul>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-1197">WICKET-1197</a> - add/remove all buttons in Palette component</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4951">WICKET-4951</a> - Wicket-cdi and OpenWebBeans 1.1.x incompatibility</li>
+</ul>
+</div>
+        </section>
+    </div>
+</main>
+        <footer class="l-container">
+            <div class="l-full">
+    <img height="60px" src="/img/asf_logo.gif" style="float:left">
+    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
+    Wicket, Apache, the Apache feather logo, and the Apache Wicket
+    project logo are trademarks of The Apache Software Foundation. All
+    other marks mentioned may be trademarks or registered trademarks of
+    their respective owners.
+</div>
+        </footer>
+    </body>
+
+</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2014/01/index.html
----------------------------------------------------------------------
diff --git a/content/news/2014/01/index.html b/content/news/2014/01/index.html
index f62510b..3e4bbe4 100644
--- a/content/news/2014/01/index.html
+++ b/content/news/2014/01/index.html
@@ -52,7 +52,7 @@
 	<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.13.0!</p>
 <p>This release marks the thirteenth minor release of Wicket 6. Starting
 with Wicket 6 we us...</p>
-	<a href="/news/2014/01/05/wicket-6-13-0-released.html">more</a></li>
+	<a href="/news/2014/01/05/wicket-6.13.0-released.html">more</a></li>
 </div>
         </div>
         <div class="l-one-third">

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2014/02/06/wicket-1-4-23-released.html
----------------------------------------------------------------------
diff --git a/content/news/2014/02/06/wicket-1-4-23-released.html b/content/news/2014/02/06/wicket-1-4-23-released.html
deleted file mode 100644
index f9ee88f..0000000
--- a/content/news/2014/02/06/wicket-1-4-23-released.html
+++ /dev/null
@@ -1,83 +0,0 @@
-<!DOCTYPE html>
-<html>
-    <head>
-        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-        <meta charset="utf-8">
-        <title>Wicket 1.4.23 released | Apache Wicket</title>
-        <meta name="viewport" content="width=device-width, initial-scale=1" />
-
-        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
-        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
-        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
-
-		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
-
-    </head>
-
-    <body class="">
-        <div class="header default">
-    <div class="l-container">
-<nav class="mainmenu">
-    <ul>
-		<!-- /start/quickstart.html || /news/2014/02/06/wicket-1-4-23-released.html -->
-    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
-		<!-- /start/download.html || /news/2014/02/06/wicket-1-4-23-released.html -->
-    	<li class=""><a href="/start/download.html">Download</a></li>
-		<!-- /learn || /news/2014/02/06/wicket-1-4-23-released.html -->
-    	<li class=""><a href="/learn">Documentation</a></li>
-		<!-- /help || /news/2014/02/06/wicket-1-4-23-released.html -->
-    	<li class=""><a href="/help">Support</a></li>
-		<!-- /contribute || /news/2014/02/06/wicket-1-4-23-released.html -->
-    	<li class=""><a href="/contribute">Contribute</a></li>
-		<!-- /community || /news/2014/02/06/wicket-1-4-23-released.html -->
-    	<li class=""><a href="/community">Community</a></li>
-		<!-- /apache || /news/2014/02/06/wicket-1-4-23-released.html -->
-    	<li class=""><a href="/apache">Apache</a></li>
-    </ul>
-</nav>
-        <div class="logo">
-    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
-</div>
-    </div>
-</div>
-<main>
-    <div class="l-container">
-        <header class="l-full preamble">
-            <h1>Wicket 1.4.23 released</h1>
-        </header>
-        <section class="l-one-third right">
-        </section>
-        <section class="l-two-third left">
-            <div class="l-full">
-    <p class="meta">06 Feb 2014</p>
-    <p>This is twenty thirdth release of the Wicket 1.4.x series. This is a security bugfix release on the 1.4.x branch.
-Read <a href="/news/2014/02/06/cve-2013-2055.html">CVE-2013-2055</a> for more information.</p>
-<ul>
-  <li><a href="http://git-wip-us.apache.org/repos/asf/wicket/repo?p=wicket.git;a=shortlog;h=refs/tags/wicket-1.4.23">Git tag</a></li>
-  <li>To use in Maven:</li>
-</ul>
-<figure class="highlight"><pre><code class="language-xml" data-lang="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.23<span class="nt">&lt;/version&gt;</span>
-<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
-<ul>
-  <li>Download the <a href="http://www.apache.org/dyn/closer.cgi/wicket/1.4.23">full distribution</a> (including source)</li>
-</ul>
-</div>
-        </section>
-    </div>
-</main>
-        <footer class="l-container">
-            <div class="l-full">
-    <img height="60px" src="/img/asf_logo.gif" style="float:left">
-    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
-    Wicket, Apache, the Apache feather logo, and the Apache Wicket
-    project logo are trademarks of The Apache Software Foundation. All
-    other marks mentioned may be trademarks or registered trademarks of
-    their respective owners.
-</div>
-        </footer>
-    </body>
-
-</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2014/02/06/wicket-1-5-11-released.html
----------------------------------------------------------------------
diff --git a/content/news/2014/02/06/wicket-1-5-11-released.html b/content/news/2014/02/06/wicket-1-5-11-released.html
deleted file mode 100644
index 359fdb9..0000000
--- a/content/news/2014/02/06/wicket-1-5-11-released.html
+++ /dev/null
@@ -1,83 +0,0 @@
-<!DOCTYPE html>
-<html>
-    <head>
-        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-        <meta charset="utf-8">
-        <title>Wicket 1.5.11 released | Apache Wicket</title>
-        <meta name="viewport" content="width=device-width, initial-scale=1" />
-
-        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
-        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
-        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
-
-		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
-
-    </head>
-
-    <body class="">
-        <div class="header default">
-    <div class="l-container">
-<nav class="mainmenu">
-    <ul>
-		<!-- /start/quickstart.html || /news/2014/02/06/wicket-1-5-11-released.html -->
-    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
-		<!-- /start/download.html || /news/2014/02/06/wicket-1-5-11-released.html -->
-    	<li class=""><a href="/start/download.html">Download</a></li>
-		<!-- /learn || /news/2014/02/06/wicket-1-5-11-released.html -->
-    	<li class=""><a href="/learn">Documentation</a></li>
-		<!-- /help || /news/2014/02/06/wicket-1-5-11-released.html -->
-    	<li class=""><a href="/help">Support</a></li>
-		<!-- /contribute || /news/2014/02/06/wicket-1-5-11-released.html -->
-    	<li class=""><a href="/contribute">Contribute</a></li>
-		<!-- /community || /news/2014/02/06/wicket-1-5-11-released.html -->
-    	<li class=""><a href="/community">Community</a></li>
-		<!-- /apache || /news/2014/02/06/wicket-1-5-11-released.html -->
-    	<li class=""><a href="/apache">Apache</a></li>
-    </ul>
-</nav>
-        <div class="logo">
-    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
-</div>
-    </div>
-</div>
-<main>
-    <div class="l-container">
-        <header class="l-full preamble">
-            <h1>Wicket 1.5.11 released</h1>
-        </header>
-        <section class="l-one-third right">
-        </section>
-        <section class="l-two-third left">
-            <div class="l-full">
-    <p class="meta">06 Feb 2014</p>
-    <p>This is the eleventh maintenance release of the Wicket 1.5.x series. This release brings over 34 bug fixes and improvements.</p>
-<ul>
-  <li><a href="https://git-wip-us.apache.org/repos/asf/wicket/repo?p=wicket.git;a=shortlog;h=refs/tags/wicket-1.5.11">Git tag</a></li>
-  <li><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&amp;version=12324069">Changelog</a></li>
-  <li>To use in Maven:</li>
-</ul>
-<figure class="highlight"><pre><code class="language-xml" data-lang="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.11<span class="nt">&lt;/version&gt;</span>
-<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
-<ul>
-  <li>Download the <a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.11">full distribution</a> (including source)</li>
-</ul>
-</div>
-        </section>
-    </div>
-</main>
-        <footer class="l-container">
-            <div class="l-full">
-    <img height="60px" src="/img/asf_logo.gif" style="float:left">
-    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
-    Wicket, Apache, the Apache feather logo, and the Apache Wicket
-    project logo are trademarks of The Apache Software Foundation. All
-    other marks mentioned may be trademarks or registered trademarks of
-    their respective owners.
-</div>
-        </footer>
-    </body>
-
-</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2014/02/06/wicket-1.4.23-released.html
----------------------------------------------------------------------
diff --git a/content/news/2014/02/06/wicket-1.4.23-released.html b/content/news/2014/02/06/wicket-1.4.23-released.html
new file mode 100644
index 0000000..6afb4ba
--- /dev/null
+++ b/content/news/2014/02/06/wicket-1.4.23-released.html
@@ -0,0 +1,83 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+        <meta charset="utf-8">
+        <title>Wicket 1.4.23 released | Apache Wicket</title>
+        <meta name="viewport" content="width=device-width, initial-scale=1" />
+
+        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
+        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
+        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
+
+		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
+
+    </head>
+
+    <body class="">
+        <div class="header default">
+    <div class="l-container">
+<nav class="mainmenu">
+    <ul>
+		<!-- /start/quickstart.html || /news/2014/02/06/wicket-1.4.23-released.html -->
+    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
+		<!-- /start/download.html || /news/2014/02/06/wicket-1.4.23-released.html -->
+    	<li class=""><a href="/start/download.html">Download</a></li>
+		<!-- /learn || /news/2014/02/06/wicket-1.4.23-released.html -->
+    	<li class=""><a href="/learn">Documentation</a></li>
+		<!-- /help || /news/2014/02/06/wicket-1.4.23-released.html -->
+    	<li class=""><a href="/help">Support</a></li>
+		<!-- /contribute || /news/2014/02/06/wicket-1.4.23-released.html -->
+    	<li class=""><a href="/contribute">Contribute</a></li>
+		<!-- /community || /news/2014/02/06/wicket-1.4.23-released.html -->
+    	<li class=""><a href="/community">Community</a></li>
+		<!-- /apache || /news/2014/02/06/wicket-1.4.23-released.html -->
+    	<li class=""><a href="/apache">Apache</a></li>
+    </ul>
+</nav>
+        <div class="logo">
+    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
+</div>
+    </div>
+</div>
+<main>
+    <div class="l-container">
+        <header class="l-full preamble">
+            <h1>Wicket 1.4.23 released</h1>
+        </header>
+        <section class="l-one-third right">
+        </section>
+        <section class="l-two-third left">
+            <div class="l-full">
+    <p class="meta">06 Feb 2014</p>
+    <p>This is twenty thirdth release of the Wicket 1.4.x series. This is a security bugfix release on the 1.4.x branch.
+Read <a href="/news/2014/02/06/cve-2013-2055.html">CVE-2013-2055</a> for more information.</p>
+<ul>
+  <li><a href="http://git-wip-us.apache.org/repos/asf/wicket/repo?p=wicket.git;a=shortlog;h=refs/tags/wicket-1.4.23">Git tag</a></li>
+  <li>To use in Maven:</li>
+</ul>
+<figure class="highlight"><pre><code class="language-xml" data-lang="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.23<span class="nt">&lt;/version&gt;</span>
+<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
+<ul>
+  <li>Download the <a href="http://www.apache.org/dyn/closer.cgi/wicket/1.4.23">full distribution</a> (including source)</li>
+</ul>
+</div>
+        </section>
+    </div>
+</main>
+        <footer class="l-container">
+            <div class="l-full">
+    <img height="60px" src="/img/asf_logo.gif" style="float:left">
+    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
+    Wicket, Apache, the Apache feather logo, and the Apache Wicket
+    project logo are trademarks of The Apache Software Foundation. All
+    other marks mentioned may be trademarks or registered trademarks of
+    their respective owners.
+</div>
+        </footer>
+    </body>
+
+</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2014/02/06/wicket-1.5.11-released.html
----------------------------------------------------------------------
diff --git a/content/news/2014/02/06/wicket-1.5.11-released.html b/content/news/2014/02/06/wicket-1.5.11-released.html
new file mode 100644
index 0000000..8a5ae0a
--- /dev/null
+++ b/content/news/2014/02/06/wicket-1.5.11-released.html
@@ -0,0 +1,83 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+        <meta charset="utf-8">
+        <title>Wicket 1.5.11 released | Apache Wicket</title>
+        <meta name="viewport" content="width=device-width, initial-scale=1" />
+
+        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
+        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
+        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
+
+		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
+
+    </head>
+
+    <body class="">
+        <div class="header default">
+    <div class="l-container">
+<nav class="mainmenu">
+    <ul>
+		<!-- /start/quickstart.html || /news/2014/02/06/wicket-1.5.11-released.html -->
+    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
+		<!-- /start/download.html || /news/2014/02/06/wicket-1.5.11-released.html -->
+    	<li class=""><a href="/start/download.html">Download</a></li>
+		<!-- /learn || /news/2014/02/06/wicket-1.5.11-released.html -->
+    	<li class=""><a href="/learn">Documentation</a></li>
+		<!-- /help || /news/2014/02/06/wicket-1.5.11-released.html -->
+    	<li class=""><a href="/help">Support</a></li>
+		<!-- /contribute || /news/2014/02/06/wicket-1.5.11-released.html -->
+    	<li class=""><a href="/contribute">Contribute</a></li>
+		<!-- /community || /news/2014/02/06/wicket-1.5.11-released.html -->
+    	<li class=""><a href="/community">Community</a></li>
+		<!-- /apache || /news/2014/02/06/wicket-1.5.11-released.html -->
+    	<li class=""><a href="/apache">Apache</a></li>
+    </ul>
+</nav>
+        <div class="logo">
+    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
+</div>
+    </div>
+</div>
+<main>
+    <div class="l-container">
+        <header class="l-full preamble">
+            <h1>Wicket 1.5.11 released</h1>
+        </header>
+        <section class="l-one-third right">
+        </section>
+        <section class="l-two-third left">
+            <div class="l-full">
+    <p class="meta">06 Feb 2014</p>
+    <p>This is the eleventh maintenance release of the Wicket 1.5.x series. This release brings over 34 bug fixes and improvements.</p>
+<ul>
+  <li><a href="https://git-wip-us.apache.org/repos/asf/wicket/repo?p=wicket.git;a=shortlog;h=refs/tags/wicket-1.5.11">Git tag</a></li>
+  <li><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&amp;version=12324069">Changelog</a></li>
+  <li>To use in Maven:</li>
+</ul>
+<figure class="highlight"><pre><code class="language-xml" data-lang="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.11<span class="nt">&lt;/version&gt;</span>
+<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
+<ul>
+  <li>Download the <a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.11">full distribution</a> (including source)</li>
+</ul>
+</div>
+        </section>
+    </div>
+</main>
+        <footer class="l-container">
+            <div class="l-full">
+    <img height="60px" src="/img/asf_logo.gif" style="float:left">
+    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
+    Wicket, Apache, the Apache feather logo, and the Apache Wicket
+    project logo are trademarks of The Apache Software Foundation. All
+    other marks mentioned may be trademarks or registered trademarks of
+    their respective owners.
+</div>
+        </footer>
+    </body>
+
+</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2014/02/20/wicket-6-14-0-released.html
----------------------------------------------------------------------
diff --git a/content/news/2014/02/20/wicket-6-14-0-released.html b/content/news/2014/02/20/wicket-6-14-0-released.html
deleted file mode 100644
index ee43619..0000000
--- a/content/news/2014/02/20/wicket-6-14-0-released.html
+++ /dev/null
@@ -1,149 +0,0 @@
-<!DOCTYPE html>
-<html>
-    <head>
-        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-        <meta charset="utf-8">
-        <title>Apache Wicket 6.14.0 released | Apache Wicket</title>
-        <meta name="viewport" content="width=device-width, initial-scale=1" />
-
-        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
-        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
-        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
-
-		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
-
-    </head>
-
-    <body class="">
-        <div class="header default">
-    <div class="l-container">
-<nav class="mainmenu">
-    <ul>
-		<!-- /start/quickstart.html || /news/2014/02/20/wicket-6-14-0-released.html -->
-    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
-		<!-- /start/download.html || /news/2014/02/20/wicket-6-14-0-released.html -->
-    	<li class=""><a href="/start/download.html">Download</a></li>
-		<!-- /learn || /news/2014/02/20/wicket-6-14-0-released.html -->
-    	<li class=""><a href="/learn">Documentation</a></li>
-		<!-- /help || /news/2014/02/20/wicket-6-14-0-released.html -->
-    	<li class=""><a href="/help">Support</a></li>
-		<!-- /contribute || /news/2014/02/20/wicket-6-14-0-released.html -->
-    	<li class=""><a href="/contribute">Contribute</a></li>
-		<!-- /community || /news/2014/02/20/wicket-6-14-0-released.html -->
-    	<li class=""><a href="/community">Community</a></li>
-		<!-- /apache || /news/2014/02/20/wicket-6-14-0-released.html -->
-    	<li class=""><a href="/apache">Apache</a></li>
-    </ul>
-</nav>
-        <div class="logo">
-    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
-</div>
-    </div>
-</div>
-<main>
-    <div class="l-container">
-        <header class="l-full preamble">
-            <h1>Apache Wicket 6.14.0 released</h1>
-        </header>
-        <section class="l-one-third right">
-        </section>
-        <section class="l-two-third left">
-            <div class="l-full">
-    <p class="meta">20 Feb 2014</p>
-    <p>The Apache Wicket PMC is proud to announce Apache Wicket 6.14.0!</p>
-<p>This release marks the fourteenth minor release of Wicket 6. Starting
-with Wicket 6 we use semantic versioning for the future development of
-Wicket, and as such no API breaks are present in this release compared
-to 6.0.0.</p>
-<h3 id="new-and-noteworthy">New and noteworthy</h3>
-<p>This release fixes 34 bugs and adds the following improvements:</p>
-<ul>
-  <li>JQuery upgraded from 1.10.2 to 1.11.0</li>
-  <li>Fix for <a href="/news/2014/02/21/cve-2014-0043.html">CVE-2014-0043</a></li>
-  <li>Wicket Session may not be saved in the SessionStore (Http Session) under some conditions and lead to lost state</li>
-  <li>Update classes copied from commons-fileupload to fix CVE-2014-0050</li>
-  <li>Allow &lt;script&gt; tags to have children components to be able to use client side templating</li>
-</ul>
-<h3 id="using-this-release">Using this release</h3>
-<p>With Apache Maven update your dependency to (and don’t forget to
-update any other dependencies on Wicket projects to the same version):</p>
-<figure class="highlight"><pre><code class="language-xml" data-lang="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>6.14.0<span class="nt">&lt;/version&gt;</span>
-<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
-<p>Or download and build the distribution yourself, or use our
-convenience binary package</p>
-<ul>
-  <li>Source: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.14.0">http://www.apache.org/dyn/closer.cgi/wicket/6.14.0</a></li>
-  <li>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.14.0/binaries">http://www.apache.org/dyn/closer.cgi/wicket/6.14.0/binaries</a></li>
-</ul>
-<h3 id="upgrading-from-earlier-versions">Upgrading from earlier versions</h3>
-<p>If you upgrade from 6.y.z this release is a drop in replacement. If
-you come from a version prior to 6.0.0, please read our Wicket 6
-migration guide found at</p>
-<ul>
-  <li><a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+6.0">Migration to Wicket 6.0</a></li>
-</ul>
-<p>Have fun!</p>
-<p>— The Wicket team</p>
-<h3 id="release-notes---wicket---version-6140">Release Notes - Wicket - Version 6.14.0</h3>
-<h4 id="bug">Bug</h4>
-<pre><code>* [WICKET-4697] - Autolinking not working as soon as component gets a wicket:id
-* [WICKET-5043] - Page not mounted with WebApplication#mountPackage
-* [WICKET-5449] - Missing chapter 2 is causing off-by-one page names in the guides URL links
-* [WICKET-5460] - onBeforeRender called too early on stateless page
-* [WICKET-5462] - Ajax form-component-label repainting fails when setResponsePage() is used to navigate away from the page that has previously failed form validaiton
-* [WICKET-5464] - AbstractAjaxTimerBehavior does not work in combination with Wizards
-* [WICKET-5466] - ListenerInterfaceRequestHandler#respond throws ComponentNotFoundException as a side-effect
-* [WICKET-5467] - NumberTextField should support "any" as valid step attribute value
-* [WICKET-5468] - UrlRenderer#renderRelativeUrl potentially appends "/" after query parameters
-* [WICKET-5469] - ModalWindow unload warning always displayed (even if window is closed)
-* [WICKET-5472] - PackageResource#internalGetResourceStream() should return ProcessingResourceStream only when the resource is existing
-* [WICKET-5473] - Wicket does not handle non in-memory Httpsessions correctly
-* [WICKET-5477] - CSS class is not applied to &lt;TD&gt; for data filter
-* [WICKET-5478] - Wrong JavaDoc for WicketTester
-* [WICKET-5480] - AutoLabelResolver creates null pointer exception in 6.13
-* [WICKET-5482] - Wicket-guice doesn't support @javax.inject.Named annotations
-* [WICKET-5484] - WebPageRenderer must not render full page in Ajax requests
-* [WICKET-5486] - WebPageRenderer should honor RedirectPolicy.ALWAYS_REDIRECT more consistently
-* [WICKET-5491] - Wicket.DateTime.getViewportHeight() returning undefined on IE8, positions calendar out of viewport
-* [WICKET-5492] - WebApplication ignores a SecurityException when reading the configuration type
-* [WICKET-5496] - Wrong translation of RangeValidator.minimum and RangeValidator.maximum
-* [WICKET-5497] - NPE in JsonUtils when the value is null
-* [WICKET-5499] - Page is not touched during initialization
-* [WICKET-5500] - Ignore the path parameters when reading the page class
-* [WICKET-5502] - Patch FileUploadBase to fix CVE-2014-0050
-</code></pre>
-<h4 id="improvement">Improvement</h4>
-<pre><code>* [WICKET-5288] - Allow &amp;lt;script&amp;gt;-Tags act as WebMarkUpContainer to add Child-Components
-* [WICKET-5439] - Allow restarting AbstractAjaxTimerBehavior without updating its hosting component
-* [WICKET-5463] - RequestUtil.getCharset(HttpServletRequest request) Resilience against unsupported Charsets in Request
-* [WICKET-5470] - Remove 'final' from org.apache.wicket.markup.html.form.EnumChoiceRenderer#getDisplayValue
-* [WICKET-5471] - Store the page if it is known that it will be used in a following request
-* [WICKET-5493] - Disable jar indexing
-</code></pre>
-<h4 id="new-feature">New Feature</h4>
-<pre><code>* [WICKET-3491] - Introduce IComponentOnConfigureListener
-</code></pre>
-<h4 id="task">Task</h4>
-<pre><code>* [WICKET-5488] - Promote experimental modules to become stable
-* [WICKET-5494] - Upgrade JQuery to latest stable - 1.11.0 and 2.1.0
-</code></pre>
-</div>
-        </section>
-    </div>
-</main>
-        <footer class="l-container">
-            <div class="l-full">
-    <img height="60px" src="/img/asf_logo.gif" style="float:left">
-    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
-    Wicket, Apache, the Apache feather logo, and the Apache Wicket
-    project logo are trademarks of The Apache Software Foundation. All
-    other marks mentioned may be trademarks or registered trademarks of
-    their respective owners.
-</div>
-        </footer>
-    </body>
-
-</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2014/02/20/wicket-6.14.0-released.html
----------------------------------------------------------------------
diff --git a/content/news/2014/02/20/wicket-6.14.0-released.html b/content/news/2014/02/20/wicket-6.14.0-released.html
new file mode 100644
index 0000000..d916e76
--- /dev/null
+++ b/content/news/2014/02/20/wicket-6.14.0-released.html
@@ -0,0 +1,153 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+        <meta charset="utf-8">
+        <title>Apache Wicket 6.14.0 released | Apache Wicket</title>
+        <meta name="viewport" content="width=device-width, initial-scale=1" />
+
+        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
+        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
+        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
+
+		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
+
+    </head>
+
+    <body class="">
+        <div class="header default">
+    <div class="l-container">
+<nav class="mainmenu">
+    <ul>
+		<!-- /start/quickstart.html || /news/2014/02/20/wicket-6.14.0-released.html -->
+    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
+		<!-- /start/download.html || /news/2014/02/20/wicket-6.14.0-released.html -->
+    	<li class=""><a href="/start/download.html">Download</a></li>
+		<!-- /learn || /news/2014/02/20/wicket-6.14.0-released.html -->
+    	<li class=""><a href="/learn">Documentation</a></li>
+		<!-- /help || /news/2014/02/20/wicket-6.14.0-released.html -->
+    	<li class=""><a href="/help">Support</a></li>
+		<!-- /contribute || /news/2014/02/20/wicket-6.14.0-released.html -->
+    	<li class=""><a href="/contribute">Contribute</a></li>
+		<!-- /community || /news/2014/02/20/wicket-6.14.0-released.html -->
+    	<li class=""><a href="/community">Community</a></li>
+		<!-- /apache || /news/2014/02/20/wicket-6.14.0-released.html -->
+    	<li class=""><a href="/apache">Apache</a></li>
+    </ul>
+</nav>
+        <div class="logo">
+    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
+</div>
+    </div>
+</div>
+<main>
+    <div class="l-container">
+        <header class="l-full preamble">
+            <h1>Apache Wicket 6.14.0 released</h1>
+        </header>
+        <section class="l-one-third right">
+        </section>
+        <section class="l-two-third left">
+            <div class="l-full">
+    <p class="meta">20 Feb 2014</p>
+    <p>The Apache Wicket PMC is proud to announce Apache Wicket 6.14.0!</p>
+<p>This release marks the fourteenth minor release of Wicket 6. Starting
+with Wicket 6 we use semantic versioning for the future development of
+Wicket, and as such no API breaks are present in this release compared
+to 6.0.0.</p>
+<h3 id="new-and-noteworthy">New and noteworthy</h3>
+<p>This release fixes 34 bugs and adds the following improvements:</p>
+<ul>
+  <li>JQuery upgraded from 1.10.2 to 1.11.0</li>
+  <li>Fix for <a href="/news/2014/02/21/cve-2014-0043.html">CVE-2014-0043</a></li>
+  <li>Wicket Session may not be saved in the SessionStore (Http Session) under some conditions and lead to lost state</li>
+  <li>Update classes copied from commons-fileupload to fix CVE-2014-0050</li>
+  <li>Allow &lt;script&gt; tags to have children components to be able to use client side templating</li>
+</ul>
+<h3 id="using-this-release">Using this release</h3>
+<p>With Apache Maven update your dependency to (and don’t forget to
+update any other dependencies on Wicket projects to the same version):</p>
+<figure class="highlight"><pre><code class="language-xml" data-lang="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>6.14.0<span class="nt">&lt;/version&gt;</span>
+<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
+<p>Or download and build the distribution yourself, or use our
+convenience binary package</p>
+<ul>
+  <li>Source: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.14.0">http://www.apache.org/dyn/closer.cgi/wicket/6.14.0</a></li>
+  <li>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.14.0/binaries">http://www.apache.org/dyn/closer.cgi/wicket/6.14.0/binaries</a></li>
+</ul>
+<h3 id="upgrading-from-earlier-versions">Upgrading from earlier versions</h3>
+<p>If you upgrade from 6.y.z this release is a drop in replacement. If
+you come from a version prior to 6.0.0, please read our Wicket 6
+migration guide found at</p>
+<ul>
+  <li><a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+6.0">Migration to Wicket 6.0</a></li>
+</ul>
+<p>Have fun!</p>
+<p>— The Wicket team</p>
+<h3 id="release-notes---wicket---version-6140">Release Notes - Wicket - Version 6.14.0</h3>
+<h4 id="bug">Bug</h4>
+<div class="highlighter-rouge"><pre class="highlight"><code>* [WICKET-4697] - Autolinking not working as soon as component gets a wicket:id
+* [WICKET-5043] - Page not mounted with WebApplication#mountPackage
+* [WICKET-5449] - Missing chapter 2 is causing off-by-one page names in the guides URL links
+* [WICKET-5460] - onBeforeRender called too early on stateless page
+* [WICKET-5462] - Ajax form-component-label repainting fails when setResponsePage() is used to navigate away from the page that has previously failed form validaiton
+* [WICKET-5464] - AbstractAjaxTimerBehavior does not work in combination with Wizards
+* [WICKET-5466] - ListenerInterfaceRequestHandler#respond throws ComponentNotFoundException as a side-effect
+* [WICKET-5467] - NumberTextField should support "any" as valid step attribute value
+* [WICKET-5468] - UrlRenderer#renderRelativeUrl potentially appends "/" after query parameters
+* [WICKET-5469] - ModalWindow unload warning always displayed (even if window is closed)
+* [WICKET-5472] - PackageResource#internalGetResourceStream() should return ProcessingResourceStream only when the resource is existing
+* [WICKET-5473] - Wicket does not handle non in-memory Httpsessions correctly
+* [WICKET-5477] - CSS class is not applied to &lt;TD&gt; for data filter
+* [WICKET-5478] - Wrong JavaDoc for WicketTester
+* [WICKET-5480] - AutoLabelResolver creates null pointer exception in 6.13
+* [WICKET-5482] - Wicket-guice doesn't support @javax.inject.Named annotations
+* [WICKET-5484] - WebPageRenderer must not render full page in Ajax requests
+* [WICKET-5486] - WebPageRenderer should honor RedirectPolicy.ALWAYS_REDIRECT more consistently
+* [WICKET-5491] - Wicket.DateTime.getViewportHeight() returning undefined on IE8, positions calendar out of viewport
+* [WICKET-5492] - WebApplication ignores a SecurityException when reading the configuration type
+* [WICKET-5496] - Wrong translation of RangeValidator.minimum and RangeValidator.maximum
+* [WICKET-5497] - NPE in JsonUtils when the value is null
+* [WICKET-5499] - Page is not touched during initialization
+* [WICKET-5500] - Ignore the path parameters when reading the page class
+* [WICKET-5502] - Patch FileUploadBase to fix CVE-2014-0050
+</code></pre>
+</div>
+<h4 id="improvement">Improvement</h4>
+<div class="highlighter-rouge"><pre class="highlight"><code>* [WICKET-5288] - Allow &amp;lt;script&amp;gt;-Tags act as WebMarkUpContainer to add Child-Components
+* [WICKET-5439] - Allow restarting AbstractAjaxTimerBehavior without updating its hosting component
+* [WICKET-5463] - RequestUtil.getCharset(HttpServletRequest request) Resilience against unsupported Charsets in Request
+* [WICKET-5470] - Remove 'final' from org.apache.wicket.markup.html.form.EnumChoiceRenderer#getDisplayValue
+* [WICKET-5471] - Store the page if it is known that it will be used in a following request
+* [WICKET-5493] - Disable jar indexing
+</code></pre>
+</div>
+<h4 id="new-feature">New Feature</h4>
+<div class="highlighter-rouge"><pre class="highlight"><code>* [WICKET-3491] - Introduce IComponentOnConfigureListener
+</code></pre>
+</div>
+<h4 id="task">Task</h4>
+<div class="highlighter-rouge"><pre class="highlight"><code>* [WICKET-5488] - Promote experimental modules to become stable
+* [WICKET-5494] - Upgrade JQuery to latest stable - 1.11.0 and 2.1.0
+</code></pre>
+</div>
+</div>
+        </section>
+    </div>
+</main>
+        <footer class="l-container">
+            <div class="l-full">
+    <img height="60px" src="/img/asf_logo.gif" style="float:left">
+    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
+    Wicket, Apache, the Apache feather logo, and the Apache Wicket
+    project logo are trademarks of The Apache Software Foundation. All
+    other marks mentioned may be trademarks or registered trademarks of
+    their respective owners.
+</div>
+        </footer>
+    </body>
+
+</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2014/02/index.html
----------------------------------------------------------------------
diff --git a/content/news/2014/02/index.html b/content/news/2014/02/index.html
index fd6c986..2027f02 100644
--- a/content/news/2014/02/index.html
+++ b/content/news/2014/02/index.html
@@ -71,7 +71,7 @@ Read <a href="/news/2014/02/06/cve-2013-2055.html">CVE-2013-2055</a> for more in
 </ul>
 <figure class="highlight"><pre><code class="language-xml" data-lang="xml"><span class="nt">&lt;dependency&gt;</span>
     ...</code></pre></figure>
-	<a href="/news/2014/02/06/wicket-1-4-23-released.html">more</a></li>
+	<a href="/news/2014/02/06/wicket-1.4.23-released.html">more</a></li>
 </div>
 <div class="news">
 	<h3>Wicket 1.5.11 released</h3>
@@ -84,7 +84,7 @@ Read <a href="/news/2014/02/06/cve-2013-2055.html">CVE-2013-2055</a> for more in
 </ul>
 <figure class="highlight"><pre><code class="language-xml" data-lang="xml"><span class="nt">&lt;dependency&gt;</span>
     <span class="nt">&lt;groupId&gt;</span>org.apache.wick...</code></pre></figure>
-	<a href="/news/2014/02/06/wicket-1-5-11-released.html">more</a></li>
+	<a href="/news/2014/02/06/wicket-1.5.11-released.html">more</a></li>
 </div>
 <div class="news">
 	<h3>Apache Wicket 6.14.0 released</h3>
@@ -92,7 +92,7 @@ Read <a href="/news/2014/02/06/cve-2013-2055.html">CVE-2013-2055</a> for more in
 	<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.14.0!</p>
 <p>This release marks the fourteenth minor release of Wicket 6. Starting
 with Wicket 6 we us...</p>
-	<a href="/news/2014/02/20/wicket-6-14-0-released.html">more</a></li>
+	<a href="/news/2014/02/20/wicket-6.14.0-released.html">more</a></li>
 </div>
 <div class="news">
 	<h3>CVE-2014-0043 - Apache Wicket Information disclosure vulnerability</h3>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2014/04/23/wicket-6-15-0-released.html
----------------------------------------------------------------------
diff --git a/content/news/2014/04/23/wicket-6-15-0-released.html b/content/news/2014/04/23/wicket-6-15-0-released.html
deleted file mode 100644
index 98607e5..0000000
--- a/content/news/2014/04/23/wicket-6-15-0-released.html
+++ /dev/null
@@ -1,157 +0,0 @@
-<!DOCTYPE html>
-<html>
-    <head>
-        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-        <meta charset="utf-8">
-        <title>Apache Wicket 6.15.0 released | Apache Wicket</title>
-        <meta name="viewport" content="width=device-width, initial-scale=1" />
-
-        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
-        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
-        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
-
-		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
-
-    </head>
-
-    <body class="">
-        <div class="header default">
-    <div class="l-container">
-<nav class="mainmenu">
-    <ul>
-		<!-- /start/quickstart.html || /news/2014/04/23/wicket-6-15-0-released.html -->
-    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
-		<!-- /start/download.html || /news/2014/04/23/wicket-6-15-0-released.html -->
-    	<li class=""><a href="/start/download.html">Download</a></li>
-		<!-- /learn || /news/2014/04/23/wicket-6-15-0-released.html -->
-    	<li class=""><a href="/learn">Documentation</a></li>
-		<!-- /help || /news/2014/04/23/wicket-6-15-0-released.html -->
-    	<li class=""><a href="/help">Support</a></li>
-		<!-- /contribute || /news/2014/04/23/wicket-6-15-0-released.html -->
-    	<li class=""><a href="/contribute">Contribute</a></li>
-		<!-- /community || /news/2014/04/23/wicket-6-15-0-released.html -->
-    	<li class=""><a href="/community">Community</a></li>
-		<!-- /apache || /news/2014/04/23/wicket-6-15-0-released.html -->
-    	<li class=""><a href="/apache">Apache</a></li>
-    </ul>
-</nav>
-        <div class="logo">
-    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
-</div>
-    </div>
-</div>
-<main>
-    <div class="l-container">
-        <header class="l-full preamble">
-            <h1>Apache Wicket 6.15.0 released</h1>
-        </header>
-        <section class="l-one-third right">
-        </section>
-        <section class="l-two-third left">
-            <div class="l-full">
-    <p class="meta">23 Apr 2014</p>
-    <p>The Apache Wicket PMC is proud to announce Apache Wicket 6.15.0!</p>
-<p>This release marks the fifteenth minor release of Wicket 6. Starting
-with Wicket 6 we use semantic versioning for the future development of
-Wicket, and as such no API breaks are present in this release compared
-to 6.0.0.</p>
-<h3 id="new-and-noteworthy">New and noteworthy</h3>
-<p>This release fixes 25 bugs and adds the following improvements:</p>
-<ul>
-  <li>The second level page store has been disabled by default (see issue <a href="https://issues.apache.org/jira/browse/WICKET-5554">WICKET-5554</a> for more details).</li>
-  <li>Created new placeholder tag to indicate where header contributions should appear. See this <a href="http://wicketinaction.com/2014/03/header-contributions-positioning/">blog post entry</a> or paragraph 15.8 of the official guide.</li>
-</ul>
-<p>This release also celebrates the 10th birthday of Wicket!</p>
-<h3 id="using-this-release">Using this release</h3>
-<p>With Apache Maven update your dependency to (and don’t forget to
-update any other dependencies on Wicket projects to the same version):</p>
-<figure class="highlight"><pre><code class="language-xml" data-lang="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>6.15.0<span class="nt">&lt;/version&gt;</span>
-<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
-<p>Or download and build the distribution yourself, or use our
-convenience binary package</p>
-<ul>
-  <li>Source: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.15.0">http://www.apache.org/dyn/closer.cgi/wicket/6.15.0</a></li>
-  <li>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.15.0/binaries">http://www.apache.org/dyn/closer.cgi/wicket/6.15.0/binaries</a></li>
-</ul>
-<h3 id="upgrading-from-earlier-versions">Upgrading from earlier versions</h3>
-<p>If you upgrade from 6.y.z this release is a drop in replacement. If
-you come from a version prior to 6.0.0, please read our Wicket 6
-migration guide found at</p>
-<ul>
-  <li><a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+6.0">Migration to Wicket 6.0</a></li>
-</ul>
-<p>Have fun!</p>
-<p>— The Wicket team</p>
-<h3 id="release-notes---wicket---version-6150">Release Notes - Wicket - Version 6.15.0</h3>
-<h4 id="sub-task">Sub-task</h4>
-<pre><code>* [WICKET-5510] - Avoid using jQuery.text() when possible. It is very slow in IE
-* [WICKET-5554] - Disable second level pages store because it is efficient only when manually configured
-</code></pre>
-<h4 id="bug">Bug</h4>
-<pre><code>* [WICKET-5243] - JS: High stack size in Function Executor causes "too much recursion"
-* [WICKET-5284] - Too deep recursion in AbstractHierarchyIterator
-* [WICKET-5504] - AjaxRequestTarget.append/prependJavaScript cannot handle scripts with new-lines anymore
-* [WICKET-5505] - DefaultPropertyResolver does not respect JavaBean conventions
-* [WICKET-5506] - DefaultPropertyResolver should resolve the Property according to the getter first
-* [WICKET-5509] - Wicket examples' MailTemplate from Page is broken
-* [WICKET-5517] - IE11 returns false for Wicket.Browser.isIE()
-* [WICKET-5518] - FormComponent.updateCollectionModel  does not handle unmodifiableList
-* [WICKET-5521] - Stateless forms does not work when RecreateMountedPagesAfterExpiry turned off
-* [WICKET-5522] - Failing HTTPS redirect to RequireHttps annotated pages with ONE_PASS_RENDER strategy
-* [WICKET-5523] - Ajax indicator not working when display is set to none in css
-* [WICKET-5532] - NPE calling PackageResource.getResourceStream() if there is no RequestCycle defined
-* [WICKET-5534] - DataTable component must throw an exception when attached to non-&amp;lt;table&amp;gt; element
-* [WICKET-5536] - Error message without parmeters filled.
-* [WICKET-5537] - Wicket.DOM.toggleClass is called with additional "#" inside AutoLabelResolver
-* [WICKET-5541] - NullPointerException in SubscribeAnnotationEventSubscriptionInvoker on remove of component from page
-* [WICKET-5545] - Cannot use redirect in ModalWindow's page#onInitialize()
-* [WICKET-5546] - Adding behavior in component instantiation listener causes Page.onInitialize() being called even if constructor throws an exception
-* [WICKET-5547] - Javadoc for ReuseIfModelsEqualStrategy should mention that models must implement hashCode() method
-* [WICKET-5548] - Websocket initialization URL is not valid when filter is not mapped to root.
-* [WICKET-5555] - AbstractAutoCompleteBehavior.WrappedHeaderItem should depend on wicket-ajax.js
-* [WICKET-5556] - Error in wicket-autocomplete.js bad reference of $
-* [WICKET-5557] - Don't cache the result of AuthenticatedWebApplication#getWebSessionClass()
-* [WICKET-5558] - Autolinking does not always work in inheritted markup
-* [WICKET-5561] - Derived page without own markup leads to MarkupNotFoundException when BasePage has &amp;lt;wicket:head&amp;gt; in its markup
-</code></pre>
-<h4 id="improvement">Improvement</h4>
-<pre><code>* [WICKET-5508] - Memory model improvements for Session fields
-* [WICKET-5512] - Allow using child selector for JS event bindings
-* [WICKET-5520] - improve reusability of DataTable and AbstractPageableView
-* [WICKET-5528] - Allow models of subtypes of Select type parameter in SelectOption constructor
-* [WICKET-5529] - Add WebSocketBehavior/Resource#onPush() callback method
-* [WICKET-5531] - Create new placeholder tag to indicate where header contributions should appear
-* [WICKET-5538] - When using Component.setDefaultModel, only detach the previous model if the new one is different
-* [WICKET-5549] - continueToOriginalDestination() fails after redirectToInterceptPage() on AjaxRequest* [WICKET-5288] - Allow &amp;amp;lt;script&amp;amp;gt;-Tags act as WebMarkUpContainer to add Child-Components
-</code></pre>
-<h4 id="new-feature">New Feature</h4>
-<pre><code>* [WICKET-831] - Return response status 404 when a mapper cannot decode a request url
-* [WICKET-2542] - Provide ajax buttons for wizard
-</code></pre>
-<h4 id="task">Task</h4>
-<pre><code>* [WICKET-5514] - Update Wicket fragment example
-</code></pre>
-<h4 id="wish">Wish</h4>
-<pre><code>* [WICKET-5516] - RadioChoice / add a getAdditionalAttributes() also for &lt;label&gt;-tag
-* [WICKET-5542] - Remove final from TextArea.onComponentTagBody()
-</code></pre>
-</div>
-        </section>
-    </div>
-</main>
-        <footer class="l-container">
-            <div class="l-full">
-    <img height="60px" src="/img/asf_logo.gif" style="float:left">
-    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
-    Wicket, Apache, the Apache feather logo, and the Apache Wicket
-    project logo are trademarks of The Apache Software Foundation. All
-    other marks mentioned may be trademarks or registered trademarks of
-    their respective owners.
-</div>
-        </footer>
-    </body>
-
-</html>


[06/19] wicket-site git commit: WICKET-6049 updated links to example site

Posted by ad...@apache.org.
http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2014/04/23/wicket-6.15.0-released.html
----------------------------------------------------------------------
diff --git a/content/news/2014/04/23/wicket-6.15.0-released.html b/content/news/2014/04/23/wicket-6.15.0-released.html
new file mode 100644
index 0000000..0d401e8
--- /dev/null
+++ b/content/news/2014/04/23/wicket-6.15.0-released.html
@@ -0,0 +1,163 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+        <meta charset="utf-8">
+        <title>Apache Wicket 6.15.0 released | Apache Wicket</title>
+        <meta name="viewport" content="width=device-width, initial-scale=1" />
+
+        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
+        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
+        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
+
+		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
+
+    </head>
+
+    <body class="">
+        <div class="header default">
+    <div class="l-container">
+<nav class="mainmenu">
+    <ul>
+		<!-- /start/quickstart.html || /news/2014/04/23/wicket-6.15.0-released.html -->
+    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
+		<!-- /start/download.html || /news/2014/04/23/wicket-6.15.0-released.html -->
+    	<li class=""><a href="/start/download.html">Download</a></li>
+		<!-- /learn || /news/2014/04/23/wicket-6.15.0-released.html -->
+    	<li class=""><a href="/learn">Documentation</a></li>
+		<!-- /help || /news/2014/04/23/wicket-6.15.0-released.html -->
+    	<li class=""><a href="/help">Support</a></li>
+		<!-- /contribute || /news/2014/04/23/wicket-6.15.0-released.html -->
+    	<li class=""><a href="/contribute">Contribute</a></li>
+		<!-- /community || /news/2014/04/23/wicket-6.15.0-released.html -->
+    	<li class=""><a href="/community">Community</a></li>
+		<!-- /apache || /news/2014/04/23/wicket-6.15.0-released.html -->
+    	<li class=""><a href="/apache">Apache</a></li>
+    </ul>
+</nav>
+        <div class="logo">
+    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
+</div>
+    </div>
+</div>
+<main>
+    <div class="l-container">
+        <header class="l-full preamble">
+            <h1>Apache Wicket 6.15.0 released</h1>
+        </header>
+        <section class="l-one-third right">
+        </section>
+        <section class="l-two-third left">
+            <div class="l-full">
+    <p class="meta">23 Apr 2014</p>
+    <p>The Apache Wicket PMC is proud to announce Apache Wicket 6.15.0!</p>
+<p>This release marks the fifteenth minor release of Wicket 6. Starting
+with Wicket 6 we use semantic versioning for the future development of
+Wicket, and as such no API breaks are present in this release compared
+to 6.0.0.</p>
+<h3 id="new-and-noteworthy">New and noteworthy</h3>
+<p>This release fixes 25 bugs and adds the following improvements:</p>
+<ul>
+  <li>The second level page store has been disabled by default (see issue <a href="https://issues.apache.org/jira/browse/WICKET-5554">WICKET-5554</a> for more details).</li>
+  <li>Created new placeholder tag to indicate where header contributions should appear. See this <a href="http://wicketinaction.com/2014/03/header-contributions-positioning/">blog post entry</a> or paragraph 15.8 of the official guide.</li>
+</ul>
+<p>This release also celebrates the 10th birthday of Wicket!</p>
+<h3 id="using-this-release">Using this release</h3>
+<p>With Apache Maven update your dependency to (and don’t forget to
+update any other dependencies on Wicket projects to the same version):</p>
+<figure class="highlight"><pre><code class="language-xml" data-lang="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>6.15.0<span class="nt">&lt;/version&gt;</span>
+<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
+<p>Or download and build the distribution yourself, or use our
+convenience binary package</p>
+<ul>
+  <li>Source: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.15.0">http://www.apache.org/dyn/closer.cgi/wicket/6.15.0</a></li>
+  <li>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.15.0/binaries">http://www.apache.org/dyn/closer.cgi/wicket/6.15.0/binaries</a></li>
+</ul>
+<h3 id="upgrading-from-earlier-versions">Upgrading from earlier versions</h3>
+<p>If you upgrade from 6.y.z this release is a drop in replacement. If
+you come from a version prior to 6.0.0, please read our Wicket 6
+migration guide found at</p>
+<ul>
+  <li><a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+6.0">Migration to Wicket 6.0</a></li>
+</ul>
+<p>Have fun!</p>
+<p>— The Wicket team</p>
+<h3 id="release-notes---wicket---version-6150">Release Notes - Wicket - Version 6.15.0</h3>
+<h4 id="sub-task">Sub-task</h4>
+<div class="highlighter-rouge"><pre class="highlight"><code>* [WICKET-5510] - Avoid using jQuery.text() when possible. It is very slow in IE
+* [WICKET-5554] - Disable second level pages store because it is efficient only when manually configured
+</code></pre>
+</div>
+<h4 id="bug">Bug</h4>
+<div class="highlighter-rouge"><pre class="highlight"><code>* [WICKET-5243] - JS: High stack size in Function Executor causes "too much recursion"
+* [WICKET-5284] - Too deep recursion in AbstractHierarchyIterator
+* [WICKET-5504] - AjaxRequestTarget.append/prependJavaScript cannot handle scripts with new-lines anymore
+* [WICKET-5505] - DefaultPropertyResolver does not respect JavaBean conventions
+* [WICKET-5506] - DefaultPropertyResolver should resolve the Property according to the getter first
+* [WICKET-5509] - Wicket examples' MailTemplate from Page is broken
+* [WICKET-5517] - IE11 returns false for Wicket.Browser.isIE()
+* [WICKET-5518] - FormComponent.updateCollectionModel  does not handle unmodifiableList
+* [WICKET-5521] - Stateless forms does not work when RecreateMountedPagesAfterExpiry turned off
+* [WICKET-5522] - Failing HTTPS redirect to RequireHttps annotated pages with ONE_PASS_RENDER strategy
+* [WICKET-5523] - Ajax indicator not working when display is set to none in css
+* [WICKET-5532] - NPE calling PackageResource.getResourceStream() if there is no RequestCycle defined
+* [WICKET-5534] - DataTable component must throw an exception when attached to non-&amp;lt;table&amp;gt; element
+* [WICKET-5536] - Error message without parmeters filled.
+* [WICKET-5537] - Wicket.DOM.toggleClass is called with additional "#" inside AutoLabelResolver
+* [WICKET-5541] - NullPointerException in SubscribeAnnotationEventSubscriptionInvoker on remove of component from page
+* [WICKET-5545] - Cannot use redirect in ModalWindow's page#onInitialize()
+* [WICKET-5546] - Adding behavior in component instantiation listener causes Page.onInitialize() being called even if constructor throws an exception
+* [WICKET-5547] - Javadoc for ReuseIfModelsEqualStrategy should mention that models must implement hashCode() method
+* [WICKET-5548] - Websocket initialization URL is not valid when filter is not mapped to root.
+* [WICKET-5555] - AbstractAutoCompleteBehavior.WrappedHeaderItem should depend on wicket-ajax.js
+* [WICKET-5556] - Error in wicket-autocomplete.js bad reference of $
+* [WICKET-5557] - Don't cache the result of AuthenticatedWebApplication#getWebSessionClass()
+* [WICKET-5558] - Autolinking does not always work in inheritted markup
+* [WICKET-5561] - Derived page without own markup leads to MarkupNotFoundException when BasePage has &amp;lt;wicket:head&amp;gt; in its markup
+</code></pre>
+</div>
+<h4 id="improvement">Improvement</h4>
+<div class="highlighter-rouge"><pre class="highlight"><code>* [WICKET-5508] - Memory model improvements for Session fields
+* [WICKET-5512] - Allow using child selector for JS event bindings
+* [WICKET-5520] - improve reusability of DataTable and AbstractPageableView
+* [WICKET-5528] - Allow models of subtypes of Select type parameter in SelectOption constructor
+* [WICKET-5529] - Add WebSocketBehavior/Resource#onPush() callback method
+* [WICKET-5531] - Create new placeholder tag to indicate where header contributions should appear
+* [WICKET-5538] - When using Component.setDefaultModel, only detach the previous model if the new one is different
+* [WICKET-5549] - continueToOriginalDestination() fails after redirectToInterceptPage() on AjaxRequest* [WICKET-5288] - Allow &amp;amp;lt;script&amp;amp;gt;-Tags act as WebMarkUpContainer to add Child-Components
+</code></pre>
+</div>
+<h4 id="new-feature">New Feature</h4>
+<div class="highlighter-rouge"><pre class="highlight"><code>* [WICKET-831] - Return response status 404 when a mapper cannot decode a request url
+* [WICKET-2542] - Provide ajax buttons for wizard
+</code></pre>
+</div>
+<h4 id="task">Task</h4>
+<div class="highlighter-rouge"><pre class="highlight"><code>* [WICKET-5514] - Update Wicket fragment example
+</code></pre>
+</div>
+<h4 id="wish">Wish</h4>
+<div class="highlighter-rouge"><pre class="highlight"><code>* [WICKET-5516] - RadioChoice / add a getAdditionalAttributes() also for &lt;label&gt;-tag
+* [WICKET-5542] - Remove final from TextArea.onComponentTagBody()
+</code></pre>
+</div>
+</div>
+        </section>
+    </div>
+</main>
+        <footer class="l-container">
+            <div class="l-full">
+    <img height="60px" src="/img/asf_logo.gif" style="float:left">
+    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
+    Wicket, Apache, the Apache feather logo, and the Apache Wicket
+    project logo are trademarks of The Apache Software Foundation. All
+    other marks mentioned may be trademarks or registered trademarks of
+    their respective owners.
+</div>
+        </footer>
+    </body>
+
+</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2014/04/30/wicket-7-0-0-m1-released.html
----------------------------------------------------------------------
diff --git a/content/news/2014/04/30/wicket-7-0-0-m1-released.html b/content/news/2014/04/30/wicket-7-0-0-m1-released.html
deleted file mode 100644
index a34878b..0000000
--- a/content/news/2014/04/30/wicket-7-0-0-m1-released.html
+++ /dev/null
@@ -1,112 +0,0 @@
-<!DOCTYPE html>
-<html>
-    <head>
-        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-        <meta charset="utf-8">
-        <title>Apache Wicket 7.0.0-M1 released | Apache Wicket</title>
-        <meta name="viewport" content="width=device-width, initial-scale=1" />
-
-        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
-        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
-        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
-
-		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
-
-    </head>
-
-    <body class="">
-        <div class="header default">
-    <div class="l-container">
-<nav class="mainmenu">
-    <ul>
-		<!-- /start/quickstart.html || /news/2014/04/30/wicket-7-0-0-m1-released.html -->
-    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
-		<!-- /start/download.html || /news/2014/04/30/wicket-7-0-0-m1-released.html -->
-    	<li class=""><a href="/start/download.html">Download</a></li>
-		<!-- /learn || /news/2014/04/30/wicket-7-0-0-m1-released.html -->
-    	<li class=""><a href="/learn">Documentation</a></li>
-		<!-- /help || /news/2014/04/30/wicket-7-0-0-m1-released.html -->
-    	<li class=""><a href="/help">Support</a></li>
-		<!-- /contribute || /news/2014/04/30/wicket-7-0-0-m1-released.html -->
-    	<li class=""><a href="/contribute">Contribute</a></li>
-		<!-- /community || /news/2014/04/30/wicket-7-0-0-m1-released.html -->
-    	<li class=""><a href="/community">Community</a></li>
-		<!-- /apache || /news/2014/04/30/wicket-7-0-0-m1-released.html -->
-    	<li class=""><a href="/apache">Apache</a></li>
-    </ul>
-</nav>
-        <div class="logo">
-    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
-</div>
-    </div>
-</div>
-<main>
-    <div class="l-container">
-        <header class="l-full preamble">
-            <h1>Apache Wicket 7.0.0-M1 released</h1>
-        </header>
-        <section class="l-one-third right">
-        </section>
-        <section class="l-two-third left">
-            <div class="l-full">
-    <p class="meta">30 Apr 2014</p>
-    <p>We have released the first of a series of milestone releases for Apache
-Wicket 7. We aim to finalise Wicket 7 over the coming months and
-request your help in testing the new major version.</p>
-<h3 id="caveats">Caveats</h3>
-<p>It is still a development version so expect API breaks to happen over
-the course of the coming milestone releases.</p>
-<h3 id="semantic-versioning">Semantic versioning</h3>
-<p>As we adopted semver Wicket 7 will be the first release since 6.0 where
-we are able to refactor the API. We will continue to use semver when we
-have made Wicket 7 final and maintain api compatibility between minor
-versions of Wicket 7.</p>
-<h3 id="requirements">Requirements</h3>
-<p>Wicket 7 requires the following:</p>
-<ul>
-  <li>Java 7</li>
-  <li>Servlet 3 compatible container</li>
-</ul>
-<p>You can’t mix wicket libraries from prior Wicket versions with Wicket 7.</p>
-<h3 id="migration-guide">Migration guide</h3>
-<p>As usual we have a migration guide available online for people
-migrating their applications to Wicket 7. We will continue to update
-the guide as development progresses. If you find something that is not
-in the guide, please update the guide, or let us know so we can update
-the guide.</p>
-<ul>
-  <li><a href="http://s.apache.org/wicket7migrate">Migration to Wicket 7.0</a></li>
-</ul>
-<h3 id="using-this-release">Using this release</h3>
-<p>This is pre-release software: use at your own peril!</p>
-<p>With Apache Maven update your dependency to (and don’t forget to
-update any other dependencies on Wicket projects to the same version):</p>
-<figure class="highlight"><pre><code class="language-xml" data-lang="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>7.0.0-M1<span class="nt">&lt;/version&gt;</span>
-<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
-<p>Or download and build the distribution yourself, or use our
-convenience binary package</p>
-<ul>
-  <li>Source: <a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M1">http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M1</a></li>
-  <li>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M1/binaries">http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M1/binaries</a></li>
-</ul>
-<p>Have fun and let us know what you think!</p>
-</div>
-        </section>
-    </div>
-</main>
-        <footer class="l-container">
-            <div class="l-full">
-    <img height="60px" src="/img/asf_logo.gif" style="float:left">
-    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
-    Wicket, Apache, the Apache feather logo, and the Apache Wicket
-    project logo are trademarks of The Apache Software Foundation. All
-    other marks mentioned may be trademarks or registered trademarks of
-    their respective owners.
-</div>
-        </footer>
-    </body>
-
-</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2014/04/30/wicket-7.0.0-M1-released.html
----------------------------------------------------------------------
diff --git a/content/news/2014/04/30/wicket-7.0.0-M1-released.html b/content/news/2014/04/30/wicket-7.0.0-M1-released.html
new file mode 100644
index 0000000..75de8d2
--- /dev/null
+++ b/content/news/2014/04/30/wicket-7.0.0-M1-released.html
@@ -0,0 +1,112 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+        <meta charset="utf-8">
+        <title>Apache Wicket 7.0.0-M1 released | Apache Wicket</title>
+        <meta name="viewport" content="width=device-width, initial-scale=1" />
+
+        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
+        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
+        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
+
+		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
+
+    </head>
+
+    <body class="">
+        <div class="header default">
+    <div class="l-container">
+<nav class="mainmenu">
+    <ul>
+		<!-- /start/quickstart.html || /news/2014/04/30/wicket-7.0.0-M1-released.html -->
+    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
+		<!-- /start/download.html || /news/2014/04/30/wicket-7.0.0-M1-released.html -->
+    	<li class=""><a href="/start/download.html">Download</a></li>
+		<!-- /learn || /news/2014/04/30/wicket-7.0.0-M1-released.html -->
+    	<li class=""><a href="/learn">Documentation</a></li>
+		<!-- /help || /news/2014/04/30/wicket-7.0.0-M1-released.html -->
+    	<li class=""><a href="/help">Support</a></li>
+		<!-- /contribute || /news/2014/04/30/wicket-7.0.0-M1-released.html -->
+    	<li class=""><a href="/contribute">Contribute</a></li>
+		<!-- /community || /news/2014/04/30/wicket-7.0.0-M1-released.html -->
+    	<li class=""><a href="/community">Community</a></li>
+		<!-- /apache || /news/2014/04/30/wicket-7.0.0-M1-released.html -->
+    	<li class=""><a href="/apache">Apache</a></li>
+    </ul>
+</nav>
+        <div class="logo">
+    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
+</div>
+    </div>
+</div>
+<main>
+    <div class="l-container">
+        <header class="l-full preamble">
+            <h1>Apache Wicket 7.0.0-M1 released</h1>
+        </header>
+        <section class="l-one-third right">
+        </section>
+        <section class="l-two-third left">
+            <div class="l-full">
+    <p class="meta">30 Apr 2014</p>
+    <p>We have released the first of a series of milestone releases for Apache
+Wicket 7. We aim to finalise Wicket 7 over the coming months and
+request your help in testing the new major version.</p>
+<h3 id="caveats">Caveats</h3>
+<p>It is still a development version so expect API breaks to happen over
+the course of the coming milestone releases.</p>
+<h3 id="semantic-versioning">Semantic versioning</h3>
+<p>As we adopted semver Wicket 7 will be the first release since 6.0 where
+we are able to refactor the API. We will continue to use semver when we
+have made Wicket 7 final and maintain api compatibility between minor
+versions of Wicket 7.</p>
+<h3 id="requirements">Requirements</h3>
+<p>Wicket 7 requires the following:</p>
+<ul>
+  <li>Java 7</li>
+  <li>Servlet 3 compatible container</li>
+</ul>
+<p>You can’t mix wicket libraries from prior Wicket versions with Wicket 7.</p>
+<h3 id="migration-guide">Migration guide</h3>
+<p>As usual we have a migration guide available online for people
+migrating their applications to Wicket 7. We will continue to update
+the guide as development progresses. If you find something that is not
+in the guide, please update the guide, or let us know so we can update
+the guide.</p>
+<ul>
+  <li><a href="http://s.apache.org/wicket7migrate">Migration to Wicket 7.0</a></li>
+</ul>
+<h3 id="using-this-release">Using this release</h3>
+<p>This is pre-release software: use at your own peril!</p>
+<p>With Apache Maven update your dependency to (and don’t forget to
+update any other dependencies on Wicket projects to the same version):</p>
+<figure class="highlight"><pre><code class="language-xml" data-lang="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>7.0.0-M1<span class="nt">&lt;/version&gt;</span>
+<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
+<p>Or download and build the distribution yourself, or use our
+convenience binary package</p>
+<ul>
+  <li>Source: <a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M1">http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M1</a></li>
+  <li>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M1/binaries">http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M1/binaries</a></li>
+</ul>
+<p>Have fun and let us know what you think!</p>
+</div>
+        </section>
+    </div>
+</main>
+        <footer class="l-container">
+            <div class="l-full">
+    <img height="60px" src="/img/asf_logo.gif" style="float:left">
+    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
+    Wicket, Apache, the Apache feather logo, and the Apache Wicket
+    project logo are trademarks of The Apache Software Foundation. All
+    other marks mentioned may be trademarks or registered trademarks of
+    their respective owners.
+</div>
+        </footer>
+    </body>
+
+</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2014/04/index.html
----------------------------------------------------------------------
diff --git a/content/news/2014/04/index.html b/content/news/2014/04/index.html
index d7b4da3..1a4eb2c 100644
--- a/content/news/2014/04/index.html
+++ b/content/news/2014/04/index.html
@@ -52,7 +52,7 @@
 	<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.15.0!</p>
 <p>This release marks the fifteenth minor release of Wicket 6. Starting
 with Wicket 6 we us...</p>
-	<a href="/news/2014/04/23/wicket-6-15-0-released.html">more</a></li>
+	<a href="/news/2014/04/23/wicket-6.15.0-released.html">more</a></li>
 </div>
 <div class="news">
 	<h3>Apache Wicket 7.0.0-M1 released</h3>
@@ -63,7 +63,7 @@ request your help in testing the new major version.</p>
 <h3 id="caveats">Caveats</h3>
 <p>It is still a development version so expect API breaks to happen over
 the course of the coming milestone releases....</p>
-	<a href="/news/2014/04/30/wicket-7-0-0-m1-released.html">more</a></li>
+	<a href="/news/2014/04/30/wicket-7.0.0-M1-released.html">more</a></li>
 </div>
         </div>
         <div class="l-one-third">

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2014/06/20/wicket-7-0-0-m2-released.html
----------------------------------------------------------------------
diff --git a/content/news/2014/06/20/wicket-7-0-0-m2-released.html b/content/news/2014/06/20/wicket-7-0-0-m2-released.html
deleted file mode 100644
index 1e34bc9..0000000
--- a/content/news/2014/06/20/wicket-7-0-0-m2-released.html
+++ /dev/null
@@ -1,112 +0,0 @@
-<!DOCTYPE html>
-<html>
-    <head>
-        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-        <meta charset="utf-8">
-        <title>Apache Wicket 7.0.0-M2 released | Apache Wicket</title>
-        <meta name="viewport" content="width=device-width, initial-scale=1" />
-
-        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
-        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
-        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
-
-		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
-
-    </head>
-
-    <body class="">
-        <div class="header default">
-    <div class="l-container">
-<nav class="mainmenu">
-    <ul>
-		<!-- /start/quickstart.html || /news/2014/06/20/wicket-7-0-0-m2-released.html -->
-    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
-		<!-- /start/download.html || /news/2014/06/20/wicket-7-0-0-m2-released.html -->
-    	<li class=""><a href="/start/download.html">Download</a></li>
-		<!-- /learn || /news/2014/06/20/wicket-7-0-0-m2-released.html -->
-    	<li class=""><a href="/learn">Documentation</a></li>
-		<!-- /help || /news/2014/06/20/wicket-7-0-0-m2-released.html -->
-    	<li class=""><a href="/help">Support</a></li>
-		<!-- /contribute || /news/2014/06/20/wicket-7-0-0-m2-released.html -->
-    	<li class=""><a href="/contribute">Contribute</a></li>
-		<!-- /community || /news/2014/06/20/wicket-7-0-0-m2-released.html -->
-    	<li class=""><a href="/community">Community</a></li>
-		<!-- /apache || /news/2014/06/20/wicket-7-0-0-m2-released.html -->
-    	<li class=""><a href="/apache">Apache</a></li>
-    </ul>
-</nav>
-        <div class="logo">
-    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
-</div>
-    </div>
-</div>
-<main>
-    <div class="l-container">
-        <header class="l-full preamble">
-            <h1>Apache Wicket 7.0.0-M2 released</h1>
-        </header>
-        <section class="l-one-third right">
-        </section>
-        <section class="l-two-third left">
-            <div class="l-full">
-    <p class="meta">20 Jun 2014</p>
-    <p>We have released the first of a series of milestone releases for Apache
-Wicket 7. We aim to finalise Wicket 7 over the coming months and
-request your help in testing the new major version.</p>
-<h3 id="caveats">Caveats</h3>
-<p>It is still a development version so expect API breaks to happen over
-the course of the coming milestone releases.</p>
-<h3 id="semantic-versioning">Semantic versioning</h3>
-<p>As we adopted semver Wicket 7 will be the first release since 6.0 where
-we are able to refactor the API. We will continue to use semver when we
-have made Wicket 7 final and maintain api compatibility between minor
-versions of Wicket 7.</p>
-<h3 id="requirements">Requirements</h3>
-<p>Wicket 7 requires the following:</p>
-<ul>
-  <li>Java 7</li>
-  <li>Servlet 3 compatible container</li>
-</ul>
-<p>You can’t mix wicket libraries from prior Wicket versions with Wicket 7.</p>
-<h3 id="migration-guide">Migration guide</h3>
-<p>As usual we have a migration guide available online for people
-migrating their applications to Wicket 7. We will continue to update
-the guide as development progresses. If you find something that is not
-in the guide, please update the guide, or let us know so we can update
-the guide.</p>
-<ul>
-  <li><a href="http://s.apache.org/wicket7migrate">Migration to Wicket 7.0</a></li>
-</ul>
-<h3 id="using-this-release">Using this release</h3>
-<p>This is pre-release software: use at your own peril!</p>
-<p>With Apache Maven update your dependency to (and don’t forget to
-update any other dependencies on Wicket projects to the same version):</p>
-<figure class="highlight"><pre><code class="language-xml" data-lang="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>7.0.0-M2<span class="nt">&lt;/version&gt;</span>
-<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
-<p>Or download and build the distribution yourself, or use our
-convenience binary package</p>
-<ul>
-  <li>Source: <a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M2">http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M2</a></li>
-  <li>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M2/binaries">http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M2/binaries</a></li>
-</ul>
-<p>Have fun and let us know what you think!</p>
-</div>
-        </section>
-    </div>
-</main>
-        <footer class="l-container">
-            <div class="l-full">
-    <img height="60px" src="/img/asf_logo.gif" style="float:left">
-    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
-    Wicket, Apache, the Apache feather logo, and the Apache Wicket
-    project logo are trademarks of The Apache Software Foundation. All
-    other marks mentioned may be trademarks or registered trademarks of
-    their respective owners.
-</div>
-        </footer>
-    </body>
-
-</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2014/06/20/wicket-7.0.0-M2-released.html
----------------------------------------------------------------------
diff --git a/content/news/2014/06/20/wicket-7.0.0-M2-released.html b/content/news/2014/06/20/wicket-7.0.0-M2-released.html
new file mode 100644
index 0000000..2984259
--- /dev/null
+++ b/content/news/2014/06/20/wicket-7.0.0-M2-released.html
@@ -0,0 +1,112 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+        <meta charset="utf-8">
+        <title>Apache Wicket 7.0.0-M2 released | Apache Wicket</title>
+        <meta name="viewport" content="width=device-width, initial-scale=1" />
+
+        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
+        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
+        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
+
+		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
+
+    </head>
+
+    <body class="">
+        <div class="header default">
+    <div class="l-container">
+<nav class="mainmenu">
+    <ul>
+		<!-- /start/quickstart.html || /news/2014/06/20/wicket-7.0.0-M2-released.html -->
+    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
+		<!-- /start/download.html || /news/2014/06/20/wicket-7.0.0-M2-released.html -->
+    	<li class=""><a href="/start/download.html">Download</a></li>
+		<!-- /learn || /news/2014/06/20/wicket-7.0.0-M2-released.html -->
+    	<li class=""><a href="/learn">Documentation</a></li>
+		<!-- /help || /news/2014/06/20/wicket-7.0.0-M2-released.html -->
+    	<li class=""><a href="/help">Support</a></li>
+		<!-- /contribute || /news/2014/06/20/wicket-7.0.0-M2-released.html -->
+    	<li class=""><a href="/contribute">Contribute</a></li>
+		<!-- /community || /news/2014/06/20/wicket-7.0.0-M2-released.html -->
+    	<li class=""><a href="/community">Community</a></li>
+		<!-- /apache || /news/2014/06/20/wicket-7.0.0-M2-released.html -->
+    	<li class=""><a href="/apache">Apache</a></li>
+    </ul>
+</nav>
+        <div class="logo">
+    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
+</div>
+    </div>
+</div>
+<main>
+    <div class="l-container">
+        <header class="l-full preamble">
+            <h1>Apache Wicket 7.0.0-M2 released</h1>
+        </header>
+        <section class="l-one-third right">
+        </section>
+        <section class="l-two-third left">
+            <div class="l-full">
+    <p class="meta">20 Jun 2014</p>
+    <p>We have released the first of a series of milestone releases for Apache
+Wicket 7. We aim to finalise Wicket 7 over the coming months and
+request your help in testing the new major version.</p>
+<h3 id="caveats">Caveats</h3>
+<p>It is still a development version so expect API breaks to happen over
+the course of the coming milestone releases.</p>
+<h3 id="semantic-versioning">Semantic versioning</h3>
+<p>As we adopted semver Wicket 7 will be the first release since 6.0 where
+we are able to refactor the API. We will continue to use semver when we
+have made Wicket 7 final and maintain api compatibility between minor
+versions of Wicket 7.</p>
+<h3 id="requirements">Requirements</h3>
+<p>Wicket 7 requires the following:</p>
+<ul>
+  <li>Java 7</li>
+  <li>Servlet 3 compatible container</li>
+</ul>
+<p>You can’t mix wicket libraries from prior Wicket versions with Wicket 7.</p>
+<h3 id="migration-guide">Migration guide</h3>
+<p>As usual we have a migration guide available online for people
+migrating their applications to Wicket 7. We will continue to update
+the guide as development progresses. If you find something that is not
+in the guide, please update the guide, or let us know so we can update
+the guide.</p>
+<ul>
+  <li><a href="http://s.apache.org/wicket7migrate">Migration to Wicket 7.0</a></li>
+</ul>
+<h3 id="using-this-release">Using this release</h3>
+<p>This is pre-release software: use at your own peril!</p>
+<p>With Apache Maven update your dependency to (and don’t forget to
+update any other dependencies on Wicket projects to the same version):</p>
+<figure class="highlight"><pre><code class="language-xml" data-lang="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>7.0.0-M2<span class="nt">&lt;/version&gt;</span>
+<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
+<p>Or download and build the distribution yourself, or use our
+convenience binary package</p>
+<ul>
+  <li>Source: <a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M2">http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M2</a></li>
+  <li>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M2/binaries">http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M2/binaries</a></li>
+</ul>
+<p>Have fun and let us know what you think!</p>
+</div>
+        </section>
+    </div>
+</main>
+        <footer class="l-container">
+            <div class="l-full">
+    <img height="60px" src="/img/asf_logo.gif" style="float:left">
+    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
+    Wicket, Apache, the Apache feather logo, and the Apache Wicket
+    project logo are trademarks of The Apache Software Foundation. All
+    other marks mentioned may be trademarks or registered trademarks of
+    their respective owners.
+</div>
+        </footer>
+    </body>
+
+</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2014/06/21/wicket-6-16-0-released.html
----------------------------------------------------------------------
diff --git a/content/news/2014/06/21/wicket-6-16-0-released.html b/content/news/2014/06/21/wicket-6-16-0-released.html
deleted file mode 100644
index c26f457..0000000
--- a/content/news/2014/06/21/wicket-6-16-0-released.html
+++ /dev/null
@@ -1,139 +0,0 @@
-<!DOCTYPE html>
-<html>
-    <head>
-        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-        <meta charset="utf-8">
-        <title>Apache Wicket 6.16.0 released | Apache Wicket</title>
-        <meta name="viewport" content="width=device-width, initial-scale=1" />
-
-        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
-        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
-        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
-
-		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
-
-    </head>
-
-    <body class="">
-        <div class="header default">
-    <div class="l-container">
-<nav class="mainmenu">
-    <ul>
-		<!-- /start/quickstart.html || /news/2014/06/21/wicket-6-16-0-released.html -->
-    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
-		<!-- /start/download.html || /news/2014/06/21/wicket-6-16-0-released.html -->
-    	<li class=""><a href="/start/download.html">Download</a></li>
-		<!-- /learn || /news/2014/06/21/wicket-6-16-0-released.html -->
-    	<li class=""><a href="/learn">Documentation</a></li>
-		<!-- /help || /news/2014/06/21/wicket-6-16-0-released.html -->
-    	<li class=""><a href="/help">Support</a></li>
-		<!-- /contribute || /news/2014/06/21/wicket-6-16-0-released.html -->
-    	<li class=""><a href="/contribute">Contribute</a></li>
-		<!-- /community || /news/2014/06/21/wicket-6-16-0-released.html -->
-    	<li class=""><a href="/community">Community</a></li>
-		<!-- /apache || /news/2014/06/21/wicket-6-16-0-released.html -->
-    	<li class=""><a href="/apache">Apache</a></li>
-    </ul>
-</nav>
-        <div class="logo">
-    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
-</div>
-    </div>
-</div>
-<main>
-    <div class="l-container">
-        <header class="l-full preamble">
-            <h1>Apache Wicket 6.16.0 released</h1>
-        </header>
-        <section class="l-one-third right">
-        </section>
-        <section class="l-two-third left">
-            <div class="l-full">
-    <p class="meta">21 Jun 2014</p>
-    <p>The Apache Wicket PMC is proud to announce Apache Wicket 6.16.0!</p>
-<p>This release marks the sixteenth minor release of Wicket 6. Starting
-with Wicket 6 we use semantic versioning for the future development of
-Wicket, and as such no API breaks are present in this release compared
-to 6.0.0.</p>
-<h3 id="new-and-noteworthy">New and noteworthy</h3>
-<p>This release fixes 15 bugs and adds the following improvements:</p>
-<ul>
-  <li>Upgrade JQuery to latest releases - 1.11.1 &amp; 2.1.1</li>
-  <li>Upgrade Atmosphere to latest version</li>
-  <li>Generation of wicket ids with prefix / suffix</li>
-  <li>Introduce CharSequenceResource similar to ByteArrayResource</li>
-</ul>
-<p>The full list of improvements and fixes can be found at the end of this
-announcement.</p>
-<h3 id="using-this-release">Using this release</h3>
-<p>With Apache Maven update your dependency to (and don’t forget to
-update any other dependencies on Wicket projects to the same version):</p>
-<figure class="highlight"><pre><code class="language-xml" data-lang="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>6.16.0<span class="nt">&lt;/version&gt;</span>
-<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
-<p>Or download and build the distribution yourself, or use our
-convenience binary package</p>
-<ul>
-  <li>Source: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.16.0">http://www.apache.org/dyn/closer.cgi/wicket/6.16.0</a></li>
-  <li>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.16.0/binaries">http://www.apache.org/dyn/closer.cgi/wicket/6.16.0/binaries</a></li>
-</ul>
-<h3 id="upgrading-from-earlier-versions">Upgrading from earlier versions</h3>
-<p>If you upgrade from 6.y.z this release is a drop in replacement. If
-you come from a version prior to 6.0.0, please read our Wicket 6
-migration guide found at</p>
-<ul>
-  <li><a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+6.0">Migration to Wicket 6.0</a></li>
-</ul>
-<p>Have fun!</p>
-<p>— The Wicket team</p>
-<h3 id="release-notes---wicket---version-6160">Release Notes - Wicket - Version 6.16.0</h3>
-<h4 id="bug">Bug</h4>
-<pre><code>* [WICKET-4545] - MarkupNotFoundException for Fragment and TransparentWebMarkupContainer
-* [WICKET-5553] - When using an Ajax request to display initially hidden components inside inline enclosures, only the first one appears.
-* [WICKET-5560] - A 404 error occurs when using a CryptoMapper
-* [WICKET-5569] - Unable to find markup for children of deeply nested IComponentResolvers during Ajax response
-* [WICKET-5570] - Rescheduling the same ajax timer behavior causes memory leak in the browser
-* [WICKET-5573] - FilterToolbar generics broken
-* [WICKET-5581] - CachingRes​ourceStrea​mLocator is not extension-​aware
-* [WICKET-5582] - ServletWebResponse#encodeUrl() makes absolute Urls relative
-* [WICKET-5589] - Upgrade wicket-atmosphere to the latest version of atmosphere
-* [WICKET-5591] - Missing translation for HoursValidator.range (in DateTimeField)
-* [WICKET-5592] - Add a method to clear the cache of CachingResourceStreamLocator
-* [WICKET-5593] - AjaxFormValidatingBehavior attempts to update non-visible feedback panels
-* [WICKET-5595] - Atmosphere: updates infinitly with long polling transport
-* [WICKET-5596] - DropDownChoice#wantsOnSelectionChangedNotifications(T) not being called on unmounted page
-* [WICKET-5601] - AbstractSingleSelectChoice fails with NullPointerException when its choice renderer returns null from #getIdValue() 
-</code></pre>
-<h4 id="improvement">Improvement</h4>
-<pre><code>* [WICKET-5563] - RestartResponseAtInterceptPageException - add public function to retrieve originalUrl
-* [WICKET-5574] - ComponentRenderer should use Application#createRequestCycle
-* [WICKET-5575] - Add support in FormTester#submit(String|Component) for Ajax submitters
-* [WICKET-5577] - Generation of wicket ids with prefix / suffix
-* [WICKET-5580] - Allow markup to find child fragments when wicket:child is inside a component tag
-* [WICKET-5585] - Wicket Extension Automplete does not work well with JavaScriptFilteredIntoFooterHeaderResponse
-* [WICKET-5586] - NextButton isEnabled() should bo logical conjunction of getWizardModel().isNextAvailable() and super.isEnabled()
-* [WICKET-5600] - Introduce CharSequenceResource similar to ByteArrayResource
-* [WICKET-5606] - SelectOptions with #setRecreateChoices(true) loses selection on form errors
-</code></pre>
-<h4 id="task">Task</h4>
-<pre><code>* [WICKET-5587] - Upgrade JQuery to latest releases - 1.11.1 &amp; 2.1.1
-</code></pre>
-</div>
-        </section>
-    </div>
-</main>
-        <footer class="l-container">
-            <div class="l-full">
-    <img height="60px" src="/img/asf_logo.gif" style="float:left">
-    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
-    Wicket, Apache, the Apache feather logo, and the Apache Wicket
-    project logo are trademarks of The Apache Software Foundation. All
-    other marks mentioned may be trademarks or registered trademarks of
-    their respective owners.
-</div>
-        </footer>
-    </body>
-
-</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2014/06/21/wicket-6.16.0-released.html
----------------------------------------------------------------------
diff --git a/content/news/2014/06/21/wicket-6.16.0-released.html b/content/news/2014/06/21/wicket-6.16.0-released.html
new file mode 100644
index 0000000..e04afdc
--- /dev/null
+++ b/content/news/2014/06/21/wicket-6.16.0-released.html
@@ -0,0 +1,142 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+        <meta charset="utf-8">
+        <title>Apache Wicket 6.16.0 released | Apache Wicket</title>
+        <meta name="viewport" content="width=device-width, initial-scale=1" />
+
+        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
+        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
+        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
+
+		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
+
+    </head>
+
+    <body class="">
+        <div class="header default">
+    <div class="l-container">
+<nav class="mainmenu">
+    <ul>
+		<!-- /start/quickstart.html || /news/2014/06/21/wicket-6.16.0-released.html -->
+    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
+		<!-- /start/download.html || /news/2014/06/21/wicket-6.16.0-released.html -->
+    	<li class=""><a href="/start/download.html">Download</a></li>
+		<!-- /learn || /news/2014/06/21/wicket-6.16.0-released.html -->
+    	<li class=""><a href="/learn">Documentation</a></li>
+		<!-- /help || /news/2014/06/21/wicket-6.16.0-released.html -->
+    	<li class=""><a href="/help">Support</a></li>
+		<!-- /contribute || /news/2014/06/21/wicket-6.16.0-released.html -->
+    	<li class=""><a href="/contribute">Contribute</a></li>
+		<!-- /community || /news/2014/06/21/wicket-6.16.0-released.html -->
+    	<li class=""><a href="/community">Community</a></li>
+		<!-- /apache || /news/2014/06/21/wicket-6.16.0-released.html -->
+    	<li class=""><a href="/apache">Apache</a></li>
+    </ul>
+</nav>
+        <div class="logo">
+    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
+</div>
+    </div>
+</div>
+<main>
+    <div class="l-container">
+        <header class="l-full preamble">
+            <h1>Apache Wicket 6.16.0 released</h1>
+        </header>
+        <section class="l-one-third right">
+        </section>
+        <section class="l-two-third left">
+            <div class="l-full">
+    <p class="meta">21 Jun 2014</p>
+    <p>The Apache Wicket PMC is proud to announce Apache Wicket 6.16.0!</p>
+<p>This release marks the sixteenth minor release of Wicket 6. Starting
+with Wicket 6 we use semantic versioning for the future development of
+Wicket, and as such no API breaks are present in this release compared
+to 6.0.0.</p>
+<h3 id="new-and-noteworthy">New and noteworthy</h3>
+<p>This release fixes 15 bugs and adds the following improvements:</p>
+<ul>
+  <li>Upgrade JQuery to latest releases - 1.11.1 &amp; 2.1.1</li>
+  <li>Upgrade Atmosphere to latest version</li>
+  <li>Generation of wicket ids with prefix / suffix</li>
+  <li>Introduce CharSequenceResource similar to ByteArrayResource</li>
+</ul>
+<p>The full list of improvements and fixes can be found at the end of this
+announcement.</p>
+<h3 id="using-this-release">Using this release</h3>
+<p>With Apache Maven update your dependency to (and don’t forget to
+update any other dependencies on Wicket projects to the same version):</p>
+<figure class="highlight"><pre><code class="language-xml" data-lang="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>6.16.0<span class="nt">&lt;/version&gt;</span>
+<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
+<p>Or download and build the distribution yourself, or use our
+convenience binary package</p>
+<ul>
+  <li>Source: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.16.0">http://www.apache.org/dyn/closer.cgi/wicket/6.16.0</a></li>
+  <li>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.16.0/binaries">http://www.apache.org/dyn/closer.cgi/wicket/6.16.0/binaries</a></li>
+</ul>
+<h3 id="upgrading-from-earlier-versions">Upgrading from earlier versions</h3>
+<p>If you upgrade from 6.y.z this release is a drop in replacement. If
+you come from a version prior to 6.0.0, please read our Wicket 6
+migration guide found at</p>
+<ul>
+  <li><a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+6.0">Migration to Wicket 6.0</a></li>
+</ul>
+<p>Have fun!</p>
+<p>— The Wicket team</p>
+<h3 id="release-notes---wicket---version-6160">Release Notes - Wicket - Version 6.16.0</h3>
+<h4 id="bug">Bug</h4>
+<div class="highlighter-rouge"><pre class="highlight"><code>* [WICKET-4545] - MarkupNotFoundException for Fragment and TransparentWebMarkupContainer
+* [WICKET-5553] - When using an Ajax request to display initially hidden components inside inline enclosures, only the first one appears.
+* [WICKET-5560] - A 404 error occurs when using a CryptoMapper
+* [WICKET-5569] - Unable to find markup for children of deeply nested IComponentResolvers during Ajax response
+* [WICKET-5570] - Rescheduling the same ajax timer behavior causes memory leak in the browser
+* [WICKET-5573] - FilterToolbar generics broken
+* [WICKET-5581] - CachingRes​ourceStrea​mLocator is not extension-​aware
+* [WICKET-5582] - ServletWebResponse#encodeUrl() makes absolute Urls relative
+* [WICKET-5589] - Upgrade wicket-atmosphere to the latest version of atmosphere
+* [WICKET-5591] - Missing translation for HoursValidator.range (in DateTimeField)
+* [WICKET-5592] - Add a method to clear the cache of CachingResourceStreamLocator
+* [WICKET-5593] - AjaxFormValidatingBehavior attempts to update non-visible feedback panels
+* [WICKET-5595] - Atmosphere: updates infinitly with long polling transport
+* [WICKET-5596] - DropDownChoice#wantsOnSelectionChangedNotifications(T) not being called on unmounted page
+* [WICKET-5601] - AbstractSingleSelectChoice fails with NullPointerException when its choice renderer returns null from #getIdValue() 
+</code></pre>
+</div>
+<h4 id="improvement">Improvement</h4>
+<div class="highlighter-rouge"><pre class="highlight"><code>* [WICKET-5563] - RestartResponseAtInterceptPageException - add public function to retrieve originalUrl
+* [WICKET-5574] - ComponentRenderer should use Application#createRequestCycle
+* [WICKET-5575] - Add support in FormTester#submit(String|Component) for Ajax submitters
+* [WICKET-5577] - Generation of wicket ids with prefix / suffix
+* [WICKET-5580] - Allow markup to find child fragments when wicket:child is inside a component tag
+* [WICKET-5585] - Wicket Extension Automplete does not work well with JavaScriptFilteredIntoFooterHeaderResponse
+* [WICKET-5586] - NextButton isEnabled() should bo logical conjunction of getWizardModel().isNextAvailable() and super.isEnabled()
+* [WICKET-5600] - Introduce CharSequenceResource similar to ByteArrayResource
+* [WICKET-5606] - SelectOptions with #setRecreateChoices(true) loses selection on form errors
+</code></pre>
+</div>
+<h4 id="task">Task</h4>
+<div class="highlighter-rouge"><pre class="highlight"><code>* [WICKET-5587] - Upgrade JQuery to latest releases - 1.11.1 &amp; 2.1.1
+</code></pre>
+</div>
+</div>
+        </section>
+    </div>
+</main>
+        <footer class="l-container">
+            <div class="l-full">
+    <img height="60px" src="/img/asf_logo.gif" style="float:left">
+    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
+    Wicket, Apache, the Apache feather logo, and the Apache Wicket
+    project logo are trademarks of The Apache Software Foundation. All
+    other marks mentioned may be trademarks or registered trademarks of
+    their respective owners.
+</div>
+        </footer>
+    </body>
+
+</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2014/06/index.html
----------------------------------------------------------------------
diff --git a/content/news/2014/06/index.html b/content/news/2014/06/index.html
index aee897a..9a279aa 100644
--- a/content/news/2014/06/index.html
+++ b/content/news/2014/06/index.html
@@ -55,7 +55,7 @@ request your help in testing the new major version.</p>
 <h3 id="caveats">Caveats</h3>
 <p>It is still a development version so expect API breaks to happen over
 the course of the coming milestone releases....</p>
-	<a href="/news/2014/06/20/wicket-7-0-0-m2-released.html">more</a></li>
+	<a href="/news/2014/06/20/wicket-7.0.0-M2-released.html">more</a></li>
 </div>
 <div class="news">
 	<h3>Apache Wicket 6.16.0 released</h3>
@@ -63,7 +63,7 @@ the course of the coming milestone releases....</p>
 	<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.16.0!</p>
 <p>This release marks the sixteenth minor release of Wicket 6. Starting
 with Wicket 6 we us...</p>
-	<a href="/news/2014/06/21/wicket-6-16-0-released.html">more</a></li>
+	<a href="/news/2014/06/21/wicket-6.16.0-released.html">more</a></li>
 </div>
         </div>
         <div class="l-one-third">

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2014/08/23/wicket-7-0-0-m3-released.html
----------------------------------------------------------------------
diff --git a/content/news/2014/08/23/wicket-7-0-0-m3-released.html b/content/news/2014/08/23/wicket-7-0-0-m3-released.html
deleted file mode 100644
index 1bff6ba..0000000
--- a/content/news/2014/08/23/wicket-7-0-0-m3-released.html
+++ /dev/null
@@ -1,112 +0,0 @@
-<!DOCTYPE html>
-<html>
-    <head>
-        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-        <meta charset="utf-8">
-        <title>Apache Wicket 7.0.0-M3 released | Apache Wicket</title>
-        <meta name="viewport" content="width=device-width, initial-scale=1" />
-
-        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
-        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
-        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
-
-		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
-
-    </head>
-
-    <body class="">
-        <div class="header default">
-    <div class="l-container">
-<nav class="mainmenu">
-    <ul>
-		<!-- /start/quickstart.html || /news/2014/08/23/wicket-7-0-0-m3-released.html -->
-    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
-		<!-- /start/download.html || /news/2014/08/23/wicket-7-0-0-m3-released.html -->
-    	<li class=""><a href="/start/download.html">Download</a></li>
-		<!-- /learn || /news/2014/08/23/wicket-7-0-0-m3-released.html -->
-    	<li class=""><a href="/learn">Documentation</a></li>
-		<!-- /help || /news/2014/08/23/wicket-7-0-0-m3-released.html -->
-    	<li class=""><a href="/help">Support</a></li>
-		<!-- /contribute || /news/2014/08/23/wicket-7-0-0-m3-released.html -->
-    	<li class=""><a href="/contribute">Contribute</a></li>
-		<!-- /community || /news/2014/08/23/wicket-7-0-0-m3-released.html -->
-    	<li class=""><a href="/community">Community</a></li>
-		<!-- /apache || /news/2014/08/23/wicket-7-0-0-m3-released.html -->
-    	<li class=""><a href="/apache">Apache</a></li>
-    </ul>
-</nav>
-        <div class="logo">
-    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
-</div>
-    </div>
-</div>
-<main>
-    <div class="l-container">
-        <header class="l-full preamble">
-            <h1>Apache Wicket 7.0.0-M3 released</h1>
-        </header>
-        <section class="l-one-third right">
-        </section>
-        <section class="l-two-third left">
-            <div class="l-full">
-    <p class="meta">23 Aug 2014</p>
-    <p>We have released the third of a series of milestone releases for Apache
-Wicket 7. We aim to finalise Wicket 7 over the coming months and
-request your help in testing the new major version.</p>
-<h3 id="caveats">Caveats</h3>
-<p>It is still a development version so expect minor API breaks to happen over
-the course of the coming milestone releases.</p>
-<h3 id="semantic-versioning">Semantic versioning</h3>
-<p>As we adopted semver Wicket 7 will be the first release since 6.0 where
-we are able to refactor the API. We will continue to use semver when we
-have made Wicket 7 final and maintain api compatibility between minor
-versions of Wicket 7.</p>
-<h3 id="requirements">Requirements</h3>
-<p>Wicket 7 requires the following:</p>
-<ul>
-  <li>Java 7</li>
-  <li>Servlet 3 compatible container</li>
-</ul>
-<p>You can’t mix wicket libraries from prior Wicket versions with Wicket 7.</p>
-<h3 id="migration-guide">Migration guide</h3>
-<p>As usual we have a migration guide available online for people
-migrating their applications to Wicket 7. We will continue to update
-the guide as development progresses. If you find something that is not
-in the guide, please update the guide, or let us know so we can update
-the guide.</p>
-<ul>
-  <li><a href="http://s.apache.org/wicket7migrate">Migration to Wicket 7.0</a></li>
-</ul>
-<h3 id="using-this-release">Using this release</h3>
-<p>This is pre-release software: use at your own peril!</p>
-<p>With Apache Maven update your dependency to (and don’t forget to
-update any other dependencies on Wicket projects to the same version):</p>
-<figure class="highlight"><pre><code class="language-xml" data-lang="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>7.0.0-M3<span class="nt">&lt;/version&gt;</span>
-<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
-<p>Or download and build the distribution yourself, or use our
-convenience binary package</p>
-<ul>
-  <li>Source: <a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M3">http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M3</a></li>
-  <li>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M3/binaries">http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M3/binaries</a></li>
-</ul>
-<p>Have fun and let us know what you think!</p>
-</div>
-        </section>
-    </div>
-</main>
-        <footer class="l-container">
-            <div class="l-full">
-    <img height="60px" src="/img/asf_logo.gif" style="float:left">
-    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
-    Wicket, Apache, the Apache feather logo, and the Apache Wicket
-    project logo are trademarks of The Apache Software Foundation. All
-    other marks mentioned may be trademarks or registered trademarks of
-    their respective owners.
-</div>
-        </footer>
-    </body>
-
-</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2014/08/23/wicket-7.0.0-M3-released.html
----------------------------------------------------------------------
diff --git a/content/news/2014/08/23/wicket-7.0.0-M3-released.html b/content/news/2014/08/23/wicket-7.0.0-M3-released.html
new file mode 100644
index 0000000..a7830c7
--- /dev/null
+++ b/content/news/2014/08/23/wicket-7.0.0-M3-released.html
@@ -0,0 +1,112 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+        <meta charset="utf-8">
+        <title>Apache Wicket 7.0.0-M3 released | Apache Wicket</title>
+        <meta name="viewport" content="width=device-width, initial-scale=1" />
+
+        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
+        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
+        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
+
+		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
+
+    </head>
+
+    <body class="">
+        <div class="header default">
+    <div class="l-container">
+<nav class="mainmenu">
+    <ul>
+		<!-- /start/quickstart.html || /news/2014/08/23/wicket-7.0.0-M3-released.html -->
+    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
+		<!-- /start/download.html || /news/2014/08/23/wicket-7.0.0-M3-released.html -->
+    	<li class=""><a href="/start/download.html">Download</a></li>
+		<!-- /learn || /news/2014/08/23/wicket-7.0.0-M3-released.html -->
+    	<li class=""><a href="/learn">Documentation</a></li>
+		<!-- /help || /news/2014/08/23/wicket-7.0.0-M3-released.html -->
+    	<li class=""><a href="/help">Support</a></li>
+		<!-- /contribute || /news/2014/08/23/wicket-7.0.0-M3-released.html -->
+    	<li class=""><a href="/contribute">Contribute</a></li>
+		<!-- /community || /news/2014/08/23/wicket-7.0.0-M3-released.html -->
+    	<li class=""><a href="/community">Community</a></li>
+		<!-- /apache || /news/2014/08/23/wicket-7.0.0-M3-released.html -->
+    	<li class=""><a href="/apache">Apache</a></li>
+    </ul>
+</nav>
+        <div class="logo">
+    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
+</div>
+    </div>
+</div>
+<main>
+    <div class="l-container">
+        <header class="l-full preamble">
+            <h1>Apache Wicket 7.0.0-M3 released</h1>
+        </header>
+        <section class="l-one-third right">
+        </section>
+        <section class="l-two-third left">
+            <div class="l-full">
+    <p class="meta">23 Aug 2014</p>
+    <p>We have released the third of a series of milestone releases for Apache
+Wicket 7. We aim to finalise Wicket 7 over the coming months and
+request your help in testing the new major version.</p>
+<h3 id="caveats">Caveats</h3>
+<p>It is still a development version so expect minor API breaks to happen over
+the course of the coming milestone releases.</p>
+<h3 id="semantic-versioning">Semantic versioning</h3>
+<p>As we adopted semver Wicket 7 will be the first release since 6.0 where
+we are able to refactor the API. We will continue to use semver when we
+have made Wicket 7 final and maintain api compatibility between minor
+versions of Wicket 7.</p>
+<h3 id="requirements">Requirements</h3>
+<p>Wicket 7 requires the following:</p>
+<ul>
+  <li>Java 7</li>
+  <li>Servlet 3 compatible container</li>
+</ul>
+<p>You can’t mix wicket libraries from prior Wicket versions with Wicket 7.</p>
+<h3 id="migration-guide">Migration guide</h3>
+<p>As usual we have a migration guide available online for people
+migrating their applications to Wicket 7. We will continue to update
+the guide as development progresses. If you find something that is not
+in the guide, please update the guide, or let us know so we can update
+the guide.</p>
+<ul>
+  <li><a href="http://s.apache.org/wicket7migrate">Migration to Wicket 7.0</a></li>
+</ul>
+<h3 id="using-this-release">Using this release</h3>
+<p>This is pre-release software: use at your own peril!</p>
+<p>With Apache Maven update your dependency to (and don’t forget to
+update any other dependencies on Wicket projects to the same version):</p>
+<figure class="highlight"><pre><code class="language-xml" data-lang="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>7.0.0-M3<span class="nt">&lt;/version&gt;</span>
+<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
+<p>Or download and build the distribution yourself, or use our
+convenience binary package</p>
+<ul>
+  <li>Source: <a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M3">http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M3</a></li>
+  <li>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M3/binaries">http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M3/binaries</a></li>
+</ul>
+<p>Have fun and let us know what you think!</p>
+</div>
+        </section>
+    </div>
+</main>
+        <footer class="l-container">
+            <div class="l-full">
+    <img height="60px" src="/img/asf_logo.gif" style="float:left">
+    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
+    Wicket, Apache, the Apache feather logo, and the Apache Wicket
+    project logo are trademarks of The Apache Software Foundation. All
+    other marks mentioned may be trademarks or registered trademarks of
+    their respective owners.
+</div>
+        </footer>
+    </body>
+
+</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2014/08/24/wicket-6-17-0-released.html
----------------------------------------------------------------------
diff --git a/content/news/2014/08/24/wicket-6-17-0-released.html b/content/news/2014/08/24/wicket-6-17-0-released.html
deleted file mode 100644
index 494f449..0000000
--- a/content/news/2014/08/24/wicket-6-17-0-released.html
+++ /dev/null
@@ -1,173 +0,0 @@
-<!DOCTYPE html>
-<html>
-    <head>
-        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-        <meta charset="utf-8">
-        <title>Apache Wicket 6.17.0 released | Apache Wicket</title>
-        <meta name="viewport" content="width=device-width, initial-scale=1" />
-
-        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
-        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
-        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
-
-		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
-
-    </head>
-
-    <body class="">
-        <div class="header default">
-    <div class="l-container">
-<nav class="mainmenu">
-    <ul>
-		<!-- /start/quickstart.html || /news/2014/08/24/wicket-6-17-0-released.html -->
-    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
-		<!-- /start/download.html || /news/2014/08/24/wicket-6-17-0-released.html -->
-    	<li class=""><a href="/start/download.html">Download</a></li>
-		<!-- /learn || /news/2014/08/24/wicket-6-17-0-released.html -->
-    	<li class=""><a href="/learn">Documentation</a></li>
-		<!-- /help || /news/2014/08/24/wicket-6-17-0-released.html -->
-    	<li class=""><a href="/help">Support</a></li>
-		<!-- /contribute || /news/2014/08/24/wicket-6-17-0-released.html -->
-    	<li class=""><a href="/contribute">Contribute</a></li>
-		<!-- /community || /news/2014/08/24/wicket-6-17-0-released.html -->
-    	<li class=""><a href="/community">Community</a></li>
-		<!-- /apache || /news/2014/08/24/wicket-6-17-0-released.html -->
-    	<li class=""><a href="/apache">Apache</a></li>
-    </ul>
-</nav>
-        <div class="logo">
-    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
-</div>
-    </div>
-</div>
-<main>
-    <div class="l-container">
-        <header class="l-full preamble">
-            <h1>Apache Wicket 6.17.0 released</h1>
-        </header>
-        <section class="l-one-third right">
-        </section>
-        <section class="l-two-third left">
-            <div class="l-full">
-    <p class="meta">24 Aug 2014</p>
-    <p>The Apache Wicket PMC is proud to announce Apache Wicket 6.17.0!</p>
-<p>This release marks the seventeenth minor release of Wicket 6. Starting
-with Wicket 6 we use semantic versioning for the future development of
-Wicket, and as such no API breaks are present in this release compared
-to 6.0.0.</p>
-<h3 id="new-and-noteworthy">New and noteworthy</h3>
-<p>This release fixes 25 bugs and has 27 improvements some of which are:</p>
-<ul>
-  <li>Rename log4j.properties in the quickstart when creating a project for WildFly</li>
-  <li>Make is possible to position the choice label before/after/around the choice</li>
-  <li>StringResourceModel with custom locale</li>
-  <li>Added an HeaderItem for meta data tags such as ‘meta’ or canonical link</li>
-</ul>
-<p>The full list of improvements and fixes can be found at the end of this
-announcement.</p>
-<h3 id="using-this-release">Using this release</h3>
-<p>With Apache Maven update your dependency to (and don’t forget to
-update any other dependencies on Wicket projects to the same version):</p>
-<figure class="highlight"><pre><code class="language-xml" data-lang="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>6.17.0<span class="nt">&lt;/version&gt;</span>
-<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
-<p>Or download and build the distribution yourself, or use our
-convenience binary package</p>
-<ul>
-  <li>Source: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.17.0">http://www.apache.org/dyn/closer.cgi/wicket/6.17.0</a></li>
-  <li>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.17.0/binaries">http://www.apache.org/dyn/closer.cgi/wicket/6.17.0/binaries</a></li>
-</ul>
-<h3 id="upgrading-from-earlier-versions">Upgrading from earlier versions</h3>
-<p>If you upgrade from 6.y.z this release is a drop in replacement. If
-you come from a version prior to 6.0.0, please read our Wicket 6
-migration guide found at</p>
-<ul>
-  <li><a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+6.0">Migration to Wicket 6.0</a></li>
-</ul>
-<p>Have fun!</p>
-<p>— The Wicket team</p>
-<h3 id="release-notes---wicket---version-6170">Release Notes - Wicket - Version 6.17.0</h3>
-<h4 id="sub-task">Sub-task</h4>
-<pre><code>* [WICKET-5633] - Make JavaScriptFilteredIntoFooterHeaderResponse non-final to be able to create custom filters
-</code></pre>
-<h4 id="bug">Bug</h4>
-<pre><code>* [WICKET-5371] - IllegalArgumentException: Argument 'page' may not be null. - when sending event from asynchronous process
-* [WICKET-5539] - Allow preserving of the parsed PageParameters when re-creating an expired page
-* [WICKET-5564] - AjaxRequestTarget.focusComponent() does not work when two Ajax responses arrive next to each other
-* [WICKET-5603] - OnChangeAjaxBehavior attached to DropDownChoice produces two Ajax requests in Chrome v35
-* [WICKET-5607] - Wicket Ajax fires calls scheduled by AbstractAjaxTimerBehavior even after unload of the page
-* [WICKET-5609] - AutoCompleteTextField can only complete text that is visible on screen browser screen 
-* [WICKET-5615] - UploadProgressBar does not show up if no FileUploadField is given
-* [WICKET-5616] - CLONE - ModalWindow is not visible in Safari when opened from a link at the bottom of a large page
-* [WICKET-5619] - ConcurrentModificationException may occur when calling EventBus.post()
-* [WICKET-5624] - Do not throw when WebSocket is not supported
-* [WICKET-5626] - ConcatBundleResource#reportError() doesn't print the resource attributes
-* [WICKET-5630] - Fix last button translation germany of wizard to 'Letzter'
-* [WICKET-5631] - Allow submitting with POST method for PhantomJS
-* [WICKET-5636] - Update StatelessForm's and AbstractRepeater's javadoc that FormComponents should be repeated only with RepeatingView
-* [WICKET-5637] - Fix the encoding of the Chinese translations for Wizard component
-* [WICKET-5639] - ResourceResponse does not write headers when status code is set
-* [WICKET-5643] - WebPageRenderer should bind a Session if redirect is required and the session is temporary.
-* [WICKET-5647] - missing generic cast causes compile error on OS X / jdk 8
-* [WICKET-5655] - Problem with setting of IComponentInheritedModel and FLAG_INHERITABLE_MODEL
-* [WICKET-5656] - PropertyResolver does not scan for NotNull in annotation tree
-* [WICKET-5657] - wicket-autocomplete may fail after preceeding Ajax request
-* [WICKET-5662] - @SpringBean(name="something", required=false) still throws org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'something' is defined
-* [WICKET-5670] - org.apache.wicket.protocol.ws.api.registry.IKey should be Serializable (IClusterable)
-* [WICKET-5679] - RenderStrategy REDIRECT_TO_RENDER lets fail test with BaseWicketTester#startComponentInPage
-* [WICKET-5680] - AjaxEditableLabel keeps raw input after cancel following a validation failure 
-</code></pre>
-<h4 id="improvement">Improvement</h4>
-<pre><code>* [WICKET-4344] - Implement onValidateModelObjects() and beforeUpdateFormComponentModels() for nested forms
-* [WICKET-4660] - Make it possible to notify about Atmosphere internal events
-* [WICKET-5452] - Make Wicket-Atmosphere testable - AtmosphereTester
-* [WICKET-5602] - DynamicImageResource should set the mime type after reading the image data
-* [WICKET-5605] - Store browser capabilities in local variables in wicket-event-jquery.js
-* [WICKET-5611] - Add AjaxChannel.DEFAULT constant = "0" and type "Queue"
-* [WICKET-5627] - broadcastMessage(): hook to set more thread-local context before rendering components
-* [WICKET-5628] - Introduce a marker interface for exception which are recommended to be handler by the framework
-* [WICKET-5629] - Add an HeaderItem for meta data tags such as &lt;meta&gt; or canonical &lt;link&gt;
-* [WICKET-5634] - Add IObjectCheckers that fails the serialization when the Session or another Page are serialized
-* [WICKET-5635] - Provide a way to modify ResourceReferenceRegistry.DefaultResourceReferenceFactory externally to be used by wicket-bootstrap-less
-* [WICKET-5642] - CheckingOutputObjectStream should filter duplicates by identity, not by equality
-* [WICKET-5645] - Markup String of IMarkupResourceStreamProvider throws NPE for inherited markup
-* [WICKET-5646] - Allow subclasses of ComponentStringResourceLoader to stop at specific components
-* [WICKET-5648] - CookieUtils - multivalue related methods are broken due to the usage of ";" as a separator for the values
-* [WICKET-5650] - Make is possible to position the choice label before/after/around the choice
-* [WICKET-5651] - Add TagTester#getChild(String tagName) method
-* [WICKET-5652] - Improve Javadoc of Ajax behaviors concerning their onXyz() methods
-* [WICKET-5653] - Add a setter for IViolationTranslator to BeanValidationConfiguration
-* [WICKET-5654] - DefaultViolationTranslator should maybe use getMessage()
-* [WICKET-5658] - AjaxFormComponentUpdatingBehavior should not clear the rawInput when updateModel is false
-* [WICKET-5659] - Add a setting to MultiFileUploadField to not close the file uploads' streams
-* [WICKET-5660] - Throw more specific exception when a component cannot be found by ListenerInterfaceRequestHandler
-* [WICKET-5667] - Preserve the NotSerializableException if an error occur while using the IObjectCheckers
-* [WICKET-5668] - StringResourceModel with custom locale 
-* [WICKET-5671] - Rename log4j.properties in the quickstart when creating a project for WildFly
-* [WICKET-5673] - Improve BookmarkableMapper and BasicResourceReferenceMapper to not match when the last segment is empty
-* [WICKET-5674] - Use jquery.atmosphere.js as a Webjar
-</code></pre>
-<h4 id="task">Task</h4>
-<pre><code>* [WICKET-5604] - Add a page to the site that lists other Apache projects that use Wicket
-* [WICKET-5632] - Use frontend-maven-plugin to run the JavaScript tests
-* [WICKET-5665] - WicketTester#assertComponentOnAjaxResponse() cannot test invisible components
-</code></pre>
-</div>
-        </section>
-    </div>
-</main>
-        <footer class="l-container">
-            <div class="l-full">
-    <img height="60px" src="/img/asf_logo.gif" style="float:left">
-    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
-    Wicket, Apache, the Apache feather logo, and the Apache Wicket
-    project logo are trademarks of The Apache Software Foundation. All
-    other marks mentioned may be trademarks or registered trademarks of
-    their respective owners.
-</div>
-        </footer>
-    </body>
-
-</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2014/08/24/wicket-6.17.0-released.html
----------------------------------------------------------------------
diff --git a/content/news/2014/08/24/wicket-6.17.0-released.html b/content/news/2014/08/24/wicket-6.17.0-released.html
new file mode 100644
index 0000000..48af3ac
--- /dev/null
+++ b/content/news/2014/08/24/wicket-6.17.0-released.html
@@ -0,0 +1,177 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+        <meta charset="utf-8">
+        <title>Apache Wicket 6.17.0 released | Apache Wicket</title>
+        <meta name="viewport" content="width=device-width, initial-scale=1" />
+
+        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
+        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
+        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
+
+		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
+
+    </head>
+
+    <body class="">
+        <div class="header default">
+    <div class="l-container">
+<nav class="mainmenu">
+    <ul>
+		<!-- /start/quickstart.html || /news/2014/08/24/wicket-6.17.0-released.html -->
+    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
+		<!-- /start/download.html || /news/2014/08/24/wicket-6.17.0-released.html -->
+    	<li class=""><a href="/start/download.html">Download</a></li>
+		<!-- /learn || /news/2014/08/24/wicket-6.17.0-released.html -->
+    	<li class=""><a href="/learn">Documentation</a></li>
+		<!-- /help || /news/2014/08/24/wicket-6.17.0-released.html -->
+    	<li class=""><a href="/help">Support</a></li>
+		<!-- /contribute || /news/2014/08/24/wicket-6.17.0-released.html -->
+    	<li class=""><a href="/contribute">Contribute</a></li>
+		<!-- /community || /news/2014/08/24/wicket-6.17.0-released.html -->
+    	<li class=""><a href="/community">Community</a></li>
+		<!-- /apache || /news/2014/08/24/wicket-6.17.0-released.html -->
+    	<li class=""><a href="/apache">Apache</a></li>
+    </ul>
+</nav>
+        <div class="logo">
+    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
+</div>
+    </div>
+</div>
+<main>
+    <div class="l-container">
+        <header class="l-full preamble">
+            <h1>Apache Wicket 6.17.0 released</h1>
+        </header>
+        <section class="l-one-third right">
+        </section>
+        <section class="l-two-third left">
+            <div class="l-full">
+    <p class="meta">24 Aug 2014</p>
+    <p>The Apache Wicket PMC is proud to announce Apache Wicket 6.17.0!</p>
+<p>This release marks the seventeenth minor release of Wicket 6. Starting
+with Wicket 6 we use semantic versioning for the future development of
+Wicket, and as such no API breaks are present in this release compared
+to 6.0.0.</p>
+<h3 id="new-and-noteworthy">New and noteworthy</h3>
+<p>This release fixes 25 bugs and has 27 improvements some of which are:</p>
+<ul>
+  <li>Rename log4j.properties in the quickstart when creating a project for WildFly</li>
+  <li>Make is possible to position the choice label before/after/around the choice</li>
+  <li>StringResourceModel with custom locale</li>
+  <li>Added an HeaderItem for meta data tags such as ‘meta’ or canonical link</li>
+</ul>
+<p>The full list of improvements and fixes can be found at the end of this
+announcement.</p>
+<h3 id="using-this-release">Using this release</h3>
+<p>With Apache Maven update your dependency to (and don’t forget to
+update any other dependencies on Wicket projects to the same version):</p>
+<figure class="highlight"><pre><code class="language-xml" data-lang="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>6.17.0<span class="nt">&lt;/version&gt;</span>
+<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
+<p>Or download and build the distribution yourself, or use our
+convenience binary package</p>
+<ul>
+  <li>Source: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.17.0">http://www.apache.org/dyn/closer.cgi/wicket/6.17.0</a></li>
+  <li>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.17.0/binaries">http://www.apache.org/dyn/closer.cgi/wicket/6.17.0/binaries</a></li>
+</ul>
+<h3 id="upgrading-from-earlier-versions">Upgrading from earlier versions</h3>
+<p>If you upgrade from 6.y.z this release is a drop in replacement. If
+you come from a version prior to 6.0.0, please read our Wicket 6
+migration guide found at</p>
+<ul>
+  <li><a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+6.0">Migration to Wicket 6.0</a></li>
+</ul>
+<p>Have fun!</p>
+<p>— The Wicket team</p>
+<h3 id="release-notes---wicket---version-6170">Release Notes - Wicket - Version 6.17.0</h3>
+<h4 id="sub-task">Sub-task</h4>
+<div class="highlighter-rouge"><pre class="highlight"><code>* [WICKET-5633] - Make JavaScriptFilteredIntoFooterHeaderResponse non-final to be able to create custom filters
+</code></pre>
+</div>
+<h4 id="bug">Bug</h4>
+<div class="highlighter-rouge"><pre class="highlight"><code>* [WICKET-5371] - IllegalArgumentException: Argument 'page' may not be null. - when sending event from asynchronous process
+* [WICKET-5539] - Allow preserving of the parsed PageParameters when re-creating an expired page
+* [WICKET-5564] - AjaxRequestTarget.focusComponent() does not work when two Ajax responses arrive next to each other
+* [WICKET-5603] - OnChangeAjaxBehavior attached to DropDownChoice produces two Ajax requests in Chrome v35
+* [WICKET-5607] - Wicket Ajax fires calls scheduled by AbstractAjaxTimerBehavior even after unload of the page
+* [WICKET-5609] - AutoCompleteTextField can only complete text that is visible on screen browser screen 
+* [WICKET-5615] - UploadProgressBar does not show up if no FileUploadField is given
+* [WICKET-5616] - CLONE - ModalWindow is not visible in Safari when opened from a link at the bottom of a large page
+* [WICKET-5619] - ConcurrentModificationException may occur when calling EventBus.post()
+* [WICKET-5624] - Do not throw when WebSocket is not supported
+* [WICKET-5626] - ConcatBundleResource#reportError() doesn't print the resource attributes
+* [WICKET-5630] - Fix last button translation germany of wizard to 'Letzter'
+* [WICKET-5631] - Allow submitting with POST method for PhantomJS
+* [WICKET-5636] - Update StatelessForm's and AbstractRepeater's javadoc that FormComponents should be repeated only with RepeatingView
+* [WICKET-5637] - Fix the encoding of the Chinese translations for Wizard component
+* [WICKET-5639] - ResourceResponse does not write headers when status code is set
+* [WICKET-5643] - WebPageRenderer should bind a Session if redirect is required and the session is temporary.
+* [WICKET-5647] - missing generic cast causes compile error on OS X / jdk 8
+* [WICKET-5655] - Problem with setting of IComponentInheritedModel and FLAG_INHERITABLE_MODEL
+* [WICKET-5656] - PropertyResolver does not scan for NotNull in annotation tree
+* [WICKET-5657] - wicket-autocomplete may fail after preceeding Ajax request
+* [WICKET-5662] - @SpringBean(name="something", required=false) still throws org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'something' is defined
+* [WICKET-5670] - org.apache.wicket.protocol.ws.api.registry.IKey should be Serializable (IClusterable)
+* [WICKET-5679] - RenderStrategy REDIRECT_TO_RENDER lets fail test with BaseWicketTester#startComponentInPage
+* [WICKET-5680] - AjaxEditableLabel keeps raw input after cancel following a validation failure 
+</code></pre>
+</div>
+<h4 id="improvement">Improvement</h4>
+<div class="highlighter-rouge"><pre class="highlight"><code>* [WICKET-4344] - Implement onValidateModelObjects() and beforeUpdateFormComponentModels() for nested forms
+* [WICKET-4660] - Make it possible to notify about Atmosphere internal events
+* [WICKET-5452] - Make Wicket-Atmosphere testable - AtmosphereTester
+* [WICKET-5602] - DynamicImageResource should set the mime type after reading the image data
+* [WICKET-5605] - Store browser capabilities in local variables in wicket-event-jquery.js
+* [WICKET-5611] - Add AjaxChannel.DEFAULT constant = "0" and type "Queue"
+* [WICKET-5627] - broadcastMessage(): hook to set more thread-local context before rendering components
+* [WICKET-5628] - Introduce a marker interface for exception which are recommended to be handler by the framework
+* [WICKET-5629] - Add an HeaderItem for meta data tags such as &lt;meta&gt; or canonical &lt;link&gt;
+* [WICKET-5634] - Add IObjectCheckers that fails the serialization when the Session or another Page are serialized
+* [WICKET-5635] - Provide a way to modify ResourceReferenceRegistry.DefaultResourceReferenceFactory externally to be used by wicket-bootstrap-less
+* [WICKET-5642] - CheckingOutputObjectStream should filter duplicates by identity, not by equality
+* [WICKET-5645] - Markup String of IMarkupResourceStreamProvider throws NPE for inherited markup
+* [WICKET-5646] - Allow subclasses of ComponentStringResourceLoader to stop at specific components
+* [WICKET-5648] - CookieUtils - multivalue related methods are broken due to the usage of ";" as a separator for the values
+* [WICKET-5650] - Make is possible to position the choice label before/after/around the choice
+* [WICKET-5651] - Add TagTester#getChild(String tagName) method
+* [WICKET-5652] - Improve Javadoc of Ajax behaviors concerning their onXyz() methods
+* [WICKET-5653] - Add a setter for IViolationTranslator to BeanValidationConfiguration
+* [WICKET-5654] - DefaultViolationTranslator should maybe use getMessage()
+* [WICKET-5658] - AjaxFormComponentUpdatingBehavior should not clear the rawInput when updateModel is false
+* [WICKET-5659] - Add a setting to MultiFileUploadField to not close the file uploads' streams
+* [WICKET-5660] - Throw more specific exception when a component cannot be found by ListenerInterfaceRequestHandler
+* [WICKET-5667] - Preserve the NotSerializableException if an error occur while using the IObjectCheckers
+* [WICKET-5668] - StringResourceModel with custom locale 
+* [WICKET-5671] - Rename log4j.properties in the quickstart when creating a project for WildFly
+* [WICKET-5673] - Improve BookmarkableMapper and BasicResourceReferenceMapper to not match when the last segment is empty
+* [WICKET-5674] - Use jquery.atmosphere.js as a Webjar
+</code></pre>
+</div>
+<h4 id="task">Task</h4>
+<div class="highlighter-rouge"><pre class="highlight"><code>* [WICKET-5604] - Add a page to the site that lists other Apache projects that use Wicket
+* [WICKET-5632] - Use frontend-maven-plugin to run the JavaScript tests
+* [WICKET-5665] - WicketTester#assertComponentOnAjaxResponse() cannot test invisible components
+</code></pre>
+</div>
+</div>
+        </section>
+    </div>
+</main>
+        <footer class="l-container">
+            <div class="l-full">
+    <img height="60px" src="/img/asf_logo.gif" style="float:left">
+    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
+    Wicket, Apache, the Apache feather logo, and the Apache Wicket
+    project logo are trademarks of The Apache Software Foundation. All
+    other marks mentioned may be trademarks or registered trademarks of
+    their respective owners.
+</div>
+        </footer>
+    </body>
+
+</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2014/08/index.html
----------------------------------------------------------------------
diff --git a/content/news/2014/08/index.html b/content/news/2014/08/index.html
index 5f6fdae..439033d 100644
--- a/content/news/2014/08/index.html
+++ b/content/news/2014/08/index.html
@@ -55,7 +55,7 @@ request your help in testing the new major version.</p>
 <h3 id="caveats">Caveats</h3>
 <p>It is still a development version so expect minor API breaks to happen over
 the course of the coming milestone releases....</p>
-	<a href="/news/2014/08/23/wicket-7-0-0-m3-released.html">more</a></li>
+	<a href="/news/2014/08/23/wicket-7.0.0-M3-released.html">more</a></li>
 </div>
 <div class="news">
 	<h3>Apache Wicket 6.17.0 released</h3>
@@ -63,7 +63,7 @@ the course of the coming milestone releases....</p>
 	<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.17.0!</p>
 <p>This release marks the seventeenth minor release of Wicket 6. Starting
 with Wicket 6 we us...</p>
-	<a href="/news/2014/08/24/wicket-6-17-0-released.html">more</a></li>
+	<a href="/news/2014/08/24/wicket-6.17.0-released.html">more</a></li>
 </div>
         </div>
         <div class="l-one-third">


[13/19] wicket-site git commit: WICKET-6049 updated links to example site

Posted by ad...@apache.org.
http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2012/01/23/wicket-1.5.4-released.html
----------------------------------------------------------------------
diff --git a/content/news/2012/01/23/wicket-1.5.4-released.html b/content/news/2012/01/23/wicket-1.5.4-released.html
new file mode 100644
index 0000000..a511be9
--- /dev/null
+++ b/content/news/2012/01/23/wicket-1.5.4-released.html
@@ -0,0 +1,83 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+        <meta charset="utf-8">
+        <title>Wicket 1.5.4 released | Apache Wicket</title>
+        <meta name="viewport" content="width=device-width, initial-scale=1" />
+
+        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
+        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
+        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
+
+		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
+
+    </head>
+
+    <body class="">
+        <div class="header default">
+    <div class="l-container">
+<nav class="mainmenu">
+    <ul>
+		<!-- /start/quickstart.html || /news/2012/01/23/wicket-1.5.4-released.html -->
+    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
+		<!-- /start/download.html || /news/2012/01/23/wicket-1.5.4-released.html -->
+    	<li class=""><a href="/start/download.html">Download</a></li>
+		<!-- /learn || /news/2012/01/23/wicket-1.5.4-released.html -->
+    	<li class=""><a href="/learn">Documentation</a></li>
+		<!-- /help || /news/2012/01/23/wicket-1.5.4-released.html -->
+    	<li class=""><a href="/help">Support</a></li>
+		<!-- /contribute || /news/2012/01/23/wicket-1.5.4-released.html -->
+    	<li class=""><a href="/contribute">Contribute</a></li>
+		<!-- /community || /news/2012/01/23/wicket-1.5.4-released.html -->
+    	<li class=""><a href="/community">Community</a></li>
+		<!-- /apache || /news/2012/01/23/wicket-1.5.4-released.html -->
+    	<li class=""><a href="/apache">Apache</a></li>
+    </ul>
+</nav>
+        <div class="logo">
+    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
+</div>
+    </div>
+</div>
+<main>
+    <div class="l-container">
+        <header class="l-full preamble">
+            <h1>Wicket 1.5.4 released</h1>
+        </header>
+        <section class="l-one-third right">
+        </section>
+        <section class="l-two-third left">
+            <div class="l-full">
+    <p class="meta">23 Jan 2012</p>
+    <p>This is the fourth maintenance release of the Wicket 1.5.x series. This release brings over 68 bug fixes and improvements.</p>
+<ul>
+  <li><a href="http://git-wip-us.apache.org/repos/asf/wicket/repo?p=wicket.git;a=shortlog;h=refs/tags/release/wicket-1.5.4">Git tag</a></li>
+  <li><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&amp;version=12319051">Changelog</a></li>
+  <li>To use in Maven:</li>
+</ul>
+<figure class="highlight"><pre><code class="language-xml" data-lang="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.4<span class="nt">&lt;/version&gt;</span>
+<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
+<ul>
+  <li>Download the <a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.4">full distribution</a> (including source)</li>
+</ul>
+</div>
+        </section>
+    </div>
+</main>
+        <footer class="l-container">
+            <div class="l-full">
+    <img height="60px" src="/img/asf_logo.gif" style="float:left">
+    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
+    Wicket, Apache, the Apache feather logo, and the Apache Wicket
+    project logo are trademarks of The Apache Software Foundation. All
+    other marks mentioned may be trademarks or registered trademarks of
+    their respective owners.
+</div>
+        </footer>
+    </body>
+
+</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2012/01/index.html
----------------------------------------------------------------------
diff --git a/content/news/2012/01/index.html b/content/news/2012/01/index.html
index 803e5a7..89b7f7b 100644
--- a/content/news/2012/01/index.html
+++ b/content/news/2012/01/index.html
@@ -57,7 +57,7 @@
 </ul>
 <figure class="highlight"><pre><code class="language-xml" data-lang="xml"><span class="nt">&lt;dependency&gt;</span>
     <span class="nt">&lt;groupId&gt;</span>org.apache.wi...</code></pre></figure>
-	<a href="/news/2012/01/23/wicket-1-5-4-released.html">more</a></li>
+	<a href="/news/2012/01/23/wicket-1.5.4-released.html">more</a></li>
 </div>
         </div>
         <div class="l-one-third">

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2012/03/12/wicket-1-4-20-released.html
----------------------------------------------------------------------
diff --git a/content/news/2012/03/12/wicket-1-4-20-released.html b/content/news/2012/03/12/wicket-1-4-20-released.html
deleted file mode 100644
index 50d344d..0000000
--- a/content/news/2012/03/12/wicket-1-4-20-released.html
+++ /dev/null
@@ -1,83 +0,0 @@
-<!DOCTYPE html>
-<html>
-    <head>
-        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-        <meta charset="utf-8">
-        <title>Wicket 1.4.20 released | Apache Wicket</title>
-        <meta name="viewport" content="width=device-width, initial-scale=1" />
-
-        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
-        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
-        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
-
-		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
-
-    </head>
-
-    <body class="">
-        <div class="header default">
-    <div class="l-container">
-<nav class="mainmenu">
-    <ul>
-		<!-- /start/quickstart.html || /news/2012/03/12/wicket-1-4-20-released.html -->
-    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
-		<!-- /start/download.html || /news/2012/03/12/wicket-1-4-20-released.html -->
-    	<li class=""><a href="/start/download.html">Download</a></li>
-		<!-- /learn || /news/2012/03/12/wicket-1-4-20-released.html -->
-    	<li class=""><a href="/learn">Documentation</a></li>
-		<!-- /help || /news/2012/03/12/wicket-1-4-20-released.html -->
-    	<li class=""><a href="/help">Support</a></li>
-		<!-- /contribute || /news/2012/03/12/wicket-1-4-20-released.html -->
-    	<li class=""><a href="/contribute">Contribute</a></li>
-		<!-- /community || /news/2012/03/12/wicket-1-4-20-released.html -->
-    	<li class=""><a href="/community">Community</a></li>
-		<!-- /apache || /news/2012/03/12/wicket-1-4-20-released.html -->
-    	<li class=""><a href="/apache">Apache</a></li>
-    </ul>
-</nav>
-        <div class="logo">
-    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
-</div>
-    </div>
-</div>
-<main>
-    <div class="l-container">
-        <header class="l-full preamble">
-            <h1>Wicket 1.4.20 released</h1>
-        </header>
-        <section class="l-one-third right">
-        </section>
-        <section class="l-two-third left">
-            <div class="l-full">
-    <p class="meta">12 Mar 2012</p>
-    <p>This is twentieth 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://git-wip-us.apache.org/repos/asf/wicket/repo?p=wicket.git;a=shortlog;h=refs/tags/release/wicket-1.4.20">Subversion tag</a></li>
-  <li><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&amp;version=12318545">Changelog</a></li>
-  <li>To use in Maven:</li>
-</ul>
-<figure class="highlight"><pre><code class="language-xml" data-lang="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.20<span class="nt">&lt;/version&gt;</span>
-<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
-<ul>
-  <li>Download the <a href="http://www.apache.org/dyn/closer.cgi/wicket/1.4.20">full distribution</a> (including source)</li>
-</ul>
-</div>
-        </section>
-    </div>
-</main>
-        <footer class="l-container">
-            <div class="l-full">
-    <img height="60px" src="/img/asf_logo.gif" style="float:left">
-    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
-    Wicket, Apache, the Apache feather logo, and the Apache Wicket
-    project logo are trademarks of The Apache Software Foundation. All
-    other marks mentioned may be trademarks or registered trademarks of
-    their respective owners.
-</div>
-        </footer>
-    </body>
-
-</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2012/03/12/wicket-1-5-5-released.html
----------------------------------------------------------------------
diff --git a/content/news/2012/03/12/wicket-1-5-5-released.html b/content/news/2012/03/12/wicket-1-5-5-released.html
deleted file mode 100644
index af4d62d..0000000
--- a/content/news/2012/03/12/wicket-1-5-5-released.html
+++ /dev/null
@@ -1,83 +0,0 @@
-<!DOCTYPE html>
-<html>
-    <head>
-        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-        <meta charset="utf-8">
-        <title>Wicket 1.5.5 released | Apache Wicket</title>
-        <meta name="viewport" content="width=device-width, initial-scale=1" />
-
-        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
-        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
-        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
-
-		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
-
-    </head>
-
-    <body class="">
-        <div class="header default">
-    <div class="l-container">
-<nav class="mainmenu">
-    <ul>
-		<!-- /start/quickstart.html || /news/2012/03/12/wicket-1-5-5-released.html -->
-    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
-		<!-- /start/download.html || /news/2012/03/12/wicket-1-5-5-released.html -->
-    	<li class=""><a href="/start/download.html">Download</a></li>
-		<!-- /learn || /news/2012/03/12/wicket-1-5-5-released.html -->
-    	<li class=""><a href="/learn">Documentation</a></li>
-		<!-- /help || /news/2012/03/12/wicket-1-5-5-released.html -->
-    	<li class=""><a href="/help">Support</a></li>
-		<!-- /contribute || /news/2012/03/12/wicket-1-5-5-released.html -->
-    	<li class=""><a href="/contribute">Contribute</a></li>
-		<!-- /community || /news/2012/03/12/wicket-1-5-5-released.html -->
-    	<li class=""><a href="/community">Community</a></li>
-		<!-- /apache || /news/2012/03/12/wicket-1-5-5-released.html -->
-    	<li class=""><a href="/apache">Apache</a></li>
-    </ul>
-</nav>
-        <div class="logo">
-    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
-</div>
-    </div>
-</div>
-<main>
-    <div class="l-container">
-        <header class="l-full preamble">
-            <h1>Wicket 1.5.5 released</h1>
-        </header>
-        <section class="l-one-third right">
-        </section>
-        <section class="l-two-third left">
-            <div class="l-full">
-    <p class="meta">12 Mar 2012</p>
-    <p>This is the fifth maintenance release of the Wicket 1.5.x series. This release brings over 50 bug fixes and improvements.</p>
-<ul>
-  <li><a href="http://git-wip-us.apache.org/repos/asf/wicket/repo?p=wicket.git;a=shortlog;h=refs/tags/release/wicket-1.5.5">Git tag</a></li>
-  <li><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&amp;version=12319052">Changelog</a></li>
-  <li>To use in Maven:</li>
-</ul>
-<figure class="highlight"><pre><code class="language-xml" data-lang="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.5<span class="nt">&lt;/version&gt;</span>
-<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
-<ul>
-  <li>Download the <a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.5">full distribution</a> (including source)</li>
-</ul>
-</div>
-        </section>
-    </div>
-</main>
-        <footer class="l-container">
-            <div class="l-full">
-    <img height="60px" src="/img/asf_logo.gif" style="float:left">
-    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
-    Wicket, Apache, the Apache feather logo, and the Apache Wicket
-    project logo are trademarks of The Apache Software Foundation. All
-    other marks mentioned may be trademarks or registered trademarks of
-    their respective owners.
-</div>
-        </footer>
-    </body>
-
-</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2012/03/12/wicket-1.4.20-released.html
----------------------------------------------------------------------
diff --git a/content/news/2012/03/12/wicket-1.4.20-released.html b/content/news/2012/03/12/wicket-1.4.20-released.html
new file mode 100644
index 0000000..49ce183
--- /dev/null
+++ b/content/news/2012/03/12/wicket-1.4.20-released.html
@@ -0,0 +1,83 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+        <meta charset="utf-8">
+        <title>Wicket 1.4.20 released | Apache Wicket</title>
+        <meta name="viewport" content="width=device-width, initial-scale=1" />
+
+        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
+        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
+        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
+
+		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
+
+    </head>
+
+    <body class="">
+        <div class="header default">
+    <div class="l-container">
+<nav class="mainmenu">
+    <ul>
+		<!-- /start/quickstart.html || /news/2012/03/12/wicket-1.4.20-released.html -->
+    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
+		<!-- /start/download.html || /news/2012/03/12/wicket-1.4.20-released.html -->
+    	<li class=""><a href="/start/download.html">Download</a></li>
+		<!-- /learn || /news/2012/03/12/wicket-1.4.20-released.html -->
+    	<li class=""><a href="/learn">Documentation</a></li>
+		<!-- /help || /news/2012/03/12/wicket-1.4.20-released.html -->
+    	<li class=""><a href="/help">Support</a></li>
+		<!-- /contribute || /news/2012/03/12/wicket-1.4.20-released.html -->
+    	<li class=""><a href="/contribute">Contribute</a></li>
+		<!-- /community || /news/2012/03/12/wicket-1.4.20-released.html -->
+    	<li class=""><a href="/community">Community</a></li>
+		<!-- /apache || /news/2012/03/12/wicket-1.4.20-released.html -->
+    	<li class=""><a href="/apache">Apache</a></li>
+    </ul>
+</nav>
+        <div class="logo">
+    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
+</div>
+    </div>
+</div>
+<main>
+    <div class="l-container">
+        <header class="l-full preamble">
+            <h1>Wicket 1.4.20 released</h1>
+        </header>
+        <section class="l-one-third right">
+        </section>
+        <section class="l-two-third left">
+            <div class="l-full">
+    <p class="meta">12 Mar 2012</p>
+    <p>This is twentieth 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://git-wip-us.apache.org/repos/asf/wicket/repo?p=wicket.git;a=shortlog;h=refs/tags/release/wicket-1.4.20">Subversion tag</a></li>
+  <li><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&amp;version=12318545">Changelog</a></li>
+  <li>To use in Maven:</li>
+</ul>
+<figure class="highlight"><pre><code class="language-xml" data-lang="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.20<span class="nt">&lt;/version&gt;</span>
+<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
+<ul>
+  <li>Download the <a href="http://www.apache.org/dyn/closer.cgi/wicket/1.4.20">full distribution</a> (including source)</li>
+</ul>
+</div>
+        </section>
+    </div>
+</main>
+        <footer class="l-container">
+            <div class="l-full">
+    <img height="60px" src="/img/asf_logo.gif" style="float:left">
+    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
+    Wicket, Apache, the Apache feather logo, and the Apache Wicket
+    project logo are trademarks of The Apache Software Foundation. All
+    other marks mentioned may be trademarks or registered trademarks of
+    their respective owners.
+</div>
+        </footer>
+    </body>
+
+</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2012/03/12/wicket-1.5.5-released.html
----------------------------------------------------------------------
diff --git a/content/news/2012/03/12/wicket-1.5.5-released.html b/content/news/2012/03/12/wicket-1.5.5-released.html
new file mode 100644
index 0000000..2a3cfd9
--- /dev/null
+++ b/content/news/2012/03/12/wicket-1.5.5-released.html
@@ -0,0 +1,83 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+        <meta charset="utf-8">
+        <title>Wicket 1.5.5 released | Apache Wicket</title>
+        <meta name="viewport" content="width=device-width, initial-scale=1" />
+
+        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
+        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
+        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
+
+		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
+
+    </head>
+
+    <body class="">
+        <div class="header default">
+    <div class="l-container">
+<nav class="mainmenu">
+    <ul>
+		<!-- /start/quickstart.html || /news/2012/03/12/wicket-1.5.5-released.html -->
+    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
+		<!-- /start/download.html || /news/2012/03/12/wicket-1.5.5-released.html -->
+    	<li class=""><a href="/start/download.html">Download</a></li>
+		<!-- /learn || /news/2012/03/12/wicket-1.5.5-released.html -->
+    	<li class=""><a href="/learn">Documentation</a></li>
+		<!-- /help || /news/2012/03/12/wicket-1.5.5-released.html -->
+    	<li class=""><a href="/help">Support</a></li>
+		<!-- /contribute || /news/2012/03/12/wicket-1.5.5-released.html -->
+    	<li class=""><a href="/contribute">Contribute</a></li>
+		<!-- /community || /news/2012/03/12/wicket-1.5.5-released.html -->
+    	<li class=""><a href="/community">Community</a></li>
+		<!-- /apache || /news/2012/03/12/wicket-1.5.5-released.html -->
+    	<li class=""><a href="/apache">Apache</a></li>
+    </ul>
+</nav>
+        <div class="logo">
+    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
+</div>
+    </div>
+</div>
+<main>
+    <div class="l-container">
+        <header class="l-full preamble">
+            <h1>Wicket 1.5.5 released</h1>
+        </header>
+        <section class="l-one-third right">
+        </section>
+        <section class="l-two-third left">
+            <div class="l-full">
+    <p class="meta">12 Mar 2012</p>
+    <p>This is the fifth maintenance release of the Wicket 1.5.x series. This release brings over 50 bug fixes and improvements.</p>
+<ul>
+  <li><a href="http://git-wip-us.apache.org/repos/asf/wicket/repo?p=wicket.git;a=shortlog;h=refs/tags/release/wicket-1.5.5">Git tag</a></li>
+  <li><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&amp;version=12319052">Changelog</a></li>
+  <li>To use in Maven:</li>
+</ul>
+<figure class="highlight"><pre><code class="language-xml" data-lang="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.5<span class="nt">&lt;/version&gt;</span>
+<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
+<ul>
+  <li>Download the <a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.5">full distribution</a> (including source)</li>
+</ul>
+</div>
+        </section>
+    </div>
+</main>
+        <footer class="l-container">
+            <div class="l-full">
+    <img height="60px" src="/img/asf_logo.gif" style="float:left">
+    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
+    Wicket, Apache, the Apache feather logo, and the Apache Wicket
+    project logo are trademarks of The Apache Software Foundation. All
+    other marks mentioned may be trademarks or registered trademarks of
+    their respective owners.
+</div>
+        </footer>
+    </body>
+
+</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2012/03/26/wicket-6-0-0-beta1-released.html
----------------------------------------------------------------------
diff --git a/content/news/2012/03/26/wicket-6-0-0-beta1-released.html b/content/news/2012/03/26/wicket-6-0-0-beta1-released.html
deleted file mode 100644
index 41ae8bb..0000000
--- a/content/news/2012/03/26/wicket-6-0-0-beta1-released.html
+++ /dev/null
@@ -1,85 +0,0 @@
-<!DOCTYPE html>
-<html>
-    <head>
-        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-        <meta charset="utf-8">
-        <title>Wicket 6.0.0-beta1 released | Apache Wicket</title>
-        <meta name="viewport" content="width=device-width, initial-scale=1" />
-
-        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
-        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
-        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
-
-		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
-
-    </head>
-
-    <body class="">
-        <div class="header default">
-    <div class="l-container">
-<nav class="mainmenu">
-    <ul>
-		<!-- /start/quickstart.html || /news/2012/03/26/wicket-6-0-0-beta1-released.html -->
-    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
-		<!-- /start/download.html || /news/2012/03/26/wicket-6-0-0-beta1-released.html -->
-    	<li class=""><a href="/start/download.html">Download</a></li>
-		<!-- /learn || /news/2012/03/26/wicket-6-0-0-beta1-released.html -->
-    	<li class=""><a href="/learn">Documentation</a></li>
-		<!-- /help || /news/2012/03/26/wicket-6-0-0-beta1-released.html -->
-    	<li class=""><a href="/help">Support</a></li>
-		<!-- /contribute || /news/2012/03/26/wicket-6-0-0-beta1-released.html -->
-    	<li class=""><a href="/contribute">Contribute</a></li>
-		<!-- /community || /news/2012/03/26/wicket-6-0-0-beta1-released.html -->
-    	<li class=""><a href="/community">Community</a></li>
-		<!-- /apache || /news/2012/03/26/wicket-6-0-0-beta1-released.html -->
-    	<li class=""><a href="/apache">Apache</a></li>
-    </ul>
-</nav>
-        <div class="logo">
-    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
-</div>
-    </div>
-</div>
-<main>
-    <div class="l-container">
-        <header class="l-full preamble">
-            <h1>Wicket 6.0.0-beta1 released</h1>
-        </header>
-        <section class="l-one-third right">
-        </section>
-        <section class="l-two-third left">
-            <div class="l-full">
-    <p class="meta">26 Mar 2012</p>
-    <p>The Wicket team is proud to announce the first beta release of the Wicket 6.x series.
-This release brings over many improvements over the 1.5.x series.</p>
-<p>Check the <a href="https://cwiki.apache.org/confluence/display/WICKET/Wicket+6.0+Roadmap">roadmap</a> with a list of the major goals.
-And the <a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+6.0">migration guide</a> with all major and some minor changes between 1.5.x and 6.x series.</p>
-<p>The Jira changelog of all closed ticket at <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&amp;version=12319052">Jira</a></p>
-<p>To use it in Maven:</p>
-<figure class="highlight"><pre><code class="language-xml" data-lang="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>6.0.0-beta1<span class="nt">&lt;/version&gt;</span>
-<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
-<p>If you don’t use dependencies management build tool then you can download the <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.0.0-beta1">full distribution</a> (including source).</p>
-<p>There are no more planned API breaks but if you find something that can be made better now it the time to discuss it!
-We will try to avoid making any API changes in the Release Candidates that will follow this beta release.</p>
-<p>Any feedback about the new features, their implementation and their documentation is very welcome!</p>
-<p>The Wicket team!</p>
-</div>
-        </section>
-    </div>
-</main>
-        <footer class="l-container">
-            <div class="l-full">
-    <img height="60px" src="/img/asf_logo.gif" style="float:left">
-    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
-    Wicket, Apache, the Apache feather logo, and the Apache Wicket
-    project logo are trademarks of The Apache Software Foundation. All
-    other marks mentioned may be trademarks or registered trademarks of
-    their respective owners.
-</div>
-        </footer>
-    </body>
-
-</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2012/03/26/wicket-6.0.0-beta1-released.html
----------------------------------------------------------------------
diff --git a/content/news/2012/03/26/wicket-6.0.0-beta1-released.html b/content/news/2012/03/26/wicket-6.0.0-beta1-released.html
new file mode 100644
index 0000000..0e99219
--- /dev/null
+++ b/content/news/2012/03/26/wicket-6.0.0-beta1-released.html
@@ -0,0 +1,85 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+        <meta charset="utf-8">
+        <title>Wicket 6.0.0-beta1 released | Apache Wicket</title>
+        <meta name="viewport" content="width=device-width, initial-scale=1" />
+
+        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
+        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
+        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
+
+		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
+
+    </head>
+
+    <body class="">
+        <div class="header default">
+    <div class="l-container">
+<nav class="mainmenu">
+    <ul>
+		<!-- /start/quickstart.html || /news/2012/03/26/wicket-6.0.0-beta1-released.html -->
+    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
+		<!-- /start/download.html || /news/2012/03/26/wicket-6.0.0-beta1-released.html -->
+    	<li class=""><a href="/start/download.html">Download</a></li>
+		<!-- /learn || /news/2012/03/26/wicket-6.0.0-beta1-released.html -->
+    	<li class=""><a href="/learn">Documentation</a></li>
+		<!-- /help || /news/2012/03/26/wicket-6.0.0-beta1-released.html -->
+    	<li class=""><a href="/help">Support</a></li>
+		<!-- /contribute || /news/2012/03/26/wicket-6.0.0-beta1-released.html -->
+    	<li class=""><a href="/contribute">Contribute</a></li>
+		<!-- /community || /news/2012/03/26/wicket-6.0.0-beta1-released.html -->
+    	<li class=""><a href="/community">Community</a></li>
+		<!-- /apache || /news/2012/03/26/wicket-6.0.0-beta1-released.html -->
+    	<li class=""><a href="/apache">Apache</a></li>
+    </ul>
+</nav>
+        <div class="logo">
+    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
+</div>
+    </div>
+</div>
+<main>
+    <div class="l-container">
+        <header class="l-full preamble">
+            <h1>Wicket 6.0.0-beta1 released</h1>
+        </header>
+        <section class="l-one-third right">
+        </section>
+        <section class="l-two-third left">
+            <div class="l-full">
+    <p class="meta">26 Mar 2012</p>
+    <p>The Wicket team is proud to announce the first beta release of the Wicket 6.x series.
+This release brings over many improvements over the 1.5.x series.</p>
+<p>Check the <a href="https://cwiki.apache.org/confluence/display/WICKET/Wicket+6.0+Roadmap">roadmap</a> with a list of the major goals.
+And the <a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+6.0">migration guide</a> with all major and some minor changes between 1.5.x and 6.x series.</p>
+<p>The Jira changelog of all closed ticket at <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&amp;version=12319052">Jira</a></p>
+<p>To use it in Maven:</p>
+<figure class="highlight"><pre><code class="language-xml" data-lang="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>6.0.0-beta1<span class="nt">&lt;/version&gt;</span>
+<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
+<p>If you don’t use dependencies management build tool then you can download the <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.0.0-beta1">full distribution</a> (including source).</p>
+<p>There are no more planned API breaks but if you find something that can be made better now it the time to discuss it!
+We will try to avoid making any API changes in the Release Candidates that will follow this beta release.</p>
+<p>Any feedback about the new features, their implementation and their documentation is very welcome!</p>
+<p>The Wicket team!</p>
+</div>
+        </section>
+    </div>
+</main>
+        <footer class="l-container">
+            <div class="l-full">
+    <img height="60px" src="/img/asf_logo.gif" style="float:left">
+    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
+    Wicket, Apache, the Apache feather logo, and the Apache Wicket
+    project logo are trademarks of The Apache Software Foundation. All
+    other marks mentioned may be trademarks or registered trademarks of
+    their respective owners.
+</div>
+        </footer>
+    </body>
+
+</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2012/03/index.html
----------------------------------------------------------------------
diff --git a/content/news/2012/03/index.html b/content/news/2012/03/index.html
index a663f2a..e37187b 100644
--- a/content/news/2012/03/index.html
+++ b/content/news/2012/03/index.html
@@ -57,7 +57,7 @@
 </ul>
 <figure class="highlight"><pre><code class="language-xml" data-lang="xml"><span class="nt">&lt;dependency&gt;</span>
     <span class="nt">&lt;grou...</span></code></pre></figure>
-	<a href="/news/2012/03/12/wicket-1-4-20-released.html">more</a></li>
+	<a href="/news/2012/03/12/wicket-1.4.20-released.html">more</a></li>
 </div>
 <div class="news">
 	<h3>Wicket 1.5.5 released</h3>
@@ -70,7 +70,7 @@
 </ul>
 <figure class="highlight"><pre><code class="language-xml" data-lang="xml"><span class="nt">&lt;dependency&gt;</span>
     <span class="nt">&lt;groupId&gt;</span>org.apache.w...</code></pre></figure>
-	<a href="/news/2012/03/12/wicket-1-5-5-released.html">more</a></li>
+	<a href="/news/2012/03/12/wicket-1.5.5-released.html">more</a></li>
 </div>
 <div class="news">
 	<h3>CVE-2012-0047 - Apache Wicket XSS vulnerability via pageMapName request parameter</h3>
@@ -105,7 +105,7 @@ With such a Url the attacker can request the content of any file by specifying..
 	<p>The Wicket team is proud to announce the first beta release of the Wicket 6.x series.
 This release brings over many improvements over the 1.5.x series.</p>
 <p>Check the <a href="https://cwiki.apache.org/confluence/display/WICKET/Wicket+6.0+Roadmap">roadmap</a> with a list ...</p>
-	<a href="/news/2012/03/26/wicket-6-0-0-beta1-released.html">more</a></li>
+	<a href="/news/2012/03/26/wicket-6.0.0-beta1-released.html">more</a></li>
 </div>
         </div>
         <div class="l-one-third">

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2012/05/07/wicket-1-5-6-released.html
----------------------------------------------------------------------
diff --git a/content/news/2012/05/07/wicket-1-5-6-released.html b/content/news/2012/05/07/wicket-1-5-6-released.html
deleted file mode 100644
index 28d4212..0000000
--- a/content/news/2012/05/07/wicket-1-5-6-released.html
+++ /dev/null
@@ -1,83 +0,0 @@
-<!DOCTYPE html>
-<html>
-    <head>
-        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-        <meta charset="utf-8">
-        <title>Wicket 1.5.6 released | Apache Wicket</title>
-        <meta name="viewport" content="width=device-width, initial-scale=1" />
-
-        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
-        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
-        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
-
-		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
-
-    </head>
-
-    <body class="">
-        <div class="header default">
-    <div class="l-container">
-<nav class="mainmenu">
-    <ul>
-		<!-- /start/quickstart.html || /news/2012/05/07/wicket-1-5-6-released.html -->
-    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
-		<!-- /start/download.html || /news/2012/05/07/wicket-1-5-6-released.html -->
-    	<li class=""><a href="/start/download.html">Download</a></li>
-		<!-- /learn || /news/2012/05/07/wicket-1-5-6-released.html -->
-    	<li class=""><a href="/learn">Documentation</a></li>
-		<!-- /help || /news/2012/05/07/wicket-1-5-6-released.html -->
-    	<li class=""><a href="/help">Support</a></li>
-		<!-- /contribute || /news/2012/05/07/wicket-1-5-6-released.html -->
-    	<li class=""><a href="/contribute">Contribute</a></li>
-		<!-- /community || /news/2012/05/07/wicket-1-5-6-released.html -->
-    	<li class=""><a href="/community">Community</a></li>
-		<!-- /apache || /news/2012/05/07/wicket-1-5-6-released.html -->
-    	<li class=""><a href="/apache">Apache</a></li>
-    </ul>
-</nav>
-        <div class="logo">
-    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
-</div>
-    </div>
-</div>
-<main>
-    <div class="l-container">
-        <header class="l-full preamble">
-            <h1>Wicket 1.5.6 released</h1>
-        </header>
-        <section class="l-one-third right">
-        </section>
-        <section class="l-two-third left">
-            <div class="l-full">
-    <p class="meta">07 May 2012</p>
-    <p>This is the sixth maintenance release of the Wicket 1.5.x series. This release brings over 40 bug fixes and improvements.</p>
-<ul>
-  <li><a href="http://git-wip-us.apache.org/repos/asf/wicket/repo?p=wicket.git;a=shortlog;h=refs/tags/wicket-1.5.6">Git tag</a></li>
-  <li><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&amp;version=12319053">Changelog</a></li>
-  <li>To use in Maven:</li>
-</ul>
-<figure class="highlight"><pre><code class="language-xml" data-lang="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.6<span class="nt">&lt;/version&gt;</span>
-<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
-<ul>
-  <li>Download the <a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.6">full distribution</a> (including source)</li>
-</ul>
-</div>
-        </section>
-    </div>
-</main>
-        <footer class="l-container">
-            <div class="l-full">
-    <img height="60px" src="/img/asf_logo.gif" style="float:left">
-    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
-    Wicket, Apache, the Apache feather logo, and the Apache Wicket
-    project logo are trademarks of The Apache Software Foundation. All
-    other marks mentioned may be trademarks or registered trademarks of
-    their respective owners.
-</div>
-        </footer>
-    </body>
-
-</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2012/05/07/wicket-1.5.6-released.html
----------------------------------------------------------------------
diff --git a/content/news/2012/05/07/wicket-1.5.6-released.html b/content/news/2012/05/07/wicket-1.5.6-released.html
new file mode 100644
index 0000000..be57455
--- /dev/null
+++ b/content/news/2012/05/07/wicket-1.5.6-released.html
@@ -0,0 +1,83 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+        <meta charset="utf-8">
+        <title>Wicket 1.5.6 released | Apache Wicket</title>
+        <meta name="viewport" content="width=device-width, initial-scale=1" />
+
+        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
+        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
+        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
+
+		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
+
+    </head>
+
+    <body class="">
+        <div class="header default">
+    <div class="l-container">
+<nav class="mainmenu">
+    <ul>
+		<!-- /start/quickstart.html || /news/2012/05/07/wicket-1.5.6-released.html -->
+    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
+		<!-- /start/download.html || /news/2012/05/07/wicket-1.5.6-released.html -->
+    	<li class=""><a href="/start/download.html">Download</a></li>
+		<!-- /learn || /news/2012/05/07/wicket-1.5.6-released.html -->
+    	<li class=""><a href="/learn">Documentation</a></li>
+		<!-- /help || /news/2012/05/07/wicket-1.5.6-released.html -->
+    	<li class=""><a href="/help">Support</a></li>
+		<!-- /contribute || /news/2012/05/07/wicket-1.5.6-released.html -->
+    	<li class=""><a href="/contribute">Contribute</a></li>
+		<!-- /community || /news/2012/05/07/wicket-1.5.6-released.html -->
+    	<li class=""><a href="/community">Community</a></li>
+		<!-- /apache || /news/2012/05/07/wicket-1.5.6-released.html -->
+    	<li class=""><a href="/apache">Apache</a></li>
+    </ul>
+</nav>
+        <div class="logo">
+    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
+</div>
+    </div>
+</div>
+<main>
+    <div class="l-container">
+        <header class="l-full preamble">
+            <h1>Wicket 1.5.6 released</h1>
+        </header>
+        <section class="l-one-third right">
+        </section>
+        <section class="l-two-third left">
+            <div class="l-full">
+    <p class="meta">07 May 2012</p>
+    <p>This is the sixth maintenance release of the Wicket 1.5.x series. This release brings over 40 bug fixes and improvements.</p>
+<ul>
+  <li><a href="http://git-wip-us.apache.org/repos/asf/wicket/repo?p=wicket.git;a=shortlog;h=refs/tags/wicket-1.5.6">Git tag</a></li>
+  <li><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&amp;version=12319053">Changelog</a></li>
+  <li>To use in Maven:</li>
+</ul>
+<figure class="highlight"><pre><code class="language-xml" data-lang="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.6<span class="nt">&lt;/version&gt;</span>
+<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
+<ul>
+  <li>Download the <a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.6">full distribution</a> (including source)</li>
+</ul>
+</div>
+        </section>
+    </div>
+</main>
+        <footer class="l-container">
+            <div class="l-full">
+    <img height="60px" src="/img/asf_logo.gif" style="float:left">
+    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
+    Wicket, Apache, the Apache feather logo, and the Apache Wicket
+    project logo are trademarks of The Apache Software Foundation. All
+    other marks mentioned may be trademarks or registered trademarks of
+    their respective owners.
+</div>
+        </footer>
+    </body>
+
+</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2012/05/29/wicket-6-0-0-beta2-released.html
----------------------------------------------------------------------
diff --git a/content/news/2012/05/29/wicket-6-0-0-beta2-released.html b/content/news/2012/05/29/wicket-6-0-0-beta2-released.html
deleted file mode 100644
index 1c5735e..0000000
--- a/content/news/2012/05/29/wicket-6-0-0-beta2-released.html
+++ /dev/null
@@ -1,106 +0,0 @@
-<!DOCTYPE html>
-<html>
-    <head>
-        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-        <meta charset="utf-8">
-        <title>Wicket 6.0.0-beta2 released | Apache Wicket</title>
-        <meta name="viewport" content="width=device-width, initial-scale=1" />
-
-        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
-        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
-        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
-
-		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
-
-    </head>
-
-    <body class="">
-        <div class="header default">
-    <div class="l-container">
-<nav class="mainmenu">
-    <ul>
-		<!-- /start/quickstart.html || /news/2012/05/29/wicket-6-0-0-beta2-released.html -->
-    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
-		<!-- /start/download.html || /news/2012/05/29/wicket-6-0-0-beta2-released.html -->
-    	<li class=""><a href="/start/download.html">Download</a></li>
-		<!-- /learn || /news/2012/05/29/wicket-6-0-0-beta2-released.html -->
-    	<li class=""><a href="/learn">Documentation</a></li>
-		<!-- /help || /news/2012/05/29/wicket-6-0-0-beta2-released.html -->
-    	<li class=""><a href="/help">Support</a></li>
-		<!-- /contribute || /news/2012/05/29/wicket-6-0-0-beta2-released.html -->
-    	<li class=""><a href="/contribute">Contribute</a></li>
-		<!-- /community || /news/2012/05/29/wicket-6-0-0-beta2-released.html -->
-    	<li class=""><a href="/community">Community</a></li>
-		<!-- /apache || /news/2012/05/29/wicket-6-0-0-beta2-released.html -->
-    	<li class=""><a href="/apache">Apache</a></li>
-    </ul>
-</nav>
-        <div class="logo">
-    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
-</div>
-    </div>
-</div>
-<main>
-    <div class="l-container">
-        <header class="l-full preamble">
-            <h1>Wicket 6.0.0-beta2 released</h1>
-        </header>
-        <section class="l-one-third right">
-        </section>
-        <section class="l-two-third left">
-            <div class="l-full">
-    <p class="meta">29 May 2012</p>
-    <p>The Wicket team is proud to announce the second beta release of the Wicket 6.x series.
-This release brings over many improvements over the 1.5.x series.</p>
-<h3 id="new-and-noteworthy">New and Noteworthy</h3>
-<h4 id="wicket-atmosphere">Wicket Atmosphere</h4>
-<p>The Beta 2 contains a new experimental module Wicket Atmosphere, which brings serverside push to Wicket and provides a great way to render serverside markup and send it to the browsers of your users. Check out the atmosphere example in our Examples project to see it in action.</p>
-<p>In your application’s init method you need to register the push event bus:</p>
-<figure class="highlight"><pre><code class="language-java" data-lang="java"><span class="k">new</span> <span class="nf">EventBus</span><span class="p">(</span><span class="k">this</span><span class="o">);</span></code></pre></figure>
-<p>Somewhere where you want to push your changes to the client, you need to publish your event to the push <code>EventBus</code>:</p>
-<figure class="highlight"><pre><code class="language-java" data-lang="java"><span class="n">EventBus</span><span class="o">.</span><span class="na">get</span><span class="o">().</span><span class="na">post</span><span class="o">(</span><span class="n">input</span><span class="o">.</span><span class="na">getModelObject</span><span class="o">());</span></code></pre></figure>
-<p>And finally you need to subscribe your page (or component) to the <code>EventBus</code>’s events with <code>@Subscribe</code>, taking in the typed parameter you post to the EventBus (in this case a <code>String</code>):</p>
-<figure class="highlight"><pre><code class="language-java" data-lang="java"><span class="nd">@Subscribe</span>
-<span class="kd">public</span> <span class="kt">void</span> <span class="nf">receiveMessage</span><span class="p">(</span><span class="n">AjaxRequestTarget</span> <span class="n">target</span><span class="o">,</span> <span class="n">String</span> <span class="n">message</span><span class="o">)</span> <span class="o">{</span>
-	<span class="n">label</span><span class="o">.</span><span class="na">setDefaultModelObject</span><span class="o">(</span><span class="n">message</span><span class="o">);</span>
-	<span class="n">target</span><span class="o">.</span><span class="na">add</span><span class="o">(</span><span class="n">label</span><span class="o">);</span>
-<span class="o">}</span></code></pre></figure>
-<p>To be able to use Wicket Atmosphere you need to include the following dependency:</p>
-<figure class="highlight"><pre><code class="language-xml" data-lang="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-atmosphere<span class="nt">&lt;/artifactId&gt;</span>
-    <span class="nt">&lt;version&gt;</span>0.1<span class="nt">&lt;/version&gt;</span>
-<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
-<p>Please note that this is still experimental.</p>
-<h3 id="this-release">This release</h3>
-<p>Check the <a href="https://cwiki.apache.org/confluence/display/WICKET/Wicket+6.0+Roadmap">roadmap</a> with a list of the major goals.
-And the <a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+6.0">migration guide</a> with all major and some minor changes between 1.5.x and 6.x series.</p>
-<p>The Jira changelog of all closed ticket at <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&amp;version=12320343">Jira</a></p>
-<p>To use it in Maven:</p>
-<figure class="highlight"><pre><code class="language-xml" data-lang="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>6.0.0-beta2<span class="nt">&lt;/version&gt;</span>
-<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
-<p>If you don’t use a dependencies management build tool then you can download the <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.0.0-beta2">full distribution</a> (including source).</p>
-<p>There are no more planned API breaks but if you find something that can be made better now it the time to discuss it!
-We will try to avoid making any API changes in the Release Candidates that will follow this beta release.</p>
-<p>Any feedback about the new features, their implementation and their documentation is very welcome!</p>
-<p>The Wicket team!</p>
-</div>
-        </section>
-    </div>
-</main>
-        <footer class="l-container">
-            <div class="l-full">
-    <img height="60px" src="/img/asf_logo.gif" style="float:left">
-    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
-    Wicket, Apache, the Apache feather logo, and the Apache Wicket
-    project logo are trademarks of The Apache Software Foundation. All
-    other marks mentioned may be trademarks or registered trademarks of
-    their respective owners.
-</div>
-        </footer>
-    </body>
-
-</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2012/05/29/wicket-6.0.0-beta2-released.html
----------------------------------------------------------------------
diff --git a/content/news/2012/05/29/wicket-6.0.0-beta2-released.html b/content/news/2012/05/29/wicket-6.0.0-beta2-released.html
new file mode 100644
index 0000000..80b5d9b
--- /dev/null
+++ b/content/news/2012/05/29/wicket-6.0.0-beta2-released.html
@@ -0,0 +1,106 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+        <meta charset="utf-8">
+        <title>Wicket 6.0.0-beta2 released | Apache Wicket</title>
+        <meta name="viewport" content="width=device-width, initial-scale=1" />
+
+        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
+        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
+        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
+
+		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
+
+    </head>
+
+    <body class="">
+        <div class="header default">
+    <div class="l-container">
+<nav class="mainmenu">
+    <ul>
+		<!-- /start/quickstart.html || /news/2012/05/29/wicket-6.0.0-beta2-released.html -->
+    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
+		<!-- /start/download.html || /news/2012/05/29/wicket-6.0.0-beta2-released.html -->
+    	<li class=""><a href="/start/download.html">Download</a></li>
+		<!-- /learn || /news/2012/05/29/wicket-6.0.0-beta2-released.html -->
+    	<li class=""><a href="/learn">Documentation</a></li>
+		<!-- /help || /news/2012/05/29/wicket-6.0.0-beta2-released.html -->
+    	<li class=""><a href="/help">Support</a></li>
+		<!-- /contribute || /news/2012/05/29/wicket-6.0.0-beta2-released.html -->
+    	<li class=""><a href="/contribute">Contribute</a></li>
+		<!-- /community || /news/2012/05/29/wicket-6.0.0-beta2-released.html -->
+    	<li class=""><a href="/community">Community</a></li>
+		<!-- /apache || /news/2012/05/29/wicket-6.0.0-beta2-released.html -->
+    	<li class=""><a href="/apache">Apache</a></li>
+    </ul>
+</nav>
+        <div class="logo">
+    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
+</div>
+    </div>
+</div>
+<main>
+    <div class="l-container">
+        <header class="l-full preamble">
+            <h1>Wicket 6.0.0-beta2 released</h1>
+        </header>
+        <section class="l-one-third right">
+        </section>
+        <section class="l-two-third left">
+            <div class="l-full">
+    <p class="meta">29 May 2012</p>
+    <p>The Wicket team is proud to announce the second beta release of the Wicket 6.x series.
+This release brings over many improvements over the 1.5.x series.</p>
+<h3 id="new-and-noteworthy">New and Noteworthy</h3>
+<h4 id="wicket-atmosphere">Wicket Atmosphere</h4>
+<p>The Beta 2 contains a new experimental module Wicket Atmosphere, which brings serverside push to Wicket and provides a great way to render serverside markup and send it to the browsers of your users. Check out the atmosphere example in our Examples project to see it in action.</p>
+<p>In your application’s init method you need to register the push event bus:</p>
+<figure class="highlight"><pre><code class="language-java" data-lang="java"><span class="k">new</span> <span class="nf">EventBus</span><span class="p">(</span><span class="k">this</span><span class="o">);</span></code></pre></figure>
+<p>Somewhere where you want to push your changes to the client, you need to publish your event to the push <code class="highlighter-rouge">EventBus</code>:</p>
+<figure class="highlight"><pre><code class="language-java" data-lang="java"><span class="n">EventBus</span><span class="o">.</span><span class="na">get</span><span class="o">().</span><span class="na">post</span><span class="o">(</span><span class="n">input</span><span class="o">.</span><span class="na">getModelObject</span><span class="o">());</span></code></pre></figure>
+<p>And finally you need to subscribe your page (or component) to the <code class="highlighter-rouge">EventBus</code>’s events with <code class="highlighter-rouge">@Subscribe</code>, taking in the typed parameter you post to the EventBus (in this case a <code class="highlighter-rouge">String</code>):</p>
+<figure class="highlight"><pre><code class="language-java" data-lang="java"><span class="nd">@Subscribe</span>
+<span class="kd">public</span> <span class="kt">void</span> <span class="nf">receiveMessage</span><span class="p">(</span><span class="n">AjaxRequestTarget</span> <span class="n">target</span><span class="o">,</span> <span class="n">String</span> <span class="n">message</span><span class="o">)</span> <span class="o">{</span>
+	<span class="n">label</span><span class="o">.</span><span class="na">setDefaultModelObject</span><span class="o">(</span><span class="n">message</span><span class="o">);</span>
+	<span class="n">target</span><span class="o">.</span><span class="na">add</span><span class="o">(</span><span class="n">label</span><span class="o">);</span>
+<span class="o">}</span></code></pre></figure>
+<p>To be able to use Wicket Atmosphere you need to include the following dependency:</p>
+<figure class="highlight"><pre><code class="language-xml" data-lang="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-atmosphere<span class="nt">&lt;/artifactId&gt;</span>
+    <span class="nt">&lt;version&gt;</span>0.1<span class="nt">&lt;/version&gt;</span>
+<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
+<p>Please note that this is still experimental.</p>
+<h3 id="this-release">This release</h3>
+<p>Check the <a href="https://cwiki.apache.org/confluence/display/WICKET/Wicket+6.0+Roadmap">roadmap</a> with a list of the major goals.
+And the <a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+6.0">migration guide</a> with all major and some minor changes between 1.5.x and 6.x series.</p>
+<p>The Jira changelog of all closed ticket at <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&amp;version=12320343">Jira</a></p>
+<p>To use it in Maven:</p>
+<figure class="highlight"><pre><code class="language-xml" data-lang="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>6.0.0-beta2<span class="nt">&lt;/version&gt;</span>
+<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
+<p>If you don’t use a dependencies management build tool then you can download the <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.0.0-beta2">full distribution</a> (including source).</p>
+<p>There are no more planned API breaks but if you find something that can be made better now it the time to discuss it!
+We will try to avoid making any API changes in the Release Candidates that will follow this beta release.</p>
+<p>Any feedback about the new features, their implementation and their documentation is very welcome!</p>
+<p>The Wicket team!</p>
+</div>
+        </section>
+    </div>
+</main>
+        <footer class="l-container">
+            <div class="l-full">
+    <img height="60px" src="/img/asf_logo.gif" style="float:left">
+    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
+    Wicket, Apache, the Apache feather logo, and the Apache Wicket
+    project logo are trademarks of The Apache Software Foundation. All
+    other marks mentioned may be trademarks or registered trademarks of
+    their respective owners.
+</div>
+        </footer>
+    </body>
+
+</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2012/05/index.html
----------------------------------------------------------------------
diff --git a/content/news/2012/05/index.html b/content/news/2012/05/index.html
index 1867b7a..538a987 100644
--- a/content/news/2012/05/index.html
+++ b/content/news/2012/05/index.html
@@ -57,7 +57,7 @@
 </ul>
 <figure class="highlight"><pre><code class="language-xml" data-lang="xml"><span class="nt">&lt;dependency&gt;</span>
     <span class="nt">&lt;groupId&gt;</span>org.apache.w...</code></pre></figure>
-	<a href="/news/2012/05/07/wicket-1-5-6-released.html">more</a></li>
+	<a href="/news/2012/05/07/wicket-1.5.6-released.html">more</a></li>
 </div>
 <div class="news">
 	<h3>Wicket 6.0.0-beta2 released</h3>
@@ -67,7 +67,7 @@ This release brings over many improvements over the 1.5.x series.</p>
 <h3 id="new-and-noteworthy">New and Noteworthy</h3>
 <h4 id="wicket-atmosphere">Wicket Atmosphere</h4>
 <p>The Beta 2 contains a new experimental module Wicket Atmosphere, which brings serverside push to Wicket and provides a great way to render serverside markup and send it to the browsers of your users. Check out the atmosphere example in our Examples project to see it in ac...</p>
-	<a href="/news/2012/05/29/wicket-6-0-0-beta2-released.html">more</a></li>
+	<a href="/news/2012/05/29/wicket-6.0.0-beta2-released.html">more</a></li>
 </div>
         </div>
         <div class="l-one-third">

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2012/06/04/wicket-1-5-7-released.html
----------------------------------------------------------------------
diff --git a/content/news/2012/06/04/wicket-1-5-7-released.html b/content/news/2012/06/04/wicket-1-5-7-released.html
deleted file mode 100644
index 8135e41..0000000
--- a/content/news/2012/06/04/wicket-1-5-7-released.html
+++ /dev/null
@@ -1,83 +0,0 @@
-<!DOCTYPE html>
-<html>
-    <head>
-        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-        <meta charset="utf-8">
-        <title>Wicket 1.5.7 released | Apache Wicket</title>
-        <meta name="viewport" content="width=device-width, initial-scale=1" />
-
-        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
-        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
-        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
-
-		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
-
-    </head>
-
-    <body class="">
-        <div class="header default">
-    <div class="l-container">
-<nav class="mainmenu">
-    <ul>
-		<!-- /start/quickstart.html || /news/2012/06/04/wicket-1-5-7-released.html -->
-    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
-		<!-- /start/download.html || /news/2012/06/04/wicket-1-5-7-released.html -->
-    	<li class=""><a href="/start/download.html">Download</a></li>
-		<!-- /learn || /news/2012/06/04/wicket-1-5-7-released.html -->
-    	<li class=""><a href="/learn">Documentation</a></li>
-		<!-- /help || /news/2012/06/04/wicket-1-5-7-released.html -->
-    	<li class=""><a href="/help">Support</a></li>
-		<!-- /contribute || /news/2012/06/04/wicket-1-5-7-released.html -->
-    	<li class=""><a href="/contribute">Contribute</a></li>
-		<!-- /community || /news/2012/06/04/wicket-1-5-7-released.html -->
-    	<li class=""><a href="/community">Community</a></li>
-		<!-- /apache || /news/2012/06/04/wicket-1-5-7-released.html -->
-    	<li class=""><a href="/apache">Apache</a></li>
-    </ul>
-</nav>
-        <div class="logo">
-    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
-</div>
-    </div>
-</div>
-<main>
-    <div class="l-container">
-        <header class="l-full preamble">
-            <h1>Wicket 1.5.7 released</h1>
-        </header>
-        <section class="l-one-third right">
-        </section>
-        <section class="l-two-third left">
-            <div class="l-full">
-    <p class="meta">04 Jun 2012</p>
-    <p>This is the seventh maintenance release of the Wicket 1.5.x series. This release brings over 26 bug fixes and improvements.</p>
-<ul>
-  <li><a href="http://git-wip-us.apache.org/repos/asf/wicket/repo?p=wicket.git;a=shortlog;h=refs/tags/wicket-1.5.7">Git tag</a></li>
-  <li><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&amp;version=12321241">Changelog</a></li>
-  <li>To use in Maven:</li>
-</ul>
-<figure class="highlight"><pre><code class="language-xml" data-lang="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.7<span class="nt">&lt;/version&gt;</span>
-<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
-<ul>
-  <li>Download the <a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.7">full distribution</a> (including source)</li>
-</ul>
-</div>
-        </section>
-    </div>
-</main>
-        <footer class="l-container">
-            <div class="l-full">
-    <img height="60px" src="/img/asf_logo.gif" style="float:left">
-    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
-    Wicket, Apache, the Apache feather logo, and the Apache Wicket
-    project logo are trademarks of The Apache Software Foundation. All
-    other marks mentioned may be trademarks or registered trademarks of
-    their respective owners.
-</div>
-        </footer>
-    </body>
-
-</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2012/06/04/wicket-1.5.7-released.html
----------------------------------------------------------------------
diff --git a/content/news/2012/06/04/wicket-1.5.7-released.html b/content/news/2012/06/04/wicket-1.5.7-released.html
new file mode 100644
index 0000000..7f64209
--- /dev/null
+++ b/content/news/2012/06/04/wicket-1.5.7-released.html
@@ -0,0 +1,83 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+        <meta charset="utf-8">
+        <title>Wicket 1.5.7 released | Apache Wicket</title>
+        <meta name="viewport" content="width=device-width, initial-scale=1" />
+
+        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
+        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
+        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
+
+		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
+
+    </head>
+
+    <body class="">
+        <div class="header default">
+    <div class="l-container">
+<nav class="mainmenu">
+    <ul>
+		<!-- /start/quickstart.html || /news/2012/06/04/wicket-1.5.7-released.html -->
+    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
+		<!-- /start/download.html || /news/2012/06/04/wicket-1.5.7-released.html -->
+    	<li class=""><a href="/start/download.html">Download</a></li>
+		<!-- /learn || /news/2012/06/04/wicket-1.5.7-released.html -->
+    	<li class=""><a href="/learn">Documentation</a></li>
+		<!-- /help || /news/2012/06/04/wicket-1.5.7-released.html -->
+    	<li class=""><a href="/help">Support</a></li>
+		<!-- /contribute || /news/2012/06/04/wicket-1.5.7-released.html -->
+    	<li class=""><a href="/contribute">Contribute</a></li>
+		<!-- /community || /news/2012/06/04/wicket-1.5.7-released.html -->
+    	<li class=""><a href="/community">Community</a></li>
+		<!-- /apache || /news/2012/06/04/wicket-1.5.7-released.html -->
+    	<li class=""><a href="/apache">Apache</a></li>
+    </ul>
+</nav>
+        <div class="logo">
+    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
+</div>
+    </div>
+</div>
+<main>
+    <div class="l-container">
+        <header class="l-full preamble">
+            <h1>Wicket 1.5.7 released</h1>
+        </header>
+        <section class="l-one-third right">
+        </section>
+        <section class="l-two-third left">
+            <div class="l-full">
+    <p class="meta">04 Jun 2012</p>
+    <p>This is the seventh maintenance release of the Wicket 1.5.x series. This release brings over 26 bug fixes and improvements.</p>
+<ul>
+  <li><a href="http://git-wip-us.apache.org/repos/asf/wicket/repo?p=wicket.git;a=shortlog;h=refs/tags/wicket-1.5.7">Git tag</a></li>
+  <li><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&amp;version=12321241">Changelog</a></li>
+  <li>To use in Maven:</li>
+</ul>
+<figure class="highlight"><pre><code class="language-xml" data-lang="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.7<span class="nt">&lt;/version&gt;</span>
+<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
+<ul>
+  <li>Download the <a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.7">full distribution</a> (including source)</li>
+</ul>
+</div>
+        </section>
+    </div>
+</main>
+        <footer class="l-container">
+            <div class="l-full">
+    <img height="60px" src="/img/asf_logo.gif" style="float:left">
+    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
+    Wicket, Apache, the Apache feather logo, and the Apache Wicket
+    project logo are trademarks of The Apache Software Foundation. All
+    other marks mentioned may be trademarks or registered trademarks of
+    their respective owners.
+</div>
+        </footer>
+    </body>
+
+</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2012/06/index.html
----------------------------------------------------------------------
diff --git a/content/news/2012/06/index.html b/content/news/2012/06/index.html
index 63de66f..59c7c63 100644
--- a/content/news/2012/06/index.html
+++ b/content/news/2012/06/index.html
@@ -57,7 +57,7 @@
 </ul>
 <figure class="highlight"><pre><code class="language-xml" data-lang="xml"><span class="nt">&lt;dependency&gt;</span>
     <span class="nt">&lt;groupId&gt;</span>org.apache.wic...</code></pre></figure>
-	<a href="/news/2012/06/04/wicket-1-5-7-released.html">more</a></li>
+	<a href="/news/2012/06/04/wicket-1.5.7-released.html">more</a></li>
 </div>
 <div class="news">
 	<h3>Wicket Native WebSockets support</h3>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2012/07/16/wicket-6-0-0-beta3-released.html
----------------------------------------------------------------------
diff --git a/content/news/2012/07/16/wicket-6-0-0-beta3-released.html b/content/news/2012/07/16/wicket-6-0-0-beta3-released.html
deleted file mode 100644
index 53cb5a1..0000000
--- a/content/news/2012/07/16/wicket-6-0-0-beta3-released.html
+++ /dev/null
@@ -1,165 +0,0 @@
-<!DOCTYPE html>
-<html>
-    <head>
-        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-        <meta charset="utf-8">
-        <title>Wicket 6.0.0-beta3 released | Apache Wicket</title>
-        <meta name="viewport" content="width=device-width, initial-scale=1" />
-
-        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
-        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
-        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
-
-		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
-
-    </head>
-
-    <body class="">
-        <div class="header default">
-    <div class="l-container">
-<nav class="mainmenu">
-    <ul>
-		<!-- /start/quickstart.html || /news/2012/07/16/wicket-6-0-0-beta3-released.html -->
-    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
-		<!-- /start/download.html || /news/2012/07/16/wicket-6-0-0-beta3-released.html -->
-    	<li class=""><a href="/start/download.html">Download</a></li>
-		<!-- /learn || /news/2012/07/16/wicket-6-0-0-beta3-released.html -->
-    	<li class=""><a href="/learn">Documentation</a></li>
-		<!-- /help || /news/2012/07/16/wicket-6-0-0-beta3-released.html -->
-    	<li class=""><a href="/help">Support</a></li>
-		<!-- /contribute || /news/2012/07/16/wicket-6-0-0-beta3-released.html -->
-    	<li class=""><a href="/contribute">Contribute</a></li>
-		<!-- /community || /news/2012/07/16/wicket-6-0-0-beta3-released.html -->
-    	<li class=""><a href="/community">Community</a></li>
-		<!-- /apache || /news/2012/07/16/wicket-6-0-0-beta3-released.html -->
-    	<li class=""><a href="/apache">Apache</a></li>
-    </ul>
-</nav>
-        <div class="logo">
-    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
-</div>
-    </div>
-</div>
-<main>
-    <div class="l-container">
-        <header class="l-full preamble">
-            <h1>Wicket 6.0.0-beta3 released</h1>
-        </header>
-        <section class="l-one-third right">
-            <div id="toc" class="toc"><div id="toc-title"><h2>Table of Contents</h2></div><ul><li class="toc--level-1 toc--section-1"><a href="#wicket-native-websockets"><span class="toc-number">1</span> <span class="toc-text">Wicket Native Websockets</span></a></li><li class="toc--level-1 toc--section-2"><a href="#wicket-bootstrap"><span class="toc-number">2</span> <span class="toc-text">Wicket Bootstrap</span></a></li><li class="toc--level-1 toc--section-3"><a href="#new-wicket-examples"><span class="toc-number">3</span> <span class="toc-text">New Wicket Examples</span></a></li><li class="toc--level-1 toc--section-4"><a href="#wicket-atmosphere"><span class="toc-number">4</span> <span class="toc-text">Wicket Atmosphere</span></a></li></ul></div>
-        </section>
-        <section class="l-two-third left">
-            <div class="l-full">
-    <p class="meta">16 Jul 2012</p>
-    <p>The Wicket team is proud to announce the third beta release of
-the Wicket 6.x series. This release is an intermediary release
-just before we give you 6.0.0 final.</p>
-<p>There are no more planned API breaks but if you find something
-that can be made better now it the time to discuss it! The
-next planned release is 6.0.0 final, so speak now or forever
-be silenced (or learn to live with it until 7.0.0 comes out).</p>
-<p>Any feedback about the new features, their implementation and
-their documentation is very welcome!</p>
-<h1 id="new-and-noteworthy-in-600-beta3">New and Noteworthy in 6.0.0-beta3</h1>
-<p><strong>NOTA BENE:</strong> the use of modules that are marked experimental,
-by being part of the sub module ‘wicket-experimental’, are really
-that: experimental. These modules can change, disappear or blow up
-your computer without notice and you really use/depend on them at
-your own risk.</p>
-<h2 id="wicket-native-websockets">Wicket Native Websockets</h2>
-<p>A new <strong>experimental</strong> module has been added to Wicket 6 - Wicket
-Native WebSocket. This module adds support for using HTML5
-WebSockets as you may use Ajax in your Wicket applications.</p>
-<p>All you have to do is to add a WebSocketBehavior to your page and from
-there on you can receive messages from the clients and push messages
-back to them.</p>
-<p>At <a href="https://cwiki.apache.org/confluence/x/0vSoAQ">our wiki</a> you may 
-find the documentation and a link to a demo application.</p>
-<p>If something is not clear feel free to ask your question in the
-mailing lists and we will improve the documentation.</p>
-<h2 id="wicket-bootstrap">Wicket Bootstrap</h2>
-<p>The <strong>experimental</strong> modules now contain a new module for integration
-with Twitter’s Bootstrap. Currently this module only provides a
-central way of using the Bootstrap resources. In the future we
-will provide proper components and behaviors for the Bootstrap
-concepts.</p>
-<p>To use this new <strong>experimental</strong> module, add this to your pom:</p>
-<pre><code>&lt;dependency&gt;
-    &lt;groupId&gt;org.apache.wicket&lt;/groupId&gt;
-    &lt;artifactId&gt;wicket-bootstrap&lt;/artifactId&gt;
-    &lt;version&gt;0.1&lt;/version&gt;
-&lt;/dependency&gt;
-</code></pre>
-<p>To add Bootstrap support to your pages, add this in the <code>renderHead</code>
-method:</p>
-<pre><code>@Override
-public void renderHead(IHeaderResponse response) {
-    super.renderHead(response);
-    Bootstrap.renderHead(response);
-}
-</code></pre>
-<p>This will render a dependency to the Twitter bootstrap CSS and JS files,
-including the required dependency to JQuery.</p>
-<h2 id="new-wicket-examples">New Wicket Examples</h2>
-<p>We have started an effort to revamp the tried and tested Wicket Examples
-and bring them into 2012. The new examples are located in the
-<strong>experimental</strong> module.</p>
-<p>It is currently a copy of Twitter Bootstrap’s design but with Wicket
-specific filling.</p>
-<p>You can test the examples by running the</p>
-<pre><code>wicket-examples-jar/src/test/java/Start.java
-</code></pre>
-<p>class in the default package.</p>
-<p>The examples will feature a component reference with typical use
-cases, full examples such as Hello, World, and descriptions of the
-code in play.</p>
-<h2 id="wicket-atmosphere">Wicket Atmosphere</h2>
-<p>Wicket Atmosphere in the experimental modules has seen an upgrade of
-the Atmosphere dependency to 1.0.0-beta3. This has caused an
-incompatibility with Jetty 7.6.3 (used with Wicket and the examples). To
-mitigate this, you need to override either:</p>
-<ul>
-  <li>the dependency on Jetty to 8.1.3 or newer, or</li>
-  <li>the dependency on Atmosphere to 0.9.5 (0.9.6 and 0.9.7 are broken as
-well)</li>
-</ul>
-<p>See <a href="https://issues.apache.org/jira/browse/WICKET-4656">WICKET-4656</a> for 
-more information regarding this issue.</p>
-<h1 id="this-release">This release</h1>
-<ul>
-  <li>Check the roadmap  with a list of the major
-goals: <a href="https://cwiki.apache.org/confluence/display/WICKET/Wicket+6.0+Roadmap">6.0 roadmap</a></li>
-  <li>And the migration guide with all major and some minor changes
-between 1.5.x and 6.x series: <a href="http://s.apache.org/wicket-6.0-migration">migration guide</a></li>
-  <li>The Jira changelog of all closed ticket at
-Jira: <a href="http://s.apache.org/wicket-6.0.0-beta3-changelog">changelog</a></li>
-</ul>
-<p>To use it in Maven:</p>
-<pre><code>&lt;dependency&gt;
-    &lt;groupId&gt;org.apache.wicket&lt;/groupId&gt;
-    &lt;artifactId&gt;wicket-core&lt;/artifactId&gt;
-    &lt;version&gt;6.0.0-beta3&lt;/version&gt;
-&lt;/dependency&gt;
-</code></pre>
-<p>If you don’t use a dependencies management build tool then you
-can download the full distribution (including source) and build from
-source yourself.</p>
-<p>Have fun,</p>
-<p>The Wicket team!</p>
-</div>
-        </section>
-    </div>
-</main>
-        <footer class="l-container">
-            <div class="l-full">
-    <img height="60px" src="/img/asf_logo.gif" style="float:left">
-    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
-    Wicket, Apache, the Apache feather logo, and the Apache Wicket
-    project logo are trademarks of The Apache Software Foundation. All
-    other marks mentioned may be trademarks or registered trademarks of
-    their respective owners.
-</div>
-        </footer>
-    </body>
-
-</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2012/07/16/wicket-6.0.0-beta3-released.html
----------------------------------------------------------------------
diff --git a/content/news/2012/07/16/wicket-6.0.0-beta3-released.html b/content/news/2012/07/16/wicket-6.0.0-beta3-released.html
new file mode 100644
index 0000000..e8cc0f4
--- /dev/null
+++ b/content/news/2012/07/16/wicket-6.0.0-beta3-released.html
@@ -0,0 +1,169 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+        <meta charset="utf-8">
+        <title>Wicket 6.0.0-beta3 released | Apache Wicket</title>
+        <meta name="viewport" content="width=device-width, initial-scale=1" />
+
+        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
+        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
+        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
+
+		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
+
+    </head>
+
+    <body class="">
+        <div class="header default">
+    <div class="l-container">
+<nav class="mainmenu">
+    <ul>
+		<!-- /start/quickstart.html || /news/2012/07/16/wicket-6.0.0-beta3-released.html -->
+    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
+		<!-- /start/download.html || /news/2012/07/16/wicket-6.0.0-beta3-released.html -->
+    	<li class=""><a href="/start/download.html">Download</a></li>
+		<!-- /learn || /news/2012/07/16/wicket-6.0.0-beta3-released.html -->
+    	<li class=""><a href="/learn">Documentation</a></li>
+		<!-- /help || /news/2012/07/16/wicket-6.0.0-beta3-released.html -->
+    	<li class=""><a href="/help">Support</a></li>
+		<!-- /contribute || /news/2012/07/16/wicket-6.0.0-beta3-released.html -->
+    	<li class=""><a href="/contribute">Contribute</a></li>
+		<!-- /community || /news/2012/07/16/wicket-6.0.0-beta3-released.html -->
+    	<li class=""><a href="/community">Community</a></li>
+		<!-- /apache || /news/2012/07/16/wicket-6.0.0-beta3-released.html -->
+    	<li class=""><a href="/apache">Apache</a></li>
+    </ul>
+</nav>
+        <div class="logo">
+    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
+</div>
+    </div>
+</div>
+<main>
+    <div class="l-container">
+        <header class="l-full preamble">
+            <h1>Wicket 6.0.0-beta3 released</h1>
+        </header>
+        <section class="l-one-third right">
+            <div id="toc" class="toc"><div id="toc-title"><h2>Table of Contents</h2></div><ul><li class="toc--level-1 toc--section-1"><a href="#wicket-native-websockets"><span class="toc-number">1</span> <span class="toc-text">Wicket Native Websockets</span></a></li><li class="toc--level-1 toc--section-2"><a href="#wicket-bootstrap"><span class="toc-number">2</span> <span class="toc-text">Wicket Bootstrap</span></a></li><li class="toc--level-1 toc--section-3"><a href="#new-wicket-examples"><span class="toc-number">3</span> <span class="toc-text">New Wicket Examples</span></a></li><li class="toc--level-1 toc--section-4"><a href="#wicket-atmosphere"><span class="toc-number">4</span> <span class="toc-text">Wicket Atmosphere</span></a></li></ul></div>
+        </section>
+        <section class="l-two-third left">
+            <div class="l-full">
+    <p class="meta">16 Jul 2012</p>
+    <p>The Wicket team is proud to announce the third beta release of
+the Wicket 6.x series. This release is an intermediary release
+just before we give you 6.0.0 final.</p>
+<p>There are no more planned API breaks but if you find something
+that can be made better now it the time to discuss it! The
+next planned release is 6.0.0 final, so speak now or forever
+be silenced (or learn to live with it until 7.0.0 comes out).</p>
+<p>Any feedback about the new features, their implementation and
+their documentation is very welcome!</p>
+<h1 id="new-and-noteworthy-in-600-beta3">New and Noteworthy in 6.0.0-beta3</h1>
+<p><strong>NOTA BENE:</strong> the use of modules that are marked experimental,
+by being part of the sub module ‘wicket-experimental’, are really
+that: experimental. These modules can change, disappear or blow up
+your computer without notice and you really use/depend on them at
+your own risk.</p>
+<h2 id="wicket-native-websockets">Wicket Native Websockets</h2>
+<p>A new <strong>experimental</strong> module has been added to Wicket 6 - Wicket
+Native WebSocket. This module adds support for using HTML5
+WebSockets as you may use Ajax in your Wicket applications.</p>
+<p>All you have to do is to add a WebSocketBehavior to your page and from
+there on you can receive messages from the clients and push messages
+back to them.</p>
+<p>At <a href="https://cwiki.apache.org/confluence/x/0vSoAQ">our wiki</a> you may 
+find the documentation and a link to a demo application.</p>
+<p>If something is not clear feel free to ask your question in the
+mailing lists and we will improve the documentation.</p>
+<h2 id="wicket-bootstrap">Wicket Bootstrap</h2>
+<p>The <strong>experimental</strong> modules now contain a new module for integration
+with Twitter’s Bootstrap. Currently this module only provides a
+central way of using the Bootstrap resources. In the future we
+will provide proper components and behaviors for the Bootstrap
+concepts.</p>
+<p>To use this new <strong>experimental</strong> module, add this to your pom:</p>
+<div class="highlighter-rouge"><pre class="highlight"><code>&lt;dependency&gt;
+    &lt;groupId&gt;org.apache.wicket&lt;/groupId&gt;
+    &lt;artifactId&gt;wicket-bootstrap&lt;/artifactId&gt;
+    &lt;version&gt;0.1&lt;/version&gt;
+&lt;/dependency&gt;
+</code></pre>
+</div>
+<p>To add Bootstrap support to your pages, add this in the <code class="highlighter-rouge">renderHead</code>
+method:</p>
+<div class="highlighter-rouge"><pre class="highlight"><code>@Override
+public void renderHead(IHeaderResponse response) {
+    super.renderHead(response);
+    Bootstrap.renderHead(response);
+}
+</code></pre>
+</div>
+<p>This will render a dependency to the Twitter bootstrap CSS and JS files,
+including the required dependency to JQuery.</p>
+<h2 id="new-wicket-examples">New Wicket Examples</h2>
+<p>We have started an effort to revamp the tried and tested Wicket Examples
+and bring them into 2012. The new examples are located in the
+<strong>experimental</strong> module.</p>
+<p>It is currently a copy of Twitter Bootstrap’s design but with Wicket
+specific filling.</p>
+<p>You can test the examples by running the</p>
+<div class="highlighter-rouge"><pre class="highlight"><code>wicket-examples-jar/src/test/java/Start.java
+</code></pre>
+</div>
+<p>class in the default package.</p>
+<p>The examples will feature a component reference with typical use
+cases, full examples such as Hello, World, and descriptions of the
+code in play.</p>
+<h2 id="wicket-atmosphere">Wicket Atmosphere</h2>
+<p>Wicket Atmosphere in the experimental modules has seen an upgrade of
+the Atmosphere dependency to 1.0.0-beta3. This has caused an
+incompatibility with Jetty 7.6.3 (used with Wicket and the examples). To
+mitigate this, you need to override either:</p>
+<ul>
+  <li>the dependency on Jetty to 8.1.3 or newer, or</li>
+  <li>the dependency on Atmosphere to 0.9.5 (0.9.6 and 0.9.7 are broken as
+well)</li>
+</ul>
+<p>See <a href="https://issues.apache.org/jira/browse/WICKET-4656">WICKET-4656</a> for 
+more information regarding this issue.</p>
+<h1 id="this-release">This release</h1>
+<ul>
+  <li>Check the roadmap  with a list of the major
+goals: <a href="https://cwiki.apache.org/confluence/display/WICKET/Wicket+6.0+Roadmap">6.0 roadmap</a></li>
+  <li>And the migration guide with all major and some minor changes
+between 1.5.x and 6.x series: <a href="http://s.apache.org/wicket-6.0-migration">migration guide</a></li>
+  <li>The Jira changelog of all closed ticket at
+Jira: <a href="http://s.apache.org/wicket-6.0.0-beta3-changelog">changelog</a></li>
+</ul>
+<p>To use it in Maven:</p>
+<div class="highlighter-rouge"><pre class="highlight"><code>&lt;dependency&gt;
+    &lt;groupId&gt;org.apache.wicket&lt;/groupId&gt;
+    &lt;artifactId&gt;wicket-core&lt;/artifactId&gt;
+    &lt;version&gt;6.0.0-beta3&lt;/version&gt;
+&lt;/dependency&gt;
+</code></pre>
+</div>
+<p>If you don’t use a dependencies management build tool then you
+can download the full distribution (including source) and build from
+source yourself.</p>
+<p>Have fun,</p>
+<p>The Wicket team!</p>
+</div>
+        </section>
+    </div>
+</main>
+        <footer class="l-container">
+            <div class="l-full">
+    <img height="60px" src="/img/asf_logo.gif" style="float:left">
+    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
+    Wicket, Apache, the Apache feather logo, and the Apache Wicket
+    project logo are trademarks of The Apache Software Foundation. All
+    other marks mentioned may be trademarks or registered trademarks of
+    their respective owners.
+</div>
+        </footer>
+    </body>
+
+</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2012/07/index.html
----------------------------------------------------------------------
diff --git a/content/news/2012/07/index.html b/content/news/2012/07/index.html
index 341a0e5..fe0bf82 100644
--- a/content/news/2012/07/index.html
+++ b/content/news/2012/07/index.html
@@ -56,7 +56,7 @@ just before we give you 6.0.0 final.</p>
 that can be made better now it the time to discuss it! The
 next planned release is 6.0.0 final, so speak now or forever
 be silenced (or learn to li...</p>
-	<a href="/news/2012/07/16/wicket-6-0-0-beta3-released.html">more</a></li>
+	<a href="/news/2012/07/16/wicket-6.0.0-beta3-released.html">more</a></li>
 </div>
         </div>
         <div class="l-one-third">


[10/19] wicket-site git commit: WICKET-6049 updated links to example site

Posted by ad...@apache.org.
http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2013/01/23/wicket-6-5-0-released.html
----------------------------------------------------------------------
diff --git a/content/news/2013/01/23/wicket-6-5-0-released.html b/content/news/2013/01/23/wicket-6-5-0-released.html
deleted file mode 100644
index 80d6a59..0000000
--- a/content/news/2013/01/23/wicket-6-5-0-released.html
+++ /dev/null
@@ -1,153 +0,0 @@
-<!DOCTYPE html>
-<html>
-    <head>
-        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-        <meta charset="utf-8">
-        <title>Apache Wicket 6.5.0 released | Apache Wicket</title>
-        <meta name="viewport" content="width=device-width, initial-scale=1" />
-
-        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
-        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
-        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
-
-		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
-
-    </head>
-
-    <body class="">
-        <div class="header default">
-    <div class="l-container">
-<nav class="mainmenu">
-    <ul>
-		<!-- /start/quickstart.html || /news/2013/01/23/wicket-6-5-0-released.html -->
-    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
-		<!-- /start/download.html || /news/2013/01/23/wicket-6-5-0-released.html -->
-    	<li class=""><a href="/start/download.html">Download</a></li>
-		<!-- /learn || /news/2013/01/23/wicket-6-5-0-released.html -->
-    	<li class=""><a href="/learn">Documentation</a></li>
-		<!-- /help || /news/2013/01/23/wicket-6-5-0-released.html -->
-    	<li class=""><a href="/help">Support</a></li>
-		<!-- /contribute || /news/2013/01/23/wicket-6-5-0-released.html -->
-    	<li class=""><a href="/contribute">Contribute</a></li>
-		<!-- /community || /news/2013/01/23/wicket-6-5-0-released.html -->
-    	<li class=""><a href="/community">Community</a></li>
-		<!-- /apache || /news/2013/01/23/wicket-6-5-0-released.html -->
-    	<li class=""><a href="/apache">Apache</a></li>
-    </ul>
-</nav>
-        <div class="logo">
-    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
-</div>
-    </div>
-</div>
-<main>
-    <div class="l-container">
-        <header class="l-full preamble">
-            <h1>Apache Wicket 6.5.0 released</h1>
-        </header>
-        <section class="l-one-third right">
-        </section>
-        <section class="l-two-third left">
-            <div class="l-full">
-    <p class="meta">23 Jan 2013</p>
-    <p>The Apache Wicket PMC is proud to announce Apache Wicket 6.5.0!</p>
-<p>This release marks the fifth minor release of Wicket 6. Starting
-with Wicket 6 we use semantic versioning for the future development of
-Wicket, and as such no API breaks are present in this release compared
-to 6.0.0.</p>
-<h3 id="new-and-noteworthy">New and noteworthy</h3>
-<h4 id="behavioronremovecomponent">Behavior.onRemove(Component)</h4>
-<p>org.apache.wicket.Behavior has a new method - #onRemove(Component). This callback method is called when a host component of
-this behavior is removed from its parent.</p>
-<h4 id="global-updaters-for-ajax-request-attributes">Global updaters for Ajax request attributes</h4>
-<p>By registering a custom AjaxRequestTarget.AbstractListener the application can manipulate all
-the attributes for all Ajax requests.</p>
-<p>Example:</p>
-<figure class="highlight"><pre><code class="language-java" data-lang="java"><span class="n">application</span><span class="o">.</span><span class="na">getAjaxRequestTargetListeners</span><span class="o">().</span><span class="na">add</span><span class="o">(</span><span class="k">new</span> <span class="n">AjaxRequestTarget</span><span class="o">.</span><span class="na">AbstractListener</span><span class="o">()</span>
-<span class="o">{</span>
-	<span class="nd">@Override</span>
-	<span class="kd">public</span> <span class="kt">void</span> <span class="n">updateAjaxAttributes</span><span class="o">(</span><span class="n">AjaxRequestAttributes</span> <span class="n">attributes</span><span class="o">)</span>
-	<span class="o">{</span>
-		<span class="kd">super</span><span class="o">.</span><span class="na">updateAjaxAttributes</span><span class="o">(</span><span class="n">attributes</span><span class="o">);</span>
-		<span class="n">attributes</span><span class="o">.</span><span class="na">setChannel</span><span class="o">(</span><span class="k">new</span> <span class="n">AjaxChannel</span><span class="o">(</span><span class="s">"globalAjaxChannel"</span><span class="o">,</span> <span class="n">AjaxChannel</span><span class="o">.</span><span class="na">Type</span><span class="o">.</span><span class="na">ACTIVE</span><span class="o">));</span>
-	<span class="o">}</span>
-<span class="o">});</span></code></pre></figure>
-<p>Each Ajax behavior/component can override such global settings.</p>
-<h3 id="using-this-release">Using this release</h3>
-<p>With Apache Maven update your dependency to (and don’t forget to
-update any other dependencies on Wicket projects to the same version):</p>
-<figure class="highlight"><pre><code class="language-xml" data-lang="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>6.5.0<span class="nt">&lt;/version&gt;</span>
-<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
-<p>Or download and build the distribution yourself, or use our
-convenience binary package</p>
-<ul>
-  <li>Source: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.5.0">http://www.apache.org/dyn/closer.cgi/wicket/6.5.0</a></li>
-  <li>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.5.0/binaries">http://www.apache.org/dyn/closer.cgi/wicket/6.5.0/binaries</a></li>
-</ul>
-<h3 id="upgrading-from-earlier-versions">Upgrading from earlier versions</h3>
-<p>If you upgrade from 6.y.z this release is a drop in
-replacement. If you come from a version prior to 6.0.0, please
-read our Wicket 6 migration guide found at</p>
-<pre><code>http://s.apache.org/wicket-6.0-migration
-</code></pre>
-<p>Have fun!</p>
-<p>— The Wicket team</p>
-<h3 id="release-notes---wicket---version-650">Release Notes - Wicket - Version 6.5.0</h3>
-<h4 id="sub-task">Sub-task</h4>
-<pre><code>* [WICKET-4976](https://issues.apache.org/jira/browse/WICKET-4976) - WicketTester#startComponent(Component) doesn't detach the component and request cycle
-</code></pre>
-<h4 id="bug">Bug</h4>
-<pre><code>* [WICKET-4906](https://issues.apache.org/jira/browse/WICKET-4906) - Form#visitFormComponents can cause ClassCastException
-* [WICKET-4925](https://issues.apache.org/jira/browse/WICKET-4925) - AbstractAjaxBehavior should clean stored reference to a component on unbind
-* [WICKET-4927](https://issues.apache.org/jira/browse/WICKET-4927) - Header can not be set from IRequestCycleListener#onEndRequest()
-* [WICKET-4928](https://issues.apache.org/jira/browse/WICKET-4928) - Error adding links to WebSocketRequestHandler
-* [WICKET-4935](https://issues.apache.org/jira/browse/WICKET-4935) - Rendered URL is resulting with double slash when using AuthenticatedWebApplication
-* [WICKET-4939](https://issues.apache.org/jira/browse/WICKET-4939) - AbstractAjaxTimerBehavior never triggers if attached to WebPage
-* [WICKET-4948](https://issues.apache.org/jira/browse/WICKET-4948) - Modal window does not center correctly when window is scrolled in safari
-* [WICKET-4950](https://issues.apache.org/jira/browse/WICKET-4950) - ResourceStreamLocator#newResourceNameIterator isn't a factory method anymore
-* [WICKET-4953](https://issues.apache.org/jira/browse/WICKET-4953) - RangeValidator#decorate mixes error keys
-* [WICKET-4954](https://issues.apache.org/jira/browse/WICKET-4954) - Issue with file upload with progress bar via AJAX and Firefox
-* [WICKET-4955](https://issues.apache.org/jira/browse/WICKET-4955) - SessionData violates comparison contract
-* [WICKET-4956](https://issues.apache.org/jira/browse/WICKET-4956) - compareTo methods of Actions in BufferedWebResponse violate Comparable contract
-* [WICKET-4959](https://issues.apache.org/jira/browse/WICKET-4959) - Notify behaviors when a component is removed from the tree
-* [WICKET-4961](https://issues.apache.org/jira/browse/WICKET-4961) - wicket ajax submit does not serialize elements of parental forms
-* [WICKET-4962](https://issues.apache.org/jira/browse/WICKET-4962) - AjaxFormChoiceComponentUpdatingBehavior cannot be triggered with BaseWicketTester#executeAjaxEvent()
-* [WICKET-4965](https://issues.apache.org/jira/browse/WICKET-4965) - NPE when stopping Tomcat
-* [WICKET-4968](https://issues.apache.org/jira/browse/WICKET-4968) - NPE in FencedFeedbackPanel#onRemove
-* [WICKET-4971](https://issues.apache.org/jira/browse/WICKET-4971) - AtmosphereEventSubscriptionCollector is slow
-* [WICKET-4973](https://issues.apache.org/jira/browse/WICKET-4973) - AbstractRequestLogger - infinite ArrayIndexOutOfBoundsException when requestWindow size is 0
-* [WICKET-4975](https://issues.apache.org/jira/browse/WICKET-4975) - client side memory leak on  date picker
-* [WICKET-4986](https://issues.apache.org/jira/browse/WICKET-4986) - wicket-ajax-jquery.js fails with 'member not found' on IE for delayed ajax requests
-</code></pre>
-<h4 id="improvement">Improvement</h4>
-<pre><code>* [WICKET-4919](https://issues.apache.org/jira/browse/WICKET-4919) - AjaxLazyLoadPanel needs a method to add components to the AjaxRequestTarget when the component is rendered
-* [WICKET-4933](https://issues.apache.org/jira/browse/WICKET-4933) - Palette does not handle disabled choices correctly
-* [WICKET-4937](https://issues.apache.org/jira/browse/WICKET-4937) - Add IResponseFilter that can filter out invalid XML characters
-* [WICKET-4940](https://issues.apache.org/jira/browse/WICKET-4940) - Make MountedMapper#getMatchedSegmentSizes(url) protected
-* [WICKET-4957](https://issues.apache.org/jira/browse/WICKET-4957) - Listener needed for registration and removal of pages
-* [WICKET-4958](https://issues.apache.org/jira/browse/WICKET-4958) - It should be possible to manipulate AjaxRequestAttributes globally
-* [WICKET-4963](https://issues.apache.org/jira/browse/WICKET-4963) - ComponentModel "setObject" methods should take generic "T" type instead of "Object"
-* [WICKET-4970](https://issues.apache.org/jira/browse/WICKET-4970) - Move the logic for creating the proper PackageResource from PackageResourceReference to ResourceReferenceRegistry
-* [WICKET-4982](https://issues.apache.org/jira/browse/WICKET-4982) - StatelessChecker: add helpful information to find stateful behavior (patch included)
-* [WICKET-4983](https://issues.apache.org/jira/browse/WICKET-4983) - extra recursion on Wicket.DOM.get
-</code></pre>
-</div>
-        </section>
-    </div>
-</main>
-        <footer class="l-container">
-            <div class="l-full">
-    <img height="60px" src="/img/asf_logo.gif" style="float:left">
-    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
-    Wicket, Apache, the Apache feather logo, and the Apache Wicket
-    project logo are trademarks of The Apache Software Foundation. All
-    other marks mentioned may be trademarks or registered trademarks of
-    their respective owners.
-</div>
-        </footer>
-    </body>
-
-</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2013/01/23/wicket-6.5.0-released.html
----------------------------------------------------------------------
diff --git a/content/news/2013/01/23/wicket-6.5.0-released.html b/content/news/2013/01/23/wicket-6.5.0-released.html
new file mode 100644
index 0000000..e186ac3
--- /dev/null
+++ b/content/news/2013/01/23/wicket-6.5.0-released.html
@@ -0,0 +1,157 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+        <meta charset="utf-8">
+        <title>Apache Wicket 6.5.0 released | Apache Wicket</title>
+        <meta name="viewport" content="width=device-width, initial-scale=1" />
+
+        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
+        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
+        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
+
+		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
+
+    </head>
+
+    <body class="">
+        <div class="header default">
+    <div class="l-container">
+<nav class="mainmenu">
+    <ul>
+		<!-- /start/quickstart.html || /news/2013/01/23/wicket-6.5.0-released.html -->
+    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
+		<!-- /start/download.html || /news/2013/01/23/wicket-6.5.0-released.html -->
+    	<li class=""><a href="/start/download.html">Download</a></li>
+		<!-- /learn || /news/2013/01/23/wicket-6.5.0-released.html -->
+    	<li class=""><a href="/learn">Documentation</a></li>
+		<!-- /help || /news/2013/01/23/wicket-6.5.0-released.html -->
+    	<li class=""><a href="/help">Support</a></li>
+		<!-- /contribute || /news/2013/01/23/wicket-6.5.0-released.html -->
+    	<li class=""><a href="/contribute">Contribute</a></li>
+		<!-- /community || /news/2013/01/23/wicket-6.5.0-released.html -->
+    	<li class=""><a href="/community">Community</a></li>
+		<!-- /apache || /news/2013/01/23/wicket-6.5.0-released.html -->
+    	<li class=""><a href="/apache">Apache</a></li>
+    </ul>
+</nav>
+        <div class="logo">
+    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
+</div>
+    </div>
+</div>
+<main>
+    <div class="l-container">
+        <header class="l-full preamble">
+            <h1>Apache Wicket 6.5.0 released</h1>
+        </header>
+        <section class="l-one-third right">
+        </section>
+        <section class="l-two-third left">
+            <div class="l-full">
+    <p class="meta">23 Jan 2013</p>
+    <p>The Apache Wicket PMC is proud to announce Apache Wicket 6.5.0!</p>
+<p>This release marks the fifth minor release of Wicket 6. Starting
+with Wicket 6 we use semantic versioning for the future development of
+Wicket, and as such no API breaks are present in this release compared
+to 6.0.0.</p>
+<h3 id="new-and-noteworthy">New and noteworthy</h3>
+<h4 id="behavioronremovecomponent">Behavior.onRemove(Component)</h4>
+<p>org.apache.wicket.Behavior has a new method - #onRemove(Component). This callback method is called when a host component of
+this behavior is removed from its parent.</p>
+<h4 id="global-updaters-for-ajax-request-attributes">Global updaters for Ajax request attributes</h4>
+<p>By registering a custom AjaxRequestTarget.AbstractListener the application can manipulate all
+the attributes for all Ajax requests.</p>
+<p>Example:</p>
+<figure class="highlight"><pre><code class="language-java" data-lang="java"><span class="n">application</span><span class="o">.</span><span class="na">getAjaxRequestTargetListeners</span><span class="o">().</span><span class="na">add</span><span class="o">(</span><span class="k">new</span> <span class="n">AjaxRequestTarget</span><span class="o">.</span><span class="na">AbstractListener</span><span class="o">()</span>
+<span class="o">{</span>
+	<span class="nd">@Override</span>
+	<span class="kd">public</span> <span class="kt">void</span> <span class="n">updateAjaxAttributes</span><span class="o">(</span><span class="n">AjaxRequestAttributes</span> <span class="n">attributes</span><span class="o">)</span>
+	<span class="o">{</span>
+		<span class="kd">super</span><span class="o">.</span><span class="na">updateAjaxAttributes</span><span class="o">(</span><span class="n">attributes</span><span class="o">);</span>
+		<span class="n">attributes</span><span class="o">.</span><span class="na">setChannel</span><span class="o">(</span><span class="k">new</span> <span class="n">AjaxChannel</span><span class="o">(</span><span class="s">"globalAjaxChannel"</span><span class="o">,</span> <span class="n">AjaxChannel</span><span class="o">.</span><span class="na">Type</span><span class="o">.</span><span class="na">ACTIVE</span><span class="o">));</span>
+	<span class="o">}</span>
+<span class="o">});</span></code></pre></figure>
+<p>Each Ajax behavior/component can override such global settings.</p>
+<h3 id="using-this-release">Using this release</h3>
+<p>With Apache Maven update your dependency to (and don’t forget to
+update any other dependencies on Wicket projects to the same version):</p>
+<figure class="highlight"><pre><code class="language-xml" data-lang="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>6.5.0<span class="nt">&lt;/version&gt;</span>
+<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
+<p>Or download and build the distribution yourself, or use our
+convenience binary package</p>
+<ul>
+  <li>Source: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.5.0">http://www.apache.org/dyn/closer.cgi/wicket/6.5.0</a></li>
+  <li>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.5.0/binaries">http://www.apache.org/dyn/closer.cgi/wicket/6.5.0/binaries</a></li>
+</ul>
+<h3 id="upgrading-from-earlier-versions">Upgrading from earlier versions</h3>
+<p>If you upgrade from 6.y.z this release is a drop in
+replacement. If you come from a version prior to 6.0.0, please
+read our Wicket 6 migration guide found at</p>
+<div class="highlighter-rouge"><pre class="highlight"><code>http://s.apache.org/wicket-6.0-migration
+</code></pre>
+</div>
+<p>Have fun!</p>
+<p>— The Wicket team</p>
+<h3 id="release-notes---wicket---version-650">Release Notes - Wicket - Version 6.5.0</h3>
+<h4 id="sub-task">Sub-task</h4>
+<div class="highlighter-rouge"><pre class="highlight"><code>* [WICKET-4976](https://issues.apache.org/jira/browse/WICKET-4976) - WicketTester#startComponent(Component) doesn't detach the component and request cycle
+</code></pre>
+</div>
+<h4 id="bug">Bug</h4>
+<div class="highlighter-rouge"><pre class="highlight"><code>* [WICKET-4906](https://issues.apache.org/jira/browse/WICKET-4906) - Form#visitFormComponents can cause ClassCastException
+* [WICKET-4925](https://issues.apache.org/jira/browse/WICKET-4925) - AbstractAjaxBehavior should clean stored reference to a component on unbind
+* [WICKET-4927](https://issues.apache.org/jira/browse/WICKET-4927) - Header can not be set from IRequestCycleListener#onEndRequest()
+* [WICKET-4928](https://issues.apache.org/jira/browse/WICKET-4928) - Error adding links to WebSocketRequestHandler
+* [WICKET-4935](https://issues.apache.org/jira/browse/WICKET-4935) - Rendered URL is resulting with double slash when using AuthenticatedWebApplication
+* [WICKET-4939](https://issues.apache.org/jira/browse/WICKET-4939) - AbstractAjaxTimerBehavior never triggers if attached to WebPage
+* [WICKET-4948](https://issues.apache.org/jira/browse/WICKET-4948) - Modal window does not center correctly when window is scrolled in safari
+* [WICKET-4950](https://issues.apache.org/jira/browse/WICKET-4950) - ResourceStreamLocator#newResourceNameIterator isn't a factory method anymore
+* [WICKET-4953](https://issues.apache.org/jira/browse/WICKET-4953) - RangeValidator#decorate mixes error keys
+* [WICKET-4954](https://issues.apache.org/jira/browse/WICKET-4954) - Issue with file upload with progress bar via AJAX and Firefox
+* [WICKET-4955](https://issues.apache.org/jira/browse/WICKET-4955) - SessionData violates comparison contract
+* [WICKET-4956](https://issues.apache.org/jira/browse/WICKET-4956) - compareTo methods of Actions in BufferedWebResponse violate Comparable contract
+* [WICKET-4959](https://issues.apache.org/jira/browse/WICKET-4959) - Notify behaviors when a component is removed from the tree
+* [WICKET-4961](https://issues.apache.org/jira/browse/WICKET-4961) - wicket ajax submit does not serialize elements of parental forms
+* [WICKET-4962](https://issues.apache.org/jira/browse/WICKET-4962) - AjaxFormChoiceComponentUpdatingBehavior cannot be triggered with BaseWicketTester#executeAjaxEvent()
+* [WICKET-4965](https://issues.apache.org/jira/browse/WICKET-4965) - NPE when stopping Tomcat
+* [WICKET-4968](https://issues.apache.org/jira/browse/WICKET-4968) - NPE in FencedFeedbackPanel#onRemove
+* [WICKET-4971](https://issues.apache.org/jira/browse/WICKET-4971) - AtmosphereEventSubscriptionCollector is slow
+* [WICKET-4973](https://issues.apache.org/jira/browse/WICKET-4973) - AbstractRequestLogger - infinite ArrayIndexOutOfBoundsException when requestWindow size is 0
+* [WICKET-4975](https://issues.apache.org/jira/browse/WICKET-4975) - client side memory leak on  date picker
+* [WICKET-4986](https://issues.apache.org/jira/browse/WICKET-4986) - wicket-ajax-jquery.js fails with 'member not found' on IE for delayed ajax requests
+</code></pre>
+</div>
+<h4 id="improvement">Improvement</h4>
+<div class="highlighter-rouge"><pre class="highlight"><code>* [WICKET-4919](https://issues.apache.org/jira/browse/WICKET-4919) - AjaxLazyLoadPanel needs a method to add components to the AjaxRequestTarget when the component is rendered
+* [WICKET-4933](https://issues.apache.org/jira/browse/WICKET-4933) - Palette does not handle disabled choices correctly
+* [WICKET-4937](https://issues.apache.org/jira/browse/WICKET-4937) - Add IResponseFilter that can filter out invalid XML characters
+* [WICKET-4940](https://issues.apache.org/jira/browse/WICKET-4940) - Make MountedMapper#getMatchedSegmentSizes(url) protected
+* [WICKET-4957](https://issues.apache.org/jira/browse/WICKET-4957) - Listener needed for registration and removal of pages
+* [WICKET-4958](https://issues.apache.org/jira/browse/WICKET-4958) - It should be possible to manipulate AjaxRequestAttributes globally
+* [WICKET-4963](https://issues.apache.org/jira/browse/WICKET-4963) - ComponentModel "setObject" methods should take generic "T" type instead of "Object"
+* [WICKET-4970](https://issues.apache.org/jira/browse/WICKET-4970) - Move the logic for creating the proper PackageResource from PackageResourceReference to ResourceReferenceRegistry
+* [WICKET-4982](https://issues.apache.org/jira/browse/WICKET-4982) - StatelessChecker: add helpful information to find stateful behavior (patch included)
+* [WICKET-4983](https://issues.apache.org/jira/browse/WICKET-4983) - extra recursion on Wicket.DOM.get
+</code></pre>
+</div>
+</div>
+        </section>
+    </div>
+</main>
+        <footer class="l-container">
+            <div class="l-full">
+    <img height="60px" src="/img/asf_logo.gif" style="float:left">
+    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
+    Wicket, Apache, the Apache feather logo, and the Apache Wicket
+    project logo are trademarks of The Apache Software Foundation. All
+    other marks mentioned may be trademarks or registered trademarks of
+    their respective owners.
+</div>
+        </footer>
+    </body>
+
+</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2013/01/index.html
----------------------------------------------------------------------
diff --git a/content/news/2013/01/index.html b/content/news/2013/01/index.html
index c30e5b9..02a4ea8 100644
--- a/content/news/2013/01/index.html
+++ b/content/news/2013/01/index.html
@@ -52,7 +52,7 @@
 	<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.5.0!</p>
 <p>This release marks the fifth minor release of Wicket 6. Starting
 with Wicket 6 we u...</p>
-	<a href="/news/2013/01/23/wicket-6-5-0-released.html">more</a></li>
+	<a href="/news/2013/01/23/wicket-6.5.0-released.html">more</a></li>
 </div>
         </div>
         <div class="l-one-third">

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2013/02/15/wicket-6-6-0-released.html
----------------------------------------------------------------------
diff --git a/content/news/2013/02/15/wicket-6-6-0-released.html b/content/news/2013/02/15/wicket-6-6-0-released.html
deleted file mode 100644
index 1b85842..0000000
--- a/content/news/2013/02/15/wicket-6-6-0-released.html
+++ /dev/null
@@ -1,155 +0,0 @@
-<!DOCTYPE html>
-<html>
-    <head>
-        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-        <meta charset="utf-8">
-        <title>Apache Wicket 6.6.0 released | Apache Wicket</title>
-        <meta name="viewport" content="width=device-width, initial-scale=1" />
-
-        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
-        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
-        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
-
-		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
-
-    </head>
-
-    <body class="">
-        <div class="header default">
-    <div class="l-container">
-<nav class="mainmenu">
-    <ul>
-		<!-- /start/quickstart.html || /news/2013/02/15/wicket-6-6-0-released.html -->
-    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
-		<!-- /start/download.html || /news/2013/02/15/wicket-6-6-0-released.html -->
-    	<li class=""><a href="/start/download.html">Download</a></li>
-		<!-- /learn || /news/2013/02/15/wicket-6-6-0-released.html -->
-    	<li class=""><a href="/learn">Documentation</a></li>
-		<!-- /help || /news/2013/02/15/wicket-6-6-0-released.html -->
-    	<li class=""><a href="/help">Support</a></li>
-		<!-- /contribute || /news/2013/02/15/wicket-6-6-0-released.html -->
-    	<li class=""><a href="/contribute">Contribute</a></li>
-		<!-- /community || /news/2013/02/15/wicket-6-6-0-released.html -->
-    	<li class=""><a href="/community">Community</a></li>
-		<!-- /apache || /news/2013/02/15/wicket-6-6-0-released.html -->
-    	<li class=""><a href="/apache">Apache</a></li>
-    </ul>
-</nav>
-        <div class="logo">
-    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
-</div>
-    </div>
-</div>
-<main>
-    <div class="l-container">
-        <header class="l-full preamble">
-            <h1>Apache Wicket 6.6.0 released</h1>
-        </header>
-        <section class="l-one-third right">
-        </section>
-        <section class="l-two-third left">
-            <div class="l-full">
-    <p class="meta">15 Feb 2013</p>
-    <p>The Apache Wicket PMC is proud to announce Apache Wicket 6.6.0!</p>
-<p>This release marks the sixth minor release of Wicket 6. Starting
-with Wicket 6 we use semantic versioning for the future development of
-Wicket, and as such no API breaks are present in this release compared
-to 6.0.0.</p>
-<h3 id="new-and-noteworthy">New and noteworthy</h3>
-<h4 id="wicketfor-attribute-for-html-label-tags">wicket:for attribute for html label tags</h4>
-<p>While already available for some time, the wicket-1.5.xsd now contains
-a valid definition for the <code>wicket:for</code> attribute such that it</p>
-<blockquote>
-  <p>Can be used in HTML <code>&lt;label&gt;</code> element to automatically link it
-to a form element. The value of this attribute must have the same value of
-the form component’s wicket:id attribute.</p>
-</blockquote>
-<p>So you can use the following markup:</p>
-<figure class="highlight"><pre><code class="language-html" data-lang="html"><span class="nt">&lt;label</span> <span class="na">wicket:for=</span><span class="s">"someinput"</span><span class="nt">&gt;</span>Some label<span class="nt">&lt;/label&gt;</span>
-<span class="nt">&lt;input</span> <span class="na">wicket:id=</span><span class="s">"someinput"</span> <span class="na">type=</span><span class="s">"text"</span><span class="nt">&gt;</span></code></pre></figure>
-<h4 id="added-a-callback-for-an-invalidated-session">Added a callback for an invalidated session</h4>
-<p>Session is extended with a life cycle event called <code>onInvalidate()</code>.
-This method is executed when the user session is invalidated either
-by explicit call to <code>org.apache.wicket.Session#invalidate()</code> or due
-to HttpSession expiration.</p>
-<p>In case of session expiration this method is called in a non-worker
-thread, i.e. there are no thread locals exported for the Application,
-RequestCycle and Session. The Session is the current instance. The
-Application can be found by using <code>Application#get(String)</code>. There is
-no way to get a reference to a RequestCycle.</p>
-<h3 id="using-this-release">Using this release</h3>
-<p>With Apache Maven update your dependency to (and don’t forget to
-update any other dependencies on Wicket projects to the same version):</p>
-<figure class="highlight"><pre><code class="language-xml" data-lang="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>6.6.0<span class="nt">&lt;/version&gt;</span>
-<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
-<p>Or download and build the distribution yourself, or use our
-convenience binary package</p>
-<ul>
-  <li>Source: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.6.0">http://www.apache.org/dyn/closer.cgi/wicket/6.6.0</a></li>
-  <li>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.6.0/binaries">http://www.apache.org/dyn/closer.cgi/wicket/6.6.0/binaries</a></li>
-</ul>
-<h3 id="upgrading-from-earlier-versions">Upgrading from earlier versions</h3>
-<p>If you upgrade from 6.y.z this release is a drop in replacement. If
-you come from a version prior to 6.0.0, please read our Wicket 6
-migration guide found at</p>
-<ul>
-  <li><a href="http://s.apache.org/wicket-6.0-migration">http://s.apache.org/wicket-6.0-migration</a></li>
-</ul>
-<p>Have fun!</p>
-<p>— The Wicket team</p>
-<h3 id="release-notes---wicket---version-660">Release Notes - Wicket - Version 6.6.0</h3>
-<h4 id="bugs">Bugs</h4>
-<ul>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4723">WICKET-4723</a> - tracking id retrieved in AtmosphereBehavior#onRequest() is always 0</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4724">WICKET-4724</a> - the option name “maxRequests” is wrong in jquery.wicketatmosphere.js</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4926">WICKET-4926</a> - CheckGroupSelector does not work in nested forms in modal windows</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4984">WICKET-4984</a> - Update quickstart info for changed workflow in IntelliJ idea</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4990">WICKET-4990</a> - Problem using AutoCompleteBehavior with AjaxFormComponentUpdatingBehavior(“onchange”)</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4998">WICKET-4998</a> - AjaxFormComponentUpdatingBehavior(“onkeypress”) is triggered when Enter is used on autocomplete list</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5011">WICKET-5011</a> - Allow Select to work with non-equals objects</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5013">WICKET-5013</a> - Wicket Enclosure fails with more than one component</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5014">WICKET-5014</a> - Changes in WicketObjects.sizeof(final Serializable object) clashes with <code>&lt;header-contribution&gt;</code> in AjaxResponse</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5019">WICKET-5019</a> - Handling of NO_MINIFIED_NAME in PackageResourceReference#internalGetMinifiedName()</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5020">WICKET-5020</a> - InlineEnclosureHandler always uses “wicket” namespace</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5024">WICKET-5024</a> - Global ajax event for precondition is not called</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5027">WICKET-5027</a> - FormTester#getInputValue() does not support Select/SelectOption nor other custom components</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5029">WICKET-5029</a> - Palette does not allow to turn off localization</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5031">WICKET-5031</a> - Upgrade bootstrap to 2.3</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5035">WICKET-5035</a> - script tag with wicket:id does not throw exception if it was not added in the code</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5036">WICKET-5036</a> - Post Parameters are lost when continueToOriginalDestination() is called</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5040">WICKET-5040</a> - Session.exists() returns false when ThreadContext#session is not set to current session</li>
-</ul>
-<h4 id="improvement">Improvement</h4>
-<ul>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4444">WICKET-4444</a> - Add a callback to the Session which is called when the HttpSession is invalidated</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4861">WICKET-4861</a> - Making MultiFileUploadField use HTML5 multiple attr &amp; remove confusing fakepath</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4945">WICKET-4945</a> - Wicket-atmosphere filters should be functions on AtmosphereResource</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4946">WICKET-4946</a> - Allow passing parameters to atmosphere JS</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5003">WICKET-5003</a> - Add wicket:for attribute in wicket.xsd</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5006">WICKET-5006</a> - Improve null display value in AbstractSingleSelectChoice</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5010">WICKET-5010</a> - Improve wicket-ajax.js to be able to work with jQuery 1.9+</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5016">WICKET-5016</a> - Updated Application_el.properties for 6.x</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5017">WICKET-5017</a> - BaseWicketTester#clickLink() doesn not serialize form to request for SubmitLink but does for AjaxSubmitLink</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5022">WICKET-5022</a> - Improve Application_es.properties</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5025">WICKET-5025</a> - Set the component as a context to the ajax listeners</li>
-</ul>
-</div>
-        </section>
-    </div>
-</main>
-        <footer class="l-container">
-            <div class="l-full">
-    <img height="60px" src="/img/asf_logo.gif" style="float:left">
-    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
-    Wicket, Apache, the Apache feather logo, and the Apache Wicket
-    project logo are trademarks of The Apache Software Foundation. All
-    other marks mentioned may be trademarks or registered trademarks of
-    their respective owners.
-</div>
-        </footer>
-    </body>
-
-</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2013/02/15/wicket-6.6.0-released.html
----------------------------------------------------------------------
diff --git a/content/news/2013/02/15/wicket-6.6.0-released.html b/content/news/2013/02/15/wicket-6.6.0-released.html
new file mode 100644
index 0000000..ae442cb
--- /dev/null
+++ b/content/news/2013/02/15/wicket-6.6.0-released.html
@@ -0,0 +1,155 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+        <meta charset="utf-8">
+        <title>Apache Wicket 6.6.0 released | Apache Wicket</title>
+        <meta name="viewport" content="width=device-width, initial-scale=1" />
+
+        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
+        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
+        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
+
+		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
+
+    </head>
+
+    <body class="">
+        <div class="header default">
+    <div class="l-container">
+<nav class="mainmenu">
+    <ul>
+		<!-- /start/quickstart.html || /news/2013/02/15/wicket-6.6.0-released.html -->
+    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
+		<!-- /start/download.html || /news/2013/02/15/wicket-6.6.0-released.html -->
+    	<li class=""><a href="/start/download.html">Download</a></li>
+		<!-- /learn || /news/2013/02/15/wicket-6.6.0-released.html -->
+    	<li class=""><a href="/learn">Documentation</a></li>
+		<!-- /help || /news/2013/02/15/wicket-6.6.0-released.html -->
+    	<li class=""><a href="/help">Support</a></li>
+		<!-- /contribute || /news/2013/02/15/wicket-6.6.0-released.html -->
+    	<li class=""><a href="/contribute">Contribute</a></li>
+		<!-- /community || /news/2013/02/15/wicket-6.6.0-released.html -->
+    	<li class=""><a href="/community">Community</a></li>
+		<!-- /apache || /news/2013/02/15/wicket-6.6.0-released.html -->
+    	<li class=""><a href="/apache">Apache</a></li>
+    </ul>
+</nav>
+        <div class="logo">
+    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
+</div>
+    </div>
+</div>
+<main>
+    <div class="l-container">
+        <header class="l-full preamble">
+            <h1>Apache Wicket 6.6.0 released</h1>
+        </header>
+        <section class="l-one-third right">
+        </section>
+        <section class="l-two-third left">
+            <div class="l-full">
+    <p class="meta">15 Feb 2013</p>
+    <p>The Apache Wicket PMC is proud to announce Apache Wicket 6.6.0!</p>
+<p>This release marks the sixth minor release of Wicket 6. Starting
+with Wicket 6 we use semantic versioning for the future development of
+Wicket, and as such no API breaks are present in this release compared
+to 6.0.0.</p>
+<h3 id="new-and-noteworthy">New and noteworthy</h3>
+<h4 id="wicketfor-attribute-for-html-label-tags">wicket:for attribute for html label tags</h4>
+<p>While already available for some time, the wicket-1.5.xsd now contains
+a valid definition for the <code class="highlighter-rouge">wicket:for</code> attribute such that it</p>
+<blockquote>
+  <p>Can be used in HTML <code class="highlighter-rouge">&lt;label&gt;</code> element to automatically link it
+to a form element. The value of this attribute must have the same value of
+the form component’s wicket:id attribute.</p>
+</blockquote>
+<p>So you can use the following markup:</p>
+<figure class="highlight"><pre><code class="language-html" data-lang="html"><span class="nt">&lt;label</span> <span class="na">wicket:for=</span><span class="s">"someinput"</span><span class="nt">&gt;</span>Some label<span class="nt">&lt;/label&gt;</span>
+<span class="nt">&lt;input</span> <span class="na">wicket:id=</span><span class="s">"someinput"</span> <span class="na">type=</span><span class="s">"text"</span><span class="nt">&gt;</span></code></pre></figure>
+<h4 id="added-a-callback-for-an-invalidated-session">Added a callback for an invalidated session</h4>
+<p>Session is extended with a life cycle event called <code class="highlighter-rouge">onInvalidate()</code>.
+This method is executed when the user session is invalidated either
+by explicit call to <code class="highlighter-rouge">org.apache.wicket.Session#invalidate()</code> or due
+to HttpSession expiration.</p>
+<p>In case of session expiration this method is called in a non-worker
+thread, i.e. there are no thread locals exported for the Application,
+RequestCycle and Session. The Session is the current instance. The
+Application can be found by using <code class="highlighter-rouge">Application#get(String)</code>. There is
+no way to get a reference to a RequestCycle.</p>
+<h3 id="using-this-release">Using this release</h3>
+<p>With Apache Maven update your dependency to (and don’t forget to
+update any other dependencies on Wicket projects to the same version):</p>
+<figure class="highlight"><pre><code class="language-xml" data-lang="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>6.6.0<span class="nt">&lt;/version&gt;</span>
+<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
+<p>Or download and build the distribution yourself, or use our
+convenience binary package</p>
+<ul>
+  <li>Source: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.6.0">http://www.apache.org/dyn/closer.cgi/wicket/6.6.0</a></li>
+  <li>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.6.0/binaries">http://www.apache.org/dyn/closer.cgi/wicket/6.6.0/binaries</a></li>
+</ul>
+<h3 id="upgrading-from-earlier-versions">Upgrading from earlier versions</h3>
+<p>If you upgrade from 6.y.z this release is a drop in replacement. If
+you come from a version prior to 6.0.0, please read our Wicket 6
+migration guide found at</p>
+<ul>
+  <li><a href="http://s.apache.org/wicket-6.0-migration">http://s.apache.org/wicket-6.0-migration</a></li>
+</ul>
+<p>Have fun!</p>
+<p>— The Wicket team</p>
+<h3 id="release-notes---wicket---version-660">Release Notes - Wicket - Version 6.6.0</h3>
+<h4 id="bugs">Bugs</h4>
+<ul>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4723">WICKET-4723</a> - tracking id retrieved in AtmosphereBehavior#onRequest() is always 0</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4724">WICKET-4724</a> - the option name “maxRequests” is wrong in jquery.wicketatmosphere.js</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4926">WICKET-4926</a> - CheckGroupSelector does not work in nested forms in modal windows</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4984">WICKET-4984</a> - Update quickstart info for changed workflow in IntelliJ idea</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4990">WICKET-4990</a> - Problem using AutoCompleteBehavior with AjaxFormComponentUpdatingBehavior(“onchange”)</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4998">WICKET-4998</a> - AjaxFormComponentUpdatingBehavior(“onkeypress”) is triggered when Enter is used on autocomplete list</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5011">WICKET-5011</a> - Allow Select to work with non-equals objects</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5013">WICKET-5013</a> - Wicket Enclosure fails with more than one component</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5014">WICKET-5014</a> - Changes in WicketObjects.sizeof(final Serializable object) clashes with <code class="highlighter-rouge">&lt;header-contribution&gt;</code> in AjaxResponse</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5019">WICKET-5019</a> - Handling of NO_MINIFIED_NAME in PackageResourceReference#internalGetMinifiedName()</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5020">WICKET-5020</a> - InlineEnclosureHandler always uses “wicket” namespace</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5024">WICKET-5024</a> - Global ajax event for precondition is not called</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5027">WICKET-5027</a> - FormTester#getInputValue() does not support Select/SelectOption nor other custom components</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5029">WICKET-5029</a> - Palette does not allow to turn off localization</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5031">WICKET-5031</a> - Upgrade bootstrap to 2.3</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5035">WICKET-5035</a> - script tag with wicket:id does not throw exception if it was not added in the code</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5036">WICKET-5036</a> - Post Parameters are lost when continueToOriginalDestination() is called</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5040">WICKET-5040</a> - Session.exists() returns false when ThreadContext#session is not set to current session</li>
+</ul>
+<h4 id="improvement">Improvement</h4>
+<ul>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4444">WICKET-4444</a> - Add a callback to the Session which is called when the HttpSession is invalidated</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4861">WICKET-4861</a> - Making MultiFileUploadField use HTML5 multiple attr &amp; remove confusing fakepath</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4945">WICKET-4945</a> - Wicket-atmosphere filters should be functions on AtmosphereResource</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4946">WICKET-4946</a> - Allow passing parameters to atmosphere JS</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5003">WICKET-5003</a> - Add wicket:for attribute in wicket.xsd</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5006">WICKET-5006</a> - Improve null display value in AbstractSingleSelectChoice</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5010">WICKET-5010</a> - Improve wicket-ajax.js to be able to work with jQuery 1.9+</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5016">WICKET-5016</a> - Updated Application_el.properties for 6.x</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5017">WICKET-5017</a> - BaseWicketTester#clickLink() doesn not serialize form to request for SubmitLink but does for AjaxSubmitLink</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5022">WICKET-5022</a> - Improve Application_es.properties</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5025">WICKET-5025</a> - Set the component as a context to the ajax listeners</li>
+</ul>
+</div>
+        </section>
+    </div>
+</main>
+        <footer class="l-container">
+            <div class="l-full">
+    <img height="60px" src="/img/asf_logo.gif" style="float:left">
+    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
+    Wicket, Apache, the Apache feather logo, and the Apache Wicket
+    project logo are trademarks of The Apache Software Foundation. All
+    other marks mentioned may be trademarks or registered trademarks of
+    their respective owners.
+</div>
+        </footer>
+    </body>
+
+</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2013/02/26/wicket-1-5-10-released.html
----------------------------------------------------------------------
diff --git a/content/news/2013/02/26/wicket-1-5-10-released.html b/content/news/2013/02/26/wicket-1-5-10-released.html
deleted file mode 100644
index f826524..0000000
--- a/content/news/2013/02/26/wicket-1-5-10-released.html
+++ /dev/null
@@ -1,83 +0,0 @@
-<!DOCTYPE html>
-<html>
-    <head>
-        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-        <meta charset="utf-8">
-        <title>Wicket 1.5.10 released | Apache Wicket</title>
-        <meta name="viewport" content="width=device-width, initial-scale=1" />
-
-        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
-        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
-        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
-
-		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
-
-    </head>
-
-    <body class="">
-        <div class="header default">
-    <div class="l-container">
-<nav class="mainmenu">
-    <ul>
-		<!-- /start/quickstart.html || /news/2013/02/26/wicket-1-5-10-released.html -->
-    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
-		<!-- /start/download.html || /news/2013/02/26/wicket-1-5-10-released.html -->
-    	<li class=""><a href="/start/download.html">Download</a></li>
-		<!-- /learn || /news/2013/02/26/wicket-1-5-10-released.html -->
-    	<li class=""><a href="/learn">Documentation</a></li>
-		<!-- /help || /news/2013/02/26/wicket-1-5-10-released.html -->
-    	<li class=""><a href="/help">Support</a></li>
-		<!-- /contribute || /news/2013/02/26/wicket-1-5-10-released.html -->
-    	<li class=""><a href="/contribute">Contribute</a></li>
-		<!-- /community || /news/2013/02/26/wicket-1-5-10-released.html -->
-    	<li class=""><a href="/community">Community</a></li>
-		<!-- /apache || /news/2013/02/26/wicket-1-5-10-released.html -->
-    	<li class=""><a href="/apache">Apache</a></li>
-    </ul>
-</nav>
-        <div class="logo">
-    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
-</div>
-    </div>
-</div>
-<main>
-    <div class="l-container">
-        <header class="l-full preamble">
-            <h1>Wicket 1.5.10 released</h1>
-        </header>
-        <section class="l-one-third right">
-        </section>
-        <section class="l-two-third left">
-            <div class="l-full">
-    <p class="meta">26 Feb 2013</p>
-    <p>This is the tenth maintenance release of the Wicket 1.5.x series. This release brings over 28 bug fixes and improvements.</p>
-<ul>
-  <li><a href="https://git-wip-us.apache.org/repos/asf/wicket/repo?p=wicket.git;a=shortlog;h=refs/tags/release/wicket-1.5.10">Git tag</a></li>
-  <li><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&amp;version=12323510">Changelog</a></li>
-  <li>To use in Maven:</li>
-</ul>
-<figure class="highlight"><pre><code class="language-xml" data-lang="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.10<span class="nt">&lt;/version&gt;</span>
-<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
-<ul>
-  <li>Download the <a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.10">full distribution</a> (including source)</li>
-</ul>
-</div>
-        </section>
-    </div>
-</main>
-        <footer class="l-container">
-            <div class="l-full">
-    <img height="60px" src="/img/asf_logo.gif" style="float:left">
-    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
-    Wicket, Apache, the Apache feather logo, and the Apache Wicket
-    project logo are trademarks of The Apache Software Foundation. All
-    other marks mentioned may be trademarks or registered trademarks of
-    their respective owners.
-</div>
-        </footer>
-    </body>
-
-</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2013/02/26/wicket-1.5.10-released.html
----------------------------------------------------------------------
diff --git a/content/news/2013/02/26/wicket-1.5.10-released.html b/content/news/2013/02/26/wicket-1.5.10-released.html
new file mode 100644
index 0000000..68b8151
--- /dev/null
+++ b/content/news/2013/02/26/wicket-1.5.10-released.html
@@ -0,0 +1,83 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+        <meta charset="utf-8">
+        <title>Wicket 1.5.10 released | Apache Wicket</title>
+        <meta name="viewport" content="width=device-width, initial-scale=1" />
+
+        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
+        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
+        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
+
+		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
+
+    </head>
+
+    <body class="">
+        <div class="header default">
+    <div class="l-container">
+<nav class="mainmenu">
+    <ul>
+		<!-- /start/quickstart.html || /news/2013/02/26/wicket-1.5.10-released.html -->
+    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
+		<!-- /start/download.html || /news/2013/02/26/wicket-1.5.10-released.html -->
+    	<li class=""><a href="/start/download.html">Download</a></li>
+		<!-- /learn || /news/2013/02/26/wicket-1.5.10-released.html -->
+    	<li class=""><a href="/learn">Documentation</a></li>
+		<!-- /help || /news/2013/02/26/wicket-1.5.10-released.html -->
+    	<li class=""><a href="/help">Support</a></li>
+		<!-- /contribute || /news/2013/02/26/wicket-1.5.10-released.html -->
+    	<li class=""><a href="/contribute">Contribute</a></li>
+		<!-- /community || /news/2013/02/26/wicket-1.5.10-released.html -->
+    	<li class=""><a href="/community">Community</a></li>
+		<!-- /apache || /news/2013/02/26/wicket-1.5.10-released.html -->
+    	<li class=""><a href="/apache">Apache</a></li>
+    </ul>
+</nav>
+        <div class="logo">
+    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
+</div>
+    </div>
+</div>
+<main>
+    <div class="l-container">
+        <header class="l-full preamble">
+            <h1>Wicket 1.5.10 released</h1>
+        </header>
+        <section class="l-one-third right">
+        </section>
+        <section class="l-two-third left">
+            <div class="l-full">
+    <p class="meta">26 Feb 2013</p>
+    <p>This is the tenth maintenance release of the Wicket 1.5.x series. This release brings over 28 bug fixes and improvements.</p>
+<ul>
+  <li><a href="https://git-wip-us.apache.org/repos/asf/wicket/repo?p=wicket.git;a=shortlog;h=refs/tags/release/wicket-1.5.10">Git tag</a></li>
+  <li><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&amp;version=12323510">Changelog</a></li>
+  <li>To use in Maven:</li>
+</ul>
+<figure class="highlight"><pre><code class="language-xml" data-lang="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.10<span class="nt">&lt;/version&gt;</span>
+<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
+<ul>
+  <li>Download the <a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.10">full distribution</a> (including source)</li>
+</ul>
+</div>
+        </section>
+    </div>
+</main>
+        <footer class="l-container">
+            <div class="l-full">
+    <img height="60px" src="/img/asf_logo.gif" style="float:left">
+    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
+    Wicket, Apache, the Apache feather logo, and the Apache Wicket
+    project logo are trademarks of The Apache Software Foundation. All
+    other marks mentioned may be trademarks or registered trademarks of
+    their respective owners.
+</div>
+        </footer>
+    </body>
+
+</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2013/02/index.html
----------------------------------------------------------------------
diff --git a/content/news/2013/02/index.html b/content/news/2013/02/index.html
index 2604d70..14ea0d7 100644
--- a/content/news/2013/02/index.html
+++ b/content/news/2013/02/index.html
@@ -52,7 +52,7 @@
 	<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.6.0!</p>
 <p>This release marks the sixth minor release of Wicket 6. Starting
 with Wicket 6 we u...</p>
-	<a href="/news/2013/02/15/wicket-6-6-0-released.html">more</a></li>
+	<a href="/news/2013/02/15/wicket-6.6.0-released.html">more</a></li>
 </div>
 <div class="news">
 	<h3>Wicket 1.5.10 released</h3>
@@ -65,7 +65,7 @@ with Wicket 6 we u...</p>
 </ul>
 <figure class="highlight"><pre><code class="language-xml" data-lang="xml"><span class="nt">&lt;dependency&gt;</span>
     <span class="nt">&lt;groupId&gt;</span>org.apache.w...</code></pre></figure>
-	<a href="/news/2013/02/26/wicket-1-5-10-released.html">more</a></li>
+	<a href="/news/2013/02/26/wicket-1.5.10-released.html">more</a></li>
 </div>
         </div>
         <div class="l-one-third">

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2013/04/12/wicket-6-7-0-released.html
----------------------------------------------------------------------
diff --git a/content/news/2013/04/12/wicket-6-7-0-released.html b/content/news/2013/04/12/wicket-6-7-0-released.html
deleted file mode 100644
index 226a1f6..0000000
--- a/content/news/2013/04/12/wicket-6-7-0-released.html
+++ /dev/null
@@ -1,204 +0,0 @@
-<!DOCTYPE html>
-<html>
-    <head>
-        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-        <meta charset="utf-8">
-        <title>Apache Wicket 6.7.0 released | Apache Wicket</title>
-        <meta name="viewport" content="width=device-width, initial-scale=1" />
-
-        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
-        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
-        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
-
-		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
-
-    </head>
-
-    <body class="">
-        <div class="header default">
-    <div class="l-container">
-<nav class="mainmenu">
-    <ul>
-		<!-- /start/quickstart.html || /news/2013/04/12/wicket-6-7-0-released.html -->
-    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
-		<!-- /start/download.html || /news/2013/04/12/wicket-6-7-0-released.html -->
-    	<li class=""><a href="/start/download.html">Download</a></li>
-		<!-- /learn || /news/2013/04/12/wicket-6-7-0-released.html -->
-    	<li class=""><a href="/learn">Documentation</a></li>
-		<!-- /help || /news/2013/04/12/wicket-6-7-0-released.html -->
-    	<li class=""><a href="/help">Support</a></li>
-		<!-- /contribute || /news/2013/04/12/wicket-6-7-0-released.html -->
-    	<li class=""><a href="/contribute">Contribute</a></li>
-		<!-- /community || /news/2013/04/12/wicket-6-7-0-released.html -->
-    	<li class=""><a href="/community">Community</a></li>
-		<!-- /apache || /news/2013/04/12/wicket-6-7-0-released.html -->
-    	<li class=""><a href="/apache">Apache</a></li>
-    </ul>
-</nav>
-        <div class="logo">
-    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
-</div>
-    </div>
-</div>
-<main>
-    <div class="l-container">
-        <header class="l-full preamble">
-            <h1>Apache Wicket 6.7.0 released</h1>
-        </header>
-        <section class="l-one-third right">
-        </section>
-        <section class="l-two-third left">
-            <div class="l-full">
-    <p class="meta">12 Apr 2013</p>
-    <p>The Apache Wicket PMC is proud to announce Apache Wicket 6.7.0!</p>
-<p>This release marks the seventh minor release of Wicket 6. Starting
-with Wicket 6 we use semantic versioning for the future development
-of Wicket, and as such no API breaks are present in this release
-compared to 6.0.0.</p>
-<h3 id="new-and-noteworthy">New and noteworthy</h3>
-<h4 id="webfonts-are-now-supported">webfonts are now supported</h4>
-<p>Our resource guard that prevents access to classpath resources that
-are not intended to be shared through the web server is a whitelist
-of permissable resource extensions. Typically images, JavaScript
-files, stylesheets are on the whitelist, but the file types for
-webfonts were blocked. From Wicket 6.7 and onward you can now embed
-webfonts with your components and link to them from your stylesheets.</p>
-<h4 id="render-a-page-or-component-to-a-string">Render a page or component to a String</h4>
-<p>One of the issues that keeps propping up on the user lists is the
-ability to render a page or component to a String so that you can use
-Wicket to render HTML email messages. Now you can use
-<a href="http://ci.apache.org/projects/wicket/apidocs/6.x/org/apache/wicket/core/util/string/ComponentRenderer.html">ComponentRenderer</a> to
-actually do so without having to resort to other less obvious methods.</p>
-<p>ComponentRenderer exposes two methods: <code>renderComponent</code> and
-<code>renderPage</code> and they do exactly what their names suggest. Happy
-emailing!</p>
-<h3 id="using-this-release">Using this release</h3>
-<p>With Apache Maven update your dependency to (and don’t forget to
-update any other dependencies on Wicket projects to the same version):</p>
-<figure class="highlight"><pre><code class="language-xml" data-lang="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>6.7.0<span class="nt">&lt;/version&gt;</span>
-<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
-<p>Or download and build the distribution yourself, or use our
-convenience binary package</p>
-<ul>
-  <li>Source: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.7.0">http://www.apache.org/dyn/closer.cgi/wicket/6.7.0</a></li>
-  <li>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.7.0/binaries">http://www.apache.org/dyn/closer.cgi/wicket/6.7.0/binaries</a></li>
-</ul>
-<h3 id="upgrading-from-earlier-versions">Upgrading from earlier versions</h3>
-<p>If you upgrade from 6.y.z this release is a drop in replacement. If
-you come from a version prior to 6.0.0, please read our Wicket 6
-migration guide found at</p>
-<ul>
-  <li><a href="http://s.apache.org/wicket-6.0-migration">http://s.apache.org/wicket-6.0-migration</a></li>
-</ul>
-<p>Have fun!</p>
-<p>— The Wicket team</p>
-<h3 id="release-notes---wicket---version-670">Release Notes - Wicket - Version 6.7.0</h3>
-<h4 id="bug">Bug</h4>
-<ul>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4658">WICKET-4658</a> - TabbedPanel CSS “last” is wrong if last step is not visible</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4803">WICKET-4803</a> - UrlDecoder should log a message when invalid input is provided</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4871">WICKET-4871</a> - wicket-atmosphere version mismatch with wicket-example-jar</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4893">WICKET-4893</a> - AutoCompleteTextField removes DropDownChoice from Page</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4903">WICKET-4903</a> - relativeUrl’s begins with ./</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4907">WICKET-4907</a> - UrlResourceReference generates broken relative URLs</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4942">WICKET-4942</a> - Double slash ‘//’ in starting url makes Url.parse output a relative Url</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4989">WICKET-4989</a> - WicketTester should send copies of its cookies</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4995">WICKET-4995</a> - Using CryptoMapper causes page to render twice</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5039">WICKET-5039</a> - Manual invocation of FunctionsExecutor#notify() is broken</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5041">WICKET-5041</a> - DefaultCssAutoCompleteTextField should have Constructor (String id)</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5044">WICKET-5044</a> - Atmosphere + DateLabel</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5045">WICKET-5045</a> - Upgrade Atmosphere to 1.0.10</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5047">WICKET-5047</a> - Wicket Ajax: Inline script header contribution issue</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5048">WICKET-5048</a> - Inline enclosures don’t work with different namespace</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5049">WICKET-5049</a> - Wicket Session may be null in SessionBindingListener after deserialization</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5052">WICKET-5052</a> - @SpringBean fails to invoke methods on bean with non-public methods</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5053">WICKET-5053</a> - “random” parameters is now “_” with jQuery Ajax</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5054">WICKET-5054</a> - Possible bug in org.apache.wicket.util.lang.Packages when building path with repeating names</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5055">WICKET-5055</a> - AutoComplete still triggers redundant events to registered change listener</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5061">WICKET-5061</a> - EnclosureHandler ignores wicket:xyz elements as children</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5067">WICKET-5067</a> - SelectOptions fails to render text on openClose tag</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5072">WICKET-5072</a> - Cookies#isEqual(Cookie, Cookie) may fail with NullPointerException</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5073">WICKET-5073</a> - UrlRenderer#removeCommonPrefixes() fails when contextPath+filterPrefix has more segments than the argument</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5075">WICKET-5075</a> - When modal window is closed page scrolls to top</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5076">WICKET-5076</a> - form#onSubmit() is called on just replaced nested forms</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5078">WICKET-5078</a> - RestartResponseException broken with page instance and bookmarkable page</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5080">WICKET-5080</a> - FilterToolbar.html contains javascript that is used elsewhere</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5082">WICKET-5082</a> - Ajax update renders parent/child JS in different order than initial Page render</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5085">WICKET-5085</a> - InlineEnclosure are piling up on each render</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5086">WICKET-5086</a> - FormTester throws an exception when a Palette component is added to a Form associated with a compound property model</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5093">WICKET-5093</a> - The event listener in Wicket.Ajax.ajax() should not return the value of attrs.ad (allowDefault)</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5094">WICKET-5094</a> - ISecuritySettings#getEnforceMounts(true) prevents access to <em>all</em> non-mounted bookmarkable pages</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5098">WICKET-5098</a> - PackageResourceBlockedException under Windows for *.js files in web app’s own packages, not in jars</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5102">WICKET-5102</a> - wicket-bean-validation: Bean validation PropertyValidator only works with direct field access</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5103">WICKET-5103</a> - Wicket session id not up to date when container changes session id</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5104">WICKET-5104</a> - AjaxSelfUpdatingTimerBehavior in hidden component in ModalWindow causes Ajax Response Error</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5112">WICKET-5112</a> - Parantheses problem with UrlValidator</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5114">WICKET-5114</a> - Url#toString(StringMode.FULL) throws exception if a segment contains two dots</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5116">WICKET-5116</a> - TabbedPanel.setSelectedTab() does not behave as specified in JavaDoc</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5117">WICKET-5117</a> - Wicket ignores allowDefault:false attribute in multipart ajax requests</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5123">WICKET-5123</a> - Component.continueToOriginalDestination() can redirect to ./.</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5125">WICKET-5125</a> - IE8 error in wicket-date.js when used in a modalwindow</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5126">WICKET-5126</a> - SecurePackageResourceGuard is blocking access to web fonts</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5131">WICKET-5131</a> - Problems with cookies disabled when using 301/302 and also 303 (even with cookies)</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5132">WICKET-5132</a> - Evaluation of returned data (which includes alot of javascript) very slow after ajax call in IE10.</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5134">WICKET-5134</a> - java.lang.NullPointerException at org.apache.wicket.markup.html.form.Form.onComponentTag(Form.java:1520) during Atmosphere eventbus.post() if using WebSockets</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5136">WICKET-5136</a> - CheckingObjectOutputStream#check(Object) swallows Exception without logging the cause</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5138">WICKET-5138</a> - Wicket does not correctly handle http OPTIONS requests</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5141">WICKET-5141</a> - Exception while rendering absolute URL with UrlResourceReference</li>
-</ul>
-<h4 id="improvement">Improvement</h4>
-<ul>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4115">WICKET-4115</a> - SignInPanel should not always redirect to the Home page when the user is signed-in automaticaly with the remember-me feature.</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5005">WICKET-5005</a> - Add Utility to allow conversion from Panel (or Component) to html String</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5038">WICKET-5038</a> - Add equals() and hashcode() implementation to INamedParameters.NamedPair</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5046">WICKET-5046</a> - NumberTextField should use appropriate validator</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5050">WICKET-5050</a> - AutoComplete should not request suggestions if input is no longer active element</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5057">WICKET-5057</a> - FilteringHeaderResponse requires a usage of FilteringHeaderResponse.IHeaderResponseFilter for no reason when FilteredHeaderItem is used</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5062">WICKET-5062</a> - Update the list of HTML void elements with the latest HTML5 ones</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5065">WICKET-5065</a> - Improve UrlRenderer to be able to render urls without scheme and/or host</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5066">WICKET-5066</a> - Allow PackageResource to decide itself whether it could be accepted or not</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5074">WICKET-5074</a> - Improvement for MockHttpServletRequest and FormTester to support ‘multiple’ input type of fileUpload</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5079">WICKET-5079</a> - Allow WebApplication-specific Spring configuration</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5088">WICKET-5088</a> - The Bootstrap class does not provide a handle for the CSSResourceReferences.</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5089">WICKET-5089</a> - Make MultiFileUploadField’s ResourceReference JS public to be able to include in Application’s getResourceBundles.</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5090">WICKET-5090</a> - Add path syntax to MarkupContainer#get( String )</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5091">WICKET-5091</a> - Extract the short names of the ajax attributes as a constants</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5095">WICKET-5095</a> - Upgrade Wicket Native WebSocket to Jetty 9.0.0</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5096">WICKET-5096</a> - Add setStep method to NumberTextField</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5105">WICKET-5105</a> - JavaDoc of IHeaderContributor is outdated</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5111">WICKET-5111</a> - Upgrade bootstrap to 2.3.1</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5113">WICKET-5113</a> - Set a different TimeZone for the RequestLogger</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5121">WICKET-5121</a> - Log warning message if a component that is not on the page associated with the AjaxRequestTarget is added</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5122">WICKET-5122</a> - Add the free Wicket guide in the books page on the official site.</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5127">WICKET-5127</a> - Dont use sun-internal packages to allow easy jdk7 compilation</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5137">WICKET-5137</a> - Improve TagTester support for Ajax responses</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5139">WICKET-5139</a> - Missing French translations</li>
-</ul>
-<h4 id="task">Task</h4>
-<ul>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5097">WICKET-5097</a> - Deprecate BaseWicketTester#startComponent(Component)</li>
-</ul>
-<h4 id="test">Test</h4>
-<ul>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5042">WICKET-5042</a> - Cleanup FilteringHeaderResponseTest to make it more readable</li>
-</ul>
-</div>
-        </section>
-    </div>
-</main>
-        <footer class="l-container">
-            <div class="l-full">
-    <img height="60px" src="/img/asf_logo.gif" style="float:left">
-    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
-    Wicket, Apache, the Apache feather logo, and the Apache Wicket
-    project logo are trademarks of The Apache Software Foundation. All
-    other marks mentioned may be trademarks or registered trademarks of
-    their respective owners.
-</div>
-        </footer>
-    </body>
-
-</html>


[16/19] wicket-site git commit: WICKET-6049 updated links to example site

Posted by ad...@apache.org.
http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2010/08/11/wicket-1.4.10-released.html
----------------------------------------------------------------------
diff --git a/content/news/2010/08/11/wicket-1.4.10-released.html b/content/news/2010/08/11/wicket-1.4.10-released.html
new file mode 100644
index 0000000..55a60b1
--- /dev/null
+++ b/content/news/2010/08/11/wicket-1.4.10-released.html
@@ -0,0 +1,179 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+        <meta charset="utf-8">
+        <title>Wicket 1.4.10 released | Apache Wicket</title>
+        <meta name="viewport" content="width=device-width, initial-scale=1" />
+
+        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
+        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
+        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
+
+		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
+
+    </head>
+
+    <body class="">
+        <div class="header default">
+    <div class="l-container">
+<nav class="mainmenu">
+    <ul>
+		<!-- /start/quickstart.html || /news/2010/08/11/wicket-1.4.10-released.html -->
+    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
+		<!-- /start/download.html || /news/2010/08/11/wicket-1.4.10-released.html -->
+    	<li class=""><a href="/start/download.html">Download</a></li>
+		<!-- /learn || /news/2010/08/11/wicket-1.4.10-released.html -->
+    	<li class=""><a href="/learn">Documentation</a></li>
+		<!-- /help || /news/2010/08/11/wicket-1.4.10-released.html -->
+    	<li class=""><a href="/help">Support</a></li>
+		<!-- /contribute || /news/2010/08/11/wicket-1.4.10-released.html -->
+    	<li class=""><a href="/contribute">Contribute</a></li>
+		<!-- /community || /news/2010/08/11/wicket-1.4.10-released.html -->
+    	<li class=""><a href="/community">Community</a></li>
+		<!-- /apache || /news/2010/08/11/wicket-1.4.10-released.html -->
+    	<li class=""><a href="/apache">Apache</a></li>
+    </ul>
+</nav>
+        <div class="logo">
+    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
+</div>
+    </div>
+</div>
+<main>
+    <div class="l-container">
+        <header class="l-full preamble">
+            <h1>Wicket 1.4.10 released</h1>
+        </header>
+        <section class="l-one-third right">
+        </section>
+        <section class="l-two-third left">
+            <div class="l-full">
+    <p class="meta">11 Aug 2010</p>
+    <p>This is the tenth maintenance release of the 1.4.x series and brings over
+thirty bug fixes and improvements.</p>
+<p>As well as bringing bug fixes and small improvements, 1.4.10 brings two major new features:
+* Delayed component initialization
+* Component configuration</p>
+<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>
+<figure class="highlight"><pre><code class="language-java" data-lang="java"><span class="kd">public</span> <span class="kd">class</span> <span class="nc">Component</span> <span class="o">{</span>
+	<span class="cm">/**
+	 * This method is meant to be used as an alternative to initialize components. Usually the
+	 * component's constructor is used for this task, but sometimes a component cannot be
+	 * initialized in isolation, it may need to access its parent component or its markup in order
+	 * to fully initialize. This method is invoked once per component's lifecycle when a path exists
+	 * from this component to the {@link Page} thus providing the component with an atomic callback
+	 * when the component's environment is built out.
+	 * &lt;p&gt;
+	 * Overrides must call super#{@link #onInitialize()}. Usually this should be the first thing an
+	 * override does, much like a constructor.
+	 * &lt;/p&gt;
+	 * &lt;p&gt;
+	 * Parent containers are guaranteed to be initialized before their children
+	 * &lt;/p&gt;
+	 * &lt;p&gt;
+	 * It is safe to use {@link #getPage()} in this method
+	 * &lt;/p&gt;
+	 * 
+	 * &lt;p&gt;
+	 * NOTE:The timing of this call is not precise, the contract is that it is called sometime
+	 * before {@link Component#onBeforeRender()}.
+	 * &lt;/p&gt;
+	 * 
+	 */</span>
+	<span class="kd">protected</span> <span class="kt">void</span> <span class="n">onInitialize</span><span class="o">()</span> <span class="o">{}</span>
+<span class="o">}</span></code></pre></figure>
+<p>Component configuration allows developers to easier configure component states such as visibility, enabled, etc. From the javadoc:</p>
+<figure class="highlight"><pre><code class="language-java" data-lang="java"><span class="kd">public</span> <span class="kd">class</span> <span class="nc">Component</span> <span class="o">{</span>
+	<span class="cm">/**
+	 * Called once per request on components before they are about to be rendered. This method
+	 * should be used to configure such things as visibility and enabled flags.
+	 * &lt;p&gt;
+	 * Overrides must call {@code super.onConfigure()}, usually before any other code
+	 * &lt;/p&gt;
+	 * &lt;p&gt;
+	 * NOTE: Component hierarchy should not be modified inside this method, instead it should be
+	 * done in {@link #onBeforeRender()}
+	 * &lt;/p&gt;
+	 * &lt;p&gt;
+	 * NOTE: Why this method is preferrable to directly overriding {@link #isVisible()} and
+	 * {@link #isEnabled()}? Because those methods are called multiple times even for processing of
+	 * a single request. If they contain expensive logic they can slow down the response time of the
+	 * entire page. Further, overriding those methods directly on form components may lead to
+	 * inconsistent or unexpected state depending on when those methods are called in the form
+	 * processing workflow. It is a better practice to push changes to state rather than pull.
+	 * &lt;/p&gt;
+	 * &lt;p&gt;
+	 * NOTE: If component's visibility or another property depends on another component you may call
+	 * {@code other.configure()} followed by {@code other.isVisible()} as mentioned in
+	 * {@link #configure()} javadoc.
+	 * &lt;/p&gt;
+	 * &lt;p&gt;
+	 * NOTE: Why should {@link #onBeforeRender()} not be used for this? Because if visibility of a
+	 * component is toggled inside {@link #onBeforeRender()} another method needs to be overridden
+	 * to make sure {@link #onBeforeRender()} will be invoked on ivisible components:
+	 * 
+	 * &lt;pre&gt;
+	 * class MyComponent extends WebComponent
+	 * {
+	 * 	protected void onBeforeRender()
+	 * 	{
+	 * 		setVisible(Math.rand() &amp;gt; 0.5f);
+	 * 		super.onBeforeRender();
+	 * 	}
+	 * 
+	 * 	// if this override is forgotten, once invisible component will never become visible
+	 * 	protected boolean callOnBeforeRenderIfNotVisible()
+	 * 	{
+	 * 		return true;
+	 * 	}
+	 * }
+	 * &lt;/pre&gt;
+	 * 
+	 * VS
+	 * 
+	 * &lt;pre&gt;
+	 * class MyComponent extends WebComponent
+	 * {
+	 * 	protected void onConfigure()
+	 * 	{
+	 * 		setVisible(Math.rand() &amp;gt; 0.5f);
+	 * 		super.onConfigure();
+	 * 	}
+	 * }
+	 * &lt;/pre&gt;
+	 */</span>
+	<span class="kd">protected</span> <span class="kt">void</span> <span class="n">onConfigure</span><span class="o">()</span> <span class="o">{}</span>
+<span class="o">}</span></code></pre></figure>
+<ul>
+  <li><a href="http://svn.apache.org/repos/asf/wicket/releases/wicket-1.4.10/">Subversion tag</a></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>To use in Maven:</li>
+</ul>
+<figure class="highlight"><pre><code class="language-xml" data-lang="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></figure>
+<ul>
+  <li>Download the <a href="http://www.apache.org/dyn/closer.cgi/wicket/1.4.10">full
+distribution</a> (including
+source)</li>
+</ul>
+</div>
+        </section>
+    </div>
+</main>
+        <footer class="l-container">
+            <div class="l-full">
+    <img height="60px" src="/img/asf_logo.gif" style="float:left">
+    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
+    Wicket, Apache, the Apache feather logo, and the Apache Wicket
+    project logo are trademarks of The Apache Software Foundation. All
+    other marks mentioned may be trademarks or registered trademarks of
+    their respective owners.
+</div>
+        </footer>
+    </body>
+
+</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2010/08/11/wicket-1.5-M1-released.html
----------------------------------------------------------------------
diff --git a/content/news/2010/08/11/wicket-1.5-M1-released.html b/content/news/2010/08/11/wicket-1.5-M1-released.html
new file mode 100644
index 0000000..d8e4c1b
--- /dev/null
+++ b/content/news/2010/08/11/wicket-1.5-M1-released.html
@@ -0,0 +1,86 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+        <meta charset="utf-8">
+        <title>Wicket 1.5-M1 released | Apache Wicket</title>
+        <meta name="viewport" content="width=device-width, initial-scale=1" />
+
+        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
+        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
+        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
+
+		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
+
+    </head>
+
+    <body class="">
+        <div class="header default">
+    <div class="l-container">
+<nav class="mainmenu">
+    <ul>
+		<!-- /start/quickstart.html || /news/2010/08/11/wicket-1.5-M1-released.html -->
+    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
+		<!-- /start/download.html || /news/2010/08/11/wicket-1.5-M1-released.html -->
+    	<li class=""><a href="/start/download.html">Download</a></li>
+		<!-- /learn || /news/2010/08/11/wicket-1.5-M1-released.html -->
+    	<li class=""><a href="/learn">Documentation</a></li>
+		<!-- /help || /news/2010/08/11/wicket-1.5-M1-released.html -->
+    	<li class=""><a href="/help">Support</a></li>
+		<!-- /contribute || /news/2010/08/11/wicket-1.5-M1-released.html -->
+    	<li class=""><a href="/contribute">Contribute</a></li>
+		<!-- /community || /news/2010/08/11/wicket-1.5-M1-released.html -->
+    	<li class=""><a href="/community">Community</a></li>
+		<!-- /apache || /news/2010/08/11/wicket-1.5-M1-released.html -->
+    	<li class=""><a href="/apache">Apache</a></li>
+    </ul>
+</nav>
+        <div class="logo">
+    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
+</div>
+    </div>
+</div>
+<main>
+    <div class="l-container">
+        <header class="l-full preamble">
+            <h1>Wicket 1.5-M1 released</h1>
+        </header>
+        <section class="l-one-third right">
+        </section>
+        <section class="l-two-third left">
+            <div class="l-full">
+    <p class="meta">11 Aug 2010</p>
+    <p>This is the first 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.</p>
+<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/confluence/display/WICKET/Migration+to+Wicket+1.5">Migration notes</a></li>
+  <li><a href="http://svn.apache.org/repos/asf/wicket/releases/wicket-1.5-M1/">Subversion tag</a></li>
+  <li>To use in Maven:</li>
+</ul>
+<figure class="highlight"><pre><code class="language-xml" data-lang="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></figure>
+<ul>
+  <li>Download the <a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5-M1">full
+distribution</a> (including source)</li>
+</ul>
+</div>
+        </section>
+    </div>
+</main>
+        <footer class="l-container">
+            <div class="l-full">
+    <img height="60px" src="/img/asf_logo.gif" style="float:left">
+    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
+    Wicket, Apache, the Apache feather logo, and the Apache Wicket
+    project logo are trademarks of The Apache Software Foundation. All
+    other marks mentioned may be trademarks or registered trademarks of
+    their respective owners.
+</div>
+        </footer>
+    </body>
+
+</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2010/08/index.html
----------------------------------------------------------------------
diff --git a/content/news/2010/08/index.html b/content/news/2010/08/index.html
index da76210..26f2f0a 100644
--- a/content/news/2010/08/index.html
+++ b/content/news/2010/08/index.html
@@ -58,7 +58,7 @@
 	<p>This is the tenth maintenance release of the 1.4.x series and brings over
 thirty bug fixes and improvements.</p>
 <p>As well as bringing bug fixes and small improvements, 1.4.10 bri...</p>
-	<a href="/news/2010/08/11/wicket-1-4-10-released.html">more</a></li>
+	<a href="/news/2010/08/11/wicket-1.4.10-released.html">more</a></li>
 </div>
 <div class="news">
 	<h3>Wicket 1.5-M1 released</h3>
@@ -66,7 +66,7 @@ thirty bug fixes and improvements.</p>
 	<p>This is the first 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.</p>
 <p>This release is NOT production-ready, it is more of a technology demo that should facilitate user-feedback we can...</p>
-	<a href="/news/2010/08/11/wicket-1-5-m1-released.html">more</a></li>
+	<a href="/news/2010/08/11/wicket-1.5-M1-released.html">more</a></li>
 </div>
 <div class="news">
 	<h3>Peter Ertl is a Wicket team member</h3>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2010/09/09/wicket-1-4-11-released.html
----------------------------------------------------------------------
diff --git a/content/news/2010/09/09/wicket-1-4-11-released.html b/content/news/2010/09/09/wicket-1-4-11-released.html
deleted file mode 100644
index f5dbeba..0000000
--- a/content/news/2010/09/09/wicket-1-4-11-released.html
+++ /dev/null
@@ -1,84 +0,0 @@
-<!DOCTYPE html>
-<html>
-    <head>
-        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-        <meta charset="utf-8">
-        <title>Wicket 1.4.11 released | Apache Wicket</title>
-        <meta name="viewport" content="width=device-width, initial-scale=1" />
-
-        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
-        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
-        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
-
-		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
-
-    </head>
-
-    <body class="">
-        <div class="header default">
-    <div class="l-container">
-<nav class="mainmenu">
-    <ul>
-		<!-- /start/quickstart.html || /news/2010/09/09/wicket-1-4-11-released.html -->
-    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
-		<!-- /start/download.html || /news/2010/09/09/wicket-1-4-11-released.html -->
-    	<li class=""><a href="/start/download.html">Download</a></li>
-		<!-- /learn || /news/2010/09/09/wicket-1-4-11-released.html -->
-    	<li class=""><a href="/learn">Documentation</a></li>
-		<!-- /help || /news/2010/09/09/wicket-1-4-11-released.html -->
-    	<li class=""><a href="/help">Support</a></li>
-		<!-- /contribute || /news/2010/09/09/wicket-1-4-11-released.html -->
-    	<li class=""><a href="/contribute">Contribute</a></li>
-		<!-- /community || /news/2010/09/09/wicket-1-4-11-released.html -->
-    	<li class=""><a href="/community">Community</a></li>
-		<!-- /apache || /news/2010/09/09/wicket-1-4-11-released.html -->
-    	<li class=""><a href="/apache">Apache</a></li>
-    </ul>
-</nav>
-        <div class="logo">
-    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
-</div>
-    </div>
-</div>
-<main>
-    <div class="l-container">
-        <header class="l-full preamble">
-            <h1>Wicket 1.4.11 released</h1>
-        </header>
-        <section class="l-one-third right">
-        </section>
-        <section class="l-two-third left">
-            <div class="l-full">
-    <p class="meta">09 Sep 2010</p>
-    <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><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>To use in Maven:</li>
-</ul>
-<figure class="highlight"><pre><code class="language-xml" data-lang="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></figure>
-<ul>
-  <li>Download the <a href="http://www.apache.org/dyn/closer.cgi/wicket/1.4.11">full distribution</a> (including source)</li>
-</ul>
-</div>
-        </section>
-    </div>
-</main>
-        <footer class="l-container">
-            <div class="l-full">
-    <img height="60px" src="/img/asf_logo.gif" style="float:left">
-    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
-    Wicket, Apache, the Apache feather logo, and the Apache Wicket
-    project logo are trademarks of The Apache Software Foundation. All
-    other marks mentioned may be trademarks or registered trademarks of
-    their respective owners.
-</div>
-        </footer>
-    </body>
-
-</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2010/09/09/wicket-1.4.11-released.html
----------------------------------------------------------------------
diff --git a/content/news/2010/09/09/wicket-1.4.11-released.html b/content/news/2010/09/09/wicket-1.4.11-released.html
new file mode 100644
index 0000000..606f693
--- /dev/null
+++ b/content/news/2010/09/09/wicket-1.4.11-released.html
@@ -0,0 +1,84 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+        <meta charset="utf-8">
+        <title>Wicket 1.4.11 released | Apache Wicket</title>
+        <meta name="viewport" content="width=device-width, initial-scale=1" />
+
+        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
+        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
+        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
+
+		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
+
+    </head>
+
+    <body class="">
+        <div class="header default">
+    <div class="l-container">
+<nav class="mainmenu">
+    <ul>
+		<!-- /start/quickstart.html || /news/2010/09/09/wicket-1.4.11-released.html -->
+    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
+		<!-- /start/download.html || /news/2010/09/09/wicket-1.4.11-released.html -->
+    	<li class=""><a href="/start/download.html">Download</a></li>
+		<!-- /learn || /news/2010/09/09/wicket-1.4.11-released.html -->
+    	<li class=""><a href="/learn">Documentation</a></li>
+		<!-- /help || /news/2010/09/09/wicket-1.4.11-released.html -->
+    	<li class=""><a href="/help">Support</a></li>
+		<!-- /contribute || /news/2010/09/09/wicket-1.4.11-released.html -->
+    	<li class=""><a href="/contribute">Contribute</a></li>
+		<!-- /community || /news/2010/09/09/wicket-1.4.11-released.html -->
+    	<li class=""><a href="/community">Community</a></li>
+		<!-- /apache || /news/2010/09/09/wicket-1.4.11-released.html -->
+    	<li class=""><a href="/apache">Apache</a></li>
+    </ul>
+</nav>
+        <div class="logo">
+    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
+</div>
+    </div>
+</div>
+<main>
+    <div class="l-container">
+        <header class="l-full preamble">
+            <h1>Wicket 1.4.11 released</h1>
+        </header>
+        <section class="l-one-third right">
+        </section>
+        <section class="l-two-third left">
+            <div class="l-full">
+    <p class="meta">09 Sep 2010</p>
+    <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><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>To use in Maven:</li>
+</ul>
+<figure class="highlight"><pre><code class="language-xml" data-lang="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></figure>
+<ul>
+  <li>Download the <a href="http://www.apache.org/dyn/closer.cgi/wicket/1.4.11">full distribution</a> (including source)</li>
+</ul>
+</div>
+        </section>
+    </div>
+</main>
+        <footer class="l-container">
+            <div class="l-full">
+    <img height="60px" src="/img/asf_logo.gif" style="float:left">
+    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
+    Wicket, Apache, the Apache feather logo, and the Apache Wicket
+    project logo are trademarks of The Apache Software Foundation. All
+    other marks mentioned may be trademarks or registered trademarks of
+    their respective owners.
+</div>
+        </footer>
+    </body>
+
+</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2010/09/17/wicket-1-4-12-released.html
----------------------------------------------------------------------
diff --git a/content/news/2010/09/17/wicket-1-4-12-released.html b/content/news/2010/09/17/wicket-1-4-12-released.html
deleted file mode 100644
index 9fbe073..0000000
--- a/content/news/2010/09/17/wicket-1-4-12-released.html
+++ /dev/null
@@ -1,83 +0,0 @@
-<!DOCTYPE html>
-<html>
-    <head>
-        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-        <meta charset="utf-8">
-        <title>Wicket 1.4.12 released | Apache Wicket</title>
-        <meta name="viewport" content="width=device-width, initial-scale=1" />
-
-        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
-        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
-        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
-
-		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
-
-    </head>
-
-    <body class="">
-        <div class="header default">
-    <div class="l-container">
-<nav class="mainmenu">
-    <ul>
-		<!-- /start/quickstart.html || /news/2010/09/17/wicket-1-4-12-released.html -->
-    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
-		<!-- /start/download.html || /news/2010/09/17/wicket-1-4-12-released.html -->
-    	<li class=""><a href="/start/download.html">Download</a></li>
-		<!-- /learn || /news/2010/09/17/wicket-1-4-12-released.html -->
-    	<li class=""><a href="/learn">Documentation</a></li>
-		<!-- /help || /news/2010/09/17/wicket-1-4-12-released.html -->
-    	<li class=""><a href="/help">Support</a></li>
-		<!-- /contribute || /news/2010/09/17/wicket-1-4-12-released.html -->
-    	<li class=""><a href="/contribute">Contribute</a></li>
-		<!-- /community || /news/2010/09/17/wicket-1-4-12-released.html -->
-    	<li class=""><a href="/community">Community</a></li>
-		<!-- /apache || /news/2010/09/17/wicket-1-4-12-released.html -->
-    	<li class=""><a href="/apache">Apache</a></li>
-    </ul>
-</nav>
-        <div class="logo">
-    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
-</div>
-    </div>
-</div>
-<main>
-    <div class="l-container">
-        <header class="l-full preamble">
-            <h1>Wicket 1.4.12 released</h1>
-        </header>
-        <section class="l-one-third right">
-        </section>
-        <section class="l-two-third left">
-            <div class="l-full">
-    <p class="meta">17 Sep 2010</p>
-    <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><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>To use in Maven:</li>
-</ul>
-<figure class="highlight"><pre><code class="language-xml" data-lang="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></figure>
-<ul>
-  <li>Download the <a href="http://www.apache.org/dyn/closer.cgi/wicket/1.4.12">full distribution</a> (including source)</li>
-</ul>
-</div>
-        </section>
-    </div>
-</main>
-        <footer class="l-container">
-            <div class="l-full">
-    <img height="60px" src="/img/asf_logo.gif" style="float:left">
-    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
-    Wicket, Apache, the Apache feather logo, and the Apache Wicket
-    project logo are trademarks of The Apache Software Foundation. All
-    other marks mentioned may be trademarks or registered trademarks of
-    their respective owners.
-</div>
-        </footer>
-    </body>
-
-</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2010/09/17/wicket-1-5-m2-1-released.html
----------------------------------------------------------------------
diff --git a/content/news/2010/09/17/wicket-1-5-m2-1-released.html b/content/news/2010/09/17/wicket-1-5-m2-1-released.html
deleted file mode 100644
index 957a969..0000000
--- a/content/news/2010/09/17/wicket-1-5-m2-1-released.html
+++ /dev/null
@@ -1,87 +0,0 @@
-<!DOCTYPE html>
-<html>
-    <head>
-        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-        <meta charset="utf-8">
-        <title>Wicket 1.5-M2.1 released | Apache Wicket</title>
-        <meta name="viewport" content="width=device-width, initial-scale=1" />
-
-        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
-        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
-        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
-
-		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
-
-    </head>
-
-    <body class="">
-        <div class="header default">
-    <div class="l-container">
-<nav class="mainmenu">
-    <ul>
-		<!-- /start/quickstart.html || /news/2010/09/17/wicket-1-5-m2-1-released.html -->
-    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
-		<!-- /start/download.html || /news/2010/09/17/wicket-1-5-m2-1-released.html -->
-    	<li class=""><a href="/start/download.html">Download</a></li>
-		<!-- /learn || /news/2010/09/17/wicket-1-5-m2-1-released.html -->
-    	<li class=""><a href="/learn">Documentation</a></li>
-		<!-- /help || /news/2010/09/17/wicket-1-5-m2-1-released.html -->
-    	<li class=""><a href="/help">Support</a></li>
-		<!-- /contribute || /news/2010/09/17/wicket-1-5-m2-1-released.html -->
-    	<li class=""><a href="/contribute">Contribute</a></li>
-		<!-- /community || /news/2010/09/17/wicket-1-5-m2-1-released.html -->
-    	<li class=""><a href="/community">Community</a></li>
-		<!-- /apache || /news/2010/09/17/wicket-1-5-m2-1-released.html -->
-    	<li class=""><a href="/apache">Apache</a></li>
-    </ul>
-</nav>
-        <div class="logo">
-    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
-</div>
-    </div>
-</div>
-<main>
-    <div class="l-container">
-        <header class="l-full preamble">
-            <h1>Wicket 1.5-M2.1 released</h1>
-        </header>
-        <section class="l-one-third right">
-        </section>
-        <section class="l-two-third left">
-            <div class="l-full">
-    <p class="meta">17 Sep 2010</p>
-    <p>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.</p>
-<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>
-<p>New and noteworthy items in this milestone include <a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+1.5#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/confluence/display/WICKET/Migration+to+Wicket+1.5#MigrationtoWicket1.5-getResourceSettings%2528%2529.setAddLastModifiedTimeToResourceReferenceUrl%2528%2529hasbeenreplaced">resource caching</a>.</p>
-<ul>
-  <li><a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+1.5">Migration notes</a></li>
-  <li><a href="http://svn.apache.org/repos/asf/wicket/releases/wicket-1.5-M2.1">Subversion tag</a></li>
-  <li>To use in Maven:</li>
-</ul>
-<figure class="highlight"><pre><code class="language-xml" data-lang="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></figure>
-<ul>
-  <li>Download the <a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5-M2.1">full
-distribution</a> (including source)</li>
-</ul>
-</div>
-        </section>
-    </div>
-</main>
-        <footer class="l-container">
-            <div class="l-full">
-    <img height="60px" src="/img/asf_logo.gif" style="float:left">
-    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
-    Wicket, Apache, the Apache feather logo, and the Apache Wicket
-    project logo are trademarks of The Apache Software Foundation. All
-    other marks mentioned may be trademarks or registered trademarks of
-    their respective owners.
-</div>
-        </footer>
-    </body>
-
-</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2010/09/17/wicket.1.4.12-released.html
----------------------------------------------------------------------
diff --git a/content/news/2010/09/17/wicket.1.4.12-released.html b/content/news/2010/09/17/wicket.1.4.12-released.html
new file mode 100644
index 0000000..2fd7e74
--- /dev/null
+++ b/content/news/2010/09/17/wicket.1.4.12-released.html
@@ -0,0 +1,83 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+        <meta charset="utf-8">
+        <title>Wicket 1.4.12 released | Apache Wicket</title>
+        <meta name="viewport" content="width=device-width, initial-scale=1" />
+
+        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
+        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
+        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
+
+		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
+
+    </head>
+
+    <body class="">
+        <div class="header default">
+    <div class="l-container">
+<nav class="mainmenu">
+    <ul>
+		<!-- /start/quickstart.html || /news/2010/09/17/wicket.1.4.12-released.html -->
+    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
+		<!-- /start/download.html || /news/2010/09/17/wicket.1.4.12-released.html -->
+    	<li class=""><a href="/start/download.html">Download</a></li>
+		<!-- /learn || /news/2010/09/17/wicket.1.4.12-released.html -->
+    	<li class=""><a href="/learn">Documentation</a></li>
+		<!-- /help || /news/2010/09/17/wicket.1.4.12-released.html -->
+    	<li class=""><a href="/help">Support</a></li>
+		<!-- /contribute || /news/2010/09/17/wicket.1.4.12-released.html -->
+    	<li class=""><a href="/contribute">Contribute</a></li>
+		<!-- /community || /news/2010/09/17/wicket.1.4.12-released.html -->
+    	<li class=""><a href="/community">Community</a></li>
+		<!-- /apache || /news/2010/09/17/wicket.1.4.12-released.html -->
+    	<li class=""><a href="/apache">Apache</a></li>
+    </ul>
+</nav>
+        <div class="logo">
+    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
+</div>
+    </div>
+</div>
+<main>
+    <div class="l-container">
+        <header class="l-full preamble">
+            <h1>Wicket 1.4.12 released</h1>
+        </header>
+        <section class="l-one-third right">
+        </section>
+        <section class="l-two-third left">
+            <div class="l-full">
+    <p class="meta">17 Sep 2010</p>
+    <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><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>To use in Maven:</li>
+</ul>
+<figure class="highlight"><pre><code class="language-xml" data-lang="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></figure>
+<ul>
+  <li>Download the <a href="http://www.apache.org/dyn/closer.cgi/wicket/1.4.12">full distribution</a> (including source)</li>
+</ul>
+</div>
+        </section>
+    </div>
+</main>
+        <footer class="l-container">
+            <div class="l-full">
+    <img height="60px" src="/img/asf_logo.gif" style="float:left">
+    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
+    Wicket, Apache, the Apache feather logo, and the Apache Wicket
+    project logo are trademarks of The Apache Software Foundation. All
+    other marks mentioned may be trademarks or registered trademarks of
+    their respective owners.
+</div>
+        </footer>
+    </body>
+
+</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2010/09/17/wicket.1.5-M2.1-released.html
----------------------------------------------------------------------
diff --git a/content/news/2010/09/17/wicket.1.5-M2.1-released.html b/content/news/2010/09/17/wicket.1.5-M2.1-released.html
new file mode 100644
index 0000000..e8d07d4
--- /dev/null
+++ b/content/news/2010/09/17/wicket.1.5-M2.1-released.html
@@ -0,0 +1,87 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+        <meta charset="utf-8">
+        <title>Wicket 1.5-M2.1 released | Apache Wicket</title>
+        <meta name="viewport" content="width=device-width, initial-scale=1" />
+
+        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
+        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
+        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
+
+		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
+
+    </head>
+
+    <body class="">
+        <div class="header default">
+    <div class="l-container">
+<nav class="mainmenu">
+    <ul>
+		<!-- /start/quickstart.html || /news/2010/09/17/wicket.1.5-M2.1-released.html -->
+    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
+		<!-- /start/download.html || /news/2010/09/17/wicket.1.5-M2.1-released.html -->
+    	<li class=""><a href="/start/download.html">Download</a></li>
+		<!-- /learn || /news/2010/09/17/wicket.1.5-M2.1-released.html -->
+    	<li class=""><a href="/learn">Documentation</a></li>
+		<!-- /help || /news/2010/09/17/wicket.1.5-M2.1-released.html -->
+    	<li class=""><a href="/help">Support</a></li>
+		<!-- /contribute || /news/2010/09/17/wicket.1.5-M2.1-released.html -->
+    	<li class=""><a href="/contribute">Contribute</a></li>
+		<!-- /community || /news/2010/09/17/wicket.1.5-M2.1-released.html -->
+    	<li class=""><a href="/community">Community</a></li>
+		<!-- /apache || /news/2010/09/17/wicket.1.5-M2.1-released.html -->
+    	<li class=""><a href="/apache">Apache</a></li>
+    </ul>
+</nav>
+        <div class="logo">
+    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
+</div>
+    </div>
+</div>
+<main>
+    <div class="l-container">
+        <header class="l-full preamble">
+            <h1>Wicket 1.5-M2.1 released</h1>
+        </header>
+        <section class="l-one-third right">
+        </section>
+        <section class="l-two-third left">
+            <div class="l-full">
+    <p class="meta">17 Sep 2010</p>
+    <p>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.</p>
+<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>
+<p>New and noteworthy items in this milestone include <a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+1.5#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/confluence/display/WICKET/Migration+to+Wicket+1.5#MigrationtoWicket1.5-getResourceSettings%2528%2529.setAddLastModifiedTimeToResourceReferenceUrl%2528%2529hasbeenreplaced">resource caching</a>.</p>
+<ul>
+  <li><a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+1.5">Migration notes</a></li>
+  <li><a href="http://svn.apache.org/repos/asf/wicket/releases/wicket-1.5-M2.1">Subversion tag</a></li>
+  <li>To use in Maven:</li>
+</ul>
+<figure class="highlight"><pre><code class="language-xml" data-lang="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></figure>
+<ul>
+  <li>Download the <a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5-M2.1">full
+distribution</a> (including source)</li>
+</ul>
+</div>
+        </section>
+    </div>
+</main>
+        <footer class="l-container">
+            <div class="l-full">
+    <img height="60px" src="/img/asf_logo.gif" style="float:left">
+    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
+    Wicket, Apache, the Apache feather logo, and the Apache Wicket
+    project logo are trademarks of The Apache Software Foundation. All
+    other marks mentioned may be trademarks or registered trademarks of
+    their respective owners.
+</div>
+        </footer>
+    </body>
+
+</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2010/09/index.html
----------------------------------------------------------------------
diff --git a/content/news/2010/09/index.html b/content/news/2010/09/index.html
index f428dca..e47e06f 100644
--- a/content/news/2010/09/index.html
+++ b/content/news/2010/09/index.html
@@ -58,7 +58,7 @@ fifty bug fixes and improvements.</p>
 </ul>
 <figure class="highlight"><pre><code class="language-xml" data-lang="xml"><span class="nt">&lt;dependency&gt;</span>
     <span class="nt">&lt;groupId&gt;</span>org.apac...</code></pre></figure>
-	<a href="/news/2010/09/09/wicket-1-4-11-released.html">more</a></li>
+	<a href="/news/2010/09/09/wicket-1.4.11-released.html">more</a></li>
 </div>
 <div class="news">
 	<h3>Wicket 1.4.12 released</h3>
@@ -69,7 +69,7 @@ fifty bug fixes and improvements.</p>
   <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>To use in Maven:</li>
 ...</ul>
-	<a href="/news/2010/09/17/wicket-1-4-12-released.html">more</a></li>
+	<a href="/news/2010/09/17/wicket.1.4.12-released.html">more</a></li>
 </div>
 <div class="news">
 	<h3>Wicket 1.5-M2.1 released</h3>
@@ -77,7 +77,7 @@ fifty bug fixes and improvements.</p>
 	<p>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.</p>
 <p>This release is NOT production-ready, it is more of a technology demo that should facilitate user-feedback we can ...</p>
-	<a href="/news/2010/09/17/wicket-1-5-m2-1-released.html">more</a></li>
+	<a href="/news/2010/09/17/wicket.1.5-M2.1-released.html">more</a></li>
 </div>
         </div>
         <div class="l-one-third">

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2010/11/01/wicket-1-4-13-released.html
----------------------------------------------------------------------
diff --git a/content/news/2010/11/01/wicket-1-4-13-released.html b/content/news/2010/11/01/wicket-1-4-13-released.html
deleted file mode 100644
index 4d72581..0000000
--- a/content/news/2010/11/01/wicket-1-4-13-released.html
+++ /dev/null
@@ -1,83 +0,0 @@
-<!DOCTYPE html>
-<html>
-    <head>
-        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-        <meta charset="utf-8">
-        <title>Wicket 1.4.13 released | Apache Wicket</title>
-        <meta name="viewport" content="width=device-width, initial-scale=1" />
-
-        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
-        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
-        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
-
-		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
-
-    </head>
-
-    <body class="">
-        <div class="header default">
-    <div class="l-container">
-<nav class="mainmenu">
-    <ul>
-		<!-- /start/quickstart.html || /news/2010/11/01/wicket-1-4-13-released.html -->
-    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
-		<!-- /start/download.html || /news/2010/11/01/wicket-1-4-13-released.html -->
-    	<li class=""><a href="/start/download.html">Download</a></li>
-		<!-- /learn || /news/2010/11/01/wicket-1-4-13-released.html -->
-    	<li class=""><a href="/learn">Documentation</a></li>
-		<!-- /help || /news/2010/11/01/wicket-1-4-13-released.html -->
-    	<li class=""><a href="/help">Support</a></li>
-		<!-- /contribute || /news/2010/11/01/wicket-1-4-13-released.html -->
-    	<li class=""><a href="/contribute">Contribute</a></li>
-		<!-- /community || /news/2010/11/01/wicket-1-4-13-released.html -->
-    	<li class=""><a href="/community">Community</a></li>
-		<!-- /apache || /news/2010/11/01/wicket-1-4-13-released.html -->
-    	<li class=""><a href="/apache">Apache</a></li>
-    </ul>
-</nav>
-        <div class="logo">
-    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
-</div>
-    </div>
-</div>
-<main>
-    <div class="l-container">
-        <header class="l-full preamble">
-            <h1>Wicket 1.4.13 released</h1>
-        </header>
-        <section class="l-one-third right">
-        </section>
-        <section class="l-two-third left">
-            <div class="l-full">
-    <p class="meta">01 Nov 2010</p>
-    <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><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&amp;styleName=Html&amp;version=12315330">Changelog</a></li>
-  <li>To use in Maven:</li>
-</ul>
-<figure class="highlight"><pre><code class="language-xml" data-lang="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></figure>
-<ul>
-  <li>Download the <a href="http://www.apache.org/dyn/closer.cgi/wicket/1.4.13">full distribution</a> (including source)</li>
-</ul>
-</div>
-        </section>
-    </div>
-</main>
-        <footer class="l-container">
-            <div class="l-full">
-    <img height="60px" src="/img/asf_logo.gif" style="float:left">
-    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
-    Wicket, Apache, the Apache feather logo, and the Apache Wicket
-    project logo are trademarks of The Apache Software Foundation. All
-    other marks mentioned may be trademarks or registered trademarks of
-    their respective owners.
-</div>
-        </footer>
-    </body>
-
-</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2010/11/01/wicket-1.4.13-released.html
----------------------------------------------------------------------
diff --git a/content/news/2010/11/01/wicket-1.4.13-released.html b/content/news/2010/11/01/wicket-1.4.13-released.html
new file mode 100644
index 0000000..0991f5c
--- /dev/null
+++ b/content/news/2010/11/01/wicket-1.4.13-released.html
@@ -0,0 +1,83 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+        <meta charset="utf-8">
+        <title>Wicket 1.4.13 released | Apache Wicket</title>
+        <meta name="viewport" content="width=device-width, initial-scale=1" />
+
+        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
+        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
+        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
+
+		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
+
+    </head>
+
+    <body class="">
+        <div class="header default">
+    <div class="l-container">
+<nav class="mainmenu">
+    <ul>
+		<!-- /start/quickstart.html || /news/2010/11/01/wicket-1.4.13-released.html -->
+    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
+		<!-- /start/download.html || /news/2010/11/01/wicket-1.4.13-released.html -->
+    	<li class=""><a href="/start/download.html">Download</a></li>
+		<!-- /learn || /news/2010/11/01/wicket-1.4.13-released.html -->
+    	<li class=""><a href="/learn">Documentation</a></li>
+		<!-- /help || /news/2010/11/01/wicket-1.4.13-released.html -->
+    	<li class=""><a href="/help">Support</a></li>
+		<!-- /contribute || /news/2010/11/01/wicket-1.4.13-released.html -->
+    	<li class=""><a href="/contribute">Contribute</a></li>
+		<!-- /community || /news/2010/11/01/wicket-1.4.13-released.html -->
+    	<li class=""><a href="/community">Community</a></li>
+		<!-- /apache || /news/2010/11/01/wicket-1.4.13-released.html -->
+    	<li class=""><a href="/apache">Apache</a></li>
+    </ul>
+</nav>
+        <div class="logo">
+    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
+</div>
+    </div>
+</div>
+<main>
+    <div class="l-container">
+        <header class="l-full preamble">
+            <h1>Wicket 1.4.13 released</h1>
+        </header>
+        <section class="l-one-third right">
+        </section>
+        <section class="l-two-third left">
+            <div class="l-full">
+    <p class="meta">01 Nov 2010</p>
+    <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><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&amp;styleName=Html&amp;version=12315330">Changelog</a></li>
+  <li>To use in Maven:</li>
+</ul>
+<figure class="highlight"><pre><code class="language-xml" data-lang="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></figure>
+<ul>
+  <li>Download the <a href="http://www.apache.org/dyn/closer.cgi/wicket/1.4.13">full distribution</a> (including source)</li>
+</ul>
+</div>
+        </section>
+    </div>
+</main>
+        <footer class="l-container">
+            <div class="l-full">
+    <img height="60px" src="/img/asf_logo.gif" style="float:left">
+    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
+    Wicket, Apache, the Apache feather logo, and the Apache Wicket
+    project logo are trademarks of The Apache Software Foundation. All
+    other marks mentioned may be trademarks or registered trademarks of
+    their respective owners.
+</div>
+        </footer>
+    </body>
+
+</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2010/11/05/wicket-1-5-m3-released.html
----------------------------------------------------------------------
diff --git a/content/news/2010/11/05/wicket-1-5-m3-released.html b/content/news/2010/11/05/wicket-1-5-m3-released.html
deleted file mode 100644
index df40c4d..0000000
--- a/content/news/2010/11/05/wicket-1-5-m3-released.html
+++ /dev/null
@@ -1,83 +0,0 @@
-<!DOCTYPE html>
-<html>
-    <head>
-        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-        <meta charset="utf-8">
-        <title>Wicket 1.5-M3 released | Apache Wicket</title>
-        <meta name="viewport" content="width=device-width, initial-scale=1" />
-
-        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
-        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
-        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
-
-		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
-
-    </head>
-
-    <body class="">
-        <div class="header default">
-    <div class="l-container">
-<nav class="mainmenu">
-    <ul>
-		<!-- /start/quickstart.html || /news/2010/11/05/wicket-1-5-m3-released.html -->
-    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
-		<!-- /start/download.html || /news/2010/11/05/wicket-1-5-m3-released.html -->
-    	<li class=""><a href="/start/download.html">Download</a></li>
-		<!-- /learn || /news/2010/11/05/wicket-1-5-m3-released.html -->
-    	<li class=""><a href="/learn">Documentation</a></li>
-		<!-- /help || /news/2010/11/05/wicket-1-5-m3-released.html -->
-    	<li class=""><a href="/help">Support</a></li>
-		<!-- /contribute || /news/2010/11/05/wicket-1-5-m3-released.html -->
-    	<li class=""><a href="/contribute">Contribute</a></li>
-		<!-- /community || /news/2010/11/05/wicket-1-5-m3-released.html -->
-    	<li class=""><a href="/community">Community</a></li>
-		<!-- /apache || /news/2010/11/05/wicket-1-5-m3-released.html -->
-    	<li class=""><a href="/apache">Apache</a></li>
-    </ul>
-</nav>
-        <div class="logo">
-    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
-</div>
-    </div>
-</div>
-<main>
-    <div class="l-container">
-        <header class="l-full preamble">
-            <h1>Wicket 1.5-M3 released</h1>
-        </header>
-        <section class="l-one-third right">
-        </section>
-        <section class="l-two-third left">
-            <div class="l-full">
-    <p class="meta">05 Nov 2010</p>
-    <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><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&amp;styleName=Html&amp;version=12315329">Changelog</a></li>
-  <li>To use in Maven:</li>
-</ul>
-<figure class="highlight"><pre><code class="language-xml" data-lang="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></figure>
-<ul>
-  <li>Download the <a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5-M3">full distribution</a> (including source)</li>
-</ul>
-</div>
-        </section>
-    </div>
-</main>
-        <footer class="l-container">
-            <div class="l-full">
-    <img height="60px" src="/img/asf_logo.gif" style="float:left">
-    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
-    Wicket, Apache, the Apache feather logo, and the Apache Wicket
-    project logo are trademarks of The Apache Software Foundation. All
-    other marks mentioned may be trademarks or registered trademarks of
-    their respective owners.
-</div>
-        </footer>
-    </body>
-
-</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2010/11/05/wicket-1.5-M3-released.html
----------------------------------------------------------------------
diff --git a/content/news/2010/11/05/wicket-1.5-M3-released.html b/content/news/2010/11/05/wicket-1.5-M3-released.html
new file mode 100644
index 0000000..7c72b82
--- /dev/null
+++ b/content/news/2010/11/05/wicket-1.5-M3-released.html
@@ -0,0 +1,83 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+        <meta charset="utf-8">
+        <title>Wicket 1.5-M3 released | Apache Wicket</title>
+        <meta name="viewport" content="width=device-width, initial-scale=1" />
+
+        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
+        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
+        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
+
+		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
+
+    </head>
+
+    <body class="">
+        <div class="header default">
+    <div class="l-container">
+<nav class="mainmenu">
+    <ul>
+		<!-- /start/quickstart.html || /news/2010/11/05/wicket-1.5-M3-released.html -->
+    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
+		<!-- /start/download.html || /news/2010/11/05/wicket-1.5-M3-released.html -->
+    	<li class=""><a href="/start/download.html">Download</a></li>
+		<!-- /learn || /news/2010/11/05/wicket-1.5-M3-released.html -->
+    	<li class=""><a href="/learn">Documentation</a></li>
+		<!-- /help || /news/2010/11/05/wicket-1.5-M3-released.html -->
+    	<li class=""><a href="/help">Support</a></li>
+		<!-- /contribute || /news/2010/11/05/wicket-1.5-M3-released.html -->
+    	<li class=""><a href="/contribute">Contribute</a></li>
+		<!-- /community || /news/2010/11/05/wicket-1.5-M3-released.html -->
+    	<li class=""><a href="/community">Community</a></li>
+		<!-- /apache || /news/2010/11/05/wicket-1.5-M3-released.html -->
+    	<li class=""><a href="/apache">Apache</a></li>
+    </ul>
+</nav>
+        <div class="logo">
+    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
+</div>
+    </div>
+</div>
+<main>
+    <div class="l-container">
+        <header class="l-full preamble">
+            <h1>Wicket 1.5-M3 released</h1>
+        </header>
+        <section class="l-one-third right">
+        </section>
+        <section class="l-two-third left">
+            <div class="l-full">
+    <p class="meta">05 Nov 2010</p>
+    <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><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&amp;styleName=Html&amp;version=12315329">Changelog</a></li>
+  <li>To use in Maven:</li>
+</ul>
+<figure class="highlight"><pre><code class="language-xml" data-lang="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></figure>
+<ul>
+  <li>Download the <a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5-M3">full distribution</a> (including source)</li>
+</ul>
+</div>
+        </section>
+    </div>
+</main>
+        <footer class="l-container">
+            <div class="l-full">
+    <img height="60px" src="/img/asf_logo.gif" style="float:left">
+    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
+    Wicket, Apache, the Apache feather logo, and the Apache Wicket
+    project logo are trademarks of The Apache Software Foundation. All
+    other marks mentioned may be trademarks or registered trademarks of
+    their respective owners.
+</div>
+        </footer>
+    </body>
+
+</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2010/11/29/wicket-1-4-14-released.html
----------------------------------------------------------------------
diff --git a/content/news/2010/11/29/wicket-1-4-14-released.html b/content/news/2010/11/29/wicket-1-4-14-released.html
deleted file mode 100644
index 8a172c2..0000000
--- a/content/news/2010/11/29/wicket-1-4-14-released.html
+++ /dev/null
@@ -1,83 +0,0 @@
-<!DOCTYPE html>
-<html>
-    <head>
-        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-        <meta charset="utf-8">
-        <title>Wicket 1.4.14 released | Apache Wicket</title>
-        <meta name="viewport" content="width=device-width, initial-scale=1" />
-
-        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
-        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
-        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
-
-		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
-
-    </head>
-
-    <body class="">
-        <div class="header default">
-    <div class="l-container">
-<nav class="mainmenu">
-    <ul>
-		<!-- /start/quickstart.html || /news/2010/11/29/wicket-1-4-14-released.html -->
-    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
-		<!-- /start/download.html || /news/2010/11/29/wicket-1-4-14-released.html -->
-    	<li class=""><a href="/start/download.html">Download</a></li>
-		<!-- /learn || /news/2010/11/29/wicket-1-4-14-released.html -->
-    	<li class=""><a href="/learn">Documentation</a></li>
-		<!-- /help || /news/2010/11/29/wicket-1-4-14-released.html -->
-    	<li class=""><a href="/help">Support</a></li>
-		<!-- /contribute || /news/2010/11/29/wicket-1-4-14-released.html -->
-    	<li class=""><a href="/contribute">Contribute</a></li>
-		<!-- /community || /news/2010/11/29/wicket-1-4-14-released.html -->
-    	<li class=""><a href="/community">Community</a></li>
-		<!-- /apache || /news/2010/11/29/wicket-1-4-14-released.html -->
-    	<li class=""><a href="/apache">Apache</a></li>
-    </ul>
-</nav>
-        <div class="logo">
-    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
-</div>
-    </div>
-</div>
-<main>
-    <div class="l-container">
-        <header class="l-full preamble">
-            <h1>Wicket 1.4.14 released</h1>
-        </header>
-        <section class="l-one-third right">
-        </section>
-        <section class="l-two-third left">
-            <div class="l-full">
-    <p class="meta">29 Nov 2010</p>
-    <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><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&amp;styleName=Html&amp;version=12315480">Changelog</a></li>
-  <li>To use in Maven:</li>
-</ul>
-<figure class="highlight"><pre><code class="language-xml" data-lang="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></figure>
-<ul>
-  <li>Download the <a href="http://www.apache.org/dyn/closer.cgi/wicket/1.4.14">full distribution</a> (including source)</li>
-</ul>
-</div>
-        </section>
-    </div>
-</main>
-        <footer class="l-container">
-            <div class="l-full">
-    <img height="60px" src="/img/asf_logo.gif" style="float:left">
-    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
-    Wicket, Apache, the Apache feather logo, and the Apache Wicket
-    project logo are trademarks of The Apache Software Foundation. All
-    other marks mentioned may be trademarks or registered trademarks of
-    their respective owners.
-</div>
-        </footer>
-    </body>
-
-</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2010/11/29/wicket-1.4.14-released.html
----------------------------------------------------------------------
diff --git a/content/news/2010/11/29/wicket-1.4.14-released.html b/content/news/2010/11/29/wicket-1.4.14-released.html
new file mode 100644
index 0000000..f76464c
--- /dev/null
+++ b/content/news/2010/11/29/wicket-1.4.14-released.html
@@ -0,0 +1,83 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+        <meta charset="utf-8">
+        <title>Wicket 1.4.14 released | Apache Wicket</title>
+        <meta name="viewport" content="width=device-width, initial-scale=1" />
+
+        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
+        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
+        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
+
+		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
+
+    </head>
+
+    <body class="">
+        <div class="header default">
+    <div class="l-container">
+<nav class="mainmenu">
+    <ul>
+		<!-- /start/quickstart.html || /news/2010/11/29/wicket-1.4.14-released.html -->
+    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
+		<!-- /start/download.html || /news/2010/11/29/wicket-1.4.14-released.html -->
+    	<li class=""><a href="/start/download.html">Download</a></li>
+		<!-- /learn || /news/2010/11/29/wicket-1.4.14-released.html -->
+    	<li class=""><a href="/learn">Documentation</a></li>
+		<!-- /help || /news/2010/11/29/wicket-1.4.14-released.html -->
+    	<li class=""><a href="/help">Support</a></li>
+		<!-- /contribute || /news/2010/11/29/wicket-1.4.14-released.html -->
+    	<li class=""><a href="/contribute">Contribute</a></li>
+		<!-- /community || /news/2010/11/29/wicket-1.4.14-released.html -->
+    	<li class=""><a href="/community">Community</a></li>
+		<!-- /apache || /news/2010/11/29/wicket-1.4.14-released.html -->
+    	<li class=""><a href="/apache">Apache</a></li>
+    </ul>
+</nav>
+        <div class="logo">
+    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
+</div>
+    </div>
+</div>
+<main>
+    <div class="l-container">
+        <header class="l-full preamble">
+            <h1>Wicket 1.4.14 released</h1>
+        </header>
+        <section class="l-one-third right">
+        </section>
+        <section class="l-two-third left">
+            <div class="l-full">
+    <p class="meta">29 Nov 2010</p>
+    <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><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&amp;styleName=Html&amp;version=12315480">Changelog</a></li>
+  <li>To use in Maven:</li>
+</ul>
+<figure class="highlight"><pre><code class="language-xml" data-lang="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></figure>
+<ul>
+  <li>Download the <a href="http://www.apache.org/dyn/closer.cgi/wicket/1.4.14">full distribution</a> (including source)</li>
+</ul>
+</div>
+        </section>
+    </div>
+</main>
+        <footer class="l-container">
+            <div class="l-full">
+    <img height="60px" src="/img/asf_logo.gif" style="float:left">
+    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
+    Wicket, Apache, the Apache feather logo, and the Apache Wicket
+    project logo are trademarks of The Apache Software Foundation. All
+    other marks mentioned may be trademarks or registered trademarks of
+    their respective owners.
+</div>
+        </footer>
+    </body>
+
+</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2010/11/index.html
----------------------------------------------------------------------
diff --git a/content/news/2010/11/index.html b/content/news/2010/11/index.html
index e8bcbf3..479ee86 100644
--- a/content/news/2010/11/index.html
+++ b/content/news/2010/11/index.html
@@ -57,7 +57,7 @@
 </ul>
 <figure class="highlight"><pre><code class="language-xml" data-lang="xml"><span class="nt">&lt;dependency&gt;</span>
     <span class="nt">&lt;group...</span></code></pre></figure>
-	<a href="/news/2010/11/01/wicket-1-4-13-released.html">more</a></li>
+	<a href="/news/2010/11/01/wicket-1.4.13-released.html">more</a></li>
 </div>
 <div class="news">
 	<h3>Wicket 1.5-M3 released</h3>
@@ -67,7 +67,7 @@
   <li><a href="http://svn.apache.org/repos/asf/wicket/releases/wicket-1.5-M3">Subversion tag</a></li>
   <li><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&amp;styleName=Html&amp;version=12315329">Changel...</a></li>
 </ul>
-	<a href="/news/2010/11/05/wicket-1-5-m3-released.html">more</a></li>
+	<a href="/news/2010/11/05/wicket-1.5-M3-released.html">more</a></li>
 </div>
 <div class="news">
 	<h3>Pedro Santos is a Wicket team member</h3>
@@ -89,7 +89,7 @@ willing to do the “grunt work” of creating great test cases for his pa...</p
 </ul>
 <figure class="highlight"><pre><code class="language-xml" data-lang="xml"><span class="nt">&lt;dependency&gt;</span>
     <span class="nt">&lt;group...</span></code></pre></figure>
-	<a href="/news/2010/11/29/wicket-1-4-14-released.html">more</a></li>
+	<a href="/news/2010/11/29/wicket-1.4.14-released.html">more</a></li>
 </div>
         </div>
         <div class="l-one-third">

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2010/12/24/wicket-1-4-15-released.html
----------------------------------------------------------------------
diff --git a/content/news/2010/12/24/wicket-1-4-15-released.html b/content/news/2010/12/24/wicket-1-4-15-released.html
deleted file mode 100644
index f175dbb..0000000
--- a/content/news/2010/12/24/wicket-1-4-15-released.html
+++ /dev/null
@@ -1,83 +0,0 @@
-<!DOCTYPE html>
-<html>
-    <head>
-        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-        <meta charset="utf-8">
-        <title>Wicket 1.4.15 released | Apache Wicket</title>
-        <meta name="viewport" content="width=device-width, initial-scale=1" />
-
-        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
-        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
-        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
-
-		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
-
-    </head>
-
-    <body class="">
-        <div class="header default">
-    <div class="l-container">
-<nav class="mainmenu">
-    <ul>
-		<!-- /start/quickstart.html || /news/2010/12/24/wicket-1-4-15-released.html -->
-    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
-		<!-- /start/download.html || /news/2010/12/24/wicket-1-4-15-released.html -->
-    	<li class=""><a href="/start/download.html">Download</a></li>
-		<!-- /learn || /news/2010/12/24/wicket-1-4-15-released.html -->
-    	<li class=""><a href="/learn">Documentation</a></li>
-		<!-- /help || /news/2010/12/24/wicket-1-4-15-released.html -->
-    	<li class=""><a href="/help">Support</a></li>
-		<!-- /contribute || /news/2010/12/24/wicket-1-4-15-released.html -->
-    	<li class=""><a href="/contribute">Contribute</a></li>
-		<!-- /community || /news/2010/12/24/wicket-1-4-15-released.html -->
-    	<li class=""><a href="/community">Community</a></li>
-		<!-- /apache || /news/2010/12/24/wicket-1-4-15-released.html -->
-    	<li class=""><a href="/apache">Apache</a></li>
-    </ul>
-</nav>
-        <div class="logo">
-    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
-</div>
-    </div>
-</div>
-<main>
-    <div class="l-container">
-        <header class="l-full preamble">
-            <h1>Wicket 1.4.15 released</h1>
-        </header>
-        <section class="l-one-third right">
-        </section>
-        <section class="l-two-third left">
-            <div class="l-full">
-    <p class="meta">24 Dec 2010</p>
-    <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><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&amp;styleName=Html&amp;version=12315900">Changelog</a></li>
-  <li>To use in Maven:</li>
-</ul>
-<figure class="highlight"><pre><code class="language-xml" data-lang="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></figure>
-<ul>
-  <li>Download the <a href="http://www.apache.org/dyn/closer.cgi/wicket/1.4.15">full distribution</a> (including source)</li>
-</ul>
-</div>
-        </section>
-    </div>
-</main>
-        <footer class="l-container">
-            <div class="l-full">
-    <img height="60px" src="/img/asf_logo.gif" style="float:left">
-    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
-    Wicket, Apache, the Apache feather logo, and the Apache Wicket
-    project logo are trademarks of The Apache Software Foundation. All
-    other marks mentioned may be trademarks or registered trademarks of
-    their respective owners.
-</div>
-        </footer>
-    </body>
-
-</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2010/12/24/wicket-1.4.15-released.html
----------------------------------------------------------------------
diff --git a/content/news/2010/12/24/wicket-1.4.15-released.html b/content/news/2010/12/24/wicket-1.4.15-released.html
new file mode 100644
index 0000000..8925537
--- /dev/null
+++ b/content/news/2010/12/24/wicket-1.4.15-released.html
@@ -0,0 +1,83 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+        <meta charset="utf-8">
+        <title>Wicket 1.4.15 released | Apache Wicket</title>
+        <meta name="viewport" content="width=device-width, initial-scale=1" />
+
+        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
+        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
+        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
+
+		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
+
+    </head>
+
+    <body class="">
+        <div class="header default">
+    <div class="l-container">
+<nav class="mainmenu">
+    <ul>
+		<!-- /start/quickstart.html || /news/2010/12/24/wicket-1.4.15-released.html -->
+    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
+		<!-- /start/download.html || /news/2010/12/24/wicket-1.4.15-released.html -->
+    	<li class=""><a href="/start/download.html">Download</a></li>
+		<!-- /learn || /news/2010/12/24/wicket-1.4.15-released.html -->
+    	<li class=""><a href="/learn">Documentation</a></li>
+		<!-- /help || /news/2010/12/24/wicket-1.4.15-released.html -->
+    	<li class=""><a href="/help">Support</a></li>
+		<!-- /contribute || /news/2010/12/24/wicket-1.4.15-released.html -->
+    	<li class=""><a href="/contribute">Contribute</a></li>
+		<!-- /community || /news/2010/12/24/wicket-1.4.15-released.html -->
+    	<li class=""><a href="/community">Community</a></li>
+		<!-- /apache || /news/2010/12/24/wicket-1.4.15-released.html -->
+    	<li class=""><a href="/apache">Apache</a></li>
+    </ul>
+</nav>
+        <div class="logo">
+    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
+</div>
+    </div>
+</div>
+<main>
+    <div class="l-container">
+        <header class="l-full preamble">
+            <h1>Wicket 1.4.15 released</h1>
+        </header>
+        <section class="l-one-third right">
+        </section>
+        <section class="l-two-third left">
+            <div class="l-full">
+    <p class="meta">24 Dec 2010</p>
+    <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><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&amp;styleName=Html&amp;version=12315900">Changelog</a></li>
+  <li>To use in Maven:</li>
+</ul>
+<figure class="highlight"><pre><code class="language-xml" data-lang="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></figure>
+<ul>
+  <li>Download the <a href="http://www.apache.org/dyn/closer.cgi/wicket/1.4.15">full distribution</a> (including source)</li>
+</ul>
+</div>
+        </section>
+    </div>
+</main>
+        <footer class="l-container">
+            <div class="l-full">
+    <img height="60px" src="/img/asf_logo.gif" style="float:left">
+    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
+    Wicket, Apache, the Apache feather logo, and the Apache Wicket
+    project logo are trademarks of The Apache Software Foundation. All
+    other marks mentioned may be trademarks or registered trademarks of
+    their respective owners.
+</div>
+        </footer>
+    </body>
+
+</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2010/12/index.html
----------------------------------------------------------------------
diff --git a/content/news/2010/12/index.html b/content/news/2010/12/index.html
index ba5e4a1..bbf7e1b 100644
--- a/content/news/2010/12/index.html
+++ b/content/news/2010/12/index.html
@@ -57,7 +57,7 @@
 </ul>
 <figure class="highlight"><pre><code class="language-xml" data-lang="xml"><span class="nt">&lt;dependency&gt;</span>
     <span class="nt">&lt;grou...</span></code></pre></figure>
-	<a href="/news/2010/12/24/wicket-1-4-15-released.html">more</a></li>
+	<a href="/news/2010/12/24/wicket-1.4.15-released.html">more</a></li>
 </div>
         </div>
         <div class="l-one-third">


[04/19] wicket-site git commit: WICKET-6049 updated links to example site

Posted by ad...@apache.org.
http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2015/02/02/wicket-6.19.0-released.html
----------------------------------------------------------------------
diff --git a/content/news/2015/02/02/wicket-6.19.0-released.html b/content/news/2015/02/02/wicket-6.19.0-released.html
new file mode 100644
index 0000000..16807fa
--- /dev/null
+++ b/content/news/2015/02/02/wicket-6.19.0-released.html
@@ -0,0 +1,167 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+        <meta charset="utf-8">
+        <title>Apache Wicket 6.19.0 released | Apache Wicket</title>
+        <meta name="viewport" content="width=device-width, initial-scale=1" />
+
+        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
+        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
+        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
+
+		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
+
+    </head>
+
+    <body class="">
+        <div class="header default">
+    <div class="l-container">
+<nav class="mainmenu">
+    <ul>
+		<!-- /start/quickstart.html || /news/2015/02/02/wicket-6.19.0-released.html -->
+    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
+		<!-- /start/download.html || /news/2015/02/02/wicket-6.19.0-released.html -->
+    	<li class=""><a href="/start/download.html">Download</a></li>
+		<!-- /learn || /news/2015/02/02/wicket-6.19.0-released.html -->
+    	<li class=""><a href="/learn">Documentation</a></li>
+		<!-- /help || /news/2015/02/02/wicket-6.19.0-released.html -->
+    	<li class=""><a href="/help">Support</a></li>
+		<!-- /contribute || /news/2015/02/02/wicket-6.19.0-released.html -->
+    	<li class=""><a href="/contribute">Contribute</a></li>
+		<!-- /community || /news/2015/02/02/wicket-6.19.0-released.html -->
+    	<li class=""><a href="/community">Community</a></li>
+		<!-- /apache || /news/2015/02/02/wicket-6.19.0-released.html -->
+    	<li class=""><a href="/apache">Apache</a></li>
+    </ul>
+</nav>
+        <div class="logo">
+    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
+</div>
+    </div>
+</div>
+<main>
+    <div class="l-container">
+        <header class="l-full preamble">
+            <h1>Apache Wicket 6.19.0 released</h1>
+        </header>
+        <section class="l-one-third right">
+        </section>
+        <section class="l-two-third left">
+            <div class="l-full">
+    <p class="meta">02 Feb 2015</p>
+    <p>The Apache Wicket PMC is proud to announce Apache Wicket 6.19.0!</p>
+<p>This release marks another minor release of Wicket 6. Starting
+with Wicket 6 we use semantic versioning for the future development
+of Wicket, and as such no API breaks are present in this release
+compared to 6.0.0.</p>
+<h3 id="using-this-release">Using this release</h3>
+<p>With Apache Maven update your dependency to (and don’t forget to
+update any other dependencies on Wicket projects to the same version):</p>
+<figure class="highlight"><pre><code class="language-xml" data-lang="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>6.19.0<span class="nt">&lt;/version&gt;</span>
+<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
+<p>Or download and build the distribution yourself, or use our
+convenience binary package</p>
+<ul>
+  <li>Source: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.19.0">http://www.apache.org/dyn/closer.cgi/wicket/6.19.0</a></li>
+  <li>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.19.0/binaries">http://www.apache.org/dyn/closer.cgi/wicket/6.19.0/binaries</a></li>
+</ul>
+<h3 id="upgrading-from-earlier-versions">Upgrading from earlier versions</h3>
+<p>If you upgrade from 6.y.z this release is a drop in replacement. If
+you come from a version prior to 6.0.0, please read our Wicket 6
+migration guide found at</p>
+<ul>
+  <li><a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+6.0">migration to Wicket 6</a></li>
+</ul>
+<p>Have fun!</p>
+<p>— The Wicket team</p>
+<h3 id="this-release">This release</h3>
+<p>Below you can find the cryptographic signatures for the distributions
+and the release notes.</p>
+<h4 id="the-signatures-for-the-source-release-artefacts">The signatures for the source release artefacts:</h4>
+<p>Signature for apache-wicket-6.19.0.zip:</p>
+<div class="highlight"><pre>
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG/MacGPG2 v2.0.22 (Darwin)
+Comment: GPGTools - https://gpgtools.org
+iEYEABECAAYFAlRTb2UACgkQJBX8W/xy/UW1egCg1LOkWMrnD+FJoHKjp7Gulyvm
+s+UAoMNN/mgMKo+p33h3vt4fnLTemLGT
+=RpfO
+-----END PGP SIGNATURE-----
+</pre></div>
+<p>Signature for apache-wicket-6.19.0.tar.gz:</p>
+<div class="highlight"><pre>
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG/MacGPG2 v2.0.22 (Darwin)
+Comment: GPGTools - https://gpgtools.org
+iEYEABECAAYFAlRTb2UACgkQJBX8W/xy/UVZcACguyKdrM0byfMp5IWqzwFMx5Lo
+i6UAn25gHcC0w8QWiNJXV7u99iTHssaP
+=+QQW
+-----END PGP SIGNATURE-----
+</pre></div>
+<h4 id="changelog-for-6190">CHANGELOG for 6.19.0:</h4>
+<p>The following changes were made in Wicket for this release.</p>
+<h4 id="bug">Bug</h4>
+<ul>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5747">WICKET-5747</a> - Wicket Ajax Click handling gets requeued in OnDomReady so fire out of order</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5752">WICKET-5752</a> - ReplacementResourceBundleReference should return the dependencies for the replacing resource ref</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5755">WICKET-5755</a> - Restoring focus after Ajax replace no longer works in IE8</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5759">WICKET-5759</a> - AjaxRequestAttributes extra parameters aren't properly handled in getCallbackFunction()</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5770">WICKET-5770</a> - PageParametersEncoder should not decode parameters with no name</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5782">WICKET-5782</a> - Missing escaping in MultiFileUploadField.js - sort of XSS</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5783">WICKET-5783</a> - Multiple events in AjaxEventBehavior with prefix 'on'</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5784">WICKET-5784</a> - arraycopy with bad length in AbstractRequestLogger:172</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5793">WICKET-5793</a> - Request for static resource creating a session in 6.13.0+</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5809">WICKET-5809</a> - URL IPv6 parsing</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5811">WICKET-5811</a> - Infinite loop issue in PropertyValidator#createUnresolvablePropertyMessage(FormComponent&lt;&gt;)</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5812">WICKET-5812</a> - AtmosphereBehavior wrongly sets Ajax base url to '.'</li>
+</ul>
+<h4 id="improvement">Improvement</h4>
+<ul>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4703">WICKET-4703</a> - StringResourceModel should provide an overridable getString(Component) method</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5746">WICKET-5746</a> - Fire an event once all JS event listeners are registered</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5753">WICKET-5753</a> - It is impossible to determine the form submitting component's inputName when AjaxFormSubmitBehavior is used</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5754">WICKET-5754</a> - (String)ResourceModel's defaultValue could be an IModel&lt;String&gt;</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5756">WICKET-5756</a> - Allow to use custom ciphers when using SunJceCrypt class</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5758">WICKET-5758</a> - Portuguese translation</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5760">WICKET-5760</a> - Add constructor (String, Serializable, String) to AttributeAppender</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5775">WICKET-5775</a> - Replace the session upon successful signin for better support for Session Fixation</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5776">WICKET-5776</a> - Add information about the component when it fail in detach phase</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5778">WICKET-5778</a> - Pass the IModifiable to the IChangeListener in ModificationWatcher</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5780">WICKET-5780</a> - Add a resource reference for ContextRelativeResource</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5794">WICKET-5794</a> - Make DefaultExceptionMapper extensible</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5797">WICKET-5797</a> - Convenience method to call setResponsePage with forward option</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5799">WICKET-5799</a> - Add rel=prev/next in PagingNavigator.html</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5802">WICKET-5802</a> - HTML Import</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5806">WICKET-5806</a> - Wicket.Log should log (at least errors) in the browser console even when Wicket Ajax Debug window is disabled</li>
+</ul>
+<h4 id="new-feature">New Feature</h4>
+<ul>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5771">WICKET-5771</a> - Ability to escape resource bundle messages added with wicket:message</li>
+</ul>
+<h4 id="task">Task</h4>
+<ul>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5791">WICKET-5791</a> - Update JQuery to 1.11.2 and 2.1.3</li>
+</ul>
+<p>Have fun!</p>
+<p>— The Wicket team</p>
+</div>
+        </section>
+    </div>
+</main>
+        <footer class="l-container">
+            <div class="l-full">
+    <img height="60px" src="/img/asf_logo.gif" style="float:left">
+    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
+    Wicket, Apache, the Apache feather logo, and the Apache Wicket
+    project logo are trademarks of The Apache Software Foundation. All
+    other marks mentioned may be trademarks or registered trademarks of
+    their respective owners.
+</div>
+        </footer>
+    </body>
+
+</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2015/02/02/wicket-7-0-0-m5-released.html
----------------------------------------------------------------------
diff --git a/content/news/2015/02/02/wicket-7-0-0-m5-released.html b/content/news/2015/02/02/wicket-7-0-0-m5-released.html
deleted file mode 100644
index 60d7f34..0000000
--- a/content/news/2015/02/02/wicket-7-0-0-m5-released.html
+++ /dev/null
@@ -1,202 +0,0 @@
-<!DOCTYPE html>
-<html>
-    <head>
-        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-        <meta charset="utf-8">
-        <title>Apache Wicket 7.0.0-M5 released | Apache Wicket</title>
-        <meta name="viewport" content="width=device-width, initial-scale=1" />
-
-        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
-        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
-        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
-
-		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
-
-    </head>
-
-    <body class="">
-        <div class="header default">
-    <div class="l-container">
-<nav class="mainmenu">
-    <ul>
-		<!-- /start/quickstart.html || /news/2015/02/02/wicket-7-0-0-m5-released.html -->
-    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
-		<!-- /start/download.html || /news/2015/02/02/wicket-7-0-0-m5-released.html -->
-    	<li class=""><a href="/start/download.html">Download</a></li>
-		<!-- /learn || /news/2015/02/02/wicket-7-0-0-m5-released.html -->
-    	<li class=""><a href="/learn">Documentation</a></li>
-		<!-- /help || /news/2015/02/02/wicket-7-0-0-m5-released.html -->
-    	<li class=""><a href="/help">Support</a></li>
-		<!-- /contribute || /news/2015/02/02/wicket-7-0-0-m5-released.html -->
-    	<li class=""><a href="/contribute">Contribute</a></li>
-		<!-- /community || /news/2015/02/02/wicket-7-0-0-m5-released.html -->
-    	<li class=""><a href="/community">Community</a></li>
-		<!-- /apache || /news/2015/02/02/wicket-7-0-0-m5-released.html -->
-    	<li class=""><a href="/apache">Apache</a></li>
-    </ul>
-</nav>
-        <div class="logo">
-    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
-</div>
-    </div>
-</div>
-<main>
-    <div class="l-container">
-        <header class="l-full preamble">
-            <h1>Apache Wicket 7.0.0-M5 released</h1>
-        </header>
-        <section class="l-one-third right">
-        </section>
-        <section class="l-two-third left">
-            <div class="l-full">
-    <p class="meta">02 Feb 2015</p>
-    <p>The Apache Wicket PMC is proud to announce Apache Wicket 7.0.0-M5!</p>
-<p>We have released another milestone release for Apache Wicket 7. We aim
-to finalise Wicket 7 over the coming months and request your help in
-testing the new major version.</p>
-<h3 id="caveats">Caveats</h3>
-<p>It is still a development version so expect API breaks to happen over
-the course of the coming milestone releases.</p>
-<h3 id="semantic-versioning">Semantic versioning</h3>
-<p>As we adopted semver Wicket 7 will be the first release since 6.0 where
-we are able to refactor the API. We will continue to use semver when we
-have made Wicket 7 final and maintain api compatibility between minor
-versions of Wicket 7.</p>
-<h3 id="requirements">Requirements</h3>
-<p>Wicket 7 requires the following:</p>
-<ul>
-  <li>Java 7</li>
-  <li>Servlet 3 compatible container</li>
-</ul>
-<p>You can’t mix wicket libraries from prior Wicket versions with Wicket 7.</p>
-<h3 id="migration-guide">Migration guide</h3>
-<p>As usual we have a migration guide available online for people
-migrating their applications to Wicket 7. We will continue to update
-the guide as development progresses. If you find something that is not
-in the guide, please update the guide, or let us know so we can update
-the guide.</p>
-<p>You can find the guide here: <a href="http://s.apache.org/wicket7migrate">http://s.apache.org/wicket7migrate</a></p>
-<h3 id="using-this-release">Using this release</h3>
-<p>With Apache Maven update your dependency to (and don’t forget to
-update any other dependencies on Wicket projects to the same version):</p>
-<figure class="highlight"><pre><code class="language-xml" data-lang="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>7.0.0-M5<span class="nt">&lt;/version&gt;</span>
-<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
-<p>Or download and build the distribution yourself, or use our
-convenience binary package</p>
-<ul>
-  <li>Source: <a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M5">http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M5</a></li>
-  <li>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M5/binaries">http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M5/binaries</a></li>
-</ul>
-<h3 id="about-this-release">About this release</h3>
-<p>Below you can find the cryptographic signatures for the distributions
-and the release notes.</p>
-<h4 id="the-signatures-for-the-source-release-artefacts">The signatures for the source release artefacts:</h4>
-<p>The signatures for the source release artefacts:</p>
-<p>Signature for apache-wicket-7.0.0-M5.zip:</p>
-<div class="highlight"><pre>
------BEGIN PGP SIGNATURE-----
-Version: GnuPG/MacGPG2 v2.0.22 (Darwin)
-Comment: GPGTools - https://gpgtools.org
-iEYEABECAAYFAlRTjfQACgkQJBX8W/xy/UW+TQCfZn81bkbmcrVEGjWY4rUA2sfy
-rJMAn2Ah/6X2M9Cf02hEMyb8JV+ZPaBa
-=xlUP
------END PGP SIGNATURE-----
-</pre></div>
-<p>Signature for apache-wicket-7.0.0-M5.tar.gz:</p>
-<div class="highlight"><pre>
------BEGIN PGP SIGNATURE-----
-Version: GnuPG/MacGPG2 v2.0.22 (Darwin)
-Comment: GPGTools - https://gpgtools.org
-iEYEABECAAYFAlRTjfQACgkQJBX8W/xy/UVGggCdFyCZATMis/829BmasZKgx28m
-uDEAn2eZhOrh8//AIYnkRYFLtWJnyx0F
-=kWVF
------END PGP SIGNATURE-----
-</pre></div>
-<h4 id="changelog-for-700-m5">CHANGELOG for 7.0.0-M5:</h4>
-<p>Release Notes - Wicket - Version 7.0.0-M5</p>
-<h4 id="bugs">Bugs</h4>
-<ul>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5584">WICKET-5584</a> - DiskDataStore error</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5747">WICKET-5747</a> - Wicket Ajax Click handling gets requeued in OnDomReady so fire out of order</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5748">WICKET-5748</a> - StackOverflowError while trying to get the Markup of WicketHeadContainer</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5751">WICKET-5751</a> - NullPointerException in IntHashMap</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5752">WICKET-5752</a> - ReplacementResourceBundleReference should return the dependencies for the replacing resource ref</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5759">WICKET-5759</a> - AjaxRequestAttributes extra parameters aren't properly handled in getCallbackFunction()</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5770">WICKET-5770</a> - PageParametersEncoder should not decode parameters with no name</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5772">WICKET-5772</a> - LoadableDetachableModel caches null value if load() fails, bug in getObject() {attached = true;}</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5777">WICKET-5777</a> - Reload of page leads to WicketRuntimeException</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5782">WICKET-5782</a> - Missing escaping in MultiFileUploadField.js - sort of XSS</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5783">WICKET-5783</a> - Multiple events in AjaxEventBehavior with prefix 'on'</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5784">WICKET-5784</a> - arraycopy with bad length in AbstractRequestLogger:172</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5793">WICKET-5793</a> - Request for static resource creating a session in 6.13.0+</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5800">WICKET-5800</a> - wicket:enclosure within FormComponentPanel causes exception related to dequeueing</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5809">WICKET-5809</a> - URL IPv6 parsing</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5811">WICKET-5811</a> - Infinite loop issue in PropertyValidator#createUnresolvablePropertyMessage(FormComponent&lt;&gt;)</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5812">WICKET-5812</a> - AtmosphereBehavior wrongly sets Ajax base url to '.'</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5817">WICKET-5817</a> - Wicket-JMX should depend on asm-util</li>
-</ul>
-<h4 id="improvements">Improvements</h4>
-<ul>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4703">WICKET-4703</a> - StringResourceModel should provide an overridable getString(Component) method</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5746">WICKET-5746</a> - Fire an event once all JS event listeners are registered</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5753">WICKET-5753</a> - It is impossible to determine the form submitting component's inputName when AjaxFormSubmitBehavior is used</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5754">WICKET-5754</a> - (String)ResourceModel's defaultValue could be an IModel&lt;String&gt;</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5756">WICKET-5756</a> - Allow to use custom ciphers when using SunJceCrypt class</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5758">WICKET-5758</a> - Portuguese translation</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5760">WICKET-5760</a> - Add constructor (String, Serializable, String) to AttributeAppender</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5774">WICKET-5774</a> - UrlRenderer should render full and absolute urls in their canonical form</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5775">WICKET-5775</a> - Replace the session upon successful signin for better support for Session Fixation</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5776">WICKET-5776</a> - Add information about the component when it fail in detach phase</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5778">WICKET-5778</a> - Pass the IModifiable to the IChangeListener in ModificationWatcher</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5780">WICKET-5780</a> - Add a resource reference for ContextRelativeResource</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5789">WICKET-5789</a> - Make org.apache.wicket.protocol.ws.javax.WicketServerEndpointConfig publicly visible</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5794">WICKET-5794</a> - Make DefaultExceptionMapper extensible</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5797">WICKET-5797</a> - Convenience method to call setResponsePage with forward option</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5799">WICKET-5799</a> - Add rel=prev/next in PagingNavigator.html</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5802">WICKET-5802</a> - HTML Import</li>
-  <li>
-    <table>
-      <tbody>
-        <tr>
-          <td><a href="https://issues.apache.org/jira/browse/WICKET-5803">WICKET-5803</a> - Reduce log for "o.a.w.r.PropertiesFactory</td>
-          <td>Loading properties files from …"</td>
-        </tr>
-      </tbody>
-    </table>
-  </li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5806">WICKET-5806</a> - Wicket.Log should log (at least errors) in the browser console even when Wicket Ajax Debug window is disabled</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5808">WICKET-5808</a> - SpringBean, support generic beans</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5818">WICKET-5818</a> - Add support for httpOnly cookies to CookieDefaults</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5820">WICKET-5820</a> - improve StringResourceModel's resource key interpolation for null</li>
-</ul>
-<h4 id="new-features">New Features</h4>
-<ul>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5771">WICKET-5771</a> - Ability to escape resource bundle messages added with wicket:message</li>
-</ul>
-<h4 id="tasks">Tasks</h4>
-<ul>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5732">WICKET-5732</a> - Improve component queuing and auto component</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5791">WICKET-5791</a> - Update JQuery to 1.11.2 and 2.1.3</li>
-</ul>
-<p>Have fun!</p>
-<p>— The Wicket team</p>
-</div>
-        </section>
-    </div>
-</main>
-        <footer class="l-container">
-            <div class="l-full">
-    <img height="60px" src="/img/asf_logo.gif" style="float:left">
-    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
-    Wicket, Apache, the Apache feather logo, and the Apache Wicket
-    project logo are trademarks of The Apache Software Foundation. All
-    other marks mentioned may be trademarks or registered trademarks of
-    their respective owners.
-</div>
-        </footer>
-    </body>
-
-</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2015/02/02/wicket-7.0.0-M5-released.html
----------------------------------------------------------------------
diff --git a/content/news/2015/02/02/wicket-7.0.0-M5-released.html b/content/news/2015/02/02/wicket-7.0.0-M5-released.html
new file mode 100644
index 0000000..29d8d7f
--- /dev/null
+++ b/content/news/2015/02/02/wicket-7.0.0-M5-released.html
@@ -0,0 +1,202 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+        <meta charset="utf-8">
+        <title>Apache Wicket 7.0.0-M5 released | Apache Wicket</title>
+        <meta name="viewport" content="width=device-width, initial-scale=1" />
+
+        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
+        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
+        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
+
+		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
+
+    </head>
+
+    <body class="">
+        <div class="header default">
+    <div class="l-container">
+<nav class="mainmenu">
+    <ul>
+		<!-- /start/quickstart.html || /news/2015/02/02/wicket-7.0.0-M5-released.html -->
+    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
+		<!-- /start/download.html || /news/2015/02/02/wicket-7.0.0-M5-released.html -->
+    	<li class=""><a href="/start/download.html">Download</a></li>
+		<!-- /learn || /news/2015/02/02/wicket-7.0.0-M5-released.html -->
+    	<li class=""><a href="/learn">Documentation</a></li>
+		<!-- /help || /news/2015/02/02/wicket-7.0.0-M5-released.html -->
+    	<li class=""><a href="/help">Support</a></li>
+		<!-- /contribute || /news/2015/02/02/wicket-7.0.0-M5-released.html -->
+    	<li class=""><a href="/contribute">Contribute</a></li>
+		<!-- /community || /news/2015/02/02/wicket-7.0.0-M5-released.html -->
+    	<li class=""><a href="/community">Community</a></li>
+		<!-- /apache || /news/2015/02/02/wicket-7.0.0-M5-released.html -->
+    	<li class=""><a href="/apache">Apache</a></li>
+    </ul>
+</nav>
+        <div class="logo">
+    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
+</div>
+    </div>
+</div>
+<main>
+    <div class="l-container">
+        <header class="l-full preamble">
+            <h1>Apache Wicket 7.0.0-M5 released</h1>
+        </header>
+        <section class="l-one-third right">
+        </section>
+        <section class="l-two-third left">
+            <div class="l-full">
+    <p class="meta">02 Feb 2015</p>
+    <p>The Apache Wicket PMC is proud to announce Apache Wicket 7.0.0-M5!</p>
+<p>We have released another milestone release for Apache Wicket 7. We aim
+to finalise Wicket 7 over the coming months and request your help in
+testing the new major version.</p>
+<h3 id="caveats">Caveats</h3>
+<p>It is still a development version so expect API breaks to happen over
+the course of the coming milestone releases.</p>
+<h3 id="semantic-versioning">Semantic versioning</h3>
+<p>As we adopted semver Wicket 7 will be the first release since 6.0 where
+we are able to refactor the API. We will continue to use semver when we
+have made Wicket 7 final and maintain api compatibility between minor
+versions of Wicket 7.</p>
+<h3 id="requirements">Requirements</h3>
+<p>Wicket 7 requires the following:</p>
+<ul>
+  <li>Java 7</li>
+  <li>Servlet 3 compatible container</li>
+</ul>
+<p>You can’t mix wicket libraries from prior Wicket versions with Wicket 7.</p>
+<h3 id="migration-guide">Migration guide</h3>
+<p>As usual we have a migration guide available online for people
+migrating their applications to Wicket 7. We will continue to update
+the guide as development progresses. If you find something that is not
+in the guide, please update the guide, or let us know so we can update
+the guide.</p>
+<p>You can find the guide here: <a href="http://s.apache.org/wicket7migrate">http://s.apache.org/wicket7migrate</a></p>
+<h3 id="using-this-release">Using this release</h3>
+<p>With Apache Maven update your dependency to (and don’t forget to
+update any other dependencies on Wicket projects to the same version):</p>
+<figure class="highlight"><pre><code class="language-xml" data-lang="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>7.0.0-M5<span class="nt">&lt;/version&gt;</span>
+<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
+<p>Or download and build the distribution yourself, or use our
+convenience binary package</p>
+<ul>
+  <li>Source: <a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M5">http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M5</a></li>
+  <li>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M5/binaries">http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M5/binaries</a></li>
+</ul>
+<h3 id="about-this-release">About this release</h3>
+<p>Below you can find the cryptographic signatures for the distributions
+and the release notes.</p>
+<h4 id="the-signatures-for-the-source-release-artefacts">The signatures for the source release artefacts:</h4>
+<p>The signatures for the source release artefacts:</p>
+<p>Signature for apache-wicket-7.0.0-M5.zip:</p>
+<div class="highlight"><pre>
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG/MacGPG2 v2.0.22 (Darwin)
+Comment: GPGTools - https://gpgtools.org
+iEYEABECAAYFAlRTjfQACgkQJBX8W/xy/UW+TQCfZn81bkbmcrVEGjWY4rUA2sfy
+rJMAn2Ah/6X2M9Cf02hEMyb8JV+ZPaBa
+=xlUP
+-----END PGP SIGNATURE-----
+</pre></div>
+<p>Signature for apache-wicket-7.0.0-M5.tar.gz:</p>
+<div class="highlight"><pre>
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG/MacGPG2 v2.0.22 (Darwin)
+Comment: GPGTools - https://gpgtools.org
+iEYEABECAAYFAlRTjfQACgkQJBX8W/xy/UVGggCdFyCZATMis/829BmasZKgx28m
+uDEAn2eZhOrh8//AIYnkRYFLtWJnyx0F
+=kWVF
+-----END PGP SIGNATURE-----
+</pre></div>
+<h4 id="changelog-for-700-m5">CHANGELOG for 7.0.0-M5:</h4>
+<p>Release Notes - Wicket - Version 7.0.0-M5</p>
+<h4 id="bugs">Bugs</h4>
+<ul>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5584">WICKET-5584</a> - DiskDataStore error</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5747">WICKET-5747</a> - Wicket Ajax Click handling gets requeued in OnDomReady so fire out of order</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5748">WICKET-5748</a> - StackOverflowError while trying to get the Markup of WicketHeadContainer</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5751">WICKET-5751</a> - NullPointerException in IntHashMap</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5752">WICKET-5752</a> - ReplacementResourceBundleReference should return the dependencies for the replacing resource ref</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5759">WICKET-5759</a> - AjaxRequestAttributes extra parameters aren't properly handled in getCallbackFunction()</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5770">WICKET-5770</a> - PageParametersEncoder should not decode parameters with no name</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5772">WICKET-5772</a> - LoadableDetachableModel caches null value if load() fails, bug in getObject() {attached = true;}</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5777">WICKET-5777</a> - Reload of page leads to WicketRuntimeException</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5782">WICKET-5782</a> - Missing escaping in MultiFileUploadField.js - sort of XSS</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5783">WICKET-5783</a> - Multiple events in AjaxEventBehavior with prefix 'on'</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5784">WICKET-5784</a> - arraycopy with bad length in AbstractRequestLogger:172</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5793">WICKET-5793</a> - Request for static resource creating a session in 6.13.0+</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5800">WICKET-5800</a> - wicket:enclosure within FormComponentPanel causes exception related to dequeueing</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5809">WICKET-5809</a> - URL IPv6 parsing</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5811">WICKET-5811</a> - Infinite loop issue in PropertyValidator#createUnresolvablePropertyMessage(FormComponent&lt;&gt;)</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5812">WICKET-5812</a> - AtmosphereBehavior wrongly sets Ajax base url to '.'</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5817">WICKET-5817</a> - Wicket-JMX should depend on asm-util</li>
+</ul>
+<h4 id="improvements">Improvements</h4>
+<ul>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4703">WICKET-4703</a> - StringResourceModel should provide an overridable getString(Component) method</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5746">WICKET-5746</a> - Fire an event once all JS event listeners are registered</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5753">WICKET-5753</a> - It is impossible to determine the form submitting component's inputName when AjaxFormSubmitBehavior is used</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5754">WICKET-5754</a> - (String)ResourceModel's defaultValue could be an IModel&lt;String&gt;</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5756">WICKET-5756</a> - Allow to use custom ciphers when using SunJceCrypt class</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5758">WICKET-5758</a> - Portuguese translation</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5760">WICKET-5760</a> - Add constructor (String, Serializable, String) to AttributeAppender</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5774">WICKET-5774</a> - UrlRenderer should render full and absolute urls in their canonical form</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5775">WICKET-5775</a> - Replace the session upon successful signin for better support for Session Fixation</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5776">WICKET-5776</a> - Add information about the component when it fail in detach phase</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5778">WICKET-5778</a> - Pass the IModifiable to the IChangeListener in ModificationWatcher</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5780">WICKET-5780</a> - Add a resource reference for ContextRelativeResource</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5789">WICKET-5789</a> - Make org.apache.wicket.protocol.ws.javax.WicketServerEndpointConfig publicly visible</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5794">WICKET-5794</a> - Make DefaultExceptionMapper extensible</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5797">WICKET-5797</a> - Convenience method to call setResponsePage with forward option</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5799">WICKET-5799</a> - Add rel=prev/next in PagingNavigator.html</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5802">WICKET-5802</a> - HTML Import</li>
+  <li>
+    <table>
+      <tbody>
+        <tr>
+          <td><a href="https://issues.apache.org/jira/browse/WICKET-5803">WICKET-5803</a> - Reduce log for "o.a.w.r.PropertiesFactory</td>
+          <td>Loading properties files from …"</td>
+        </tr>
+      </tbody>
+    </table>
+  </li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5806">WICKET-5806</a> - Wicket.Log should log (at least errors) in the browser console even when Wicket Ajax Debug window is disabled</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5808">WICKET-5808</a> - SpringBean, support generic beans</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5818">WICKET-5818</a> - Add support for httpOnly cookies to CookieDefaults</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5820">WICKET-5820</a> - improve StringResourceModel's resource key interpolation for null</li>
+</ul>
+<h4 id="new-features">New Features</h4>
+<ul>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5771">WICKET-5771</a> - Ability to escape resource bundle messages added with wicket:message</li>
+</ul>
+<h4 id="tasks">Tasks</h4>
+<ul>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5732">WICKET-5732</a> - Improve component queuing and auto component</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5791">WICKET-5791</a> - Update JQuery to 1.11.2 and 2.1.3</li>
+</ul>
+<p>Have fun!</p>
+<p>— The Wicket team</p>
+</div>
+        </section>
+    </div>
+</main>
+        <footer class="l-container">
+            <div class="l-full">
+    <img height="60px" src="/img/asf_logo.gif" style="float:left">
+    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
+    Wicket, Apache, the Apache feather logo, and the Apache Wicket
+    project logo are trademarks of The Apache Software Foundation. All
+    other marks mentioned may be trademarks or registered trademarks of
+    their respective owners.
+</div>
+        </footer>
+    </body>
+
+</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2015/02/13/new-committer-Sebastien-Briquet.html
----------------------------------------------------------------------
diff --git a/content/news/2015/02/13/new-committer-Sebastien-Briquet.html b/content/news/2015/02/13/new-committer-Sebastien-Briquet.html
new file mode 100644
index 0000000..2c29898
--- /dev/null
+++ b/content/news/2015/02/13/new-committer-Sebastien-Briquet.html
@@ -0,0 +1,76 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+        <meta charset="utf-8">
+        <title>New committer - Sebastien Briquet | Apache Wicket</title>
+        <meta name="viewport" content="width=device-width, initial-scale=1" />
+
+        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
+        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
+        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
+
+		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
+
+    </head>
+
+    <body class="">
+        <div class="header default">
+    <div class="l-container">
+<nav class="mainmenu">
+    <ul>
+		<!-- /start/quickstart.html || /news/2015/02/13/new-committer-Sebastien-Briquet.html -->
+    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
+		<!-- /start/download.html || /news/2015/02/13/new-committer-Sebastien-Briquet.html -->
+    	<li class=""><a href="/start/download.html">Download</a></li>
+		<!-- /learn || /news/2015/02/13/new-committer-Sebastien-Briquet.html -->
+    	<li class=""><a href="/learn">Documentation</a></li>
+		<!-- /help || /news/2015/02/13/new-committer-Sebastien-Briquet.html -->
+    	<li class=""><a href="/help">Support</a></li>
+		<!-- /contribute || /news/2015/02/13/new-committer-Sebastien-Briquet.html -->
+    	<li class=""><a href="/contribute">Contribute</a></li>
+		<!-- /community || /news/2015/02/13/new-committer-Sebastien-Briquet.html -->
+    	<li class=""><a href="/community">Community</a></li>
+		<!-- /apache || /news/2015/02/13/new-committer-Sebastien-Briquet.html -->
+    	<li class=""><a href="/apache">Apache</a></li>
+    </ul>
+</nav>
+        <div class="logo">
+    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
+</div>
+    </div>
+</div>
+<main>
+    <div class="l-container">
+        <header class="l-full preamble">
+            <h1>New committer - Sebastien Briquet</h1>
+        </header>
+        <section class="l-one-third right">
+        </section>
+        <section class="l-two-third left">
+            <div class="l-full">
+    <p class="meta">13 Feb 2015</p>
+    <p>The Project Management Committee (PMC) for Apache Wicket 
+has asked Sebastien Briquet to become a committer and we are pleased 
+to announce that he has accepted.</p>
+<p>Sebastien has been involved with Wicket for several years now by developing one of the most successful integrations with JavaScript libraries, namely Wicket jQuery UI, reporting bugs, contributing fixes and participating in discussions.</p>
+<p>Being a committer will enable him to help us even easier in the future.</p>
+<p>Please welcome Sebastien Briquet to our team!</p>
+<p>Bienvenue Sebastien!</p>
+</div>
+        </section>
+    </div>
+</main>
+        <footer class="l-container">
+            <div class="l-full">
+    <img height="60px" src="/img/asf_logo.gif" style="float:left">
+    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
+    Wicket, Apache, the Apache feather logo, and the Apache Wicket
+    project logo are trademarks of The Apache Software Foundation. All
+    other marks mentioned may be trademarks or registered trademarks of
+    their respective owners.
+</div>
+        </footer>
+    </body>
+
+</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2015/02/13/new-committer-sebastien-briquet.html
----------------------------------------------------------------------
diff --git a/content/news/2015/02/13/new-committer-sebastien-briquet.html b/content/news/2015/02/13/new-committer-sebastien-briquet.html
deleted file mode 100644
index d831d9d..0000000
--- a/content/news/2015/02/13/new-committer-sebastien-briquet.html
+++ /dev/null
@@ -1,76 +0,0 @@
-<!DOCTYPE html>
-<html>
-    <head>
-        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-        <meta charset="utf-8">
-        <title>New committer - Sebastien Briquet | Apache Wicket</title>
-        <meta name="viewport" content="width=device-width, initial-scale=1" />
-
-        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
-        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
-        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
-
-		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
-
-    </head>
-
-    <body class="">
-        <div class="header default">
-    <div class="l-container">
-<nav class="mainmenu">
-    <ul>
-		<!-- /start/quickstart.html || /news/2015/02/13/new-committer-sebastien-briquet.html -->
-    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
-		<!-- /start/download.html || /news/2015/02/13/new-committer-sebastien-briquet.html -->
-    	<li class=""><a href="/start/download.html">Download</a></li>
-		<!-- /learn || /news/2015/02/13/new-committer-sebastien-briquet.html -->
-    	<li class=""><a href="/learn">Documentation</a></li>
-		<!-- /help || /news/2015/02/13/new-committer-sebastien-briquet.html -->
-    	<li class=""><a href="/help">Support</a></li>
-		<!-- /contribute || /news/2015/02/13/new-committer-sebastien-briquet.html -->
-    	<li class=""><a href="/contribute">Contribute</a></li>
-		<!-- /community || /news/2015/02/13/new-committer-sebastien-briquet.html -->
-    	<li class=""><a href="/community">Community</a></li>
-		<!-- /apache || /news/2015/02/13/new-committer-sebastien-briquet.html -->
-    	<li class=""><a href="/apache">Apache</a></li>
-    </ul>
-</nav>
-        <div class="logo">
-    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
-</div>
-    </div>
-</div>
-<main>
-    <div class="l-container">
-        <header class="l-full preamble">
-            <h1>New committer - Sebastien Briquet</h1>
-        </header>
-        <section class="l-one-third right">
-        </section>
-        <section class="l-two-third left">
-            <div class="l-full">
-    <p class="meta">13 Feb 2015</p>
-    <p>The Project Management Committee (PMC) for Apache Wicket 
-has asked Sebastien Briquet to become a committer and we are pleased 
-to announce that he has accepted.</p>
-<p>Sebastien has been involved with Wicket for several years now by developing one of the most successful integrations with JavaScript libraries, namely Wicket jQuery UI, reporting bugs, contributing fixes and participating in discussions.</p>
-<p>Being a committer will enable him to help us even easier in the future.</p>
-<p>Please welcome Sebastien Briquet to our team!</p>
-<p>Bienvenue Sebastien!</p>
-</div>
-        </section>
-    </div>
-</main>
-        <footer class="l-container">
-            <div class="l-full">
-    <img height="60px" src="/img/asf_logo.gif" style="float:left">
-    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
-    Wicket, Apache, the Apache feather logo, and the Apache Wicket
-    project logo are trademarks of The Apache Software Foundation. All
-    other marks mentioned may be trademarks or registered trademarks of
-    their respective owners.
-</div>
-        </footer>
-    </body>
-
-</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2015/02/13/wicket-1-5-13-released.html
----------------------------------------------------------------------
diff --git a/content/news/2015/02/13/wicket-1-5-13-released.html b/content/news/2015/02/13/wicket-1-5-13-released.html
deleted file mode 100644
index a03926f..0000000
--- a/content/news/2015/02/13/wicket-1-5-13-released.html
+++ /dev/null
@@ -1,83 +0,0 @@
-<!DOCTYPE html>
-<html>
-    <head>
-        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-        <meta charset="utf-8">
-        <title>Wicket 1.5.13 released | Apache Wicket</title>
-        <meta name="viewport" content="width=device-width, initial-scale=1" />
-
-        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
-        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
-        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
-
-		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
-
-    </head>
-
-    <body class="">
-        <div class="header default">
-    <div class="l-container">
-<nav class="mainmenu">
-    <ul>
-		<!-- /start/quickstart.html || /news/2015/02/13/wicket-1-5-13-released.html -->
-    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
-		<!-- /start/download.html || /news/2015/02/13/wicket-1-5-13-released.html -->
-    	<li class=""><a href="/start/download.html">Download</a></li>
-		<!-- /learn || /news/2015/02/13/wicket-1-5-13-released.html -->
-    	<li class=""><a href="/learn">Documentation</a></li>
-		<!-- /help || /news/2015/02/13/wicket-1-5-13-released.html -->
-    	<li class=""><a href="/help">Support</a></li>
-		<!-- /contribute || /news/2015/02/13/wicket-1-5-13-released.html -->
-    	<li class=""><a href="/contribute">Contribute</a></li>
-		<!-- /community || /news/2015/02/13/wicket-1-5-13-released.html -->
-    	<li class=""><a href="/community">Community</a></li>
-		<!-- /apache || /news/2015/02/13/wicket-1-5-13-released.html -->
-    	<li class=""><a href="/apache">Apache</a></li>
-    </ul>
-</nav>
-        <div class="logo">
-    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
-</div>
-    </div>
-</div>
-<main>
-    <div class="l-container">
-        <header class="l-full preamble">
-            <h1>Wicket 1.5.13 released</h1>
-        </header>
-        <section class="l-one-third right">
-        </section>
-        <section class="l-two-third left">
-            <div class="l-full">
-    <p class="meta">13 Feb 2015</p>
-    <p>This is the thirteenth maintenance release of the Wicket 1.5.x series. This release brings over 1 bug fix and 1 improvement.</p>
-<ul>
-  <li><a href="https://git-wip-us.apache.org/repos/asf/wicket/repo?p=wicket.git;a=shortlog;h=refs/tags/wicket-1.5.13">Git tag</a></li>
-  <li><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&amp;version=12328347">Changelog</a></li>
-  <li>To use in Maven:</li>
-</ul>
-<figure class="highlight"><pre><code class="language-xml" data-lang="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.13<span class="nt">&lt;/version&gt;</span>
-<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
-<ul>
-  <li>Download the <a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.13">full distribution</a> (including sources)</li>
-</ul>
-</div>
-        </section>
-    </div>
-</main>
-        <footer class="l-container">
-            <div class="l-full">
-    <img height="60px" src="/img/asf_logo.gif" style="float:left">
-    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
-    Wicket, Apache, the Apache feather logo, and the Apache Wicket
-    project logo are trademarks of The Apache Software Foundation. All
-    other marks mentioned may be trademarks or registered trademarks of
-    their respective owners.
-</div>
-        </footer>
-    </body>
-
-</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2015/02/13/wicket-1.5.13-released.html
----------------------------------------------------------------------
diff --git a/content/news/2015/02/13/wicket-1.5.13-released.html b/content/news/2015/02/13/wicket-1.5.13-released.html
new file mode 100644
index 0000000..b915e1c
--- /dev/null
+++ b/content/news/2015/02/13/wicket-1.5.13-released.html
@@ -0,0 +1,83 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+        <meta charset="utf-8">
+        <title>Wicket 1.5.13 released | Apache Wicket</title>
+        <meta name="viewport" content="width=device-width, initial-scale=1" />
+
+        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
+        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
+        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
+
+		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
+
+    </head>
+
+    <body class="">
+        <div class="header default">
+    <div class="l-container">
+<nav class="mainmenu">
+    <ul>
+		<!-- /start/quickstart.html || /news/2015/02/13/wicket-1.5.13-released.html -->
+    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
+		<!-- /start/download.html || /news/2015/02/13/wicket-1.5.13-released.html -->
+    	<li class=""><a href="/start/download.html">Download</a></li>
+		<!-- /learn || /news/2015/02/13/wicket-1.5.13-released.html -->
+    	<li class=""><a href="/learn">Documentation</a></li>
+		<!-- /help || /news/2015/02/13/wicket-1.5.13-released.html -->
+    	<li class=""><a href="/help">Support</a></li>
+		<!-- /contribute || /news/2015/02/13/wicket-1.5.13-released.html -->
+    	<li class=""><a href="/contribute">Contribute</a></li>
+		<!-- /community || /news/2015/02/13/wicket-1.5.13-released.html -->
+    	<li class=""><a href="/community">Community</a></li>
+		<!-- /apache || /news/2015/02/13/wicket-1.5.13-released.html -->
+    	<li class=""><a href="/apache">Apache</a></li>
+    </ul>
+</nav>
+        <div class="logo">
+    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
+</div>
+    </div>
+</div>
+<main>
+    <div class="l-container">
+        <header class="l-full preamble">
+            <h1>Wicket 1.5.13 released</h1>
+        </header>
+        <section class="l-one-third right">
+        </section>
+        <section class="l-two-third left">
+            <div class="l-full">
+    <p class="meta">13 Feb 2015</p>
+    <p>This is the thirteenth maintenance release of the Wicket 1.5.x series. This release brings over 1 bug fix and 1 improvement.</p>
+<ul>
+  <li><a href="https://git-wip-us.apache.org/repos/asf/wicket/repo?p=wicket.git;a=shortlog;h=refs/tags/wicket-1.5.13">Git tag</a></li>
+  <li><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&amp;version=12328347">Changelog</a></li>
+  <li>To use in Maven:</li>
+</ul>
+<figure class="highlight"><pre><code class="language-xml" data-lang="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.13<span class="nt">&lt;/version&gt;</span>
+<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
+<ul>
+  <li>Download the <a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.13">full distribution</a> (including sources)</li>
+</ul>
+</div>
+        </section>
+    </div>
+</main>
+        <footer class="l-container">
+            <div class="l-full">
+    <img height="60px" src="/img/asf_logo.gif" style="float:left">
+    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
+    Wicket, Apache, the Apache feather logo, and the Apache Wicket
+    project logo are trademarks of The Apache Software Foundation. All
+    other marks mentioned may be trademarks or registered trademarks of
+    their respective owners.
+</div>
+        </footer>
+    </body>
+
+</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2015/02/index.html
----------------------------------------------------------------------
diff --git a/content/news/2015/02/index.html b/content/news/2015/02/index.html
index 8edda80..3661133 100644
--- a/content/news/2015/02/index.html
+++ b/content/news/2015/02/index.html
@@ -52,14 +52,14 @@
 	<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.19.0!</p>
 <p>This release marks another minor release of Wicket 6. Starting
 with Wicket 6 we us...</p>
-	<a href="/news/2015/02/02/wicket-6-19-0-released.html">more</a></li>
+	<a href="/news/2015/02/02/wicket-6.19.0-released.html">more</a></li>
 </div>
 <div class="news">
 	<h3>Apache Wicket 7.0.0-M5 released</h3>
   <p><small>02 Feb 2015</small></p>
 	<p>The Apache Wicket PMC is proud to announce Apache Wicket 7.0.0-M5!</p>
 <p>We have released another milestone relea...</p>
-	<a href="/news/2015/02/02/wicket-7-0-0-m5-released.html">more</a></li>
+	<a href="/news/2015/02/02/wicket-7.0.0-M5-released.html">more</a></li>
 </div>
 <div class="news">
 	<h3>New committer - Sebastien Briquet</h3>
@@ -68,7 +68,7 @@ with Wicket 6 we us...</p>
 has asked Sebastien Briquet to become a committer and we are pleased 
 to announce that he has accepted.</p>
 <p>Sebastien has been involved with Wicket for several years now by developing one of the most successful integrations with JavaScript libraries, namely Wicket jQuery UI, reporting bugs, contributing fixe...</p>
-	<a href="/news/2015/02/13/new-committer-sebastien-briquet.html">more</a></li>
+	<a href="/news/2015/02/13/new-committer-Sebastien-Briquet.html">more</a></li>
 </div>
 <div class="news">
 	<h3>Wicket 1.5.13 released</h3>
@@ -81,7 +81,7 @@ to announce that he has accepted.</p>
 </ul>
 <figure class="highlight"><pre><code class="language-xml" data-lang="xml"><span class="nt">&lt;dependency&gt;</span>
     <span class="nt">&lt;groupId&gt;</span>org.apache.wick...</code></pre></figure>
-	<a href="/news/2015/02/13/wicket-1-5-13-released.html">more</a></li>
+	<a href="/news/2015/02/13/wicket-1.5.13-released.html">more</a></li>
 </div>
         </div>
         <div class="l-one-third">

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2015/06/14/wicket-6-20-0-released.html
----------------------------------------------------------------------
diff --git a/content/news/2015/06/14/wicket-6-20-0-released.html b/content/news/2015/06/14/wicket-6-20-0-released.html
deleted file mode 100644
index e698d1d..0000000
--- a/content/news/2015/06/14/wicket-6-20-0-released.html
+++ /dev/null
@@ -1,164 +0,0 @@
-<!DOCTYPE html>
-<html>
-    <head>
-        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-        <meta charset="utf-8">
-        <title>Apache Wicket 6.20.0 released | Apache Wicket</title>
-        <meta name="viewport" content="width=device-width, initial-scale=1" />
-
-        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
-        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
-        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
-
-		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
-
-    </head>
-
-    <body class="">
-        <div class="header default">
-    <div class="l-container">
-<nav class="mainmenu">
-    <ul>
-		<!-- /start/quickstart.html || /news/2015/06/14/wicket-6-20-0-released.html -->
-    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
-		<!-- /start/download.html || /news/2015/06/14/wicket-6-20-0-released.html -->
-    	<li class=""><a href="/start/download.html">Download</a></li>
-		<!-- /learn || /news/2015/06/14/wicket-6-20-0-released.html -->
-    	<li class=""><a href="/learn">Documentation</a></li>
-		<!-- /help || /news/2015/06/14/wicket-6-20-0-released.html -->
-    	<li class=""><a href="/help">Support</a></li>
-		<!-- /contribute || /news/2015/06/14/wicket-6-20-0-released.html -->
-    	<li class=""><a href="/contribute">Contribute</a></li>
-		<!-- /community || /news/2015/06/14/wicket-6-20-0-released.html -->
-    	<li class=""><a href="/community">Community</a></li>
-		<!-- /apache || /news/2015/06/14/wicket-6-20-0-released.html -->
-    	<li class=""><a href="/apache">Apache</a></li>
-    </ul>
-</nav>
-        <div class="logo">
-    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
-</div>
-    </div>
-</div>
-<main>
-    <div class="l-container">
-        <header class="l-full preamble">
-            <h1>Apache Wicket 6.20.0 released</h1>
-        </header>
-        <section class="l-one-third right">
-        </section>
-        <section class="l-two-third left">
-            <div class="l-full">
-    <p class="meta">14 Jun 2015</p>
-    <p>The Apache Wicket PMC is proud to announce Apache Wicket 6.20.0!</p>
-<p>This release marks another minor release of Wicket 6. Starting
-with Wicket 6 we use semantic versioning for the future development
-of Wicket, and as such no API breaks are present in this release
-compared to 6.0.0.</p>
-<h3 id="using-this-release">Using this release</h3>
-<p>With Apache Maven update your dependency to (and don’t forget to
-update any other dependencies on Wicket projects to the same version):</p>
-<figure class="highlight"><pre><code class="language-xml" data-lang="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>6.20.0<span class="nt">&lt;/version&gt;</span>
-<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
-<p>Or download and build the distribution yourself, or use our
-convenience binary package</p>
-<ul>
-  <li>Source: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.20.0">http://www.apache.org/dyn/closer.cgi/wicket/6.20.0</a></li>
-  <li>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.20.0/binaries">http://www.apache.org/dyn/closer.cgi/wicket/6.20.0/binaries</a></li>
-</ul>
-<h3 id="upgrading-from-earlier-versions">Upgrading from earlier versions</h3>
-<p>If you upgrade from 6.y.z this release is a drop in replacement. If
-you come from a version prior to 6.0.0, please read our Wicket 6
-migration guide found at</p>
-<ul>
-  <li><a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+6.0">migration to Wicket 6</a></li>
-</ul>
-<p>Have fun!</p>
-<p>— The Wicket team</p>
-<h3 id="this-release">This release</h3>
-<h4 id="changelog-for-6200">CHANGELOG for 6.20.0:</h4>
-<p>The following changes were made in Wicket for this release.</p>
-<h4 id="bug">Bug</h4>
-<ul>
-  <li>[WICKET-5790] - VariableInterpolator &amp; #getThrowExceptionOnMissingResource</li>
-  <li>[WICKET-5814] - CryptoMapper clears feedback messages</li>
-  <li>[WICKET-5816] - Apps can’t use Application.setName instead of WicketFilter for e.g. JMX names</li>
-  <li>[WICKET-5822] - AjaxSelfUpdatingTimer stops working after ajax download</li>
-  <li>[WICKET-5834] - NPE in DefaultPropertyResolver</li>
-  <li>[WICKET-5835] - InlineEnclosure doesn’t call child.configure() before updating its visilbity</li>
-  <li>[WICKET-5837] - JUnit tests may fail because of AbstractDefaultAjaxBehavior</li>
-  <li>[WICKET-5838] - Last-modified header of external markup is ignored</li>
-  <li>[WICKET-5841] - continueToOriginalDestination() discards new cookies</li>
-  <li>[WICKET-5843] - CryptoMapper doesn’t work with context relative UrlResourceReferences</li>
-  <li>[WICKET-5845] - AuthenticatedWebSession.get() returns a new session with signedIn false</li>
-  <li>[WICKET-5850] - LazyInitProxyFactory causes NoClassDefFound org/apache/wicket/proxy/ILazyInitProxy in case of multimodule deployment</li>
-  <li>[WICKET-5851] - PackageResourceTest#packageResourceGuard test fails under Windows</li>
-  <li>[WICKET-5855] - RememberMe functionality seems to be broken after the change of the default crypt factory</li>
-  <li>[WICKET-5857] - PagingNavigator invalid HTML (rel attribute on span tag)</li>
-  <li>[WICKET-5858] - AjaxRequestTarget.focusComponent does not work in modal window</li>
-  <li>[WICKET-5862] - Wicket Container visibility bug</li>
-  <li>[WICKET-5864] - Multipart Ajax form submit does not release the channel in case of connection failure</li>
-  <li>[WICKET-5869] - Kittencaptcha doesn’t calculate click y-coordinate correctly</li>
-  <li>[WICKET-5870] - wicket-event-jquery.js: Wicket.Browser.isIE11() does not return boolean</li>
-  <li>[WICKET-5873] - Resources served by Wicket are not compressable</li>
-  <li>[WICKET-5874] - WicketTester TagTester does not work as expected when using non self closing tags</li>
-  <li>[WICKET-5881] - NPE in FormComponent#updateCollectionModel in case of no converted input and unmodifiable collection</li>
-  <li>[WICKET-5883] - Feedback messages not cleared for invisible/disabled form components on submit.</li>
-  <li>[WICKET-5887] - wicket.xsd refers to non-existing xhtml.label:attlist</li>
-  <li>[WICKET-5891] - Parsing of ChinUnionPay credit card should use the first 6 characters</li>
-  <li>[WICKET-5893] - CookieUtils should use the original response when saving a cookie</li>
-  <li>[WICKET-5895] - validateHeaders fails to detect missing head/body (regression)</li>
-  <li>[WICKET-5900] - Add WicketTester support for IAjaxLink</li>
-  <li>[WICKET-5910] - CGLib proxy should not intercept protected methods</li>
-  <li>[WICKET-5911] - Re-rendering page after exception in render phase does not call onBeforeRender()</li>
-  <li>[WICKET-5917] - Do not use jQuery’s $ in String snippets in Java code</li>
-</ul>
-<h4 id="improvement">Improvement</h4>
-<ul>
-  <li>[WICKET-5754] - (String)ResourceModel’s defaultValue could be an IModel<string></string></li>
-  <li>[WICKET-5823] - DefaultAuthenticationStrategy should be modified to reduce copy/paste while extending it’s functionality</li>
-  <li>[WICKET-5832] - Do not fail at CDI’s ConversationPropagator when running in non-http thread</li>
-  <li>[WICKET-5840] - WicketTester doesn’t support #clickLink() for ExternalLink component</li>
-  <li>[WICKET-5859] - Add Hebrew and Arabic translations</li>
-  <li>[WICKET-5863] - Overiding disableCaching in ServletWebResponse is ignored when responce is buffered</li>
-  <li>[WICKET-5865] - AjaxEditableLabel should implement IGenericComponent</li>
-  <li>[WICKET-5872] - wicket extensions initializer.properties for greek language</li>
-  <li>[WICKET-5875] - ComponentRenderer.renderComponent() unexpectedly produces a WicketRuntimeException when called with a nested Component which contains a nested wicket:message</li>
-  <li>[WICKET-5894] - Support *.woff2 webfonts in SecurePackageResourceGuard as well</li>
-  <li>[WICKET-5901] - Leaving veil when ajax processing ends with redirect</li>
-  <li>[WICKET-5905] - allow listening to Ajax calls before scheduling</li>
-  <li>[WICKET-5921] - Provide a default implementation of IModelComparator that always returns false</li>
-</ul>
-<h4 id="new-feature">New Feature</h4>
-<ul>
-  <li>[WICKET-5827] - Allow to apply multiple Javascript / CSS compressors</li>
-  <li>[WICKET-5897] - Use the #isEnabled() method with validators</li>
-  <li>[WICKET-5918] - Create an Image component that uses the new data: protocol (an InlineImage)</li>
-  <li>[WICKET-5919] - Add support for CSRF prevention</li>
-</ul>
-<h4 id="task">Task</h4>
-<ul>
-  <li>[WICKET-5896] - Upgrade jQuery to latest stable versions (1.11.4 &amp; 2.1.3)</li>
-</ul>
-<p>Have fun!</p>
-<p>— The Wicket team</p>
-</div>
-        </section>
-    </div>
-</main>
-        <footer class="l-container">
-            <div class="l-full">
-    <img height="60px" src="/img/asf_logo.gif" style="float:left">
-    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
-    Wicket, Apache, the Apache feather logo, and the Apache Wicket
-    project logo are trademarks of The Apache Software Foundation. All
-    other marks mentioned may be trademarks or registered trademarks of
-    their respective owners.
-</div>
-        </footer>
-    </body>
-
-</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2015/06/14/wicket-6.20.0-released.html
----------------------------------------------------------------------
diff --git a/content/news/2015/06/14/wicket-6.20.0-released.html b/content/news/2015/06/14/wicket-6.20.0-released.html
new file mode 100644
index 0000000..f95021e
--- /dev/null
+++ b/content/news/2015/06/14/wicket-6.20.0-released.html
@@ -0,0 +1,164 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+        <meta charset="utf-8">
+        <title>Apache Wicket 6.20.0 released | Apache Wicket</title>
+        <meta name="viewport" content="width=device-width, initial-scale=1" />
+
+        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
+        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
+        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
+
+		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
+
+    </head>
+
+    <body class="">
+        <div class="header default">
+    <div class="l-container">
+<nav class="mainmenu">
+    <ul>
+		<!-- /start/quickstart.html || /news/2015/06/14/wicket-6.20.0-released.html -->
+    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
+		<!-- /start/download.html || /news/2015/06/14/wicket-6.20.0-released.html -->
+    	<li class=""><a href="/start/download.html">Download</a></li>
+		<!-- /learn || /news/2015/06/14/wicket-6.20.0-released.html -->
+    	<li class=""><a href="/learn">Documentation</a></li>
+		<!-- /help || /news/2015/06/14/wicket-6.20.0-released.html -->
+    	<li class=""><a href="/help">Support</a></li>
+		<!-- /contribute || /news/2015/06/14/wicket-6.20.0-released.html -->
+    	<li class=""><a href="/contribute">Contribute</a></li>
+		<!-- /community || /news/2015/06/14/wicket-6.20.0-released.html -->
+    	<li class=""><a href="/community">Community</a></li>
+		<!-- /apache || /news/2015/06/14/wicket-6.20.0-released.html -->
+    	<li class=""><a href="/apache">Apache</a></li>
+    </ul>
+</nav>
+        <div class="logo">
+    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
+</div>
+    </div>
+</div>
+<main>
+    <div class="l-container">
+        <header class="l-full preamble">
+            <h1>Apache Wicket 6.20.0 released</h1>
+        </header>
+        <section class="l-one-third right">
+        </section>
+        <section class="l-two-third left">
+            <div class="l-full">
+    <p class="meta">14 Jun 2015</p>
+    <p>The Apache Wicket PMC is proud to announce Apache Wicket 6.20.0!</p>
+<p>This release marks another minor release of Wicket 6. Starting
+with Wicket 6 we use semantic versioning for the future development
+of Wicket, and as such no API breaks are present in this release
+compared to 6.0.0.</p>
+<h3 id="using-this-release">Using this release</h3>
+<p>With Apache Maven update your dependency to (and don’t forget to
+update any other dependencies on Wicket projects to the same version):</p>
+<figure class="highlight"><pre><code class="language-xml" data-lang="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>6.20.0<span class="nt">&lt;/version&gt;</span>
+<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
+<p>Or download and build the distribution yourself, or use our
+convenience binary package</p>
+<ul>
+  <li>Source: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.20.0">http://www.apache.org/dyn/closer.cgi/wicket/6.20.0</a></li>
+  <li>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.20.0/binaries">http://www.apache.org/dyn/closer.cgi/wicket/6.20.0/binaries</a></li>
+</ul>
+<h3 id="upgrading-from-earlier-versions">Upgrading from earlier versions</h3>
+<p>If you upgrade from 6.y.z this release is a drop in replacement. If
+you come from a version prior to 6.0.0, please read our Wicket 6
+migration guide found at</p>
+<ul>
+  <li><a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+6.0">migration to Wicket 6</a></li>
+</ul>
+<p>Have fun!</p>
+<p>— The Wicket team</p>
+<h3 id="this-release">This release</h3>
+<h4 id="changelog-for-6200">CHANGELOG for 6.20.0:</h4>
+<p>The following changes were made in Wicket for this release.</p>
+<h4 id="bug">Bug</h4>
+<ul>
+  <li>[WICKET-5790] - VariableInterpolator &amp; #getThrowExceptionOnMissingResource</li>
+  <li>[WICKET-5814] - CryptoMapper clears feedback messages</li>
+  <li>[WICKET-5816] - Apps can’t use Application.setName instead of WicketFilter for e.g. JMX names</li>
+  <li>[WICKET-5822] - AjaxSelfUpdatingTimer stops working after ajax download</li>
+  <li>[WICKET-5834] - NPE in DefaultPropertyResolver</li>
+  <li>[WICKET-5835] - InlineEnclosure doesn’t call child.configure() before updating its visilbity</li>
+  <li>[WICKET-5837] - JUnit tests may fail because of AbstractDefaultAjaxBehavior</li>
+  <li>[WICKET-5838] - Last-modified header of external markup is ignored</li>
+  <li>[WICKET-5841] - continueToOriginalDestination() discards new cookies</li>
+  <li>[WICKET-5843] - CryptoMapper doesn’t work with context relative UrlResourceReferences</li>
+  <li>[WICKET-5845] - AuthenticatedWebSession.get() returns a new session with signedIn false</li>
+  <li>[WICKET-5850] - LazyInitProxyFactory causes NoClassDefFound org/apache/wicket/proxy/ILazyInitProxy in case of multimodule deployment</li>
+  <li>[WICKET-5851] - PackageResourceTest#packageResourceGuard test fails under Windows</li>
+  <li>[WICKET-5855] - RememberMe functionality seems to be broken after the change of the default crypt factory</li>
+  <li>[WICKET-5857] - PagingNavigator invalid HTML (rel attribute on span tag)</li>
+  <li>[WICKET-5858] - AjaxRequestTarget.focusComponent does not work in modal window</li>
+  <li>[WICKET-5862] - Wicket Container visibility bug</li>
+  <li>[WICKET-5864] - Multipart Ajax form submit does not release the channel in case of connection failure</li>
+  <li>[WICKET-5869] - Kittencaptcha doesn’t calculate click y-coordinate correctly</li>
+  <li>[WICKET-5870] - wicket-event-jquery.js: Wicket.Browser.isIE11() does not return boolean</li>
+  <li>[WICKET-5873] - Resources served by Wicket are not compressable</li>
+  <li>[WICKET-5874] - WicketTester TagTester does not work as expected when using non self closing tags</li>
+  <li>[WICKET-5881] - NPE in FormComponent#updateCollectionModel in case of no converted input and unmodifiable collection</li>
+  <li>[WICKET-5883] - Feedback messages not cleared for invisible/disabled form components on submit.</li>
+  <li>[WICKET-5887] - wicket.xsd refers to non-existing xhtml.label:attlist</li>
+  <li>[WICKET-5891] - Parsing of ChinUnionPay credit card should use the first 6 characters</li>
+  <li>[WICKET-5893] - CookieUtils should use the original response when saving a cookie</li>
+  <li>[WICKET-5895] - validateHeaders fails to detect missing head/body (regression)</li>
+  <li>[WICKET-5900] - Add WicketTester support for IAjaxLink</li>
+  <li>[WICKET-5910] - CGLib proxy should not intercept protected methods</li>
+  <li>[WICKET-5911] - Re-rendering page after exception in render phase does not call onBeforeRender()</li>
+  <li>[WICKET-5917] - Do not use jQuery’s $ in String snippets in Java code</li>
+</ul>
+<h4 id="improvement">Improvement</h4>
+<ul>
+  <li>[WICKET-5754] - (String)ResourceModel’s defaultValue could be an IModel<string></string></li>
+  <li>[WICKET-5823] - DefaultAuthenticationStrategy should be modified to reduce copy/paste while extending it’s functionality</li>
+  <li>[WICKET-5832] - Do not fail at CDI’s ConversationPropagator when running in non-http thread</li>
+  <li>[WICKET-5840] - WicketTester doesn’t support #clickLink() for ExternalLink component</li>
+  <li>[WICKET-5859] - Add Hebrew and Arabic translations</li>
+  <li>[WICKET-5863] - Overiding disableCaching in ServletWebResponse is ignored when responce is buffered</li>
+  <li>[WICKET-5865] - AjaxEditableLabel should implement IGenericComponent</li>
+  <li>[WICKET-5872] - wicket extensions initializer.properties for greek language</li>
+  <li>[WICKET-5875] - ComponentRenderer.renderComponent() unexpectedly produces a WicketRuntimeException when called with a nested Component which contains a nested wicket:message</li>
+  <li>[WICKET-5894] - Support *.woff2 webfonts in SecurePackageResourceGuard as well</li>
+  <li>[WICKET-5901] - Leaving veil when ajax processing ends with redirect</li>
+  <li>[WICKET-5905] - allow listening to Ajax calls before scheduling</li>
+  <li>[WICKET-5921] - Provide a default implementation of IModelComparator that always returns false</li>
+</ul>
+<h4 id="new-feature">New Feature</h4>
+<ul>
+  <li>[WICKET-5827] - Allow to apply multiple Javascript / CSS compressors</li>
+  <li>[WICKET-5897] - Use the #isEnabled() method with validators</li>
+  <li>[WICKET-5918] - Create an Image component that uses the new data: protocol (an InlineImage)</li>
+  <li>[WICKET-5919] - Add support for CSRF prevention</li>
+</ul>
+<h4 id="task">Task</h4>
+<ul>
+  <li>[WICKET-5896] - Upgrade jQuery to latest stable versions (1.11.4 &amp; 2.1.3)</li>
+</ul>
+<p>Have fun!</p>
+<p>— The Wicket team</p>
+</div>
+        </section>
+    </div>
+</main>
+        <footer class="l-container">
+            <div class="l-full">
+    <img height="60px" src="/img/asf_logo.gif" style="float:left">
+    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
+    Wicket, Apache, the Apache feather logo, and the Apache Wicket
+    project logo are trademarks of The Apache Software Foundation. All
+    other marks mentioned may be trademarks or registered trademarks of
+    their respective owners.
+</div>
+        </footer>
+    </body>
+
+</html>


[03/19] wicket-site git commit: WICKET-6049 updated links to example site

Posted by ad...@apache.org.
http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2015/06/21/wicket-7-0-0-m6-released.html
----------------------------------------------------------------------
diff --git a/content/news/2015/06/21/wicket-7-0-0-m6-released.html b/content/news/2015/06/21/wicket-7-0-0-m6-released.html
deleted file mode 100644
index b4086dc..0000000
--- a/content/news/2015/06/21/wicket-7-0-0-m6-released.html
+++ /dev/null
@@ -1,239 +0,0 @@
-<!DOCTYPE html>
-<html>
-    <head>
-        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-        <meta charset="utf-8">
-        <title>Apache Wicket 7.0.0-M6 released | Apache Wicket</title>
-        <meta name="viewport" content="width=device-width, initial-scale=1" />
-
-        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
-        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
-        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
-
-		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
-
-    </head>
-
-    <body class="">
-        <div class="header default">
-    <div class="l-container">
-<nav class="mainmenu">
-    <ul>
-		<!-- /start/quickstart.html || /news/2015/06/21/wicket-7-0-0-m6-released.html -->
-    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
-		<!-- /start/download.html || /news/2015/06/21/wicket-7-0-0-m6-released.html -->
-    	<li class=""><a href="/start/download.html">Download</a></li>
-		<!-- /learn || /news/2015/06/21/wicket-7-0-0-m6-released.html -->
-    	<li class=""><a href="/learn">Documentation</a></li>
-		<!-- /help || /news/2015/06/21/wicket-7-0-0-m6-released.html -->
-    	<li class=""><a href="/help">Support</a></li>
-		<!-- /contribute || /news/2015/06/21/wicket-7-0-0-m6-released.html -->
-    	<li class=""><a href="/contribute">Contribute</a></li>
-		<!-- /community || /news/2015/06/21/wicket-7-0-0-m6-released.html -->
-    	<li class=""><a href="/community">Community</a></li>
-		<!-- /apache || /news/2015/06/21/wicket-7-0-0-m6-released.html -->
-    	<li class=""><a href="/apache">Apache</a></li>
-    </ul>
-</nav>
-        <div class="logo">
-    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
-</div>
-    </div>
-</div>
-<main>
-    <div class="l-container">
-        <header class="l-full preamble">
-            <h1>Apache Wicket 7.0.0-M6 released</h1>
-        </header>
-        <section class="l-one-third right">
-        </section>
-        <section class="l-two-third left">
-            <div class="l-full">
-    <p class="meta">21 Jun 2015</p>
-    <p>The Apache Wicket PMC is proud to announce Apache Wicket 7.0.0-M6!</p>
-<p>We have released another milestone release for Apache Wicket 7. We aim
-to finalise Wicket 7 over the coming months and request your help in
-testing the new major version.</p>
-<h3 id="caveats">Caveats</h3>
-<p>It is still a development version so expect API breaks to happen over
-the course of the coming milestone releases.</p>
-<h3 id="semantic-versioning">Semantic versioning</h3>
-<p>As we adopted semver Wicket 7 will be the first release since 6.0 where
-we are able to refactor the API. We will continue to use semver when we
-have made Wicket 7 final and maintain api compatibility between minor
-versions of Wicket 7.</p>
-<h3 id="requirements">Requirements</h3>
-<p>Wicket 7 requires the following:</p>
-<ul>
-  <li>Java 7</li>
-  <li>Servlet 3 compatible container</li>
-</ul>
-<p>You can’t mix wicket libraries from prior Wicket versions with Wicket 7.</p>
-<h3 id="migration-guide">Migration guide</h3>
-<p>As usual we have a migration guide available online for people
-migrating their applications to Wicket 7. We will continue to update
-the guide as development progresses. If you find something that is not
-in the guide, please update the guide, or let us know so we can update
-the guide.</p>
-<p>You can find the guide here: <a href="http://s.apache.org/wicket7migrate">http://s.apache.org/wicket7migrate</a></p>
-<h3 id="new-and-noteworthy">New and noteworthy</h3>
-<ul>
-  <li>
-    <p>New inline image support for the new data: protocol. See
-http://ci.apache.org/projects/wicket/apidocs/6.x/org/apache/wicket/markup/html/image/InlineImage.html
-for more information.</p>
-  </li>
-  <li>
-    <p>Added CSRF prevention measure to Wicket. The
-CsrfPreventionRequestCycleListener
-(http://ci.apache.org/projects/wicket/apidocs/6.x/org/apache/wicket/protocol/http/CsrfPreventionRequestCycleListener.html)
-will prevent requests coming from other origins than allowed from
-performing actions. See the JavaDoc for more information on this
-listener.</p>
-  </li>
-  <li>
-    <p>JQuery was upgraded to most recent version.</p>
-  </li>
-</ul>
-<h3 id="using-this-release">Using this release</h3>
-<p>With Apache Maven update your dependency to (and don’t forget to
-update any other dependencies on Wicket projects to the same version):</p>
-<figure class="highlight"><pre><code class="language-xml" data-lang="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>7.0.0-M6<span class="nt">&lt;/version&gt;</span>
-<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
-<p>Or download and build the distribution yourself, or use our
-convenience binary package</p>
-<ul>
-  <li>Source: <a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M6">http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M6</a></li>
-  <li>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M6/binaries">http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M6/binaries</a></li>
-</ul>
-<h3 id="about-this-release">About this release</h3>
-<p>Below you can find the cryptographic signatures for the distributions
-and the release notes.</p>
-<h4 id="the-signatures-for-the-source-release-artefacts">The signatures for the source release artefacts:</h4>
-<p>The signatures for the source release artefacts:</p>
-<p>Signature for apache-wicket-7.0.0-M6.zip:</p>
-<div class="highlight"><pre>
------BEGIN PGP SIGNATURE-----
-Comment: GPGTools - https://gpgtools.org
-iEYEABECAAYFAlWANLgACgkQJBX8W/xy/UXSmQCgtAb+JrBeiq4+OdbpbN22sy+/
-F3YAn2ZeQ4byJPdmc4m4K6LLgg41AWSU
-=xN5i
------END PGP SIGNATURE-----
-</pre></div>
-<p>Signature for apache-wicket-7.0.0-M6.tar.gz:</p>
-<div class="highlight"><pre>
------BEGIN PGP SIGNATURE-----
-Comment: GPGTools - https://gpgtools.org
-iEYEABECAAYFAlWANLgACgkQJBX8W/xy/UUEsACgxiS2RQzuOi35Yw5C4c90KAFZ
-yPIAoMU7z9Go0pn5ZFKZwq+VDA0cvoh4
-=KW/I
------END PGP SIGNATURE-----
-</pre></div>
-<h4 id="changelog-for-700-m6">CHANGELOG for 7.0.0-M6:</h4>
-<p>Release Notes - Wicket - Version 7.0.0-M6</p>
-<h4 id="bugs">Bugs</h4>
-<pre><code>* [WICKET-5790] - VariableInterpolator &amp; #getThrowExceptionOnMissingResource
-* [WICKET-5814] - CryptoMapper clears feedback messages
-* [WICKET-5816] - Apps can't use Application.setName instead of WicketFilter for e.g. JMX names
-* [WICKET-5822] - AjaxSelfUpdatingTimer stops working after ajax download
-* [WICKET-5825] - Deployment of wicket-examples.war fails in Tomcat
-* [WICKET-5828] - PageProvider not serializable
-* [WICKET-5834] - NPE in DefaultPropertyResolver
-* [WICKET-5835] - InlineEnclosure doesn't call child.configure() before updating its visilbity
-* [WICKET-5837] - JUnit tests may fail because of AbstractDefaultAjaxBehavior
-* [WICKET-5838] - Last-modified header of external markup is ignored
-* [WICKET-5841] - continueToOriginalDestination() discards new cookies
-* [WICKET-5843] - CryptoMapper doesn't work with context relative UrlResourceReferences
-* [WICKET-5845] - AuthenticatedWebSession.get() returns a new session with signedIn false
-* [WICKET-5850] - LazyInitProxyFactory causes NoClassDefFound org/apache/wicket/proxy/ILazyInitProxy in case of multimodule deployment
-* [WICKET-5851] - PackageResourceTest#packageResourceGuard test fails under Windows
-* [WICKET-5853] - LongConverter converts some values greater than Long.MAX_VALUE
-* [WICKET-5855] - RememberMe functionality seems to be broken after the change of the default crypt factory
-* [WICKET-5856] - StackOverFlowError when working with transparent containers
-* [WICKET-5857] - PagingNavigator invalid HTML (rel attribute on span tag)
-* [WICKET-5858] - AjaxRequestTarget.focusComponent does not work in modal window
-* [WICKET-5861] - BigDecimalConverter does not allow parsing of values great than Double.MAX_VALUE
-* [WICKET-5862] - Wicket Container visibility bug
-* [WICKET-5864] - Multipart Ajax form submit does not release the channel in case of connection failure
-* [WICKET-5869] - Kittencaptcha doesn't calculate click y-coordinate correctly
-* [WICKET-5870] - wicket-event-jquery.js: Wicket.Browser.isIE11() does not return boolean
-* [WICKET-5874] - WicketTester TagTester does not work as expected when using non self closing tags
-* [WICKET-5879] - Using an AjaxSubmitLink to hide its form results in an exception
-* [WICKET-5881] - NPE in FormComponent#updateCollectionModel in case of no converted input and unmodifiable collection
-* [WICKET-5883] - Feedback messages not cleared for invisible/disabled form components on submit.
-* [WICKET-5887] - wicket.xsd refers to non-existing xhtml.label:attlist
-* [WICKET-5891] - Parsing of ChinUnionPay credit card should use the first 6 characters
-* [WICKET-5893] - CookieUtils should use the original response when saving a cookie
-* [WICKET-5895] - validateHeaders fails to detect missing head/body (regression)
-* [WICKET-5898] - StackOverflowError after form submit with a validation error
-* [WICKET-5900] - Add WicketTester support for IAjaxLink
-* [WICKET-5903] - Regression in mount resolution when using optional parameters
-* [WICKET-5904] - NPE after editing a markup file in debug mode
-* [WICKET-5906] - Use default on missing resource does not work
-* [WICKET-5908] - A new HtmlHeaderContainer is added each time a page instance is rendered
-* [WICKET-5910] - CGLib proxy should not intercept protected methods
-* [WICKET-5911] - Re-rendering page after exception in render phase does not call onBeforeRender()
-* [WICKET-5912] - NPE in Page#hasInvisibleTransparentChild
-* [WICKET-5915] - The application can not find /META-INF/wicket/**.properties on Windows systems
-* [WICKET-5916] - StackOverflowError when calling getObject() from load() in LDM
-* [WICKET-5917] - Do not use jQuery's $ in String snippets in Java code
-</code></pre>
-<h4 id="improvement">Improvement</h4>
-<pre><code>* [WICKET-5314] - AbstractAutoCompleteBehavior does not support AjaxChannels
-* [WICKET-5749] - Wicket-auth-roles should deal with resource authorization
-* [WICKET-5789] - Make org.apache.wicket.protocol.ws.javax.WicketServerEndpointConfig publicly visible
-* [WICKET-5801] - Responsive Images
-* [WICKET-5823] - DefaultAuthenticationStrategy should be modified to reduce copy/paste while extending it's functionality
-* [WICKET-5829] - rename PageSettings#recreateMountedPagesAfterExpiry
-* [WICKET-5831] - Improve unsafe Id reporting in the AbstractRepeater
-* [WICKET-5832] - Do not fail at CDI's ConversationPropagator when running in non-http thread
-* [WICKET-5833] - Add a way to get all opened web socket connections per user session
-* [WICKET-5840] - WicketTester doesn't support #clickLink() for ExternalLink component
-* [WICKET-5859] - Add Hebrew and Arabic translations
-* [WICKET-5860] - Cross-Site Websocket Hijacking protection
-* [WICKET-5863] - Overiding disableCaching in ServletWebResponse is ignored when responce is buffered
-* [WICKET-5865] - AjaxEditableLabel should implement IGenericComponent
-* [WICKET-5872] - wicket extensions initializer.properties for greek language
-* [WICKET-5875] - ComponentRenderer.renderComponent() unexpectedly produces a WicketRuntimeException when called with a nested Component which contains a nested wicket:message
-* [WICKET-5889] - Ability to not submit a nested form
-* [WICKET-5892] - add ClientProperties#isJavaScriptEnabled()
-* [WICKET-5894] - Support *.woff2 webfonts in SecurePackageResourceGuard as well
-* [WICKET-5901] - Leaving veil when ajax processing ends with redirect
-* [WICKET-5905] - allow listening to Ajax calls before scheduling
-* [WICKET-5921] - Provide a default implementation of IModelComparator that always returns false
-</code></pre>
-<h4 id="new-feature">New Feature</h4>
-<pre><code>* [WICKET-5819] - Support for HTML 5 media tags (audio / video)
-* [WICKET-5827] - Allow to apply multiple Javascript / CSS compressors
-* [WICKET-5897] - Use the #isEnabled() method with validators
-* [WICKET-5918] - Create an Image component that uses the new data: protocol (an InlineImage)
-* [WICKET-5919] - Add support for CSRF prevention
-</code></pre>
-<h4 id="task">Task</h4>
-<pre><code>* [WICKET-5896] - Upgrade jQuery to latest stable versions (1.11.4 &amp; 2.1.3)
-</code></pre>
-<h4 id="wish">Wish</h4>
-<pre><code>* [WICKET-5848] - Remove .settings folders of projects
-</code></pre>
-<p>Have fun!</p>
-<p>— The Wicket team</p>
-</div>
-        </section>
-    </div>
-</main>
-        <footer class="l-container">
-            <div class="l-full">
-    <img height="60px" src="/img/asf_logo.gif" style="float:left">
-    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
-    Wicket, Apache, the Apache feather logo, and the Apache Wicket
-    project logo are trademarks of The Apache Software Foundation. All
-    other marks mentioned may be trademarks or registered trademarks of
-    their respective owners.
-</div>
-        </footer>
-    </body>
-
-</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2015/06/21/wicket-7.0.0-M6-released.html
----------------------------------------------------------------------
diff --git a/content/news/2015/06/21/wicket-7.0.0-M6-released.html b/content/news/2015/06/21/wicket-7.0.0-M6-released.html
new file mode 100644
index 0000000..74c6e0a
--- /dev/null
+++ b/content/news/2015/06/21/wicket-7.0.0-M6-released.html
@@ -0,0 +1,244 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+        <meta charset="utf-8">
+        <title>Apache Wicket 7.0.0-M6 released | Apache Wicket</title>
+        <meta name="viewport" content="width=device-width, initial-scale=1" />
+
+        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
+        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
+        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
+
+		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
+
+    </head>
+
+    <body class="">
+        <div class="header default">
+    <div class="l-container">
+<nav class="mainmenu">
+    <ul>
+		<!-- /start/quickstart.html || /news/2015/06/21/wicket-7.0.0-M6-released.html -->
+    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
+		<!-- /start/download.html || /news/2015/06/21/wicket-7.0.0-M6-released.html -->
+    	<li class=""><a href="/start/download.html">Download</a></li>
+		<!-- /learn || /news/2015/06/21/wicket-7.0.0-M6-released.html -->
+    	<li class=""><a href="/learn">Documentation</a></li>
+		<!-- /help || /news/2015/06/21/wicket-7.0.0-M6-released.html -->
+    	<li class=""><a href="/help">Support</a></li>
+		<!-- /contribute || /news/2015/06/21/wicket-7.0.0-M6-released.html -->
+    	<li class=""><a href="/contribute">Contribute</a></li>
+		<!-- /community || /news/2015/06/21/wicket-7.0.0-M6-released.html -->
+    	<li class=""><a href="/community">Community</a></li>
+		<!-- /apache || /news/2015/06/21/wicket-7.0.0-M6-released.html -->
+    	<li class=""><a href="/apache">Apache</a></li>
+    </ul>
+</nav>
+        <div class="logo">
+    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
+</div>
+    </div>
+</div>
+<main>
+    <div class="l-container">
+        <header class="l-full preamble">
+            <h1>Apache Wicket 7.0.0-M6 released</h1>
+        </header>
+        <section class="l-one-third right">
+        </section>
+        <section class="l-two-third left">
+            <div class="l-full">
+    <p class="meta">21 Jun 2015</p>
+    <p>The Apache Wicket PMC is proud to announce Apache Wicket 7.0.0-M6!</p>
+<p>We have released another milestone release for Apache Wicket 7. We aim
+to finalise Wicket 7 over the coming months and request your help in
+testing the new major version.</p>
+<h3 id="caveats">Caveats</h3>
+<p>It is still a development version so expect API breaks to happen over
+the course of the coming milestone releases.</p>
+<h3 id="semantic-versioning">Semantic versioning</h3>
+<p>As we adopted semver Wicket 7 will be the first release since 6.0 where
+we are able to refactor the API. We will continue to use semver when we
+have made Wicket 7 final and maintain api compatibility between minor
+versions of Wicket 7.</p>
+<h3 id="requirements">Requirements</h3>
+<p>Wicket 7 requires the following:</p>
+<ul>
+  <li>Java 7</li>
+  <li>Servlet 3 compatible container</li>
+</ul>
+<p>You can’t mix wicket libraries from prior Wicket versions with Wicket 7.</p>
+<h3 id="migration-guide">Migration guide</h3>
+<p>As usual we have a migration guide available online for people
+migrating their applications to Wicket 7. We will continue to update
+the guide as development progresses. If you find something that is not
+in the guide, please update the guide, or let us know so we can update
+the guide.</p>
+<p>You can find the guide here: <a href="http://s.apache.org/wicket7migrate">http://s.apache.org/wicket7migrate</a></p>
+<h3 id="new-and-noteworthy">New and noteworthy</h3>
+<ul>
+  <li>
+    <p>New inline image support for the new data: protocol. See
+http://ci.apache.org/projects/wicket/apidocs/6.x/org/apache/wicket/markup/html/image/InlineImage.html
+for more information.</p>
+  </li>
+  <li>
+    <p>Added CSRF prevention measure to Wicket. The
+CsrfPreventionRequestCycleListener
+(http://ci.apache.org/projects/wicket/apidocs/6.x/org/apache/wicket/protocol/http/CsrfPreventionRequestCycleListener.html)
+will prevent requests coming from other origins than allowed from
+performing actions. See the JavaDoc for more information on this
+listener.</p>
+  </li>
+  <li>
+    <p>JQuery was upgraded to most recent version.</p>
+  </li>
+</ul>
+<h3 id="using-this-release">Using this release</h3>
+<p>With Apache Maven update your dependency to (and don’t forget to
+update any other dependencies on Wicket projects to the same version):</p>
+<figure class="highlight"><pre><code class="language-xml" data-lang="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>7.0.0-M6<span class="nt">&lt;/version&gt;</span>
+<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
+<p>Or download and build the distribution yourself, or use our
+convenience binary package</p>
+<ul>
+  <li>Source: <a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M6">http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M6</a></li>
+  <li>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M6/binaries">http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M6/binaries</a></li>
+</ul>
+<h3 id="about-this-release">About this release</h3>
+<p>Below you can find the cryptographic signatures for the distributions
+and the release notes.</p>
+<h4 id="the-signatures-for-the-source-release-artefacts">The signatures for the source release artefacts:</h4>
+<p>The signatures for the source release artefacts:</p>
+<p>Signature for apache-wicket-7.0.0-M6.zip:</p>
+<div class="highlight"><pre>
+-----BEGIN PGP SIGNATURE-----
+Comment: GPGTools - https://gpgtools.org
+iEYEABECAAYFAlWANLgACgkQJBX8W/xy/UXSmQCgtAb+JrBeiq4+OdbpbN22sy+/
+F3YAn2ZeQ4byJPdmc4m4K6LLgg41AWSU
+=xN5i
+-----END PGP SIGNATURE-----
+</pre></div>
+<p>Signature for apache-wicket-7.0.0-M6.tar.gz:</p>
+<div class="highlight"><pre>
+-----BEGIN PGP SIGNATURE-----
+Comment: GPGTools - https://gpgtools.org
+iEYEABECAAYFAlWANLgACgkQJBX8W/xy/UUEsACgxiS2RQzuOi35Yw5C4c90KAFZ
+yPIAoMU7z9Go0pn5ZFKZwq+VDA0cvoh4
+=KW/I
+-----END PGP SIGNATURE-----
+</pre></div>
+<h4 id="changelog-for-700-m6">CHANGELOG for 7.0.0-M6:</h4>
+<p>Release Notes - Wicket - Version 7.0.0-M6</p>
+<h4 id="bugs">Bugs</h4>
+<div class="highlighter-rouge"><pre class="highlight"><code>* [WICKET-5790] - VariableInterpolator &amp; #getThrowExceptionOnMissingResource
+* [WICKET-5814] - CryptoMapper clears feedback messages
+* [WICKET-5816] - Apps can't use Application.setName instead of WicketFilter for e.g. JMX names
+* [WICKET-5822] - AjaxSelfUpdatingTimer stops working after ajax download
+* [WICKET-5825] - Deployment of wicket-examples.war fails in Tomcat
+* [WICKET-5828] - PageProvider not serializable
+* [WICKET-5834] - NPE in DefaultPropertyResolver
+* [WICKET-5835] - InlineEnclosure doesn't call child.configure() before updating its visilbity
+* [WICKET-5837] - JUnit tests may fail because of AbstractDefaultAjaxBehavior
+* [WICKET-5838] - Last-modified header of external markup is ignored
+* [WICKET-5841] - continueToOriginalDestination() discards new cookies
+* [WICKET-5843] - CryptoMapper doesn't work with context relative UrlResourceReferences
+* [WICKET-5845] - AuthenticatedWebSession.get() returns a new session with signedIn false
+* [WICKET-5850] - LazyInitProxyFactory causes NoClassDefFound org/apache/wicket/proxy/ILazyInitProxy in case of multimodule deployment
+* [WICKET-5851] - PackageResourceTest#packageResourceGuard test fails under Windows
+* [WICKET-5853] - LongConverter converts some values greater than Long.MAX_VALUE
+* [WICKET-5855] - RememberMe functionality seems to be broken after the change of the default crypt factory
+* [WICKET-5856] - StackOverFlowError when working with transparent containers
+* [WICKET-5857] - PagingNavigator invalid HTML (rel attribute on span tag)
+* [WICKET-5858] - AjaxRequestTarget.focusComponent does not work in modal window
+* [WICKET-5861] - BigDecimalConverter does not allow parsing of values great than Double.MAX_VALUE
+* [WICKET-5862] - Wicket Container visibility bug
+* [WICKET-5864] - Multipart Ajax form submit does not release the channel in case of connection failure
+* [WICKET-5869] - Kittencaptcha doesn't calculate click y-coordinate correctly
+* [WICKET-5870] - wicket-event-jquery.js: Wicket.Browser.isIE11() does not return boolean
+* [WICKET-5874] - WicketTester TagTester does not work as expected when using non self closing tags
+* [WICKET-5879] - Using an AjaxSubmitLink to hide its form results in an exception
+* [WICKET-5881] - NPE in FormComponent#updateCollectionModel in case of no converted input and unmodifiable collection
+* [WICKET-5883] - Feedback messages not cleared for invisible/disabled form components on submit.
+* [WICKET-5887] - wicket.xsd refers to non-existing xhtml.label:attlist
+* [WICKET-5891] - Parsing of ChinUnionPay credit card should use the first 6 characters
+* [WICKET-5893] - CookieUtils should use the original response when saving a cookie
+* [WICKET-5895] - validateHeaders fails to detect missing head/body (regression)
+* [WICKET-5898] - StackOverflowError after form submit with a validation error
+* [WICKET-5900] - Add WicketTester support for IAjaxLink
+* [WICKET-5903] - Regression in mount resolution when using optional parameters
+* [WICKET-5904] - NPE after editing a markup file in debug mode
+* [WICKET-5906] - Use default on missing resource does not work
+* [WICKET-5908] - A new HtmlHeaderContainer is added each time a page instance is rendered
+* [WICKET-5910] - CGLib proxy should not intercept protected methods
+* [WICKET-5911] - Re-rendering page after exception in render phase does not call onBeforeRender()
+* [WICKET-5912] - NPE in Page#hasInvisibleTransparentChild
+* [WICKET-5915] - The application can not find /META-INF/wicket/**.properties on Windows systems
+* [WICKET-5916] - StackOverflowError when calling getObject() from load() in LDM
+* [WICKET-5917] - Do not use jQuery's $ in String snippets in Java code
+</code></pre>
+</div>
+<h4 id="improvement">Improvement</h4>
+<div class="highlighter-rouge"><pre class="highlight"><code>* [WICKET-5314] - AbstractAutoCompleteBehavior does not support AjaxChannels
+* [WICKET-5749] - Wicket-auth-roles should deal with resource authorization
+* [WICKET-5789] - Make org.apache.wicket.protocol.ws.javax.WicketServerEndpointConfig publicly visible
+* [WICKET-5801] - Responsive Images
+* [WICKET-5823] - DefaultAuthenticationStrategy should be modified to reduce copy/paste while extending it's functionality
+* [WICKET-5829] - rename PageSettings#recreateMountedPagesAfterExpiry
+* [WICKET-5831] - Improve unsafe Id reporting in the AbstractRepeater
+* [WICKET-5832] - Do not fail at CDI's ConversationPropagator when running in non-http thread
+* [WICKET-5833] - Add a way to get all opened web socket connections per user session
+* [WICKET-5840] - WicketTester doesn't support #clickLink() for ExternalLink component
+* [WICKET-5859] - Add Hebrew and Arabic translations
+* [WICKET-5860] - Cross-Site Websocket Hijacking protection
+* [WICKET-5863] - Overiding disableCaching in ServletWebResponse is ignored when responce is buffered
+* [WICKET-5865] - AjaxEditableLabel should implement IGenericComponent
+* [WICKET-5872] - wicket extensions initializer.properties for greek language
+* [WICKET-5875] - ComponentRenderer.renderComponent() unexpectedly produces a WicketRuntimeException when called with a nested Component which contains a nested wicket:message
+* [WICKET-5889] - Ability to not submit a nested form
+* [WICKET-5892] - add ClientProperties#isJavaScriptEnabled()
+* [WICKET-5894] - Support *.woff2 webfonts in SecurePackageResourceGuard as well
+* [WICKET-5901] - Leaving veil when ajax processing ends with redirect
+* [WICKET-5905] - allow listening to Ajax calls before scheduling
+* [WICKET-5921] - Provide a default implementation of IModelComparator that always returns false
+</code></pre>
+</div>
+<h4 id="new-feature">New Feature</h4>
+<div class="highlighter-rouge"><pre class="highlight"><code>* [WICKET-5819] - Support for HTML 5 media tags (audio / video)
+* [WICKET-5827] - Allow to apply multiple Javascript / CSS compressors
+* [WICKET-5897] - Use the #isEnabled() method with validators
+* [WICKET-5918] - Create an Image component that uses the new data: protocol (an InlineImage)
+* [WICKET-5919] - Add support for CSRF prevention
+</code></pre>
+</div>
+<h4 id="task">Task</h4>
+<div class="highlighter-rouge"><pre class="highlight"><code>* [WICKET-5896] - Upgrade jQuery to latest stable versions (1.11.4 &amp; 2.1.3)
+</code></pre>
+</div>
+<h4 id="wish">Wish</h4>
+<div class="highlighter-rouge"><pre class="highlight"><code>* [WICKET-5848] - Remove .settings folders of projects
+</code></pre>
+</div>
+<p>Have fun!</p>
+<p>— The Wicket team</p>
+</div>
+        </section>
+    </div>
+</main>
+        <footer class="l-container">
+            <div class="l-full">
+    <img height="60px" src="/img/asf_logo.gif" style="float:left">
+    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
+    Wicket, Apache, the Apache feather logo, and the Apache Wicket
+    project logo are trademarks of The Apache Software Foundation. All
+    other marks mentioned may be trademarks or registered trademarks of
+    their respective owners.
+</div>
+        </footer>
+    </body>
+
+</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2015/06/index.html
----------------------------------------------------------------------
diff --git a/content/news/2015/06/index.html b/content/news/2015/06/index.html
index 98b9d27..7410380 100644
--- a/content/news/2015/06/index.html
+++ b/content/news/2015/06/index.html
@@ -52,14 +52,14 @@
 	<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.20.0!</p>
 <p>This release marks another minor release of Wicket 6. Starting
 with Wicket 6 we us...</p>
-	<a href="/news/2015/06/14/wicket-6-20-0-released.html">more</a></li>
+	<a href="/news/2015/06/14/wicket-6.20.0-released.html">more</a></li>
 </div>
 <div class="news">
 	<h3>Apache Wicket 7.0.0-M6 released</h3>
   <p><small>21 Jun 2015</small></p>
 	<p>The Apache Wicket PMC is proud to announce Apache Wicket 7.0.0-M6!</p>
 <p>We have released another milestone relea...</p>
-	<a href="/news/2015/06/21/wicket-7-0-0-m6-released.html">more</a></li>
+	<a href="/news/2015/06/21/wicket-7.0.0-M6-released.html">more</a></li>
 </div>
         </div>
         <div class="l-one-third">

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2015/07/28/wicket-7-0-released.html
----------------------------------------------------------------------
diff --git a/content/news/2015/07/28/wicket-7-0-released.html b/content/news/2015/07/28/wicket-7-0-released.html
deleted file mode 100644
index 9b3a338..0000000
--- a/content/news/2015/07/28/wicket-7-0-released.html
+++ /dev/null
@@ -1,91 +0,0 @@
-<!DOCTYPE html>
-<html>
-    <head>
-        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-        <meta charset="utf-8">
-        <title>Apache Wicket v7.0 released | Apache Wicket</title>
-        <meta name="viewport" content="width=device-width, initial-scale=1" />
-
-        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
-        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
-        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
-
-		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
-
-    </head>
-
-    <body class="">
-        <div class="header default">
-    <div class="l-container">
-<nav class="mainmenu">
-    <ul>
-		<!-- /start/quickstart.html || /news/2015/07/28/wicket-7-0-released.html -->
-    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
-		<!-- /start/download.html || /news/2015/07/28/wicket-7-0-released.html -->
-    	<li class=""><a href="/start/download.html">Download</a></li>
-		<!-- /learn || /news/2015/07/28/wicket-7-0-released.html -->
-    	<li class="active"><a href="/learn">Documentation</a></li>
-		<!-- /help || /news/2015/07/28/wicket-7-0-released.html -->
-    	<li class=""><a href="/help">Support</a></li>
-		<!-- /contribute || /news/2015/07/28/wicket-7-0-released.html -->
-    	<li class=""><a href="/contribute">Contribute</a></li>
-		<!-- /community || /news/2015/07/28/wicket-7-0-released.html -->
-    	<li class=""><a href="/community">Community</a></li>
-		<!-- /apache || /news/2015/07/28/wicket-7-0-released.html -->
-    	<li class=""><a href="/apache">Apache</a></li>
-    </ul>
-</nav>
-        <div class="logo">
-    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
-</div>
-    </div>
-</div>
-<main>
-    <div class="l-container">
-        <header class="l-full preamble">
-            <h1>Apache Wicket v7.0 released</h1>
-        </header>
-        <section class="l-one-third right">
-        </section>
-        <section class="l-two-third left">
-            <div class="l-full">
-    <p class="meta">28 Jul 2015</p>
-    <p>The Apache Software Foundation announces Apache Wicket™ v7.0 Open Source Java web framework that powers thousands of web applications and web sites for governments, stores, universities, cities, banks, email providers, and more.</p>
-<p>The Apache Software Foundation (ASF), the all-volunteer developers, stewards, and incubators of nearly 150 Open Source projects and initiatives, today announced Apache™ Wicket™ v7.0, the Open Source Java web framework for high performance, scalable, component oriented web applications. 
-This marks the seventh major release of the project that celebrated its 10 year anniversary last year.</p>
-<p>This framework allows Java developers to write web applications using components. 
-This way developers can reason about the user interface in user interface building blocks, making it easier to link specific user interactions to server-side code. 
-Wicket is a high performance framework processing billions of requests daily across the world.</p>
-<p>“With this release we have added a major improvement to our framework, making development with Wicket even easier.”, said Martijn Dashorst, Vice President of Apache Wicket.
-“By adding ‘Component Queuing’ we have divorced the strict relationship between the Java component classes and the markup. This has been a headache for many users and sparked one of the longest discussions on our community lists. We finally put this issue to bed.”</p>
-<p>“Other major improvements are the move towards Java 7, newer Java EE standards, security features and the addition of new components. Wicket now bundles a cross site request forgery (CSRF) prevention measure, and provides support for inline images using the data: protocol,” continued Martijn Dashorst.</p>
-<p>Apache Wicket v7.0 reflects over 2 years of development, testing and feedback from hundreds of knowledgable users, bringing a highly stable, production ready release of the popular web framework.
-The release consist of almost 300 features, improvements and fixes. In accordance with Semantic Versioning, this major release contains <a href="https://s.apache.org/wicket7migrate">several documented API breaks</a>. Following the Semantic Versioning standard, future minor releases of Wicket v7 will remain API compatible.</p>
-<h3 id="availability-and-oversight">Availability and Oversight</h3>
-<p>As with all Apache products, Apache Wicket software is released under the Apache License v2.0, and is overseen by a self-selected team of active contributors to the project.
-A Project Management Committee (PMC) guides the Project’s day-to-day operations, including community development and product releases.
-Apache Wicket release notes, source code, documentation, and related resources are available at <a href="https://wicket.apache.org">https://wicket.apache.org</a>.</p>
-<h3 id="about-the-apache-software-foundation-asf">About The Apache Software Foundation (ASF)</h3>
-<p>Established in 1999, the all-volunteer Foundation oversees nearly one hundred fifty leading Open Source projects, including Apache HTTP Server — the world’s most popular Web server software.
-Through the ASF’s meritocratic process known as “The Apache Way,” more than 350 individual Members and 3,000 Committers successfully collaborate to develop freely available enterprise-grade software, benefiting millions of users worldwide: thousands of software solutions are distributed under the Apache License; and the community actively participates in ASF mailing lists, mentoring initiatives, and ApacheCon, the Foundation’s official user conference, trainings, and expo.
-The ASF is a US 501(3)(c) not-for-profit charity, funded by individual donations and corporate sponsors including AMD, Basis Technology, Cloudera, Facebook, Google, IBM, HP, Hortonworks, Matt Mullenweg, Microsoft, PSW Group, SpringSource/VMware, and Yahoo!.
-For more information, visit <a href="https://www.apache.org/">https://www.apache.org/</a>.</p>
-<p>“Apache”, “Apache Wicket”, and “ApacheCon” are trademarks of The Apache Software Foundation.
-All other brands and trademarks are the property of their respective owners.</p>
-</div>
-        </section>
-    </div>
-</main>
-        <footer class="l-container">
-            <div class="l-full">
-    <img height="60px" src="/img/asf_logo.gif" style="float:left">
-    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
-    Wicket, Apache, the Apache feather logo, and the Apache Wicket
-    project logo are trademarks of The Apache Software Foundation. All
-    other marks mentioned may be trademarks or registered trademarks of
-    their respective owners.
-</div>
-        </footer>
-    </body>
-
-</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2015/07/28/wicket-7.0-released.html
----------------------------------------------------------------------
diff --git a/content/news/2015/07/28/wicket-7.0-released.html b/content/news/2015/07/28/wicket-7.0-released.html
new file mode 100644
index 0000000..6526d2b
--- /dev/null
+++ b/content/news/2015/07/28/wicket-7.0-released.html
@@ -0,0 +1,91 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+        <meta charset="utf-8">
+        <title>Apache Wicket v7.0 released | Apache Wicket</title>
+        <meta name="viewport" content="width=device-width, initial-scale=1" />
+
+        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
+        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
+        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
+
+		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
+
+    </head>
+
+    <body class="">
+        <div class="header default">
+    <div class="l-container">
+<nav class="mainmenu">
+    <ul>
+		<!-- /start/quickstart.html || /news/2015/07/28/wicket-7.0-released.html -->
+    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
+		<!-- /start/download.html || /news/2015/07/28/wicket-7.0-released.html -->
+    	<li class=""><a href="/start/download.html">Download</a></li>
+		<!-- /learn || /news/2015/07/28/wicket-7.0-released.html -->
+    	<li class="active"><a href="/learn">Documentation</a></li>
+		<!-- /help || /news/2015/07/28/wicket-7.0-released.html -->
+    	<li class=""><a href="/help">Support</a></li>
+		<!-- /contribute || /news/2015/07/28/wicket-7.0-released.html -->
+    	<li class=""><a href="/contribute">Contribute</a></li>
+		<!-- /community || /news/2015/07/28/wicket-7.0-released.html -->
+    	<li class=""><a href="/community">Community</a></li>
+		<!-- /apache || /news/2015/07/28/wicket-7.0-released.html -->
+    	<li class=""><a href="/apache">Apache</a></li>
+    </ul>
+</nav>
+        <div class="logo">
+    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
+</div>
+    </div>
+</div>
+<main>
+    <div class="l-container">
+        <header class="l-full preamble">
+            <h1>Apache Wicket v7.0 released</h1>
+        </header>
+        <section class="l-one-third right">
+        </section>
+        <section class="l-two-third left">
+            <div class="l-full">
+    <p class="meta">28 Jul 2015</p>
+    <p>The Apache Software Foundation announces Apache Wicket™ v7.0 Open Source Java web framework that powers thousands of web applications and web sites for governments, stores, universities, cities, banks, email providers, and more.</p>
+<p>The Apache Software Foundation (ASF), the all-volunteer developers, stewards, and incubators of nearly 150 Open Source projects and initiatives, today announced Apache™ Wicket™ v7.0, the Open Source Java web framework for high performance, scalable, component oriented web applications. 
+This marks the seventh major release of the project that celebrated its 10 year anniversary last year.</p>
+<p>This framework allows Java developers to write web applications using components. 
+This way developers can reason about the user interface in user interface building blocks, making it easier to link specific user interactions to server-side code. 
+Wicket is a high performance framework processing billions of requests daily across the world.</p>
+<p>“With this release we have added a major improvement to our framework, making development with Wicket even easier.”, said Martijn Dashorst, Vice President of Apache Wicket.
+“By adding ‘Component Queuing’ we have divorced the strict relationship between the Java component classes and the markup. This has been a headache for many users and sparked one of the longest discussions on our community lists. We finally put this issue to bed.”</p>
+<p>“Other major improvements are the move towards Java 7, newer Java EE standards, security features and the addition of new components. Wicket now bundles a cross site request forgery (CSRF) prevention measure, and provides support for inline images using the data: protocol,” continued Martijn Dashorst.</p>
+<p>Apache Wicket v7.0 reflects over 2 years of development, testing and feedback from hundreds of knowledgable users, bringing a highly stable, production ready release of the popular web framework.
+The release consist of almost 300 features, improvements and fixes. In accordance with Semantic Versioning, this major release contains <a href="https://s.apache.org/wicket7migrate">several documented API breaks</a>. Following the Semantic Versioning standard, future minor releases of Wicket v7 will remain API compatible.</p>
+<h3 id="availability-and-oversight">Availability and Oversight</h3>
+<p>As with all Apache products, Apache Wicket software is released under the Apache License v2.0, and is overseen by a self-selected team of active contributors to the project.
+A Project Management Committee (PMC) guides the Project’s day-to-day operations, including community development and product releases.
+Apache Wicket release notes, source code, documentation, and related resources are available at <a href="https://wicket.apache.org">https://wicket.apache.org</a>.</p>
+<h3 id="about-the-apache-software-foundation-asf">About The Apache Software Foundation (ASF)</h3>
+<p>Established in 1999, the all-volunteer Foundation oversees nearly one hundred fifty leading Open Source projects, including Apache HTTP Server — the world’s most popular Web server software.
+Through the ASF’s meritocratic process known as “The Apache Way,” more than 350 individual Members and 3,000 Committers successfully collaborate to develop freely available enterprise-grade software, benefiting millions of users worldwide: thousands of software solutions are distributed under the Apache License; and the community actively participates in ASF mailing lists, mentoring initiatives, and ApacheCon, the Foundation’s official user conference, trainings, and expo.
+The ASF is a US 501(3)(c) not-for-profit charity, funded by individual donations and corporate sponsors including AMD, Basis Technology, Cloudera, Facebook, Google, IBM, HP, Hortonworks, Matt Mullenweg, Microsoft, PSW Group, SpringSource/VMware, and Yahoo!.
+For more information, visit <a href="https://www.apache.org/">https://www.apache.org/</a>.</p>
+<p>“Apache”, “Apache Wicket”, and “ApacheCon” are trademarks of The Apache Software Foundation.
+All other brands and trademarks are the property of their respective owners.</p>
+</div>
+        </section>
+    </div>
+</main>
+        <footer class="l-container">
+            <div class="l-full">
+    <img height="60px" src="/img/asf_logo.gif" style="float:left">
+    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
+    Wicket, Apache, the Apache feather logo, and the Apache Wicket
+    project logo are trademarks of The Apache Software Foundation. All
+    other marks mentioned may be trademarks or registered trademarks of
+    their respective owners.
+</div>
+        </footer>
+    </body>
+
+</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2015/07/index.html
----------------------------------------------------------------------
diff --git a/content/news/2015/07/index.html b/content/news/2015/07/index.html
index da75f4c..c028229 100644
--- a/content/news/2015/07/index.html
+++ b/content/news/2015/07/index.html
@@ -50,7 +50,7 @@
 	<h3>Apache Wicket v7.0 released</h3>
   <p><small>28 Jul 2015</small></p>
 	<p>The Apache Software Foundation...</p>
-	<a href="/news/2015/07/28/wicket-7-0-released.html">more</a></li>
+	<a href="/news/2015/07/28/wicket-7.0-released.html">more</a></li>
 </div>
         </div>
         <div class="l-one-third">

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2015/10/24/wicket-1-5-14-released.html
----------------------------------------------------------------------
diff --git a/content/news/2015/10/24/wicket-1-5-14-released.html b/content/news/2015/10/24/wicket-1-5-14-released.html
deleted file mode 100644
index d258911..0000000
--- a/content/news/2015/10/24/wicket-1-5-14-released.html
+++ /dev/null
@@ -1,92 +0,0 @@
-<!DOCTYPE html>
-<html>
-    <head>
-        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-        <meta charset="utf-8">
-        <title>Wicket 1.5.14 released | Apache Wicket</title>
-        <meta name="viewport" content="width=device-width, initial-scale=1" />
-
-        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
-        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
-        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
-
-		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
-
-    </head>
-
-    <body class="">
-        <div class="header default">
-    <div class="l-container">
-<nav class="mainmenu">
-    <ul>
-		<!-- /start/quickstart.html || /news/2015/10/24/wicket-1-5-14-released.html -->
-    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
-		<!-- /start/download.html || /news/2015/10/24/wicket-1-5-14-released.html -->
-    	<li class=""><a href="/start/download.html">Download</a></li>
-		<!-- /learn || /news/2015/10/24/wicket-1-5-14-released.html -->
-    	<li class=""><a href="/learn">Documentation</a></li>
-		<!-- /help || /news/2015/10/24/wicket-1-5-14-released.html -->
-    	<li class=""><a href="/help">Support</a></li>
-		<!-- /contribute || /news/2015/10/24/wicket-1-5-14-released.html -->
-    	<li class=""><a href="/contribute">Contribute</a></li>
-		<!-- /community || /news/2015/10/24/wicket-1-5-14-released.html -->
-    	<li class=""><a href="/community">Community</a></li>
-		<!-- /apache || /news/2015/10/24/wicket-1-5-14-released.html -->
-    	<li class=""><a href="/apache">Apache</a></li>
-    </ul>
-</nav>
-        <div class="logo">
-    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
-</div>
-    </div>
-</div>
-<main>
-    <div class="l-container">
-        <header class="l-full preamble">
-            <h1>Wicket 1.5.14 released</h1>
-        </header>
-        <section class="l-one-third right">
-        </section>
-        <section class="l-two-third left">
-            <div class="l-full">
-    <p class="meta">24 Oct 2015</p>
-    <p>This is the fourteenth maintenance release of the Wicket 1.5.x series. This release brings over 4 bug fixes and 1 improvement.</p>
-<pre><code>CHANGELOG for 1.5.14:
-</code></pre>
-<p>** Bug</p>
-<pre><code>* [WICKET-5838] - Last-modified header of external markup is ignored
-* [WICKET-5927] - Velocity remote code execution
-* [WICKET-6000] - Wicket 1.5 DTD link on website does not point to valid location
-* [WICKET-6005] - WicketRuntimeException from AjaxPagingNavigator#onAjaxEvent
-</code></pre>
-<p>** Improvement</p>
-<pre><code>* [WICKET-5974] - Change AjaxPagingNavigator#onAjaxEvent() to only consider parent components that have setOutputMarkupId(true)
-</code></pre>
-<ul>
-  <li>To use in Maven:</li>
-</ul>
-<figure class="highlight"><pre><code class="language-xml" data-lang="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.14<span class="nt">&lt;/version&gt;</span>
-<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
-<ul>
-  <li>Download the <a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.14">full distribution</a> (including sources)</li>
-</ul>
-</div>
-        </section>
-    </div>
-</main>
-        <footer class="l-container">
-            <div class="l-full">
-    <img height="60px" src="/img/asf_logo.gif" style="float:left">
-    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
-    Wicket, Apache, the Apache feather logo, and the Apache Wicket
-    project logo are trademarks of The Apache Software Foundation. All
-    other marks mentioned may be trademarks or registered trademarks of
-    their respective owners.
-</div>
-        </footer>
-    </body>
-
-</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2015/10/24/wicket-1.5.14-released.html
----------------------------------------------------------------------
diff --git a/content/news/2015/10/24/wicket-1.5.14-released.html b/content/news/2015/10/24/wicket-1.5.14-released.html
new file mode 100644
index 0000000..c15b716
--- /dev/null
+++ b/content/news/2015/10/24/wicket-1.5.14-released.html
@@ -0,0 +1,95 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+        <meta charset="utf-8">
+        <title>Wicket 1.5.14 released | Apache Wicket</title>
+        <meta name="viewport" content="width=device-width, initial-scale=1" />
+
+        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
+        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
+        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
+
+		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
+
+    </head>
+
+    <body class="">
+        <div class="header default">
+    <div class="l-container">
+<nav class="mainmenu">
+    <ul>
+		<!-- /start/quickstart.html || /news/2015/10/24/wicket-1.5.14-released.html -->
+    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
+		<!-- /start/download.html || /news/2015/10/24/wicket-1.5.14-released.html -->
+    	<li class=""><a href="/start/download.html">Download</a></li>
+		<!-- /learn || /news/2015/10/24/wicket-1.5.14-released.html -->
+    	<li class=""><a href="/learn">Documentation</a></li>
+		<!-- /help || /news/2015/10/24/wicket-1.5.14-released.html -->
+    	<li class=""><a href="/help">Support</a></li>
+		<!-- /contribute || /news/2015/10/24/wicket-1.5.14-released.html -->
+    	<li class=""><a href="/contribute">Contribute</a></li>
+		<!-- /community || /news/2015/10/24/wicket-1.5.14-released.html -->
+    	<li class=""><a href="/community">Community</a></li>
+		<!-- /apache || /news/2015/10/24/wicket-1.5.14-released.html -->
+    	<li class=""><a href="/apache">Apache</a></li>
+    </ul>
+</nav>
+        <div class="logo">
+    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
+</div>
+    </div>
+</div>
+<main>
+    <div class="l-container">
+        <header class="l-full preamble">
+            <h1>Wicket 1.5.14 released</h1>
+        </header>
+        <section class="l-one-third right">
+        </section>
+        <section class="l-two-third left">
+            <div class="l-full">
+    <p class="meta">24 Oct 2015</p>
+    <p>This is the fourteenth maintenance release of the Wicket 1.5.x series. This release brings over 4 bug fixes and 1 improvement.</p>
+<div class="highlighter-rouge"><pre class="highlight"><code>CHANGELOG for 1.5.14:
+</code></pre>
+</div>
+<p>** Bug</p>
+<div class="highlighter-rouge"><pre class="highlight"><code>* [WICKET-5838] - Last-modified header of external markup is ignored
+* [WICKET-5927] - Velocity remote code execution
+* [WICKET-6000] - Wicket 1.5 DTD link on website does not point to valid location
+* [WICKET-6005] - WicketRuntimeException from AjaxPagingNavigator#onAjaxEvent
+</code></pre>
+</div>
+<p>** Improvement</p>
+<div class="highlighter-rouge"><pre class="highlight"><code>* [WICKET-5974] - Change AjaxPagingNavigator#onAjaxEvent() to only consider parent components that have setOutputMarkupId(true)
+</code></pre>
+</div>
+<ul>
+  <li>To use in Maven:</li>
+</ul>
+<figure class="highlight"><pre><code class="language-xml" data-lang="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.14<span class="nt">&lt;/version&gt;</span>
+<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
+<ul>
+  <li>Download the <a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.14">full distribution</a> (including sources)</li>
+</ul>
+</div>
+        </section>
+    </div>
+</main>
+        <footer class="l-container">
+            <div class="l-full">
+    <img height="60px" src="/img/asf_logo.gif" style="float:left">
+    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
+    Wicket, Apache, the Apache feather logo, and the Apache Wicket
+    project logo are trademarks of The Apache Software Foundation. All
+    other marks mentioned may be trademarks or registered trademarks of
+    their respective owners.
+</div>
+        </footer>
+    </body>
+
+</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2015/10/25/wicket-7-1-0-released.html
----------------------------------------------------------------------
diff --git a/content/news/2015/10/25/wicket-7-1-0-released.html b/content/news/2015/10/25/wicket-7-1-0-released.html
deleted file mode 100644
index c4d662d..0000000
--- a/content/news/2015/10/25/wicket-7-1-0-released.html
+++ /dev/null
@@ -1,170 +0,0 @@
-<!DOCTYPE html>
-<html>
-    <head>
-        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-        <meta charset="utf-8">
-        <title>Apache Wicket 7.1.0 released | Apache Wicket</title>
-        <meta name="viewport" content="width=device-width, initial-scale=1" />
-
-        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
-        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
-        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
-
-		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
-
-    </head>
-
-    <body class="">
-        <div class="header default">
-    <div class="l-container">
-<nav class="mainmenu">
-    <ul>
-		<!-- /start/quickstart.html || /news/2015/10/25/wicket-7-1-0-released.html -->
-    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
-		<!-- /start/download.html || /news/2015/10/25/wicket-7-1-0-released.html -->
-    	<li class=""><a href="/start/download.html">Download</a></li>
-		<!-- /learn || /news/2015/10/25/wicket-7-1-0-released.html -->
-    	<li class=""><a href="/learn">Documentation</a></li>
-		<!-- /help || /news/2015/10/25/wicket-7-1-0-released.html -->
-    	<li class=""><a href="/help">Support</a></li>
-		<!-- /contribute || /news/2015/10/25/wicket-7-1-0-released.html -->
-    	<li class=""><a href="/contribute">Contribute</a></li>
-		<!-- /community || /news/2015/10/25/wicket-7-1-0-released.html -->
-    	<li class=""><a href="/community">Community</a></li>
-		<!-- /apache || /news/2015/10/25/wicket-7-1-0-released.html -->
-    	<li class=""><a href="/apache">Apache</a></li>
-    </ul>
-</nav>
-        <div class="logo">
-    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
-</div>
-    </div>
-</div>
-<main>
-    <div class="l-container">
-        <header class="l-full preamble">
-            <h1>Apache Wicket 7.1.0 released</h1>
-        </header>
-        <section class="l-one-third right">
-        </section>
-        <section class="l-two-third left">
-            <div class="l-full">
-    <p class="meta">25 Oct 2015</p>
-    <p>The Apache Wicket PMC is proud to announce Apache Wicket 7.1.0!</p>
-<p>This release marks another minor release of Wicket 7. We
-use semantic versioning for the development of Wicket, and as such no
-API breaks are present breaks are present in this release compared to
-7.0.0.</p>
-<h4 id="new-and-noteworthy">New and noteworthy</h4>
-<p>Significant improvement in performance while adding components to
-the component hierarchy. There was a regression in performance
-introduced by component queuing. The algorithm checked if there were
-any components to be dequeued, but did so in a O(n^2) way. This was
-fixed.</p>
-<p>Upon further investigation we found that adding components is O(n^2)
-since 1.3 (when memory was scarce and expensive). We fixed that and
-made it roughly O(1).</p>
-<p>This means that when you have a page with 10k components on it, the
-adding won’t slow you down any more, and the new way of adding
-components will scrape a few ms off your overall average response time.</p>
-<p>This release also fixes several bugs where head sections were not rendered,
-i18n JavaScript resources could not be loaded, Range: header parsing and
-a couple of component queuing issues.</p>
-<h4 id="using-this-release">Using this release</h4>
-<p>With Apache Maven update your dependency to (and don’t forget to
-update any other dependencies on Wicket projects to the same version):</p>
-<dependency>
-    <groupid>org.apache.wicket</groupid>
-    <artifactid>wicket-core</artifactid>
-    <version>7.1.0</version>
-</dependency>
-<p>Or download and build the distribution yourself, or use our
-convenience binary package</p>
-<div class="highlight"><pre>
- * Source: http://www.apache.org/dyn/closer.cgi/wicket/7.1.0
- * Binary: http://www.apache.org/dyn/closer.cgi/wicket/7.1.0/binaries
-</pre></div>
-<h4 id="upgrading-from-earlier-versions">Upgrading from earlier versions</h4>
-<p>If you upgrade from 7.y.z this release is a drop in replacement. If
-you come from a version prior to 7.0.0, please read our Wicket 7
-migration guide found at</p>
-<ul>
-  <li>http://s.apache.org/wicket7migrate</li>
-</ul>
-<h4 id="the-signatures-for-the-source-release-artefacts">The signatures for the source release artefacts:</h4>
-<p>Signature for apache-wicket-7.1.0.zip:</p>
-<div class="highlight"><pre>
------BEGIN PGP SIGNATURE-----
-Comment: GPGTools - https://gpgtools.org
-iEYEABECAAYFAlYldl4ACgkQJBX8W/xy/UWlUgCbBKvmDioyZceDBykv52eWYNai
-b9AAn2AUlg5FotVMaQtOdtQsQfuy4X/D
-=Vuhh
------END PGP SIGNATURE-----
-</pre></div>
-<p>Signature for apache-wicket-7.1.0.tar.gz:</p>
-<div class="highlight"><pre>
------BEGIN PGP SIGNATURE-----
-Comment: GPGTools - https://gpgtools.org
-iEYEABECAAYFAlYldl4ACgkQJBX8W/xy/UXNzgCgtL4H8bRjZewltF1BX7H3F+Ph
-6KUAnA0k2BVi5E//uw9RLm7MklYJOdV+
-=Za2v
------END PGP SIGNATURE-----
-</pre></div>
-<h4 id="changelog-for-710">CHANGELOG for 7.1.0:</h4>
-<h4 id="bug">Bug</h4>
-<pre><code>* [WICKET-5882] - AutoComplete suggestion list disappear when I click on autoComplete scrollbar in IE
-* [WICKET-5941] - Headers not rendered for components inside TransparentWebMarkupContainer on ajax update
-* [WICKET-5959] - HTML input placeholder text breaks AutoCompleteTextField in IE11
-* [WICKET-5960] - Page header isn't rendered for pages where URL has changed during render
-* [WICKET-5964] - Queuing a component within an enclosure
-* [WICKET-5965] - Queuing a component in head
-* [WICKET-5966] - ResourceUtils.getLocaleFromFilename can't handle minimized resources well
-* [WICKET-5967] - Unable to load i18n minified js
-* [WICKET-5968] - CachingResourceLocator lookup key doesn't take strict into account
-* [WICKET-5970] - UrlRenderer does not render fragments
-* [WICKET-5973] - IllegalArgumentException 'bytes' cannot be negative. on opening Inspector
-* [WICKET-5975] - AjaxFallbackOrderByBorder wicketOrder[Up|Down|None] class missing
-* [WICKET-5978] - LazyInitProxyFactory fills permgen space
-* [WICKET-5980] - When using Servlet 3.0 filter Wicket calculates filter path wrong
-* [WICKET-5981] - Significant Performance Degradation From Wicket 6.20.0 to Wicket 7.0.0
-* [WICKET-5983] - O(n^2) complexity in MarkupContainer.add
-* [WICKET-5988] - WICKET-5981 breaks forms inside borders
-* [WICKET-5989] - BaseWicketTester#startComponentInPage fails for pages with &lt;wicket:header-items&gt;&lt;/wicket:header&gt; placeholder
-* [WICKET-5993] - AjaxButton - image is not shown even though type="image" is in html-template 
-* [WICKET-5994] - Mounted TemplateResourceReference throws  org.apache.wicket.WicketRuntimeException when https is used
-* [WICKET-5995] - "Range" header parsing is broken
-* [WICKET-5996] - Mounted packages throw IllegalArgumentException when visiting base package url.
-* [WICKET-5997] - Compatibility problem with Websphere liberty profile
-* [WICKET-5999] - AjaxFormValidatingBehavior not updates initially hidden feedback component
-* [WICKET-6005] - WicketRuntimeException from AjaxPagingNavigator#onAjaxEvent
-</code></pre>
-<h4 id="improvement">Improvement</h4>
-<pre><code>* [WICKET-5948] - wicket-ajax.js probably doesn't traverse the children of &lt;div&gt; or &lt;span&gt;
-* [WICKET-5971] - Code cleanup in ServletWebResponse
-* [WICKET-5974] - Change AjaxPagingNavigator#onAjaxEvent() to only consider parent components that have setOutputMarkupId(true)
-* [WICKET-5976] - Improve the documentation of FeedbackMessages first(int level)
-* [WICKET-5984] - ReplaceHandlerException lacks an accessor for the replacement RequestHandler
-* [WICKET-5986] - NumberTextField&lt;N&gt; should use Models for minimum, maximum and step
-</code></pre>
-<h4 id="task">Task</h4>
-<pre><code>* [WICKET-5951] - Upgrade Atmosphere to 2.2.8
-</code></pre>
-<p>Have fun!</p>
-<p>— The Wicket team</p>
-</div>
-        </section>
-    </div>
-</main>
-        <footer class="l-container">
-            <div class="l-full">
-    <img height="60px" src="/img/asf_logo.gif" style="float:left">
-    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
-    Wicket, Apache, the Apache feather logo, and the Apache Wicket
-    project logo are trademarks of The Apache Software Foundation. All
-    other marks mentioned may be trademarks or registered trademarks of
-    their respective owners.
-</div>
-        </footer>
-    </body>
-
-</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2015/10/25/wicket-7.1.0-released.html
----------------------------------------------------------------------
diff --git a/content/news/2015/10/25/wicket-7.1.0-released.html b/content/news/2015/10/25/wicket-7.1.0-released.html
new file mode 100644
index 0000000..072c093
--- /dev/null
+++ b/content/news/2015/10/25/wicket-7.1.0-released.html
@@ -0,0 +1,173 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+        <meta charset="utf-8">
+        <title>Apache Wicket 7.1.0 released | Apache Wicket</title>
+        <meta name="viewport" content="width=device-width, initial-scale=1" />
+
+        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
+        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
+        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
+
+		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
+
+    </head>
+
+    <body class="">
+        <div class="header default">
+    <div class="l-container">
+<nav class="mainmenu">
+    <ul>
+		<!-- /start/quickstart.html || /news/2015/10/25/wicket-7.1.0-released.html -->
+    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
+		<!-- /start/download.html || /news/2015/10/25/wicket-7.1.0-released.html -->
+    	<li class=""><a href="/start/download.html">Download</a></li>
+		<!-- /learn || /news/2015/10/25/wicket-7.1.0-released.html -->
+    	<li class=""><a href="/learn">Documentation</a></li>
+		<!-- /help || /news/2015/10/25/wicket-7.1.0-released.html -->
+    	<li class=""><a href="/help">Support</a></li>
+		<!-- /contribute || /news/2015/10/25/wicket-7.1.0-released.html -->
+    	<li class=""><a href="/contribute">Contribute</a></li>
+		<!-- /community || /news/2015/10/25/wicket-7.1.0-released.html -->
+    	<li class=""><a href="/community">Community</a></li>
+		<!-- /apache || /news/2015/10/25/wicket-7.1.0-released.html -->
+    	<li class=""><a href="/apache">Apache</a></li>
+    </ul>
+</nav>
+        <div class="logo">
+    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
+</div>
+    </div>
+</div>
+<main>
+    <div class="l-container">
+        <header class="l-full preamble">
+            <h1>Apache Wicket 7.1.0 released</h1>
+        </header>
+        <section class="l-one-third right">
+        </section>
+        <section class="l-two-third left">
+            <div class="l-full">
+    <p class="meta">25 Oct 2015</p>
+    <p>The Apache Wicket PMC is proud to announce Apache Wicket 7.1.0!</p>
+<p>This release marks another minor release of Wicket 7. We
+use semantic versioning for the development of Wicket, and as such no
+API breaks are present breaks are present in this release compared to
+7.0.0.</p>
+<h4 id="new-and-noteworthy">New and noteworthy</h4>
+<p>Significant improvement in performance while adding components to
+the component hierarchy. There was a regression in performance
+introduced by component queuing. The algorithm checked if there were
+any components to be dequeued, but did so in a O(n^2) way. This was
+fixed.</p>
+<p>Upon further investigation we found that adding components is O(n^2)
+since 1.3 (when memory was scarce and expensive). We fixed that and
+made it roughly O(1).</p>
+<p>This means that when you have a page with 10k components on it, the
+adding won’t slow you down any more, and the new way of adding
+components will scrape a few ms off your overall average response time.</p>
+<p>This release also fixes several bugs where head sections were not rendered,
+i18n JavaScript resources could not be loaded, Range: header parsing and
+a couple of component queuing issues.</p>
+<h4 id="using-this-release">Using this release</h4>
+<p>With Apache Maven update your dependency to (and don’t forget to
+update any other dependencies on Wicket projects to the same version):</p>
+<dependency>
+    <groupid>org.apache.wicket</groupid>
+    <artifactid>wicket-core</artifactid>
+    <version>7.1.0</version>
+</dependency>
+<p>Or download and build the distribution yourself, or use our
+convenience binary package</p>
+<div class="highlight"><pre>
+ * Source: http://www.apache.org/dyn/closer.cgi/wicket/7.1.0
+ * Binary: http://www.apache.org/dyn/closer.cgi/wicket/7.1.0/binaries
+</pre></div>
+<h4 id="upgrading-from-earlier-versions">Upgrading from earlier versions</h4>
+<p>If you upgrade from 7.y.z this release is a drop in replacement. If
+you come from a version prior to 7.0.0, please read our Wicket 7
+migration guide found at</p>
+<ul>
+  <li>http://s.apache.org/wicket7migrate</li>
+</ul>
+<h4 id="the-signatures-for-the-source-release-artefacts">The signatures for the source release artefacts:</h4>
+<p>Signature for apache-wicket-7.1.0.zip:</p>
+<div class="highlight"><pre>
+-----BEGIN PGP SIGNATURE-----
+Comment: GPGTools - https://gpgtools.org
+iEYEABECAAYFAlYldl4ACgkQJBX8W/xy/UWlUgCbBKvmDioyZceDBykv52eWYNai
+b9AAn2AUlg5FotVMaQtOdtQsQfuy4X/D
+=Vuhh
+-----END PGP SIGNATURE-----
+</pre></div>
+<p>Signature for apache-wicket-7.1.0.tar.gz:</p>
+<div class="highlight"><pre>
+-----BEGIN PGP SIGNATURE-----
+Comment: GPGTools - https://gpgtools.org
+iEYEABECAAYFAlYldl4ACgkQJBX8W/xy/UXNzgCgtL4H8bRjZewltF1BX7H3F+Ph
+6KUAnA0k2BVi5E//uw9RLm7MklYJOdV+
+=Za2v
+-----END PGP SIGNATURE-----
+</pre></div>
+<h4 id="changelog-for-710">CHANGELOG for 7.1.0:</h4>
+<h4 id="bug">Bug</h4>
+<div class="highlighter-rouge"><pre class="highlight"><code>* [WICKET-5882] - AutoComplete suggestion list disappear when I click on autoComplete scrollbar in IE
+* [WICKET-5941] - Headers not rendered for components inside TransparentWebMarkupContainer on ajax update
+* [WICKET-5959] - HTML input placeholder text breaks AutoCompleteTextField in IE11
+* [WICKET-5960] - Page header isn't rendered for pages where URL has changed during render
+* [WICKET-5964] - Queuing a component within an enclosure
+* [WICKET-5965] - Queuing a component in head
+* [WICKET-5966] - ResourceUtils.getLocaleFromFilename can't handle minimized resources well
+* [WICKET-5967] - Unable to load i18n minified js
+* [WICKET-5968] - CachingResourceLocator lookup key doesn't take strict into account
+* [WICKET-5970] - UrlRenderer does not render fragments
+* [WICKET-5973] - IllegalArgumentException 'bytes' cannot be negative. on opening Inspector
+* [WICKET-5975] - AjaxFallbackOrderByBorder wicketOrder[Up|Down|None] class missing
+* [WICKET-5978] - LazyInitProxyFactory fills permgen space
+* [WICKET-5980] - When using Servlet 3.0 filter Wicket calculates filter path wrong
+* [WICKET-5981] - Significant Performance Degradation From Wicket 6.20.0 to Wicket 7.0.0
+* [WICKET-5983] - O(n^2) complexity in MarkupContainer.add
+* [WICKET-5988] - WICKET-5981 breaks forms inside borders
+* [WICKET-5989] - BaseWicketTester#startComponentInPage fails for pages with &lt;wicket:header-items&gt;&lt;/wicket:header&gt; placeholder
+* [WICKET-5993] - AjaxButton - image is not shown even though type="image" is in html-template 
+* [WICKET-5994] - Mounted TemplateResourceReference throws  org.apache.wicket.WicketRuntimeException when https is used
+* [WICKET-5995] - "Range" header parsing is broken
+* [WICKET-5996] - Mounted packages throw IllegalArgumentException when visiting base package url.
+* [WICKET-5997] - Compatibility problem with Websphere liberty profile
+* [WICKET-5999] - AjaxFormValidatingBehavior not updates initially hidden feedback component
+* [WICKET-6005] - WicketRuntimeException from AjaxPagingNavigator#onAjaxEvent
+</code></pre>
+</div>
+<h4 id="improvement">Improvement</h4>
+<div class="highlighter-rouge"><pre class="highlight"><code>* [WICKET-5948] - wicket-ajax.js probably doesn't traverse the children of &lt;div&gt; or &lt;span&gt;
+* [WICKET-5971] - Code cleanup in ServletWebResponse
+* [WICKET-5974] - Change AjaxPagingNavigator#onAjaxEvent() to only consider parent components that have setOutputMarkupId(true)
+* [WICKET-5976] - Improve the documentation of FeedbackMessages first(int level)
+* [WICKET-5984] - ReplaceHandlerException lacks an accessor for the replacement RequestHandler
+* [WICKET-5986] - NumberTextField&lt;N&gt; should use Models for minimum, maximum and step
+</code></pre>
+</div>
+<h4 id="task">Task</h4>
+<div class="highlighter-rouge"><pre class="highlight"><code>* [WICKET-5951] - Upgrade Atmosphere to 2.2.8
+</code></pre>
+</div>
+<p>Have fun!</p>
+<p>— The Wicket team</p>
+</div>
+        </section>
+    </div>
+</main>
+        <footer class="l-container">
+            <div class="l-full">
+    <img height="60px" src="/img/asf_logo.gif" style="float:left">
+    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
+    Wicket, Apache, the Apache feather logo, and the Apache Wicket
+    project logo are trademarks of The Apache Software Foundation. All
+    other marks mentioned may be trademarks or registered trademarks of
+    their respective owners.
+</div>
+        </footer>
+    </body>
+
+</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2015/10/index.html
----------------------------------------------------------------------
diff --git a/content/news/2015/10/index.html b/content/news/2015/10/index.html
index e5c0a27..1a2f2f9 100644
--- a/content/news/2015/10/index.html
+++ b/content/news/2015/10/index.html
@@ -50,14 +50,16 @@
 	<h3>Wicket 1.5.14 released</h3>
   <p><small>24 Oct 2015</small></p>
 	<p>This is the fourteenth maintenance release of the Wicket 1.5.x series. This release brings over 4 bug fixes and 1 improvement.</p>
-<pre><code>CHANGELOG for 1.5.14:
+<div class="highlighter-rouge">
+<pre class="highlight"><code>CHANGELOG for 1.5.14:
 </code></pre>
+</div>
 <p>** Bug</p>
-<pre><code>* [WICKET-5838] - Last-modified header of external markup is ignored
+<div class="highlighter-rouge"><pre class="highlight"><code>* [WICKET-5838] - Last-modified header of external markup is ignored
 * [WICKET-5927] - Velocity remote code execution
 * [WICKET-6000] - Wicket 1.5 DTD link on website does not point to valid location
-* [WICKET-6005] - WicketRuntimeException...</code></pre>
-	<a href="/news/2015/10/24/wicket-1-5-14-released.html">more</a></li>
+* [WICKET-6005] - WicketRuntimeException ...</code></pre></div>
+	<a href="/news/2015/10/24/wicket-1.5.14-released.html">more</a></li>
 </div>
 <div class="news">
 	<h3>Apache Wicket 7.1.0 released</h3>
@@ -65,7 +67,7 @@
 	<p>The Apache Wicket PMC is proud to announce Apache Wicket 7.1.0!</p>
 <p>This release marks another minor release of Wicket 7. We
 use semantic ...</p>
-	<a href="/news/2015/10/25/wicket-7-1-0-released.html">more</a></li>
+	<a href="/news/2015/10/25/wicket-7.1.0-released.html">more</a></li>
 </div>
         </div>
         <div class="l-one-third">

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2015/11/15/wicket-1-4-x-eol.html
----------------------------------------------------------------------
diff --git a/content/news/2015/11/15/wicket-1-4-x-eol.html b/content/news/2015/11/15/wicket-1-4-x-eol.html
deleted file mode 100644
index 9661ffd..0000000
--- a/content/news/2015/11/15/wicket-1-4-x-eol.html
+++ /dev/null
@@ -1,78 +0,0 @@
-<!DOCTYPE html>
-<html>
-    <head>
-        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-        <meta charset="utf-8">
-        <title>Apache Wicket 1.4.x end of life | Apache Wicket</title>
-        <meta name="viewport" content="width=device-width, initial-scale=1" />
-
-        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
-        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
-        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
-
-		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
-
-    </head>
-
-    <body class="">
-        <div class="header default">
-    <div class="l-container">
-<nav class="mainmenu">
-    <ul>
-		<!-- /start/quickstart.html || /news/2015/11/15/wicket-1-4-x-eol.html -->
-    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
-		<!-- /start/download.html || /news/2015/11/15/wicket-1-4-x-eol.html -->
-    	<li class=""><a href="/start/download.html">Download</a></li>
-		<!-- /learn || /news/2015/11/15/wicket-1-4-x-eol.html -->
-    	<li class=""><a href="/learn">Documentation</a></li>
-		<!-- /help || /news/2015/11/15/wicket-1-4-x-eol.html -->
-    	<li class=""><a href="/help">Support</a></li>
-		<!-- /contribute || /news/2015/11/15/wicket-1-4-x-eol.html -->
-    	<li class=""><a href="/contribute">Contribute</a></li>
-		<!-- /community || /news/2015/11/15/wicket-1-4-x-eol.html -->
-    	<li class=""><a href="/community">Community</a></li>
-		<!-- /apache || /news/2015/11/15/wicket-1-4-x-eol.html -->
-    	<li class=""><a href="/apache">Apache</a></li>
-    </ul>
-</nav>
-        <div class="logo">
-    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
-</div>
-    </div>
-</div>
-<main>
-    <div class="l-container">
-        <header class="l-full preamble">
-            <h1>Apache Wicket 1.4.x end of life</h1>
-        </header>
-        <section class="l-one-third right">
-        </section>
-        <section class="l-two-third left">
-            <div class="l-full">
-    <p class="meta">15 Nov 2015</p>
-    <p>The Apache Wicket team announces that support for Apache Wicket 1.4.x ends on 16 November 2015.
-On the same day Wicket 1.5.x enters “security fixes” maintenance mode.</p>
-<p>This means that after 16 October 2015:
-- no more releases from the 1.4.x branch
-- bugs affecting only the 1.4.x branch will not be addressed
-- security vulnerability reports will not be checked against the 1.4.x branch
-- releases from the 1.5.x branch are highly unlikely
-- only security patches will be applied to the 1.5.x branch</p>
-<p>The Wicket Team</p>
-</div>
-        </section>
-    </div>
-</main>
-        <footer class="l-container">
-            <div class="l-full">
-    <img height="60px" src="/img/asf_logo.gif" style="float:left">
-    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
-    Wicket, Apache, the Apache feather logo, and the Apache Wicket
-    project logo are trademarks of The Apache Software Foundation. All
-    other marks mentioned may be trademarks or registered trademarks of
-    their respective owners.
-</div>
-        </footer>
-    </body>
-
-</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2015/11/15/wicket-1.4.x-eol.html
----------------------------------------------------------------------
diff --git a/content/news/2015/11/15/wicket-1.4.x-eol.html b/content/news/2015/11/15/wicket-1.4.x-eol.html
new file mode 100644
index 0000000..bcb6bfe
--- /dev/null
+++ b/content/news/2015/11/15/wicket-1.4.x-eol.html
@@ -0,0 +1,78 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+        <meta charset="utf-8">
+        <title>Apache Wicket 1.4.x end of life | Apache Wicket</title>
+        <meta name="viewport" content="width=device-width, initial-scale=1" />
+
+        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
+        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
+        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
+
+		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
+
+    </head>
+
+    <body class="">
+        <div class="header default">
+    <div class="l-container">
+<nav class="mainmenu">
+    <ul>
+		<!-- /start/quickstart.html || /news/2015/11/15/wicket-1.4.x-eol.html -->
+    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
+		<!-- /start/download.html || /news/2015/11/15/wicket-1.4.x-eol.html -->
+    	<li class=""><a href="/start/download.html">Download</a></li>
+		<!-- /learn || /news/2015/11/15/wicket-1.4.x-eol.html -->
+    	<li class=""><a href="/learn">Documentation</a></li>
+		<!-- /help || /news/2015/11/15/wicket-1.4.x-eol.html -->
+    	<li class=""><a href="/help">Support</a></li>
+		<!-- /contribute || /news/2015/11/15/wicket-1.4.x-eol.html -->
+    	<li class=""><a href="/contribute">Contribute</a></li>
+		<!-- /community || /news/2015/11/15/wicket-1.4.x-eol.html -->
+    	<li class=""><a href="/community">Community</a></li>
+		<!-- /apache || /news/2015/11/15/wicket-1.4.x-eol.html -->
+    	<li class=""><a href="/apache">Apache</a></li>
+    </ul>
+</nav>
+        <div class="logo">
+    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
+</div>
+    </div>
+</div>
+<main>
+    <div class="l-container">
+        <header class="l-full preamble">
+            <h1>Apache Wicket 1.4.x end of life</h1>
+        </header>
+        <section class="l-one-third right">
+        </section>
+        <section class="l-two-third left">
+            <div class="l-full">
+    <p class="meta">15 Nov 2015</p>
+    <p>The Apache Wicket team announces that support for Apache Wicket 1.4.x ends on 16 November 2015.
+On the same day Wicket 1.5.x enters “security fixes” maintenance mode.</p>
+<p>This means that after 16 October 2015:
+- no more releases from the 1.4.x branch
+- bugs affecting only the 1.4.x branch will not be addressed
+- security vulnerability reports will not be checked against the 1.4.x branch
+- releases from the 1.5.x branch are highly unlikely
+- only security patches will be applied to the 1.5.x branch</p>
+<p>The Wicket Team</p>
+</div>
+        </section>
+    </div>
+</main>
+        <footer class="l-container">
+            <div class="l-full">
+    <img height="60px" src="/img/asf_logo.gif" style="float:left">
+    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
+    Wicket, Apache, the Apache feather logo, and the Apache Wicket
+    project logo are trademarks of The Apache Software Foundation. All
+    other marks mentioned may be trademarks or registered trademarks of
+    their respective owners.
+</div>
+        </footer>
+    </body>
+
+</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2015/11/16/wicket-6-21-0-released.html
----------------------------------------------------------------------
diff --git a/content/news/2015/11/16/wicket-6-21-0-released.html b/content/news/2015/11/16/wicket-6-21-0-released.html
deleted file mode 100644
index c19df20..0000000
--- a/content/news/2015/11/16/wicket-6-21-0-released.html
+++ /dev/null
@@ -1,139 +0,0 @@
-<!DOCTYPE html>
-<html>
-    <head>
-        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-        <meta charset="utf-8">
-        <title>Apache Wicket 6.21.0 released | Apache Wicket</title>
-        <meta name="viewport" content="width=device-width, initial-scale=1" />
-
-        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
-        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
-        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
-
-		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
-
-    </head>
-
-    <body class="">
-        <div class="header default">
-    <div class="l-container">
-<nav class="mainmenu">
-    <ul>
-		<!-- /start/quickstart.html || /news/2015/11/16/wicket-6-21-0-released.html -->
-    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
-		<!-- /start/download.html || /news/2015/11/16/wicket-6-21-0-released.html -->
-    	<li class=""><a href="/start/download.html">Download</a></li>
-		<!-- /learn || /news/2015/11/16/wicket-6-21-0-released.html -->
-    	<li class=""><a href="/learn">Documentation</a></li>
-		<!-- /help || /news/2015/11/16/wicket-6-21-0-released.html -->
-    	<li class=""><a href="/help">Support</a></li>
-		<!-- /contribute || /news/2015/11/16/wicket-6-21-0-released.html -->
-    	<li class=""><a href="/contribute">Contribute</a></li>
-		<!-- /community || /news/2015/11/16/wicket-6-21-0-released.html -->
-    	<li class=""><a href="/community">Community</a></li>
-		<!-- /apache || /news/2015/11/16/wicket-6-21-0-released.html -->
-    	<li class=""><a href="/apache">Apache</a></li>
-    </ul>
-</nav>
-        <div class="logo">
-    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
-</div>
-    </div>
-</div>
-<main>
-    <div class="l-container">
-        <header class="l-full preamble">
-            <h1>Apache Wicket 6.21.0 released</h1>
-        </header>
-        <section class="l-one-third right">
-        </section>
-        <section class="l-two-third left">
-            <div class="l-full">
-    <p class="meta">16 Nov 2015</p>
-    <p>The Apache Wicket PMC is proud to announce Apache Wicket 6.21.0!</p>
-<p>This release marks another minor release of Wicket 6. We
-use semantic versioning for the development of Wicket, and as such no
-API breaks are present breaks are present in this release compared to
-6.0.0.</p>
-<h3 id="using-this-release">Using this release</h3>
-<p>With Apache Maven update your dependency to (and don’t forget to
-update any other dependencies on Wicket projects to the same version):</p>
-<figure class="highlight"><pre><code class="language-xml" data-lang="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>6.21.0<span class="nt">&lt;/version&gt;</span>
-<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
-<p>Or download and build the distribution yourself, or use our
-convenience binary package</p>
-<div class="highlight"><pre>
- * Source: [http://www.apache.org/dyn/closer.cgi/wicket/6.21.0](http://www.apache.org/dyn/closer.cgi/wicket/6.21.0)
- * Binary: [http://www.apache.org/dyn/closer.cgi/wicket/6.21.0/binaries](http://www.apache.org/dyn/closer.cgi/wicket/6.21.0/binaries)
-</pre></div>
-<h3 id="upgrading-from-earlier-versions">Upgrading from earlier versions</h3>
-<p>If you upgrade from 6.y.z this release is a drop in replacement. If
-you come from a version prior to 6.0.0, please read our Wicket 6
-migration guide found at</p>
-<ul>
-  <li><a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+6.0">migration to Wicket 6</a></li>
-</ul>
-<p>Have fun!</p>
-<p>— The Wicket team</p>
-<h3 id="this-release">This release</h3>
-<h4 id="changelog-for-6210">CHANGELOG for 6.21.0:</h4>
-<p>The following changes were made in Wicket for this release.</p>
-<h4 id="bug">Bug</h4>
-<ul>
-  <li>[WICKET-5882] - AutoComplete suggestion list disappear when I click on autoComplete scrollbar in IE</li>
-  <li>[WICKET-5898] - StackOverflowError after form submit with a validation error</li>
-  <li>[WICKET-5925] - wicket-examples DataTablePage is broken</li>
-  <li>[WICKET-5927] - Velocity remote code execution</li>
-  <li>[WICKET-5939] - AjaxEventBehavior should not lower-case the event name</li>
-  <li>[WICKET-5941] - Headers not rendered for components inside TransparentWebMarkupContainer on ajax update</li>
-  <li>[WICKET-5944] - CSRF prevention does not work with https URLs on the default port</li>
-  <li>[WICKET-5946] - JavaScript/Css PackageResource should use the same charset for compressing</li>
-  <li>[WICKET-5959] - HTML input placeholder text breaks AutoCompleteTextField in IE11</li>
-  <li>[WICKET-5960] - Page header isn’t rendered for pages where URL has changed during render</li>
-  <li>[WICKET-5968] - CachingResourceLocator lookup key doesn’t take strict into account</li>
-  <li>[WICKET-5970] - UrlRenderer does not render fragments</li>
-  <li>[WICKET-5973] - IllegalArgumentException ‘bytes’ cannot be negative. on opening Inspector</li>
-  <li>[WICKET-5978] - LazyInitProxyFactory fills permgen space</li>
-  <li>[WICKET-5989] - BaseWicketTester#startComponentInPage fails for pages with <wicket:header-items>&lt;/wicket:header&gt; placeholder</wicket:header-items></li>
-  <li>[WICKET-5994] - Mounted TemplateResourceReference throws org.apache.wicket.WicketRuntimeException when https is used</li>
-  <li>[WICKET-5996] - Mounted packages throw IllegalArgumentException when visiting base package url.</li>
-  <li>[WICKET-6005] - WicketRuntimeException from AjaxPagingNavigator#onAjaxEvent</li>
-</ul>
-<h4 id="improvement">Improvement</h4>
-<ul>
-  <li>[WICKET-5926] - Arquillian Support with Container ServletContext in BaseWicketTester/WicketTester.</li>
-  <li>[WICKET-5930] - Upgrade Atmosphere to 2.2.7</li>
-  <li>[WICKET-5932] - Allow empty column list for DataTable</li>
-  <li>[WICKET-5933] - Avoid serialization of untouched page after ajax request</li>
-  <li>[WICKET-5935] - IoC Guice: cache proxies and fail on creation when binding is missing</li>
-  <li>[WICKET-5945] - add a new topic/listener that notifies of Ajax calls done</li>
-  <li>[WICKET-5948] - wicket-ajax.js probably doesn’t traverse the children of &lt;div&gt; or <span></span></li>
-  <li>[WICKET-5955] - error from WebPage # reportMissingHead</li>
-  <li>[WICKET-5974] - Change AjaxPagingNavigator#onAjaxEvent() to only consider parent components that have setOutputMarkupId(true)</li>
-  <li>[WICKET-5976] - Improve the documentation of FeedbackMessages first(int level)</li>
-  <li>[WICKET-5986] - NumberTextField<n> should use Models for minimum, maximum and step</n></li>
-</ul>
-<h4 id="task">Task</h4>
-<ul>
-  <li>[WICKET-5951] - Upgrade Atmosphere to 2.2.8</li>
-</ul>
-</div>
-        </section>
-    </div>
-</main>
-        <footer class="l-container">
-            <div class="l-full">
-    <img height="60px" src="/img/asf_logo.gif" style="float:left">
-    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
-    Wicket, Apache, the Apache feather logo, and the Apache Wicket
-    project logo are trademarks of The Apache Software Foundation. All
-    other marks mentioned may be trademarks or registered trademarks of
-    their respective owners.
-</div>
-        </footer>
-    </body>
-
-</html>


[12/19] wicket-site git commit: WICKET-6049 updated links to example site

Posted by ad...@apache.org.
http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2012/08/24/wicket-1-5-8-released.html
----------------------------------------------------------------------
diff --git a/content/news/2012/08/24/wicket-1-5-8-released.html b/content/news/2012/08/24/wicket-1-5-8-released.html
deleted file mode 100644
index eeb2e8c..0000000
--- a/content/news/2012/08/24/wicket-1-5-8-released.html
+++ /dev/null
@@ -1,83 +0,0 @@
-<!DOCTYPE html>
-<html>
-    <head>
-        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-        <meta charset="utf-8">
-        <title>Wicket 1.5.8 released | Apache Wicket</title>
-        <meta name="viewport" content="width=device-width, initial-scale=1" />
-
-        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
-        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
-        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
-
-		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
-
-    </head>
-
-    <body class="">
-        <div class="header default">
-    <div class="l-container">
-<nav class="mainmenu">
-    <ul>
-		<!-- /start/quickstart.html || /news/2012/08/24/wicket-1-5-8-released.html -->
-    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
-		<!-- /start/download.html || /news/2012/08/24/wicket-1-5-8-released.html -->
-    	<li class=""><a href="/start/download.html">Download</a></li>
-		<!-- /learn || /news/2012/08/24/wicket-1-5-8-released.html -->
-    	<li class=""><a href="/learn">Documentation</a></li>
-		<!-- /help || /news/2012/08/24/wicket-1-5-8-released.html -->
-    	<li class=""><a href="/help">Support</a></li>
-		<!-- /contribute || /news/2012/08/24/wicket-1-5-8-released.html -->
-    	<li class=""><a href="/contribute">Contribute</a></li>
-		<!-- /community || /news/2012/08/24/wicket-1-5-8-released.html -->
-    	<li class=""><a href="/community">Community</a></li>
-		<!-- /apache || /news/2012/08/24/wicket-1-5-8-released.html -->
-    	<li class=""><a href="/apache">Apache</a></li>
-    </ul>
-</nav>
-        <div class="logo">
-    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
-</div>
-    </div>
-</div>
-<main>
-    <div class="l-container">
-        <header class="l-full preamble">
-            <h1>Wicket 1.5.8 released</h1>
-        </header>
-        <section class="l-one-third right">
-        </section>
-        <section class="l-two-third left">
-            <div class="l-full">
-    <p class="meta">24 Aug 2012</p>
-    <p>This is the eighth maintenance release of the Wicket 1.5.x series. This release brings over 45 bug fixes and improvements.</p>
-<ul>
-  <li><a href="https://git-wip-us.apache.org/repos/asf/wicket/repo?p=wicket.git;a=shortlog;h=refs/tags/release/wicket.1.5.8">Git tag</a></li>
-  <li><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&amp;version=12321662">Changelog</a></li>
-  <li>To use in Maven:</li>
-</ul>
-<figure class="highlight"><pre><code class="language-xml" data-lang="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.8<span class="nt">&lt;/version&gt;</span>
-<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
-<ul>
-  <li>Download the <a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.8">full distribution</a> (including source)</li>
-</ul>
-</div>
-        </section>
-    </div>
-</main>
-        <footer class="l-container">
-            <div class="l-full">
-    <img height="60px" src="/img/asf_logo.gif" style="float:left">
-    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
-    Wicket, Apache, the Apache feather logo, and the Apache Wicket
-    project logo are trademarks of The Apache Software Foundation. All
-    other marks mentioned may be trademarks or registered trademarks of
-    their respective owners.
-</div>
-        </footer>
-    </body>
-
-</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2012/08/24/wicket-1.5.8-released.html
----------------------------------------------------------------------
diff --git a/content/news/2012/08/24/wicket-1.5.8-released.html b/content/news/2012/08/24/wicket-1.5.8-released.html
new file mode 100644
index 0000000..14b7905
--- /dev/null
+++ b/content/news/2012/08/24/wicket-1.5.8-released.html
@@ -0,0 +1,83 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+        <meta charset="utf-8">
+        <title>Wicket 1.5.8 released | Apache Wicket</title>
+        <meta name="viewport" content="width=device-width, initial-scale=1" />
+
+        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
+        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
+        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
+
+		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
+
+    </head>
+
+    <body class="">
+        <div class="header default">
+    <div class="l-container">
+<nav class="mainmenu">
+    <ul>
+		<!-- /start/quickstart.html || /news/2012/08/24/wicket-1.5.8-released.html -->
+    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
+		<!-- /start/download.html || /news/2012/08/24/wicket-1.5.8-released.html -->
+    	<li class=""><a href="/start/download.html">Download</a></li>
+		<!-- /learn || /news/2012/08/24/wicket-1.5.8-released.html -->
+    	<li class=""><a href="/learn">Documentation</a></li>
+		<!-- /help || /news/2012/08/24/wicket-1.5.8-released.html -->
+    	<li class=""><a href="/help">Support</a></li>
+		<!-- /contribute || /news/2012/08/24/wicket-1.5.8-released.html -->
+    	<li class=""><a href="/contribute">Contribute</a></li>
+		<!-- /community || /news/2012/08/24/wicket-1.5.8-released.html -->
+    	<li class=""><a href="/community">Community</a></li>
+		<!-- /apache || /news/2012/08/24/wicket-1.5.8-released.html -->
+    	<li class=""><a href="/apache">Apache</a></li>
+    </ul>
+</nav>
+        <div class="logo">
+    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
+</div>
+    </div>
+</div>
+<main>
+    <div class="l-container">
+        <header class="l-full preamble">
+            <h1>Wicket 1.5.8 released</h1>
+        </header>
+        <section class="l-one-third right">
+        </section>
+        <section class="l-two-third left">
+            <div class="l-full">
+    <p class="meta">24 Aug 2012</p>
+    <p>This is the eighth maintenance release of the Wicket 1.5.x series. This release brings over 45 bug fixes and improvements.</p>
+<ul>
+  <li><a href="https://git-wip-us.apache.org/repos/asf/wicket/repo?p=wicket.git;a=shortlog;h=refs/tags/release/wicket.1.5.8">Git tag</a></li>
+  <li><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&amp;version=12321662">Changelog</a></li>
+  <li>To use in Maven:</li>
+</ul>
+<figure class="highlight"><pre><code class="language-xml" data-lang="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.8<span class="nt">&lt;/version&gt;</span>
+<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
+<ul>
+  <li>Download the <a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.8">full distribution</a> (including source)</li>
+</ul>
+</div>
+        </section>
+    </div>
+</main>
+        <footer class="l-container">
+            <div class="l-full">
+    <img height="60px" src="/img/asf_logo.gif" style="float:left">
+    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
+    Wicket, Apache, the Apache feather logo, and the Apache Wicket
+    project logo are trademarks of The Apache Software Foundation. All
+    other marks mentioned may be trademarks or registered trademarks of
+    their respective owners.
+</div>
+        </footer>
+    </body>
+
+</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2012/08/index.html
----------------------------------------------------------------------
diff --git a/content/news/2012/08/index.html b/content/news/2012/08/index.html
index 2347ba9..018fbd9 100644
--- a/content/news/2012/08/index.html
+++ b/content/news/2012/08/index.html
@@ -57,7 +57,7 @@
 </ul>
 <figure class="highlight"><pre><code class="language-xml" data-lang="xml"><span class="nt">&lt;dependency&gt;</span>
     <span class="nt">&lt;groupId&gt;</span>org.apache.wi...</code></pre></figure>
-	<a href="/news/2012/08/24/wicket-1-5-8-released.html">more</a></li>
+	<a href="/news/2012/08/24/wicket-1.5.8-released.html">more</a></li>
 </div>
         </div>
         <div class="l-one-third">

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2012/09/05/wicket-1-4-21-released.html
----------------------------------------------------------------------
diff --git a/content/news/2012/09/05/wicket-1-4-21-released.html b/content/news/2012/09/05/wicket-1-4-21-released.html
deleted file mode 100644
index b64448a..0000000
--- a/content/news/2012/09/05/wicket-1-4-21-released.html
+++ /dev/null
@@ -1,85 +0,0 @@
-<!DOCTYPE html>
-<html>
-    <head>
-        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-        <meta charset="utf-8">
-        <title>Wicket 1.4.21 released | Apache Wicket</title>
-        <meta name="viewport" content="width=device-width, initial-scale=1" />
-
-        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
-        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
-        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
-
-		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
-
-    </head>
-
-    <body class="">
-        <div class="header default">
-    <div class="l-container">
-<nav class="mainmenu">
-    <ul>
-		<!-- /start/quickstart.html || /news/2012/09/05/wicket-1-4-21-released.html -->
-    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
-		<!-- /start/download.html || /news/2012/09/05/wicket-1-4-21-released.html -->
-    	<li class=""><a href="/start/download.html">Download</a></li>
-		<!-- /learn || /news/2012/09/05/wicket-1-4-21-released.html -->
-    	<li class=""><a href="/learn">Documentation</a></li>
-		<!-- /help || /news/2012/09/05/wicket-1-4-21-released.html -->
-    	<li class=""><a href="/help">Support</a></li>
-		<!-- /contribute || /news/2012/09/05/wicket-1-4-21-released.html -->
-    	<li class=""><a href="/contribute">Contribute</a></li>
-		<!-- /community || /news/2012/09/05/wicket-1-4-21-released.html -->
-    	<li class=""><a href="/community">Community</a></li>
-		<!-- /apache || /news/2012/09/05/wicket-1-4-21-released.html -->
-    	<li class=""><a href="/apache">Apache</a></li>
-    </ul>
-</nav>
-        <div class="logo">
-    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
-</div>
-    </div>
-</div>
-<main>
-    <div class="l-container">
-        <header class="l-full preamble">
-            <h1>Wicket 1.4.21 released</h1>
-        </header>
-        <section class="l-one-third right">
-        </section>
-        <section class="l-two-third left">
-            <div class="l-full">
-    <p class="meta">05 Sep 2012</p>
-    <p>This is 21st release of the Wicket 1.4.x series. This is also the last release of the 1.4.x series, rounding up the remaining
-bugfixes. No further
-releases will happen in this branch.</p>
-<ul>
-  <li><a href="http://git-wip-us.apache.org/repos/asf/wicket/repo?p=wicket.git;a=shortlog;h=refs/tags/release/wicket-1.4.21">Git tag</a></li>
-  <li><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&amp;version=12320171">Changelog</a></li>
-  <li>To use in Maven:</li>
-</ul>
-<figure class="highlight"><pre><code class="language-xml" data-lang="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.21<span class="nt">&lt;/version&gt;</span>
-<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
-<ul>
-  <li>Download the <a href="http://www.apache.org/dyn/closer.cgi/wicket/1.4.21">full distribution</a> (including source)</li>
-</ul>
-</div>
-        </section>
-    </div>
-</main>
-        <footer class="l-container">
-            <div class="l-full">
-    <img height="60px" src="/img/asf_logo.gif" style="float:left">
-    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
-    Wicket, Apache, the Apache feather logo, and the Apache Wicket
-    project logo are trademarks of The Apache Software Foundation. All
-    other marks mentioned may be trademarks or registered trademarks of
-    their respective owners.
-</div>
-        </footer>
-    </body>
-
-</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2012/09/05/wicket-1.4.21-released.html
----------------------------------------------------------------------
diff --git a/content/news/2012/09/05/wicket-1.4.21-released.html b/content/news/2012/09/05/wicket-1.4.21-released.html
new file mode 100644
index 0000000..548921f
--- /dev/null
+++ b/content/news/2012/09/05/wicket-1.4.21-released.html
@@ -0,0 +1,85 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+        <meta charset="utf-8">
+        <title>Wicket 1.4.21 released | Apache Wicket</title>
+        <meta name="viewport" content="width=device-width, initial-scale=1" />
+
+        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
+        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
+        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
+
+		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
+
+    </head>
+
+    <body class="">
+        <div class="header default">
+    <div class="l-container">
+<nav class="mainmenu">
+    <ul>
+		<!-- /start/quickstart.html || /news/2012/09/05/wicket-1.4.21-released.html -->
+    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
+		<!-- /start/download.html || /news/2012/09/05/wicket-1.4.21-released.html -->
+    	<li class=""><a href="/start/download.html">Download</a></li>
+		<!-- /learn || /news/2012/09/05/wicket-1.4.21-released.html -->
+    	<li class=""><a href="/learn">Documentation</a></li>
+		<!-- /help || /news/2012/09/05/wicket-1.4.21-released.html -->
+    	<li class=""><a href="/help">Support</a></li>
+		<!-- /contribute || /news/2012/09/05/wicket-1.4.21-released.html -->
+    	<li class=""><a href="/contribute">Contribute</a></li>
+		<!-- /community || /news/2012/09/05/wicket-1.4.21-released.html -->
+    	<li class=""><a href="/community">Community</a></li>
+		<!-- /apache || /news/2012/09/05/wicket-1.4.21-released.html -->
+    	<li class=""><a href="/apache">Apache</a></li>
+    </ul>
+</nav>
+        <div class="logo">
+    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
+</div>
+    </div>
+</div>
+<main>
+    <div class="l-container">
+        <header class="l-full preamble">
+            <h1>Wicket 1.4.21 released</h1>
+        </header>
+        <section class="l-one-third right">
+        </section>
+        <section class="l-two-third left">
+            <div class="l-full">
+    <p class="meta">05 Sep 2012</p>
+    <p>This is 21st release of the Wicket 1.4.x series. This is also the last release of the 1.4.x series, rounding up the remaining
+bugfixes. No further
+releases will happen in this branch.</p>
+<ul>
+  <li><a href="http://git-wip-us.apache.org/repos/asf/wicket/repo?p=wicket.git;a=shortlog;h=refs/tags/release/wicket-1.4.21">Git tag</a></li>
+  <li><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&amp;version=12320171">Changelog</a></li>
+  <li>To use in Maven:</li>
+</ul>
+<figure class="highlight"><pre><code class="language-xml" data-lang="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.21<span class="nt">&lt;/version&gt;</span>
+<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
+<ul>
+  <li>Download the <a href="http://www.apache.org/dyn/closer.cgi/wicket/1.4.21">full distribution</a> (including source)</li>
+</ul>
+</div>
+        </section>
+    </div>
+</main>
+        <footer class="l-container">
+            <div class="l-full">
+    <img height="60px" src="/img/asf_logo.gif" style="float:left">
+    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
+    Wicket, Apache, the Apache feather logo, and the Apache Wicket
+    project logo are trademarks of The Apache Software Foundation. All
+    other marks mentioned may be trademarks or registered trademarks of
+    their respective owners.
+</div>
+        </footer>
+    </body>
+
+</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2012/09/05/wicket-6-0-0-released.html
----------------------------------------------------------------------
diff --git a/content/news/2012/09/05/wicket-6-0-0-released.html b/content/news/2012/09/05/wicket-6-0-0-released.html
deleted file mode 100644
index 987de10..0000000
--- a/content/news/2012/09/05/wicket-6-0-0-released.html
+++ /dev/null
@@ -1,99 +0,0 @@
-<!DOCTYPE html>
-<html>
-    <head>
-        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-        <meta charset="utf-8">
-        <title>Apache Wicket v6.0.0 released | Apache Wicket</title>
-        <meta name="viewport" content="width=device-width, initial-scale=1" />
-
-        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
-        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
-        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
-
-		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
-
-    </head>
-
-    <body class="">
-        <div class="header default">
-    <div class="l-container">
-<nav class="mainmenu">
-    <ul>
-		<!-- /start/quickstart.html || /news/2012/09/05/wicket-6-0-0-released.html -->
-    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
-		<!-- /start/download.html || /news/2012/09/05/wicket-6-0-0-released.html -->
-    	<li class=""><a href="/start/download.html">Download</a></li>
-		<!-- /learn || /news/2012/09/05/wicket-6-0-0-released.html -->
-    	<li class=""><a href="/learn">Documentation</a></li>
-		<!-- /help || /news/2012/09/05/wicket-6-0-0-released.html -->
-    	<li class=""><a href="/help">Support</a></li>
-		<!-- /contribute || /news/2012/09/05/wicket-6-0-0-released.html -->
-    	<li class=""><a href="/contribute">Contribute</a></li>
-		<!-- /community || /news/2012/09/05/wicket-6-0-0-released.html -->
-    	<li class=""><a href="/community">Community</a></li>
-		<!-- /apache || /news/2012/09/05/wicket-6-0-0-released.html -->
-    	<li class=""><a href="/apache">Apache</a></li>
-    </ul>
-</nav>
-        <div class="logo">
-    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
-</div>
-    </div>
-</div>
-<main>
-    <div class="l-container">
-        <header class="l-full preamble">
-            <h1>Apache Wicket v6.0.0 released</h1>
-        </header>
-        <section class="l-one-third right">
-        </section>
-        <section class="l-two-third left">
-            <div class="l-full">
-    <p class="meta">05 Sep 2012</p>
-    <blockquote>
-  <p>“With great pleasure we announce the availability of Apache Wicket 6.0.0”</p>
-  <p>– Martijn Dashorst, Vice President, Apache Wicket</p>
-</blockquote>
-<p>Apache Wicket v6.0.0 is the 6th major release of the popular open source Java web framework. Numerous enhancements make Apache Wicket v6.0.0 a solid choice for web
-development:</p>
-<ul>
-  <li>Out-of-the box JQuery integration</li>
-  <li>Complete control over AJAX requests</li>
-  <li>Improved event registration in browsers</li>
-  <li>Support for large datasets in components</li>
-  <li>Dependency management for client side javascript libraries</li>
-  <li>Experimental support for websockets</li>
-</ul>
-<p>This release is available from the <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.0.0">usual download location (wicket-6.0.0)</a>, or available through the Maven Central repository.</p>
-<p>Additional features include a customizable client-side API, improved feedback messages, correct packaging for OSGi compatibility and improved initialization of plugins. Highlights include:</p>
-<p>Java 6 required - This release moves the minimum required Java version to Java 6. This means that Wicket applications running on earlier Java versions meaning to upgrade, also need to upgrade their Java runtime.</p>
-<p>Revamped Wicket AJAX now leverages JQuery - Wicket’s custom AJAX JavaScript library has been re-implemented using JQuery. This makes it easier to integrate JQuery plugins into Wicket applications. With the new AJAX implementation it is possible to provide your own version of JQuery should the need arise, or even to replace the whole Wicket client side AJAX implementation.</p>
-<p>AJAX Attributes - With the new and improved AJAX implementation, you can alter any aspect of an AJAX request through AjaxRequestAttributes. For example you can specify that the request should be executed using POST instead of GET, or that the AJAX request should be multi-part, etc. See the migration guide or the JavaDoc of AjaxRequestAttributes for all possible options.</p>
-<p>Browser event registration replaces inline events - Wicket now uses JavaScript event registration instead of inline attributes for AJAX components. This enables multiple event listeners to be attached to a markup tag, cleans up the rendered markup considerably and reduces the amount of generated markup.</p>
-<p>IDataProvider now uses long instead of int - The <code>IDataProvider&lt;T&gt;</code> interface and implementations now use long instead of int for index and size parameters to better line up with the Java Persistence API and other persistency frameworks. Big data is now possible with Wicket!</p>
-<p><code>${label}</code> replaces <code>${input}</code> in feedback messages - Previous Wicket versions used the input that was provided by users in error messages when validations failed. This led to error messages like “1234a is not a valid number”. In Wicket 6 the feedback messages use the label of the invalid form component instead. You can set the label by calling setLabel() on the form component. If no label is provided, Wicket defaults to displaying the component identifier. This changes the error message to “Phonenumber is not a valid number”.</p>
-<p>Resources can declare dependencies - It is now much easier to create resource contributions with dependencies, for example a JQuery plugin can declare a dependency on JQuery and other resources such as embedded style sheets. Users of such resources don’t have to provide these dependencies themselves, and the dependencies are linked in the appropriate order.</p>
-<p>Packaged resources will use minimized version automatically - When a minimized JavaScript resource is available (filename.min.js – add the .min part to the filename before the extension), Wicket will automatically use the minimized version when running in deployment mode, while using the non-minimized version for development mode.</p>
-<p>OSGi compatible packaging - Wicket’s packaging has been made compatible with OSGi bundles by moving some classes to different packages. The full list can be found in our migration guide. This makes it much easier to deploy Wicket applications in an OSGi environment.</p>
-<p>Experimental websocket implementations - This release also includes two experimental websocket implementations: one using Atmosphere as a bridge for browsers and containers that don’t support websockets natively and one for containers and browsers that have native websocket support.</p>
-<p>The complete set of changes is available in the migration guide at <a href="http://s.apache.org/wicket-6.0-migration">http://s.apache.org/wicket-6.0-migration</a></p>
-<h3 id="availability-and-oversight">Availability and Oversight</h3>
-<p>As with all Apache products, Apache Wicket v6.0.0 is released under the Apache License v2.0, and is overseen by a self-selected team of active contributors to the project. A Project Management Committee (PMC) guides the Project’s day-to-day operations, including community development and product releases. Apache Wicket source code, documentation, and related resources are available at http://wicket.apache.org/</p>
-<p>“Apache”, “Wicket”, “Apache Wicket”, and “ApacheCon” are trademarks of The Apache Software Foundation. All other brands and trademarks are the property of their respective owners.</p>
-</div>
-        </section>
-    </div>
-</main>
-        <footer class="l-container">
-            <div class="l-full">
-    <img height="60px" src="/img/asf_logo.gif" style="float:left">
-    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
-    Wicket, Apache, the Apache feather logo, and the Apache Wicket
-    project logo are trademarks of The Apache Software Foundation. All
-    other marks mentioned may be trademarks or registered trademarks of
-    their respective owners.
-</div>
-        </footer>
-    </body>
-
-</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2012/09/05/wicket-6.0.0-released.html
----------------------------------------------------------------------
diff --git a/content/news/2012/09/05/wicket-6.0.0-released.html b/content/news/2012/09/05/wicket-6.0.0-released.html
new file mode 100644
index 0000000..dd621bc
--- /dev/null
+++ b/content/news/2012/09/05/wicket-6.0.0-released.html
@@ -0,0 +1,99 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+        <meta charset="utf-8">
+        <title>Apache Wicket v6.0.0 released | Apache Wicket</title>
+        <meta name="viewport" content="width=device-width, initial-scale=1" />
+
+        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
+        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
+        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
+
+		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
+
+    </head>
+
+    <body class="">
+        <div class="header default">
+    <div class="l-container">
+<nav class="mainmenu">
+    <ul>
+		<!-- /start/quickstart.html || /news/2012/09/05/wicket-6.0.0-released.html -->
+    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
+		<!-- /start/download.html || /news/2012/09/05/wicket-6.0.0-released.html -->
+    	<li class=""><a href="/start/download.html">Download</a></li>
+		<!-- /learn || /news/2012/09/05/wicket-6.0.0-released.html -->
+    	<li class=""><a href="/learn">Documentation</a></li>
+		<!-- /help || /news/2012/09/05/wicket-6.0.0-released.html -->
+    	<li class=""><a href="/help">Support</a></li>
+		<!-- /contribute || /news/2012/09/05/wicket-6.0.0-released.html -->
+    	<li class=""><a href="/contribute">Contribute</a></li>
+		<!-- /community || /news/2012/09/05/wicket-6.0.0-released.html -->
+    	<li class=""><a href="/community">Community</a></li>
+		<!-- /apache || /news/2012/09/05/wicket-6.0.0-released.html -->
+    	<li class=""><a href="/apache">Apache</a></li>
+    </ul>
+</nav>
+        <div class="logo">
+    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
+</div>
+    </div>
+</div>
+<main>
+    <div class="l-container">
+        <header class="l-full preamble">
+            <h1>Apache Wicket v6.0.0 released</h1>
+        </header>
+        <section class="l-one-third right">
+        </section>
+        <section class="l-two-third left">
+            <div class="l-full">
+    <p class="meta">05 Sep 2012</p>
+    <blockquote>
+  <p>“With great pleasure we announce the availability of Apache Wicket 6.0.0”</p>
+  <p>– Martijn Dashorst, Vice President, Apache Wicket</p>
+</blockquote>
+<p>Apache Wicket v6.0.0 is the 6th major release of the popular open source Java web framework. Numerous enhancements make Apache Wicket v6.0.0 a solid choice for web
+development:</p>
+<ul>
+  <li>Out-of-the box JQuery integration</li>
+  <li>Complete control over AJAX requests</li>
+  <li>Improved event registration in browsers</li>
+  <li>Support for large datasets in components</li>
+  <li>Dependency management for client side javascript libraries</li>
+  <li>Experimental support for websockets</li>
+</ul>
+<p>This release is available from the <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.0.0">usual download location (wicket-6.0.0)</a>, or available through the Maven Central repository.</p>
+<p>Additional features include a customizable client-side API, improved feedback messages, correct packaging for OSGi compatibility and improved initialization of plugins. Highlights include:</p>
+<p>Java 6 required - This release moves the minimum required Java version to Java 6. This means that Wicket applications running on earlier Java versions meaning to upgrade, also need to upgrade their Java runtime.</p>
+<p>Revamped Wicket AJAX now leverages JQuery - Wicket’s custom AJAX JavaScript library has been re-implemented using JQuery. This makes it easier to integrate JQuery plugins into Wicket applications. With the new AJAX implementation it is possible to provide your own version of JQuery should the need arise, or even to replace the whole Wicket client side AJAX implementation.</p>
+<p>AJAX Attributes - With the new and improved AJAX implementation, you can alter any aspect of an AJAX request through AjaxRequestAttributes. For example you can specify that the request should be executed using POST instead of GET, or that the AJAX request should be multi-part, etc. See the migration guide or the JavaDoc of AjaxRequestAttributes for all possible options.</p>
+<p>Browser event registration replaces inline events - Wicket now uses JavaScript event registration instead of inline attributes for AJAX components. This enables multiple event listeners to be attached to a markup tag, cleans up the rendered markup considerably and reduces the amount of generated markup.</p>
+<p>IDataProvider now uses long instead of int - The <code class="highlighter-rouge">IDataProvider&lt;T&gt;</code> interface and implementations now use long instead of int for index and size parameters to better line up with the Java Persistence API and other persistency frameworks. Big data is now possible with Wicket!</p>
+<p><code class="highlighter-rouge">${label}</code> replaces <code class="highlighter-rouge">${input}</code> in feedback messages - Previous Wicket versions used the input that was provided by users in error messages when validations failed. This led to error messages like “1234a is not a valid number”. In Wicket 6 the feedback messages use the label of the invalid form component instead. You can set the label by calling setLabel() on the form component. If no label is provided, Wicket defaults to displaying the component identifier. This changes the error message to “Phonenumber is not a valid number”.</p>
+<p>Resources can declare dependencies - It is now much easier to create resource contributions with dependencies, for example a JQuery plugin can declare a dependency on JQuery and other resources such as embedded style sheets. Users of such resources don’t have to provide these dependencies themselves, and the dependencies are linked in the appropriate order.</p>
+<p>Packaged resources will use minimized version automatically - When a minimized JavaScript resource is available (filename.min.js – add the .min part to the filename before the extension), Wicket will automatically use the minimized version when running in deployment mode, while using the non-minimized version for development mode.</p>
+<p>OSGi compatible packaging - Wicket’s packaging has been made compatible with OSGi bundles by moving some classes to different packages. The full list can be found in our migration guide. This makes it much easier to deploy Wicket applications in an OSGi environment.</p>
+<p>Experimental websocket implementations - This release also includes two experimental websocket implementations: one using Atmosphere as a bridge for browsers and containers that don’t support websockets natively and one for containers and browsers that have native websocket support.</p>
+<p>The complete set of changes is available in the migration guide at <a href="http://s.apache.org/wicket-6.0-migration">http://s.apache.org/wicket-6.0-migration</a></p>
+<h3 id="availability-and-oversight">Availability and Oversight</h3>
+<p>As with all Apache products, Apache Wicket v6.0.0 is released under the Apache License v2.0, and is overseen by a self-selected team of active contributors to the project. A Project Management Committee (PMC) guides the Project’s day-to-day operations, including community development and product releases. Apache Wicket source code, documentation, and related resources are available at http://wicket.apache.org/</p>
+<p>“Apache”, “Wicket”, “Apache Wicket”, and “ApacheCon” are trademarks of The Apache Software Foundation. All other brands and trademarks are the property of their respective owners.</p>
+</div>
+        </section>
+    </div>
+</main>
+        <footer class="l-container">
+            <div class="l-full">
+    <img height="60px" src="/img/asf_logo.gif" style="float:left">
+    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
+    Wicket, Apache, the Apache feather logo, and the Apache Wicket
+    project logo are trademarks of The Apache Software Foundation. All
+    other marks mentioned may be trademarks or registered trademarks of
+    their respective owners.
+</div>
+        </footer>
+    </body>
+
+</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2012/09/index.html
----------------------------------------------------------------------
diff --git a/content/news/2012/09/index.html b/content/news/2012/09/index.html
index 0ef9bc8..454694e 100644
--- a/content/news/2012/09/index.html
+++ b/content/news/2012/09/index.html
@@ -56,7 +56,7 @@ releases will happen in this branch.</p>
   <li><a href="http://git-wip-us.apache.org/repos/asf/wicket/repo?p=wicket.git;a=shortlog;h=refs/tags/release/wicket-1.4.21">Git tag</a></li>
   <li><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&amp;version=12320171">Changelog...</a></li>
 </ul>
-	<a href="/news/2012/09/05/wicket-1-4-21-released.html">more</a></li>
+	<a href="/news/2012/09/05/wicket-1.4.21-released.html">more</a></li>
 </div>
 <div class="news">
 	<h3>Apache Wicket v6.0.0 released</h3>
@@ -66,7 +66,7 @@ releases will happen in this branch.</p>
   <p>– Martijn Dashorst, Vice President, Apache Wicket</p>
 </blockquote>
 <p>Apache Wicket v6.0.0 is the 6th major release of the popular open source Java web framework. Numerous enhancem...</p>
-	<a href="/news/2012/09/05/wicket-6-0-0-released.html">more</a></li>
+	<a href="/news/2012/09/05/wicket-6.0.0-released.html">more</a></li>
 </div>
 <div class="news">
 	<h3>CVE-2012-3373 - Apache Wicket XSS vulnerability</h3>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2012/10/04/wicket-6-1-0-released.html
----------------------------------------------------------------------
diff --git a/content/news/2012/10/04/wicket-6-1-0-released.html b/content/news/2012/10/04/wicket-6-1-0-released.html
deleted file mode 100644
index 98cdd38..0000000
--- a/content/news/2012/10/04/wicket-6-1-0-released.html
+++ /dev/null
@@ -1,153 +0,0 @@
-<!DOCTYPE html>
-<html>
-    <head>
-        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-        <meta charset="utf-8">
-        <title>Apache Wicket 6.1.0 released | Apache Wicket</title>
-        <meta name="viewport" content="width=device-width, initial-scale=1" />
-
-        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
-        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
-        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
-
-		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
-
-    </head>
-
-    <body class="">
-        <div class="header default">
-    <div class="l-container">
-<nav class="mainmenu">
-    <ul>
-		<!-- /start/quickstart.html || /news/2012/10/04/wicket-6-1-0-released.html -->
-    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
-		<!-- /start/download.html || /news/2012/10/04/wicket-6-1-0-released.html -->
-    	<li class=""><a href="/start/download.html">Download</a></li>
-		<!-- /learn || /news/2012/10/04/wicket-6-1-0-released.html -->
-    	<li class=""><a href="/learn">Documentation</a></li>
-		<!-- /help || /news/2012/10/04/wicket-6-1-0-released.html -->
-    	<li class=""><a href="/help">Support</a></li>
-		<!-- /contribute || /news/2012/10/04/wicket-6-1-0-released.html -->
-    	<li class=""><a href="/contribute">Contribute</a></li>
-		<!-- /community || /news/2012/10/04/wicket-6-1-0-released.html -->
-    	<li class=""><a href="/community">Community</a></li>
-		<!-- /apache || /news/2012/10/04/wicket-6-1-0-released.html -->
-    	<li class=""><a href="/apache">Apache</a></li>
-    </ul>
-</nav>
-        <div class="logo">
-    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
-</div>
-    </div>
-</div>
-<main>
-    <div class="l-container">
-        <header class="l-full preamble">
-            <h1>Apache Wicket 6.1.0 released</h1>
-        </header>
-        <section class="l-one-third right">
-        </section>
-        <section class="l-two-third left">
-            <div class="l-full">
-    <p class="meta">04 Oct 2012</p>
-    <p>The Apache Wicket PMC is proud to announce Apache Wicket 6.1.0!</p>
-<p>This release marks the first maintenance release of Wicket 6. Starting with Wicket 6 we use semantic versioning for the future development of Wicket, and as such no API breaks are present in this release compared to 6.0.0.</p>
-<h3 id="new-and-noteworthy">New and noteworthy</h3>
-<p>Wicket CDI has been integrated as a core module, and can be used to manage conversations in your Wicket application with ease.</p>
-<p>Wicket Experimental:</p>
-<ul>
-  <li>Wicket Bootstrap has been upgraded to 2.1.1</li>
-  <li>Several issues with Wicket Atmosphere have been resolved</li>
-</ul>
-<h3 id="known-issues">Known issues</h3>
-<p>This release has two known issues, which will be solved shortly in 6.1.1 and 6.2.0:</p>
-<ul>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4789">WICKET-4789</a>
-The way URLs are encoded was changed (WICKET-4645) and now the first 
-request (with ;jsessionid in path) generates invalid internal links.</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4759">WICKET-4759</a>
-FilterForm/FilterToolbar don’t work when there’s more than one IColumn to 
-be filtered</li>
-</ul>
-<p>Any other issues will be released in 6.2.0</p>
-<h3 id="using-this-release">Using this release</h3>
-<p>With Apache Maven update your dependency to (and don’t forget to update any other dependencies on Wicket projects to the same version):</p>
-<figure class="highlight"><pre><code class="language-xml" data-lang="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>6.1.0<span class="nt">&lt;/version&gt;</span>
-<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
-<p>Or download and build the distribution yourself, or use our convenience binary package:</p>
-<ul>
-  <li><a href="http://www.apache.org/dyn/closer.cgi/wicket/6.1.0">6.1.0 sources</a></li>
-  <li><a href="http://www.apache.org/dyn/closer.cgi/wicket/6.1.0/binaries">6.1.0 binaries</a></li>
-</ul>
-<h3 id="upgrading-from-earlier-versions">Upgrading from earlier versions</h3>
-<p>If you upgrade from 6.0.0, this release is a drop in replacement. If you come from a version prior to 6.0.0, please read our <a href="http://s.apache.org/wicket-6.0-migration">Wicket 6 migration guide</a> found at http://s.apache.org/wicket-6.0-migration</p>
-<p>Have fun!</p>
-<p>— The Wicket team</p>
-<h3 id="release-notes---wicket---version-610">Release Notes - Wicket - Version 6.1.0</h3>
-<h4 id="squashed-bugs">Squashed bugs</h4>
-<ul>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4645">WICKET-4645</a> - encodeURL broken on Tomcat 7.0.28</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4656">WICKET-4656</a> - Atmosphere example doesn't work due to missing 'page' when creating AjaxRequestTarget</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4729">WICKET-4729</a> - atmosphere example will stop working if opening the same url in a different tab in the same browser</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4732">WICKET-4732</a> - CssPackageResource doesn't work if the extension isn't css</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4734">WICKET-4734</a> - Button value is double escaped</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4735">WICKET-4735</a> - KittenCaptchaPanel is broken</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4737">WICKET-4737</a> - IllegalStateException on WicketFilter.init() after calling setFilterPath()</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4738">WICKET-4738</a> - DownloadLink doesn't wrap the String model used for file name nor does it detach</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4741">WICKET-4741</a> - Only complete handler (no success or failure handler) is called when Ajax link produces an exception</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4742">WICKET-4742</a> - Wicket 6 and Atmospher Integration:  AtmosphereServlet does not delegate WicketFilter for Error Pages .</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4743">WICKET-4743</a> - SerializingObjectSizeOfStrategy do not use framework serializer</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4749">WICKET-4749</a> - TabbedPanel - IModel&lt;?&gt; initModel()</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4750">WICKET-4750</a> - AbstractDefaultAjaxBehavior.getCallbackFunction should not add the event attribute</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4751">WICKET-4751</a> - UploadProgressBar regression</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4753">WICKET-4753</a> - Resource bundles are not resolved on PriorityHeaderItems</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4755">WICKET-4755</a> - "'NEW VALUE' is not a valid Serializable" error during ajax form submission</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4757">WICKET-4757</a> - FormComponents remain invalid forever if there is no feedback panel</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4758">WICKET-4758</a> - DOM ids change of the input fields of FilterToolbar</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4760">WICKET-4760</a> - JavaScriptStripper fails with single line comments</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4761">WICKET-4761</a> - ModalWindow.closeCurrent Javascript error</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4763">WICKET-4763</a> - Page's stateless hint is initially set to 'false'</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4766">WICKET-4766</a> - multiple &amp;lt;style&amp;gt; tags in header are rendered incorrectly</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4768">WICKET-4768</a> - Whitespace in TabbedPanel markup causes layout issues</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4770">WICKET-4770</a> - Wicket 6: modal windows in Safari are always in drag or resize mode</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4773">WICKET-4773</a> - ComponentFeedbackPanel broken under Wicket 6.0.0 when RenderStrategy.REDIRECT_TO_RENDER</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4775">WICKET-4775</a> - PageParameters#mergeWith may loose values of the 'other' PP</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4780">WICKET-4780</a> - Using both MountedMapper and CryptoMapper causes warning</li>
-</ul>
-<h4 id="improvement">Improvement</h4>
-<ul>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4730">WICKET-4730</a> - Filter component does not clear filter fields</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4731">WICKET-4731</a> - TimeField not able to work with a java.sql.Time</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4736">WICKET-4736</a> - JavaScriptFilteredIntoFooterHeaderResponse should reverse filter logic</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4745">WICKET-4745</a> - Allow to set initial state of DebugBar to expanded / collapsed</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4746">WICKET-4746</a> - Wizard component translation for pt_BR</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4748">WICKET-4748</a> - Improve WicketTester to be able to find AjaxBehaviors on second/third/… event name</li>
-</ul>
-<h4 id="new-feature">New Feature</h4>
-<ul>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-3969">WICKET-3969</a> - Add CDI integration</li>
-</ul>
-<h4 id="task">Task</h4>
-<ul>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4781">WICKET-4781</a> - Downgrade the warning that a rendering falls back to redirect_to_buffer to a DEBUG</li>
-</ul>
-</div>
-        </section>
-    </div>
-</main>
-        <footer class="l-container">
-            <div class="l-full">
-    <img height="60px" src="/img/asf_logo.gif" style="float:left">
-    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
-    Wicket, Apache, the Apache feather logo, and the Apache Wicket
-    project logo are trademarks of The Apache Software Foundation. All
-    other marks mentioned may be trademarks or registered trademarks of
-    their respective owners.
-</div>
-        </footer>
-    </body>
-
-</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2012/10/04/wicket-6.1.0-released.html
----------------------------------------------------------------------
diff --git a/content/news/2012/10/04/wicket-6.1.0-released.html b/content/news/2012/10/04/wicket-6.1.0-released.html
new file mode 100644
index 0000000..f9e8cd9
--- /dev/null
+++ b/content/news/2012/10/04/wicket-6.1.0-released.html
@@ -0,0 +1,153 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+        <meta charset="utf-8">
+        <title>Apache Wicket 6.1.0 released | Apache Wicket</title>
+        <meta name="viewport" content="width=device-width, initial-scale=1" />
+
+        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
+        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
+        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
+
+		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
+
+    </head>
+
+    <body class="">
+        <div class="header default">
+    <div class="l-container">
+<nav class="mainmenu">
+    <ul>
+		<!-- /start/quickstart.html || /news/2012/10/04/wicket-6.1.0-released.html -->
+    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
+		<!-- /start/download.html || /news/2012/10/04/wicket-6.1.0-released.html -->
+    	<li class=""><a href="/start/download.html">Download</a></li>
+		<!-- /learn || /news/2012/10/04/wicket-6.1.0-released.html -->
+    	<li class=""><a href="/learn">Documentation</a></li>
+		<!-- /help || /news/2012/10/04/wicket-6.1.0-released.html -->
+    	<li class=""><a href="/help">Support</a></li>
+		<!-- /contribute || /news/2012/10/04/wicket-6.1.0-released.html -->
+    	<li class=""><a href="/contribute">Contribute</a></li>
+		<!-- /community || /news/2012/10/04/wicket-6.1.0-released.html -->
+    	<li class=""><a href="/community">Community</a></li>
+		<!-- /apache || /news/2012/10/04/wicket-6.1.0-released.html -->
+    	<li class=""><a href="/apache">Apache</a></li>
+    </ul>
+</nav>
+        <div class="logo">
+    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
+</div>
+    </div>
+</div>
+<main>
+    <div class="l-container">
+        <header class="l-full preamble">
+            <h1>Apache Wicket 6.1.0 released</h1>
+        </header>
+        <section class="l-one-third right">
+        </section>
+        <section class="l-two-third left">
+            <div class="l-full">
+    <p class="meta">04 Oct 2012</p>
+    <p>The Apache Wicket PMC is proud to announce Apache Wicket 6.1.0!</p>
+<p>This release marks the first maintenance release of Wicket 6. Starting with Wicket 6 we use semantic versioning for the future development of Wicket, and as such no API breaks are present in this release compared to 6.0.0.</p>
+<h3 id="new-and-noteworthy">New and noteworthy</h3>
+<p>Wicket CDI has been integrated as a core module, and can be used to manage conversations in your Wicket application with ease.</p>
+<p>Wicket Experimental:</p>
+<ul>
+  <li>Wicket Bootstrap has been upgraded to 2.1.1</li>
+  <li>Several issues with Wicket Atmosphere have been resolved</li>
+</ul>
+<h3 id="known-issues">Known issues</h3>
+<p>This release has two known issues, which will be solved shortly in 6.1.1 and 6.2.0:</p>
+<ul>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4789">WICKET-4789</a>
+The way URLs are encoded was changed (WICKET-4645) and now the first 
+request (with ;jsessionid in path) generates invalid internal links.</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4759">WICKET-4759</a>
+FilterForm/FilterToolbar don’t work when there’s more than one IColumn to 
+be filtered</li>
+</ul>
+<p>Any other issues will be released in 6.2.0</p>
+<h3 id="using-this-release">Using this release</h3>
+<p>With Apache Maven update your dependency to (and don’t forget to update any other dependencies on Wicket projects to the same version):</p>
+<figure class="highlight"><pre><code class="language-xml" data-lang="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>6.1.0<span class="nt">&lt;/version&gt;</span>
+<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
+<p>Or download and build the distribution yourself, or use our convenience binary package:</p>
+<ul>
+  <li><a href="http://www.apache.org/dyn/closer.cgi/wicket/6.1.0">6.1.0 sources</a></li>
+  <li><a href="http://www.apache.org/dyn/closer.cgi/wicket/6.1.0/binaries">6.1.0 binaries</a></li>
+</ul>
+<h3 id="upgrading-from-earlier-versions">Upgrading from earlier versions</h3>
+<p>If you upgrade from 6.0.0, this release is a drop in replacement. If you come from a version prior to 6.0.0, please read our <a href="http://s.apache.org/wicket-6.0-migration">Wicket 6 migration guide</a> found at http://s.apache.org/wicket-6.0-migration</p>
+<p>Have fun!</p>
+<p>— The Wicket team</p>
+<h3 id="release-notes---wicket---version-610">Release Notes - Wicket - Version 6.1.0</h3>
+<h4 id="squashed-bugs">Squashed bugs</h4>
+<ul>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4645">WICKET-4645</a> - encodeURL broken on Tomcat 7.0.28</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4656">WICKET-4656</a> - Atmosphere example doesn't work due to missing 'page' when creating AjaxRequestTarget</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4729">WICKET-4729</a> - atmosphere example will stop working if opening the same url in a different tab in the same browser</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4732">WICKET-4732</a> - CssPackageResource doesn't work if the extension isn't css</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4734">WICKET-4734</a> - Button value is double escaped</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4735">WICKET-4735</a> - KittenCaptchaPanel is broken</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4737">WICKET-4737</a> - IllegalStateException on WicketFilter.init() after calling setFilterPath()</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4738">WICKET-4738</a> - DownloadLink doesn't wrap the String model used for file name nor does it detach</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4741">WICKET-4741</a> - Only complete handler (no success or failure handler) is called when Ajax link produces an exception</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4742">WICKET-4742</a> - Wicket 6 and Atmospher Integration:  AtmosphereServlet does not delegate WicketFilter for Error Pages .</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4743">WICKET-4743</a> - SerializingObjectSizeOfStrategy do not use framework serializer</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4749">WICKET-4749</a> - TabbedPanel - IModel&lt;?&gt; initModel()</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4750">WICKET-4750</a> - AbstractDefaultAjaxBehavior.getCallbackFunction should not add the event attribute</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4751">WICKET-4751</a> - UploadProgressBar regression</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4753">WICKET-4753</a> - Resource bundles are not resolved on PriorityHeaderItems</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4755">WICKET-4755</a> - "'NEW VALUE' is not a valid Serializable" error during ajax form submission</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4757">WICKET-4757</a> - FormComponents remain invalid forever if there is no feedback panel</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4758">WICKET-4758</a> - DOM ids change of the input fields of FilterToolbar</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4760">WICKET-4760</a> - JavaScriptStripper fails with single line comments</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4761">WICKET-4761</a> - ModalWindow.closeCurrent Javascript error</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4763">WICKET-4763</a> - Page's stateless hint is initially set to 'false'</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4766">WICKET-4766</a> - multiple &amp;lt;style&amp;gt; tags in header are rendered incorrectly</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4768">WICKET-4768</a> - Whitespace in TabbedPanel markup causes layout issues</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4770">WICKET-4770</a> - Wicket 6: modal windows in Safari are always in drag or resize mode</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4773">WICKET-4773</a> - ComponentFeedbackPanel broken under Wicket 6.0.0 when RenderStrategy.REDIRECT_TO_RENDER</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4775">WICKET-4775</a> - PageParameters#mergeWith may loose values of the 'other' PP</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4780">WICKET-4780</a> - Using both MountedMapper and CryptoMapper causes warning</li>
+</ul>
+<h4 id="improvement">Improvement</h4>
+<ul>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4730">WICKET-4730</a> - Filter component does not clear filter fields</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4731">WICKET-4731</a> - TimeField not able to work with a java.sql.Time</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4736">WICKET-4736</a> - JavaScriptFilteredIntoFooterHeaderResponse should reverse filter logic</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4745">WICKET-4745</a> - Allow to set initial state of DebugBar to expanded / collapsed</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4746">WICKET-4746</a> - Wizard component translation for pt_BR</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4748">WICKET-4748</a> - Improve WicketTester to be able to find AjaxBehaviors on second/third/… event name</li>
+</ul>
+<h4 id="new-feature">New Feature</h4>
+<ul>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-3969">WICKET-3969</a> - Add CDI integration</li>
+</ul>
+<h4 id="task">Task</h4>
+<ul>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4781">WICKET-4781</a> - Downgrade the warning that a rendering falls back to redirect_to_buffer to a DEBUG</li>
+</ul>
+</div>
+        </section>
+    </div>
+</main>
+        <footer class="l-container">
+            <div class="l-full">
+    <img height="60px" src="/img/asf_logo.gif" style="float:left">
+    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
+    Wicket, Apache, the Apache feather logo, and the Apache Wicket
+    project logo are trademarks of The Apache Software Foundation. All
+    other marks mentioned may be trademarks or registered trademarks of
+    their respective owners.
+</div>
+        </footer>
+    </body>
+
+</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2012/10/08/wicket-6-1-1-released.html
----------------------------------------------------------------------
diff --git a/content/news/2012/10/08/wicket-6-1-1-released.html b/content/news/2012/10/08/wicket-6-1-1-released.html
deleted file mode 100644
index dff0f8c..0000000
--- a/content/news/2012/10/08/wicket-6-1-1-released.html
+++ /dev/null
@@ -1,102 +0,0 @@
-<!DOCTYPE html>
-<html>
-    <head>
-        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-        <meta charset="utf-8">
-        <title>Apache Wicket 6.1.1 released | Apache Wicket</title>
-        <meta name="viewport" content="width=device-width, initial-scale=1" />
-
-        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
-        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
-        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
-
-		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
-
-    </head>
-
-    <body class="">
-        <div class="header default">
-    <div class="l-container">
-<nav class="mainmenu">
-    <ul>
-		<!-- /start/quickstart.html || /news/2012/10/08/wicket-6-1-1-released.html -->
-    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
-		<!-- /start/download.html || /news/2012/10/08/wicket-6-1-1-released.html -->
-    	<li class=""><a href="/start/download.html">Download</a></li>
-		<!-- /learn || /news/2012/10/08/wicket-6-1-1-released.html -->
-    	<li class=""><a href="/learn">Documentation</a></li>
-		<!-- /help || /news/2012/10/08/wicket-6-1-1-released.html -->
-    	<li class=""><a href="/help">Support</a></li>
-		<!-- /contribute || /news/2012/10/08/wicket-6-1-1-released.html -->
-    	<li class=""><a href="/contribute">Contribute</a></li>
-		<!-- /community || /news/2012/10/08/wicket-6-1-1-released.html -->
-    	<li class=""><a href="/community">Community</a></li>
-		<!-- /apache || /news/2012/10/08/wicket-6-1-1-released.html -->
-    	<li class=""><a href="/apache">Apache</a></li>
-    </ul>
-</nav>
-        <div class="logo">
-    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
-</div>
-    </div>
-</div>
-<main>
-    <div class="l-container">
-        <header class="l-full preamble">
-            <h1>Apache Wicket 6.1.1 released</h1>
-        </header>
-        <section class="l-one-third right">
-            <div id="toc" class="toc"><div id="toc-title"><h2>Table of Contents</h2></div><ul><li class="toc--level-1 toc--section-1"><a href="#using-this-release"><span class="toc-number">1</span> <span class="toc-text">Using this release</span></a></li><li class="toc--level-1 toc--section-2"><a href="#upgrading-from-earlier-versions"><span class="toc-number">2</span> <span class="toc-text">Upgrading from earlier versions</span></a></li></ul></div>
-        </section>
-        <section class="l-two-third left">
-            <div class="l-full">
-    <p class="meta">08 Oct 2012</p>
-    <p>The Apache Wicket PMC is proud to announce Apache Wicket 6.1.1!</p>
-<p>This release marks the first patch release of Wicket 6. Starting with Wicket 
-6 we use semantic versioning for the future development of Wicket, and as
-such no API breaks are present in this release compared to 6.1.0 and 6.0.0.</p>
-<p>This release fixes two bugs in 6.1.0:</p>
-<p><a href="https://issues.apache.org/jira/browse/WICKET-4789">WICKET-4789</a></p>
-<p>The way URLs are encoded was changed (WICKET-4645) and now the first
-request (with ;jsessionid in path) generates invalid internal links.</p>
-<p><a href="https://issues.apache.org/jira/browse/WICKET-4759">WICKET-4759</a></p>
-<p>FilterForm/FilterToolbar don’t work when there’s more than one IColumn
-to be filtered</p>
-<p>Any other issues will be released in 6.2.0</p>
-<h2 id="using-this-release">Using this release</h2>
-<p>With Apache Maven update your dependency to (and don’t forget to
-update any other dependencies on Wicket projects to the same version):</p>
-<figure class="highlight"><pre><code class="language-xml" data-lang="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>6.1.1<span class="nt">&lt;/version&gt;</span>
-<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
-<p>Or download and build the distribution yourself, or use our
-convenience binary package</p>
-<ul>
-  <li><a href="http://www.apache.org/dyn/closer.cgi/wicket/6.1.1">http://www.apache.org/dyn/closer.cgi/wicket/6.1.1</a></li>
-  <li><a href="http://www.apache.org/dyn/closer.cgi/wicket/6.1.1/binaries">http://www.apache.org/dyn/closer.cgi/wicket/6.1.1/binaries</a></li>
-</ul>
-<h2 id="upgrading-from-earlier-versions">Upgrading from earlier versions</h2>
-<p>If you upgrade from 6.0.0 or 6.1.0, this release is a drop in 
-replacement. If you come from a version prior to 6.0.0, please 
-read our Wicket 6 migration guide found at <a href="http://s.apache.org/wicket-6.0-migration">http://s.apache.org/wicket-6.0-migration</a></p>
-<p>Have fun!</p>
-<p>— The Wicket team</p>
-</div>
-        </section>
-    </div>
-</main>
-        <footer class="l-container">
-            <div class="l-full">
-    <img height="60px" src="/img/asf_logo.gif" style="float:left">
-    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
-    Wicket, Apache, the Apache feather logo, and the Apache Wicket
-    project logo are trademarks of The Apache Software Foundation. All
-    other marks mentioned may be trademarks or registered trademarks of
-    their respective owners.
-</div>
-        </footer>
-    </body>
-
-</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2012/10/08/wicket-6.1.1-released.html
----------------------------------------------------------------------
diff --git a/content/news/2012/10/08/wicket-6.1.1-released.html b/content/news/2012/10/08/wicket-6.1.1-released.html
new file mode 100644
index 0000000..5e47568
--- /dev/null
+++ b/content/news/2012/10/08/wicket-6.1.1-released.html
@@ -0,0 +1,102 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+        <meta charset="utf-8">
+        <title>Apache Wicket 6.1.1 released | Apache Wicket</title>
+        <meta name="viewport" content="width=device-width, initial-scale=1" />
+
+        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
+        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
+        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
+
+		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
+
+    </head>
+
+    <body class="">
+        <div class="header default">
+    <div class="l-container">
+<nav class="mainmenu">
+    <ul>
+		<!-- /start/quickstart.html || /news/2012/10/08/wicket-6.1.1-released.html -->
+    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
+		<!-- /start/download.html || /news/2012/10/08/wicket-6.1.1-released.html -->
+    	<li class=""><a href="/start/download.html">Download</a></li>
+		<!-- /learn || /news/2012/10/08/wicket-6.1.1-released.html -->
+    	<li class=""><a href="/learn">Documentation</a></li>
+		<!-- /help || /news/2012/10/08/wicket-6.1.1-released.html -->
+    	<li class=""><a href="/help">Support</a></li>
+		<!-- /contribute || /news/2012/10/08/wicket-6.1.1-released.html -->
+    	<li class=""><a href="/contribute">Contribute</a></li>
+		<!-- /community || /news/2012/10/08/wicket-6.1.1-released.html -->
+    	<li class=""><a href="/community">Community</a></li>
+		<!-- /apache || /news/2012/10/08/wicket-6.1.1-released.html -->
+    	<li class=""><a href="/apache">Apache</a></li>
+    </ul>
+</nav>
+        <div class="logo">
+    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
+</div>
+    </div>
+</div>
+<main>
+    <div class="l-container">
+        <header class="l-full preamble">
+            <h1>Apache Wicket 6.1.1 released</h1>
+        </header>
+        <section class="l-one-third right">
+            <div id="toc" class="toc"><div id="toc-title"><h2>Table of Contents</h2></div><ul><li class="toc--level-1 toc--section-1"><a href="#using-this-release"><span class="toc-number">1</span> <span class="toc-text">Using this release</span></a></li><li class="toc--level-1 toc--section-2"><a href="#upgrading-from-earlier-versions"><span class="toc-number">2</span> <span class="toc-text">Upgrading from earlier versions</span></a></li></ul></div>
+        </section>
+        <section class="l-two-third left">
+            <div class="l-full">
+    <p class="meta">08 Oct 2012</p>
+    <p>The Apache Wicket PMC is proud to announce Apache Wicket 6.1.1!</p>
+<p>This release marks the first patch release of Wicket 6. Starting with Wicket 
+6 we use semantic versioning for the future development of Wicket, and as
+such no API breaks are present in this release compared to 6.1.0 and 6.0.0.</p>
+<p>This release fixes two bugs in 6.1.0:</p>
+<p><a href="https://issues.apache.org/jira/browse/WICKET-4789">WICKET-4789</a></p>
+<p>The way URLs are encoded was changed (WICKET-4645) and now the first
+request (with ;jsessionid in path) generates invalid internal links.</p>
+<p><a href="https://issues.apache.org/jira/browse/WICKET-4759">WICKET-4759</a></p>
+<p>FilterForm/FilterToolbar don’t work when there’s more than one IColumn
+to be filtered</p>
+<p>Any other issues will be released in 6.2.0</p>
+<h2 id="using-this-release">Using this release</h2>
+<p>With Apache Maven update your dependency to (and don’t forget to
+update any other dependencies on Wicket projects to the same version):</p>
+<figure class="highlight"><pre><code class="language-xml" data-lang="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>6.1.1<span class="nt">&lt;/version&gt;</span>
+<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
+<p>Or download and build the distribution yourself, or use our
+convenience binary package</p>
+<ul>
+  <li><a href="http://www.apache.org/dyn/closer.cgi/wicket/6.1.1">http://www.apache.org/dyn/closer.cgi/wicket/6.1.1</a></li>
+  <li><a href="http://www.apache.org/dyn/closer.cgi/wicket/6.1.1/binaries">http://www.apache.org/dyn/closer.cgi/wicket/6.1.1/binaries</a></li>
+</ul>
+<h2 id="upgrading-from-earlier-versions">Upgrading from earlier versions</h2>
+<p>If you upgrade from 6.0.0 or 6.1.0, this release is a drop in 
+replacement. If you come from a version prior to 6.0.0, please 
+read our Wicket 6 migration guide found at <a href="http://s.apache.org/wicket-6.0-migration">http://s.apache.org/wicket-6.0-migration</a></p>
+<p>Have fun!</p>
+<p>— The Wicket team</p>
+</div>
+        </section>
+    </div>
+</main>
+        <footer class="l-container">
+            <div class="l-full">
+    <img height="60px" src="/img/asf_logo.gif" style="float:left">
+    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
+    Wicket, Apache, the Apache feather logo, and the Apache Wicket
+    project logo are trademarks of The Apache Software Foundation. All
+    other marks mentioned may be trademarks or registered trademarks of
+    their respective owners.
+</div>
+        </footer>
+    </body>
+
+</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2012/10/23/wicket-6-2-0-released.html
----------------------------------------------------------------------
diff --git a/content/news/2012/10/23/wicket-6-2-0-released.html b/content/news/2012/10/23/wicket-6-2-0-released.html
deleted file mode 100644
index 53597eb..0000000
--- a/content/news/2012/10/23/wicket-6-2-0-released.html
+++ /dev/null
@@ -1,151 +0,0 @@
-<!DOCTYPE html>
-<html>
-    <head>
-        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-        <meta charset="utf-8">
-        <title>Apache Wicket 6.2.0 released | Apache Wicket</title>
-        <meta name="viewport" content="width=device-width, initial-scale=1" />
-
-        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
-        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
-        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
-
-		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
-
-    </head>
-
-    <body class="">
-        <div class="header default">
-    <div class="l-container">
-<nav class="mainmenu">
-    <ul>
-		<!-- /start/quickstart.html || /news/2012/10/23/wicket-6-2-0-released.html -->
-    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
-		<!-- /start/download.html || /news/2012/10/23/wicket-6-2-0-released.html -->
-    	<li class=""><a href="/start/download.html">Download</a></li>
-		<!-- /learn || /news/2012/10/23/wicket-6-2-0-released.html -->
-    	<li class=""><a href="/learn">Documentation</a></li>
-		<!-- /help || /news/2012/10/23/wicket-6-2-0-released.html -->
-    	<li class=""><a href="/help">Support</a></li>
-		<!-- /contribute || /news/2012/10/23/wicket-6-2-0-released.html -->
-    	<li class=""><a href="/contribute">Contribute</a></li>
-		<!-- /community || /news/2012/10/23/wicket-6-2-0-released.html -->
-    	<li class=""><a href="/community">Community</a></li>
-		<!-- /apache || /news/2012/10/23/wicket-6-2-0-released.html -->
-    	<li class=""><a href="/apache">Apache</a></li>
-    </ul>
-</nav>
-        <div class="logo">
-    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
-</div>
-    </div>
-</div>
-<main>
-    <div class="l-container">
-        <header class="l-full preamble">
-            <h1>Apache Wicket 6.2.0 released</h1>
-        </header>
-        <section class="l-one-third right">
-            <div id="toc" class="toc"><div id="toc-title"><h2>Table of Contents</h2></div><ul><li class="toc--level-1 toc--section-1"><a href="#new-and-noteworthy"><span class="toc-number">1</span> <span class="toc-text">New and noteworthy</span></a></li><li class="toc--level-1 toc--section-2"><a href="#using-this-release"><span class="toc-number">2</span> <span class="toc-text">Using this release</span></a></li><li class="toc--level-1 toc--section-3"><a href="#upgrading-from-earlier-versions"><span class="toc-number">3</span> <span class="toc-text">Upgrading from earlier versions</span></a><ul><li class="toc--level-2 toc--section-4"><a href="#release-notes---wicket---version-620"><span class="toc-number">3.1</span> <span class="toc-text">Release Notes - Wicket - Version 6.2.0</span></a></li></ul></li></ul></div>
-        </section>
-        <section class="l-two-third left">
-            <div class="l-full">
-    <p class="meta">23 Oct 2012</p>
-    <p>The Apache Wicket PMC is proud to announce Apache Wicket 6.2.0!</p>
-<p>This release marks the second minor release of Wicket 6. Starting
-with Wicket 6 we use semantic versioning for the future development of
-Wicket, and as such no API breaks are present in this release compared
-to 6.0.0.</p>
-<h2 id="new-and-noteworthy">New and noteworthy</h2>
-<p>SerializableChecker has been made easier to extend. It is now much easier
-to add your own checks at serialization time. For example, check whether your
-LoadableDetachableModels are detached, or no Hibernate entities are referenced
-directly from your component tree, etc.</p>
-<p>For the full changelog see the release notes attached to the end of
-this announcement.</p>
-<h2 id="using-this-release">Using this release</h2>
-<p>With Apache Maven update your dependency to (and don’t forget to
-update any other dependencies on Wicket projects to the same version):</p>
-<figure class="highlight"><pre><code class="language-xml" data-lang="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>6.2.0<span class="nt">&lt;/version&gt;</span>
-<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
-<p>Or download and build the distribution yourself, or use our
-convenience binary package</p>
-<ul>
-  <li><a href="http://www.apache.org/dyn/closer.cgi/wicket/6.2.0">http://www.apache.org/dyn/closer.cgi/wicket/6.2.0</a></li>
-  <li><a href="http://www.apache.org/dyn/closer.cgi/wicket/6.2.0/binaries">http://www.apache.org/dyn/closer.cgi/wicket/6.2.0/binaries</a></li>
-</ul>
-<h2 id="upgrading-from-earlier-versions">Upgrading from earlier versions</h2>
-<p>If you upgrade from 6.0.0 or 6.1.0, this release is a drop in 
-replacement. If you come from a version prior to 6.0.0, please 
-read our Wicket 6 migration guide found at <a href="http://s.apache.org/wicket-6.0-migration">http://s.apache.org/wicket-6.0-migration</a></p>
-<p>Have fun!</p>
-<p>— The Wicket team</p>
-<h3 id="release-notes---wicket---version-620">Release Notes - Wicket - Version 6.2.0</h3>
-<h4 id="sub-task">Sub-task</h4>
-<ul>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4752">WICKET-4752</a> - Revert Wicket-4715 -Read multipart request params in WebApplication</li>
-</ul>
-<h4 id="bug">Bug</h4>
-<ul>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4587">WICKET-4587</a> - URLRenderer renderFullUrl</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4589">WICKET-4589</a> - Closing <code>&lt;/wicket:container&gt;</code> tag is incorrectly setup as autocomponent</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4756">WICKET-4756</a> - AtmosphereWebRequest should return true on calls to #isAjax()</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4759">WICKET-4759</a> - FilterForm/FilterToolbar don’t work when there’s more than one IColumn to be filtered</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4769">WICKET-4769</a> - Clicking on Label of Radio doesn’t update component with Ajax update</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4771">WICKET-4771</a> - Submitting value filled in DropDownChoice fails when tinymce textarea is on the page</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4776">WICKET-4776</a> - Problems with switching between HTTP/HTTPS</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4777">WICKET-4777</a> - JavaScriptReference escapes given URL</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4786">WICKET-4786</a> - AjaxTabbedPanel doesn’t include constructor with model</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4787">WICKET-4787</a> - Registering resource bundles with duplicate resource references gives an NPE</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4788">WICKET-4788</a> - FilteringHeaderResponse does not unwrap PriorityHeaderItems for filtering</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4789">WICKET-4789</a> - URL rendering regression</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4791">WICKET-4791</a> - UploadProgressBar hides immediately after being shown.</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4792">WICKET-4792</a> - wickettester#startcomponent(component) doesn’t call oninitialize</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4794">WICKET-4794</a> - RfcCompliantEmailAddressValidator error message not defined</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4796">WICKET-4796</a> - DatePickerTest fails because of java inconsistensy on localizing March german shortname Mrz vs Mär</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4797">WICKET-4797</a> - CheckBoxMultipleChoice loses state</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4801">WICKET-4801</a> - BaseWicketTester.executeAjaxEvent only fires one of multiple behaviors bound to a given event</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4806">WICKET-4806</a> - AjaxEditableChoiceLabel won’t close select onblur</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4810">WICKET-4810</a> - CLONE - BaseWicketTester.clickLink() does not work with a ResourceLink with ResourceReference</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4816">WICKET-4816</a> - Handling of semicolons in form action URLs</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4818">WICKET-4818</a> - NullPointerException while reading the POST parameters</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4820">WICKET-4820</a> - Race condition in ResourceSettings: getResourceWatcher() is not thread safe</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4822">WICKET-4822</a> - Wicket.Event.add requires Wicket.$, but wicket-ajax-jquery is not listed as a dependency</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4824">WICKET-4824</a> - Redirect to HTTPS is using wrong port 80 if HttpsConfig with default ports 80/443 is used</li>
-</ul>
-<h4 id="improvement">Improvement</h4>
-<ul>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4160">WICKET-4160</a> - Make AbstractAutoCompleteRenderer.renderHeader() and .renderFooter() non-final</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4772">WICKET-4772</a> - DataTable API and handling of AbstractToolbar</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4778">WICKET-4778</a> - Add factory methods to JavaScriptHeaderItem to create a deferred JavaScript header item.</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4798">WICKET-4798</a> - Make IteratorFilter.onFilter protected</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4804">WICKET-4804</a> - Add #setStatus(int) in AbstractResource.ResourceResponse</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4808">WICKET-4808</a> - WebClientInfo.getRemoteAddr() handling “Forwarded-For” value tokens not being ip addresses</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4812">WICKET-4812</a> - Make SerializationChecker easier for extending so custom checks can be added to it</li>
-</ul>
-<h4 id="new-feature">New Feature</h4>
-<ul>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4793">WICKET-4793</a> - Support Jetty 9.x websocket implementation</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4802">WICKET-4802</a> - Add functionality to be able to export DataTable content</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4815">WICKET-4815</a> - Interface to mark components with type safe models</li>
-</ul>
-</div>
-        </section>
-    </div>
-</main>
-        <footer class="l-container">
-            <div class="l-full">
-    <img height="60px" src="/img/asf_logo.gif" style="float:left">
-    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
-    Wicket, Apache, the Apache feather logo, and the Apache Wicket
-    project logo are trademarks of The Apache Software Foundation. All
-    other marks mentioned may be trademarks or registered trademarks of
-    their respective owners.
-</div>
-        </footer>
-    </body>
-
-</html>


[02/19] wicket-site git commit: WICKET-6049 updated links to example site

Posted by ad...@apache.org.
http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2015/11/16/wicket-6.21.0-released.html
----------------------------------------------------------------------
diff --git a/content/news/2015/11/16/wicket-6.21.0-released.html b/content/news/2015/11/16/wicket-6.21.0-released.html
new file mode 100644
index 0000000..9f5ec83
--- /dev/null
+++ b/content/news/2015/11/16/wicket-6.21.0-released.html
@@ -0,0 +1,139 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+        <meta charset="utf-8">
+        <title>Apache Wicket 6.21.0 released | Apache Wicket</title>
+        <meta name="viewport" content="width=device-width, initial-scale=1" />
+
+        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
+        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
+        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
+
+		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
+
+    </head>
+
+    <body class="">
+        <div class="header default">
+    <div class="l-container">
+<nav class="mainmenu">
+    <ul>
+		<!-- /start/quickstart.html || /news/2015/11/16/wicket-6.21.0-released.html -->
+    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
+		<!-- /start/download.html || /news/2015/11/16/wicket-6.21.0-released.html -->
+    	<li class=""><a href="/start/download.html">Download</a></li>
+		<!-- /learn || /news/2015/11/16/wicket-6.21.0-released.html -->
+    	<li class=""><a href="/learn">Documentation</a></li>
+		<!-- /help || /news/2015/11/16/wicket-6.21.0-released.html -->
+    	<li class=""><a href="/help">Support</a></li>
+		<!-- /contribute || /news/2015/11/16/wicket-6.21.0-released.html -->
+    	<li class=""><a href="/contribute">Contribute</a></li>
+		<!-- /community || /news/2015/11/16/wicket-6.21.0-released.html -->
+    	<li class=""><a href="/community">Community</a></li>
+		<!-- /apache || /news/2015/11/16/wicket-6.21.0-released.html -->
+    	<li class=""><a href="/apache">Apache</a></li>
+    </ul>
+</nav>
+        <div class="logo">
+    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
+</div>
+    </div>
+</div>
+<main>
+    <div class="l-container">
+        <header class="l-full preamble">
+            <h1>Apache Wicket 6.21.0 released</h1>
+        </header>
+        <section class="l-one-third right">
+        </section>
+        <section class="l-two-third left">
+            <div class="l-full">
+    <p class="meta">16 Nov 2015</p>
+    <p>The Apache Wicket PMC is proud to announce Apache Wicket 6.21.0!</p>
+<p>This release marks another minor release of Wicket 6. We
+use semantic versioning for the development of Wicket, and as such no
+API breaks are present breaks are present in this release compared to
+6.0.0.</p>
+<h3 id="using-this-release">Using this release</h3>
+<p>With Apache Maven update your dependency to (and don’t forget to
+update any other dependencies on Wicket projects to the same version):</p>
+<figure class="highlight"><pre><code class="language-xml" data-lang="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>6.21.0<span class="nt">&lt;/version&gt;</span>
+<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
+<p>Or download and build the distribution yourself, or use our
+convenience binary package</p>
+<div class="highlight"><pre>
+ * Source: [http://www.apache.org/dyn/closer.cgi/wicket/6.21.0](http://www.apache.org/dyn/closer.cgi/wicket/6.21.0)
+ * Binary: [http://www.apache.org/dyn/closer.cgi/wicket/6.21.0/binaries](http://www.apache.org/dyn/closer.cgi/wicket/6.21.0/binaries)
+</pre></div>
+<h3 id="upgrading-from-earlier-versions">Upgrading from earlier versions</h3>
+<p>If you upgrade from 6.y.z this release is a drop in replacement. If
+you come from a version prior to 6.0.0, please read our Wicket 6
+migration guide found at</p>
+<ul>
+  <li><a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+6.0">migration to Wicket 6</a></li>
+</ul>
+<p>Have fun!</p>
+<p>— The Wicket team</p>
+<h3 id="this-release">This release</h3>
+<h4 id="changelog-for-6210">CHANGELOG for 6.21.0:</h4>
+<p>The following changes were made in Wicket for this release.</p>
+<h4 id="bug">Bug</h4>
+<ul>
+  <li>[WICKET-5882] - AutoComplete suggestion list disappear when I click on autoComplete scrollbar in IE</li>
+  <li>[WICKET-5898] - StackOverflowError after form submit with a validation error</li>
+  <li>[WICKET-5925] - wicket-examples DataTablePage is broken</li>
+  <li>[WICKET-5927] - Velocity remote code execution</li>
+  <li>[WICKET-5939] - AjaxEventBehavior should not lower-case the event name</li>
+  <li>[WICKET-5941] - Headers not rendered for components inside TransparentWebMarkupContainer on ajax update</li>
+  <li>[WICKET-5944] - CSRF prevention does not work with https URLs on the default port</li>
+  <li>[WICKET-5946] - JavaScript/Css PackageResource should use the same charset for compressing</li>
+  <li>[WICKET-5959] - HTML input placeholder text breaks AutoCompleteTextField in IE11</li>
+  <li>[WICKET-5960] - Page header isn’t rendered for pages where URL has changed during render</li>
+  <li>[WICKET-5968] - CachingResourceLocator lookup key doesn’t take strict into account</li>
+  <li>[WICKET-5970] - UrlRenderer does not render fragments</li>
+  <li>[WICKET-5973] - IllegalArgumentException ‘bytes’ cannot be negative. on opening Inspector</li>
+  <li>[WICKET-5978] - LazyInitProxyFactory fills permgen space</li>
+  <li>[WICKET-5989] - BaseWicketTester#startComponentInPage fails for pages with <wicket:header-items>&lt;/wicket:header&gt; placeholder</wicket:header-items></li>
+  <li>[WICKET-5994] - Mounted TemplateResourceReference throws org.apache.wicket.WicketRuntimeException when https is used</li>
+  <li>[WICKET-5996] - Mounted packages throw IllegalArgumentException when visiting base package url.</li>
+  <li>[WICKET-6005] - WicketRuntimeException from AjaxPagingNavigator#onAjaxEvent</li>
+</ul>
+<h4 id="improvement">Improvement</h4>
+<ul>
+  <li>[WICKET-5926] - Arquillian Support with Container ServletContext in BaseWicketTester/WicketTester.</li>
+  <li>[WICKET-5930] - Upgrade Atmosphere to 2.2.7</li>
+  <li>[WICKET-5932] - Allow empty column list for DataTable</li>
+  <li>[WICKET-5933] - Avoid serialization of untouched page after ajax request</li>
+  <li>[WICKET-5935] - IoC Guice: cache proxies and fail on creation when binding is missing</li>
+  <li>[WICKET-5945] - add a new topic/listener that notifies of Ajax calls done</li>
+  <li>[WICKET-5948] - wicket-ajax.js probably doesn’t traverse the children of &lt;div&gt; or <span></span></li>
+  <li>[WICKET-5955] - error from WebPage # reportMissingHead</li>
+  <li>[WICKET-5974] - Change AjaxPagingNavigator#onAjaxEvent() to only consider parent components that have setOutputMarkupId(true)</li>
+  <li>[WICKET-5976] - Improve the documentation of FeedbackMessages first(int level)</li>
+  <li>[WICKET-5986] - NumberTextField<n> should use Models for minimum, maximum and step</n></li>
+</ul>
+<h4 id="task">Task</h4>
+<ul>
+  <li>[WICKET-5951] - Upgrade Atmosphere to 2.2.8</li>
+</ul>
+</div>
+        </section>
+    </div>
+</main>
+        <footer class="l-container">
+            <div class="l-full">
+    <img height="60px" src="/img/asf_logo.gif" style="float:left">
+    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
+    Wicket, Apache, the Apache feather logo, and the Apache Wicket
+    project logo are trademarks of The Apache Software Foundation. All
+    other marks mentioned may be trademarks or registered trademarks of
+    their respective owners.
+</div>
+        </footer>
+    </body>
+
+</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2015/11/index.html
----------------------------------------------------------------------
diff --git a/content/news/2015/11/index.html b/content/news/2015/11/index.html
index efb8bb9..addec43 100644
--- a/content/news/2015/11/index.html
+++ b/content/news/2015/11/index.html
@@ -57,7 +57,7 @@ On the same day Wicket 1.5.x enters “security fixes” maintenance mode.</p>
 - security vulnerability reports will not be checked against the 1.4.x branch
 - releases from the 1.5.x branch are highly unlikely
 - only security patches will ...</p>
-	<a href="/news/2015/11/15/wicket-1-4-x-eol.html">more</a></li>
+	<a href="/news/2015/11/15/wicket-1.4.x-eol.html">more</a></li>
 </div>
 <div class="news">
 	<h3>Apache Wicket 6.21.0 released</h3>
@@ -65,7 +65,7 @@ On the same day Wicket 1.5.x enters “security fixes” maintenance mode.</p>
 	<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.21.0!</p>
 <p>This release marks another minor release of Wicket 6. We
 use semantic v...</p>
-	<a href="/news/2015/11/16/wicket-6-21-0-released.html">more</a></li>
+	<a href="/news/2015/11/16/wicket-6.21.0-released.html">more</a></li>
 </div>
         </div>
         <div class="l-one-third">

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2015/index.html
----------------------------------------------------------------------
diff --git a/content/news/2015/index.html b/content/news/2015/index.html
index 1f3aad3..94fdfb5 100644
--- a/content/news/2015/index.html
+++ b/content/news/2015/index.html
@@ -52,16 +52,16 @@
                   <p>This section contains all news items published in <a href="/news/2015/11">November 2015</a>.</p>
               </div>
                   <div class="l-full">
-              		<h3 id="/news/2015/11/16/wicket-6-21-0-released.html">Apache Wicket 6.21.0 released</h3>
+              		<h3 id="/news/2015/11/16/wicket-6.21.0-released.html">Apache Wicket 6.21.0 released</h3>
                       <small>16 Nov 2015</small>
               		<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.21.0! This release marks another minor release of Wicket 6. We use semantic versioning for...
-              		<a href="/news/2015/11/16/wicket-6-21-0-released.html">more</a></li></p>
+              		<a href="/news/2015/11/16/wicket-6.21.0-released.html">more</a></li></p>
                   </div>
                   <div class="l-full">
-              		<h3 id="/news/2015/11/15/wicket-1-4-x-eol.html">Apache Wicket 1.4.x end of life</h3>
+              		<h3 id="/news/2015/11/15/wicket-1.4.x-eol.html">Apache Wicket 1.4.x end of life</h3>
                       <small>15 Nov 2015</small>
               		<p>The Apache Wicket team announces that support for Apache Wicket 1.4.x ends on 16 November 2015. On the same day Wicket 1.5.x enters “security fixes”...
-              		<a href="/news/2015/11/15/wicket-1-4-x-eol.html">more</a></li></p>
+              		<a href="/news/2015/11/15/wicket-1.4.x-eol.html">more</a></li></p>
                   </div>
               <hr>
               <div class="l-first"></div>
@@ -70,16 +70,16 @@
                   <p>This section contains all news items published in <a href="/news/2015/10">October 2015</a>.</p>
               </div>
                   <div class="l-full">
-              		<h3 id="/news/2015/10/25/wicket-7-1-0-released.html">Apache Wicket 7.1.0 released</h3>
+              		<h3 id="/news/2015/10/25/wicket-7.1.0-released.html">Apache Wicket 7.1.0 released</h3>
                       <small>25 Oct 2015</small>
               		<p>The Apache Wicket PMC is proud to announce Apache Wicket 7.1.0! This release marks another minor release of Wicket 7. We use semantic versioning for...
-              		<a href="/news/2015/10/25/wicket-7-1-0-released.html">more</a></li></p>
+              		<a href="/news/2015/10/25/wicket-7.1.0-released.html">more</a></li></p>
                   </div>
                   <div class="l-full">
-              		<h3 id="/news/2015/10/24/wicket-1-5-14-released.html">Wicket 1.5.14 released</h3>
+              		<h3 id="/news/2015/10/24/wicket-1.5.14-released.html">Wicket 1.5.14 released</h3>
                       <small>24 Oct 2015</small>
               		<p>This is the fourteenth maintenance release of the Wicket 1.5.x series. This release brings over 4 bug fixes and 1 improvement. CHANGELOG for 1.5.14: **...
-              		<a href="/news/2015/10/24/wicket-1-5-14-released.html">more</a></li></p>
+              		<a href="/news/2015/10/24/wicket-1.5.14-released.html">more</a></li></p>
                   </div>
               <hr>
               <div class="l-first"></div>
@@ -88,10 +88,10 @@
                   <p>This section contains all news items published in <a href="/news/2015/07">July 2015</a>.</p>
               </div>
                   <div class="l-full">
-              		<h3 id="/news/2015/07/28/wicket-7-0-released.html">Apache Wicket v7.0 released</h3>
+              		<h3 id="/news/2015/07/28/wicket-7.0-released.html">Apache Wicket v7.0 released</h3>
                       <small>28 Jul 2015</small>
               		<p>The Apache Software Foundation announces Apache Wicket™ v7.0 Open Source Java web framework that powers thousands of web applications and web sites for governments, stores,...
-              		<a href="/news/2015/07/28/wicket-7-0-released.html">more</a></li></p>
+              		<a href="/news/2015/07/28/wicket-7.0-released.html">more</a></li></p>
                   </div>
               <hr>
               <div class="l-first"></div>
@@ -100,16 +100,16 @@
                   <p>This section contains all news items published in <a href="/news/2015/06">June 2015</a>.</p>
               </div>
                   <div class="l-full">
-              		<h3 id="/news/2015/06/21/wicket-7-0-0-m6-released.html">Apache Wicket 7.0.0-M6 released</h3>
+              		<h3 id="/news/2015/06/21/wicket-7.0.0-M6-released.html">Apache Wicket 7.0.0-M6 released</h3>
                       <small>21 Jun 2015</small>
               		<p>The Apache Wicket PMC is proud to announce Apache Wicket 7.0.0-M6! We have released another milestone release for Apache Wicket 7. We aim to finalise...
-              		<a href="/news/2015/06/21/wicket-7-0-0-m6-released.html">more</a></li></p>
+              		<a href="/news/2015/06/21/wicket-7.0.0-M6-released.html">more</a></li></p>
                   </div>
                   <div class="l-full">
-              		<h3 id="/news/2015/06/14/wicket-6-20-0-released.html">Apache Wicket 6.20.0 released</h3>
+              		<h3 id="/news/2015/06/14/wicket-6.20.0-released.html">Apache Wicket 6.20.0 released</h3>
                       <small>14 Jun 2015</small>
               		<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.20.0! This release marks another minor release of Wicket 6. Starting with Wicket 6 we...
-              		<a href="/news/2015/06/14/wicket-6-20-0-released.html">more</a></li></p>
+              		<a href="/news/2015/06/14/wicket-6.20.0-released.html">more</a></li></p>
                   </div>
               <hr>
               <div class="l-first"></div>
@@ -118,28 +118,28 @@
                   <p>This section contains all news items published in <a href="/news/2015/02">February 2015</a>.</p>
               </div>
                   <div class="l-full">
-              		<h3 id="/news/2015/02/13/wicket-1-5-13-released.html">Wicket 1.5.13 released</h3>
+              		<h3 id="/news/2015/02/13/wicket-1.5.13-released.html">Wicket 1.5.13 released</h3>
                       <small>13 Feb 2015</small>
               		<p>This is the thirteenth maintenance release of the Wicket 1.5.x series. This release brings over 1 bug fix and 1 improvement. Git tag Changelog To...
-              		<a href="/news/2015/02/13/wicket-1-5-13-released.html">more</a></li></p>
+              		<a href="/news/2015/02/13/wicket-1.5.13-released.html">more</a></li></p>
                   </div>
                   <div class="l-full">
-              		<h3 id="/news/2015/02/13/new-committer-sebastien-briquet.html">New committer - Sebastien Briquet</h3>
+              		<h3 id="/news/2015/02/13/new-committer-Sebastien-Briquet.html">New committer - Sebastien Briquet</h3>
                       <small>13 Feb 2015</small>
               		<p>The Project Management Committee (PMC) for Apache Wicket has asked Sebastien Briquet to become a committer and we are pleased to announce that he has...
-              		<a href="/news/2015/02/13/new-committer-sebastien-briquet.html">more</a></li></p>
+              		<a href="/news/2015/02/13/new-committer-Sebastien-Briquet.html">more</a></li></p>
                   </div>
                   <div class="l-full">
-              		<h3 id="/news/2015/02/02/wicket-7-0-0-m5-released.html">Apache Wicket 7.0.0-M5 released</h3>
+              		<h3 id="/news/2015/02/02/wicket-7.0.0-M5-released.html">Apache Wicket 7.0.0-M5 released</h3>
                       <small>02 Feb 2015</small>
               		<p>The Apache Wicket PMC is proud to announce Apache Wicket 7.0.0-M5! We have released another milestone release for Apache Wicket 7. We aim to finalise...
-              		<a href="/news/2015/02/02/wicket-7-0-0-m5-released.html">more</a></li></p>
+              		<a href="/news/2015/02/02/wicket-7.0.0-M5-released.html">more</a></li></p>
                   </div>
                   <div class="l-full">
-              		<h3 id="/news/2015/02/02/wicket-6-19-0-released.html">Apache Wicket 6.19.0 released</h3>
+              		<h3 id="/news/2015/02/02/wicket-6.19.0-released.html">Apache Wicket 6.19.0 released</h3>
                       <small>02 Feb 2015</small>
               		<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.19.0! This release marks another minor release of Wicket 6. Starting with Wicket 6 we...
-              		<a href="/news/2015/02/02/wicket-6-19-0-released.html">more</a></li></p>
+              		<a href="/news/2015/02/02/wicket-6.19.0-released.html">more</a></li></p>
                   </div>
               <hr>
               <div class="l-first"></div>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/index.html
----------------------------------------------------------------------
diff --git a/content/news/index.html b/content/news/index.html
index 3dfd08f..8d844a9 100644
--- a/content/news/index.html
+++ b/content/news/index.html
@@ -52,49 +52,49 @@
   <h1 id="all-news-for-2015">All News for 2015</h1>
   <p>This section contains all news items published in <a href="/news/2015">2015</a>.</p>
   <article>
-	<h3 id="/news/2015/11/16/wicket-6-21-0-released.html">Apache Wicket 6.21.0 released</h3>
+	<h3 id="/news/2015/11/16/wicket-6.21.0-released.html">Apache Wicket 6.21.0 released</h3>
     <small>16 Nov 2015</small>
 	<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.21.0! This release marks another minor release of Wicket 6. We use semantic versioning for the development of Wicket, and as such no API breaks are present breaks are present in this release compared to 6.0.0. Using this release With...
-	<a href="/news/2015/11/16/wicket-6-21-0-released.html">more</a></p>
+	<a href="/news/2015/11/16/wicket-6.21.0-released.html">more</a></p>
 </article>
   <article>
-	<h3 id="/news/2015/11/15/wicket-1-4-x-eol.html">Apache Wicket 1.4.x end of life</h3>
+	<h3 id="/news/2015/11/15/wicket-1.4.x-eol.html">Apache Wicket 1.4.x end of life</h3>
     <small>15 Nov 2015</small>
 	<p>The Apache Wicket team announces that support for Apache Wicket 1.4.x ends on 16 November 2015. On the same day Wicket 1.5.x enters “security fixes” maintenance mode. This means that after 16 October 2015: - no more releases from the 1.4.x branch - bugs affecting only the 1.4.x branch will...
-	<a href="/news/2015/11/15/wicket-1-4-x-eol.html">more</a></p>
+	<a href="/news/2015/11/15/wicket-1.4.x-eol.html">more</a></p>
 </article>
   <article>
-	<h3 id="/news/2015/10/25/wicket-7-1-0-released.html">Apache Wicket 7.1.0 released</h3>
+	<h3 id="/news/2015/10/25/wicket-7.1.0-released.html">Apache Wicket 7.1.0 released</h3>
     <small>25 Oct 2015</small>
 	<p>The Apache Wicket PMC is proud to announce Apache Wicket 7.1.0! This release marks another minor release of Wicket 7. We use semantic versioning for the development of Wicket, and as such no API breaks are present breaks are present in this release compared to 7.0.0. New and noteworthy Significant...
-	<a href="/news/2015/10/25/wicket-7-1-0-released.html">more</a></p>
+	<a href="/news/2015/10/25/wicket-7.1.0-released.html">more</a></p>
 </article>
   <article>
-	<h3 id="/news/2015/10/24/wicket-1-5-14-released.html">Wicket 1.5.14 released</h3>
+	<h3 id="/news/2015/10/24/wicket-1.5.14-released.html">Wicket 1.5.14 released</h3>
     <small>24 Oct 2015</small>
 	<p>This is the fourteenth maintenance release of the Wicket 1.5.x series. This release brings over 4 bug fixes and 1 improvement. CHANGELOG for 1.5.14: ** Bug * [WICKET-5838] - Last-modified header of external markup is ignored * [WICKET-5927] - Velocity remote code execution * [WICKET-6000] - Wicket 1.5 DTD link...
-	<a href="/news/2015/10/24/wicket-1-5-14-released.html">more</a></p>
+	<a href="/news/2015/10/24/wicket-1.5.14-released.html">more</a></p>
 </article>
   <article>
-	<h3 id="/news/2015/07/28/wicket-7-0-released.html">Apache Wicket v7.0 released</h3>
+	<h3 id="/news/2015/07/28/wicket-7.0-released.html">Apache Wicket v7.0 released</h3>
     <small>28 Jul 2015</small>
 	<p>The Apache Software Foundation announces Apache Wicket™ v7.0 Open Source Java web framework that powers thousands of web applications and web sites for governments, stores, universities, cities, banks, email providers, and more. The Apache Software Foundation (ASF), the all-volunteer developers, stewards, and incubators of nearly 150 Open Source projects and...
-	<a href="/news/2015/07/28/wicket-7-0-released.html">more</a></p>
+	<a href="/news/2015/07/28/wicket-7.0-released.html">more</a></p>
 </article>
   <article>
-	<h3 id="/news/2015/06/21/wicket-7-0-0-m6-released.html">Apache Wicket 7.0.0-M6 released</h3>
+	<h3 id="/news/2015/06/21/wicket-7.0.0-M6-released.html">Apache Wicket 7.0.0-M6 released</h3>
     <small>21 Jun 2015</small>
 	<p>The Apache Wicket PMC is proud to announce Apache Wicket 7.0.0-M6! We have released another milestone release for Apache Wicket 7. We aim to finalise Wicket 7 over the coming months and request your help in testing the new major version. Caveats It is still a development version so expect...
-	<a href="/news/2015/06/21/wicket-7-0-0-m6-released.html">more</a></p>
+	<a href="/news/2015/06/21/wicket-7.0.0-M6-released.html">more</a></p>
 </article>
   <article>
-	<h3 id="/news/2015/06/14/wicket-6-20-0-released.html">Apache Wicket 6.20.0 released</h3>
+	<h3 id="/news/2015/06/14/wicket-6.20.0-released.html">Apache Wicket 6.20.0 released</h3>
     <small>14 Jun 2015</small>
 	<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.20.0! This release marks another minor release of Wicket 6. Starting with Wicket 6 we use semantic versioning for the future development of Wicket, and as such no API breaks are present in this release compared to 6.0.0. Using this...
-	<a href="/news/2015/06/14/wicket-6-20-0-released.html">more</a></p>
+	<a href="/news/2015/06/14/wicket-6.20.0-released.html">more</a></p>
 </article>
   <article>
-	<h3 id="/news/2015/02/13/wicket-1-5-13-released.html">Wicket 1.5.13 released</h3>
+	<h3 id="/news/2015/02/13/wicket-1.5.13-released.html">Wicket 1.5.13 released</h3>
     <small>13 Feb 2015</small>
 	<p>This is the thirteenth maintenance release of the Wicket 1.5.x series. This release brings over 1 bug fix and 1 improvement.
   Git tag
@@ -106,25 +106,25 @@
     &lt;version&gt;1.5.13&lt;/version&gt;
 &lt;/dependency&gt;
   Download the full distribution (including sources)
-	<a href="/news/2015/02/13/wicket-1-5-13-released.html">more</a></p>
+	<a href="/news/2015/02/13/wicket-1.5.13-released.html">more</a></p>
 </article>
   <article>
-	<h3 id="/news/2015/02/13/new-committer-sebastien-briquet.html">New committer - Sebastien Briquet</h3>
+	<h3 id="/news/2015/02/13/new-committer-Sebastien-Briquet.html">New committer - Sebastien Briquet</h3>
     <small>13 Feb 2015</small>
 	<p>The Project Management Committee (PMC) for Apache Wicket has asked Sebastien Briquet to become a committer and we are pleased to announce that he has accepted. Sebastien has been involved with Wicket for several years now by developing one of the most successful integrations with JavaScript libraries, namely Wicket jQuery...
-	<a href="/news/2015/02/13/new-committer-sebastien-briquet.html">more</a></p>
+	<a href="/news/2015/02/13/new-committer-Sebastien-Briquet.html">more</a></p>
 </article>
   <article>
-	<h3 id="/news/2015/02/02/wicket-7-0-0-m5-released.html">Apache Wicket 7.0.0-M5 released</h3>
+	<h3 id="/news/2015/02/02/wicket-7.0.0-M5-released.html">Apache Wicket 7.0.0-M5 released</h3>
     <small>02 Feb 2015</small>
 	<p>The Apache Wicket PMC is proud to announce Apache Wicket 7.0.0-M5! We have released another milestone release for Apache Wicket 7. We aim to finalise Wicket 7 over the coming months and request your help in testing the new major version. Caveats It is still a development version so expect...
-	<a href="/news/2015/02/02/wicket-7-0-0-m5-released.html">more</a></p>
+	<a href="/news/2015/02/02/wicket-7.0.0-M5-released.html">more</a></p>
 </article>
   <article>
-	<h3 id="/news/2015/02/02/wicket-6-19-0-released.html">Apache Wicket 6.19.0 released</h3>
+	<h3 id="/news/2015/02/02/wicket-6.19.0-released.html">Apache Wicket 6.19.0 released</h3>
     <small>02 Feb 2015</small>
 	<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.19.0! This release marks another minor release of Wicket 6. Starting with Wicket 6 we use semantic versioning for the future development of Wicket, and as such no API breaks are present in this release compared to 6.0.0. Using this...
-	<a href="/news/2015/02/02/wicket-6-19-0-released.html">more</a></p>
+	<a href="/news/2015/02/02/wicket-6.19.0-released.html">more</a></p>
 </article>
   <div class="l-first"></div>
   <hr />
@@ -132,16 +132,16 @@
     <h1 id="all-news-for-2014">All News for 2014</h1>
     <p>This section contains all news items published in <a href="/news/2014">2014</a>.</p>
     <article>
-	<h3 id="/news/2014/11/05/wicket-7-0-0-m4-released.html">Apache Wicket 7.0.0-M4 released</h3>
+	<h3 id="/news/2014/11/05/wicket-7.0.0-M4-released.html">Apache Wicket 7.0.0-M4 released</h3>
     <small>05 Nov 2014</small>
 	<p>The Apache Wicket PMC is proud to announce Apache Wicket 7.0.0-M4! We have released another milestone release for Apache Wicket 7. We aim to finalise Wicket 7 over the coming months and request your help in testing the new major version. Caveats It is still a development version so expect...
-	<a href="/news/2014/11/05/wicket-7-0-0-m4-released.html">more</a></p>
+	<a href="/news/2014/11/05/wicket-7.0.0-M4-released.html">more</a></p>
 </article>
     <article>
-	<h3 id="/news/2014/11/05/wicket-6-18-0-released.html">Apache Wicket 6.18.0 released</h3>
+	<h3 id="/news/2014/11/05/wicket-6.18.0-released.html">Apache Wicket 6.18.0 released</h3>
     <small>05 Nov 2014</small>
 	<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.18.0! This release marks another minor release of Wicket 6. Starting with Wicket 6 we use semantic versioning for the future development of Wicket, and as such no API breaks are present in this release compared to 6.0.0. Using this...
-	<a href="/news/2014/11/05/wicket-6-18-0-released.html">more</a></p>
+	<a href="/news/2014/11/05/wicket-6.18.0-released.html">more</a></p>
 </article>
     <article>
 	<h3 id="/news/2014/09/22/cve-2014-3526.html">CVE-2014-3526 - Apache Wicket Information disclosure vulnerability</h3>
@@ -150,7 +150,7 @@
 	<a href="/news/2014/09/22/cve-2014-3526.html">more</a></p>
 </article>
     <article>
-	<h3 id="/news/2014/09/15/wicket-1-5-12-released.html">Wicket 1.5.12 released</h3>
+	<h3 id="/news/2014/09/15/wicket-1.5.12-released.html">Wicket 1.5.12 released</h3>
     <small>15 Sep 2014</small>
 	<p>This is the twelfth maintenance release of the Wicket 1.5.x series. This release brings over 5 bug fixes and improvements.
   Git tag
@@ -162,43 +162,43 @@
     &lt;version&gt;1.5.12&lt;/version&gt;
 &lt;/dependency&gt;
   Download the full distribution (including sources)
-	<a href="/news/2014/09/15/wicket-1-5-12-released.html">more</a></p>
+	<a href="/news/2014/09/15/wicket-1.5.12-released.html">more</a></p>
 </article>
     <article>
-	<h3 id="/news/2014/08/24/wicket-6-17-0-released.html">Apache Wicket 6.17.0 released</h3>
+	<h3 id="/news/2014/08/24/wicket-6.17.0-released.html">Apache Wicket 6.17.0 released</h3>
     <small>24 Aug 2014</small>
 	<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.17.0! This release marks the seventeenth minor release of Wicket 6. Starting with Wicket 6 we use semantic versioning for the future development of Wicket, and as such no API breaks are present in this release compared to 6.0.0. New...
-	<a href="/news/2014/08/24/wicket-6-17-0-released.html">more</a></p>
+	<a href="/news/2014/08/24/wicket-6.17.0-released.html">more</a></p>
 </article>
     <article>
-	<h3 id="/news/2014/08/23/wicket-7-0-0-m3-released.html">Apache Wicket 7.0.0-M3 released</h3>
+	<h3 id="/news/2014/08/23/wicket-7.0.0-M3-released.html">Apache Wicket 7.0.0-M3 released</h3>
     <small>23 Aug 2014</small>
 	<p>We have released the third of a series of milestone releases for Apache Wicket 7. We aim to finalise Wicket 7 over the coming months and request your help in testing the new major version. Caveats It is still a development version so expect minor API breaks to happen over...
-	<a href="/news/2014/08/23/wicket-7-0-0-m3-released.html">more</a></p>
+	<a href="/news/2014/08/23/wicket-7.0.0-M3-released.html">more</a></p>
 </article>
     <article>
-	<h3 id="/news/2014/06/21/wicket-6-16-0-released.html">Apache Wicket 6.16.0 released</h3>
+	<h3 id="/news/2014/06/21/wicket-6.16.0-released.html">Apache Wicket 6.16.0 released</h3>
     <small>21 Jun 2014</small>
 	<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.16.0! This release marks the sixteenth minor release of Wicket 6. Starting with Wicket 6 we use semantic versioning for the future development of Wicket, and as such no API breaks are present in this release compared to 6.0.0. New...
-	<a href="/news/2014/06/21/wicket-6-16-0-released.html">more</a></p>
+	<a href="/news/2014/06/21/wicket-6.16.0-released.html">more</a></p>
 </article>
     <article>
-	<h3 id="/news/2014/06/20/wicket-7-0-0-m2-released.html">Apache Wicket 7.0.0-M2 released</h3>
+	<h3 id="/news/2014/06/20/wicket-7.0.0-M2-released.html">Apache Wicket 7.0.0-M2 released</h3>
     <small>20 Jun 2014</small>
 	<p>We have released the first of a series of milestone releases for Apache Wicket 7. We aim to finalise Wicket 7 over the coming months and request your help in testing the new major version. Caveats It is still a development version so expect API breaks to happen over the...
-	<a href="/news/2014/06/20/wicket-7-0-0-m2-released.html">more</a></p>
+	<a href="/news/2014/06/20/wicket-7.0.0-M2-released.html">more</a></p>
 </article>
     <article>
-	<h3 id="/news/2014/04/30/wicket-7-0-0-m1-released.html">Apache Wicket 7.0.0-M1 released</h3>
+	<h3 id="/news/2014/04/30/wicket-7.0.0-M1-released.html">Apache Wicket 7.0.0-M1 released</h3>
     <small>30 Apr 2014</small>
 	<p>We have released the first of a series of milestone releases for Apache Wicket 7. We aim to finalise Wicket 7 over the coming months and request your help in testing the new major version. Caveats It is still a development version so expect API breaks to happen over the...
-	<a href="/news/2014/04/30/wicket-7-0-0-m1-released.html">more</a></p>
+	<a href="/news/2014/04/30/wicket-7.0.0-M1-released.html">more</a></p>
 </article>
     <article>
-	<h3 id="/news/2014/04/23/wicket-6-15-0-released.html">Apache Wicket 6.15.0 released</h3>
+	<h3 id="/news/2014/04/23/wicket-6.15.0-released.html">Apache Wicket 6.15.0 released</h3>
     <small>23 Apr 2014</small>
 	<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.15.0! This release marks the fifteenth minor release of Wicket 6. Starting with Wicket 6 we use semantic versioning for the future development of Wicket, and as such no API breaks are present in this release compared to 6.0.0. New...
-	<a href="/news/2014/04/23/wicket-6-15-0-released.html">more</a></p>
+	<a href="/news/2014/04/23/wicket-6.15.0-released.html">more</a></p>
 </article>
     <article>
 	<h3 id="/news/2014/02/21/cve-2014-0043.html">CVE-2014-0043 - Apache Wicket Information disclosure vulnerability</h3>
@@ -207,13 +207,13 @@
 	<a href="/news/2014/02/21/cve-2014-0043.html">more</a></p>
 </article>
     <article>
-	<h3 id="/news/2014/02/20/wicket-6-14-0-released.html">Apache Wicket 6.14.0 released</h3>
+	<h3 id="/news/2014/02/20/wicket-6.14.0-released.html">Apache Wicket 6.14.0 released</h3>
     <small>20 Feb 2014</small>
 	<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.14.0! This release marks the fourteenth minor release of Wicket 6. Starting with Wicket 6 we use semantic versioning for the future development of Wicket, and as such no API breaks are present in this release compared to 6.0.0. New...
-	<a href="/news/2014/02/20/wicket-6-14-0-released.html">more</a></p>
+	<a href="/news/2014/02/20/wicket-6.14.0-released.html">more</a></p>
 </article>
     <article>
-	<h3 id="/news/2014/02/06/wicket-1-5-11-released.html">Wicket 1.5.11 released</h3>
+	<h3 id="/news/2014/02/06/wicket-1.5.11-released.html">Wicket 1.5.11 released</h3>
     <small>06 Feb 2014</small>
 	<p>This is the eleventh maintenance release of the Wicket 1.5.x series. This release brings over 34 bug fixes and improvements.
   Git tag
@@ -225,10 +225,10 @@
     &lt;version&gt;1.5.11&lt;/version&gt;
 &lt;/dependency&gt;
   Download the full distribution (including source)
-	<a href="/news/2014/02/06/wicket-1-5-11-released.html">more</a></p>
+	<a href="/news/2014/02/06/wicket-1.5.11-released.html">more</a></p>
 </article>
     <article>
-	<h3 id="/news/2014/02/06/wicket-1-4-23-released.html">Wicket 1.4.23 released</h3>
+	<h3 id="/news/2014/02/06/wicket-1.4.23-released.html">Wicket 1.4.23 released</h3>
     <small>06 Feb 2014</small>
 	<p>This is twenty thirdth release of the Wicket 1.4.x series. This is a security bugfix release on the 1.4.x branch.
 Read CVE-2013-2055 for more information.
@@ -240,7 +240,7 @@ Read CVE-2013-2055 for more information.
     &lt;version&gt;1.4.23&lt;/version&gt;
 &lt;/dependency&gt;
   Download the full distribution (including source)
-	<a href="/news/2014/02/06/wicket-1-4-23-released.html">more</a></p>
+	<a href="/news/2014/02/06/wicket-1.4.23-released.html">more</a></p>
 </article>
     <article>
 	<h3 id="/news/2014/02/06/cve-2013-2055.html">CVE-2013-2055 - Apache Wicket Information disclosure vulnerability</h3>
@@ -249,10 +249,10 @@ Read CVE-2013-2055 for more information.
 	<a href="/news/2014/02/06/cve-2013-2055.html">more</a></p>
 </article>
     <article>
-	<h3 id="/news/2014/01/05/wicket-6-13-0-released.html">Apache Wicket 6.13.0 released</h3>
+	<h3 id="/news/2014/01/05/wicket-6.13.0-released.html">Apache Wicket 6.13.0 released</h3>
     <small>05 Jan 2014</small>
 	<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.13.0! This release marks the thirteenth minor release of Wicket 6. Starting with Wicket 6 we use semantic versioning for the future development of Wicket, and as such no API breaks are present in this release compared to 6.0.0. New...
-	<a href="/news/2014/01/05/wicket-6-13-0-released.html">more</a></p>
+	<a href="/news/2014/01/05/wicket-6.13.0-released.html">more</a></p>
 </article>
     <div class="l-first"></div>
     <hr />
@@ -260,46 +260,46 @@ Read CVE-2013-2055 for more information.
       <h1 id="all-news-for-2013">All News for 2013</h1>
       <p>This section contains all news items published in <a href="/news/2013">2013</a>.</p>
       <article>
-	<h3 id="/news/2013/11/01/wicket-6-12-0-released.html">Apache Wicket 6.12.0 released</h3>
+	<h3 id="/news/2013/11/01/wicket-6.12.0-released.html">Apache Wicket 6.12.0 released</h3>
     <small>01 Nov 2013</small>
 	<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.12.0! This release marks the twelfth minor release of Wicket 6. Starting with Wicket 6 we use semantic versioning for the future development of Wicket, and as such no API breaks are present in this release compared to 6.0.0. New...
-	<a href="/news/2013/11/01/wicket-6-12-0-released.html">more</a></p>
+	<a href="/news/2013/11/01/wicket-6.12.0-released.html">more</a></p>
 </article>
       <article>
-	<h3 id="/news/2013/09/20/wicket-6-11-0-released.html">Apache Wicket 6.11.0 released</h3>
+	<h3 id="/news/2013/09/20/wicket-6.11.0-released.html">Apache Wicket 6.11.0 released</h3>
     <small>20 Sep 2013</small>
 	<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.11.0! This release marks the eleventh minor release of Wicket 6. Starting with Wicket 6 we use semantic versioning for the future development of Wicket, and as such no API breaks are present in this release compared to 6.0.0. New...
-	<a href="/news/2013/09/20/wicket-6-11-0-released.html">more</a></p>
+	<a href="/news/2013/09/20/wicket-6.11.0-released.html">more</a></p>
 </article>
       <article>
-	<h3 id="/news/2013/08/18/wicket-6-10-0-released.html">Apache Wicket 6.10.0 released</h3>
+	<h3 id="/news/2013/08/18/wicket-6.10.0-released.html">Apache Wicket 6.10.0 released</h3>
     <small>18 Aug 2013</small>
 	<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.10.0! This release marks the tenth minor release of Wicket 6. Starting with Wicket 6 we use semantic versioning for the future development of Wicket, and as such no API breaks are present in this release compared to 6.0.0. New...
-	<a href="/news/2013/08/18/wicket-6-10-0-released.html">more</a></p>
+	<a href="/news/2013/08/18/wicket-6.10.0-released.html">more</a></p>
 </article>
       <article>
-	<h3 id="/news/2013/07/10/wicket-6-9-1-released.html">Apache Wicket 6.9.1 released</h3>
+	<h3 id="/news/2013/07/10/wicket-6.9.1-released.html">Apache Wicket 6.9.1 released</h3>
     <small>10 Jul 2013</small>
 	<p>The Apache Wicket PMC announces Apache Wicket 6.9.1! This is a patch release for 6.9.0 where we inadvertently broke CDI injection into (amongst others) anonymous inner classes. See below for more information regarding this release. Please note that this patch release only fixes WICKET-5264. Starting with Wicket 6 we use...
-	<a href="/news/2013/07/10/wicket-6-9-1-released.html">more</a></p>
+	<a href="/news/2013/07/10/wicket-6.9.1-released.html">more</a></p>
 </article>
       <article>
-	<h3 id="/news/2013/06/27/wicket-6-9-0-released.html">Apache Wicket 6.9.0 released</h3>
+	<h3 id="/news/2013/06/27/wicket-6.9.0-released.html">Apache Wicket 6.9.0 released</h3>
     <small>27 Jun 2013</small>
 	<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.9.0! This release marks the ninth minor release of Wicket 6. Starting with Wicket 6 we use semantic versioning for the future development of Wicket, and as such no API breaks are present in this release compared to 6.0.0. New...
-	<a href="/news/2013/06/27/wicket-6-9-0-released.html">more</a></p>
+	<a href="/news/2013/06/27/wicket-6.9.0-released.html">more</a></p>
 </article>
       <article>
-	<h3 id="/news/2013/05/17/wicket-6-8-0-released.html">Apache Wicket 6.8.0 released</h3>
+	<h3 id="/news/2013/05/17/wicket-6.8.0-released.html">Apache Wicket 6.8.0 released</h3>
     <small>17 May 2013</small>
 	<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.8.0! This release marks the eighth minor release of Wicket 6. Starting with Wicket 6 we use semantic versioning for the future development of Wicket, and as such no API breaks are present in this release compared to 6.0.0. Using...
-	<a href="/news/2013/05/17/wicket-6-8-0-released.html">more</a></p>
+	<a href="/news/2013/05/17/wicket-6.8.0-released.html">more</a></p>
 </article>
       <article>
-	<h3 id="/news/2013/04/12/wicket-6-7-0-released.html">Apache Wicket 6.7.0 released</h3>
+	<h3 id="/news/2013/04/12/wicket-6.7.0-released.html">Apache Wicket 6.7.0 released</h3>
     <small>12 Apr 2013</small>
 	<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.7.0! This release marks the seventh minor release of Wicket 6. Starting with Wicket 6 we use semantic versioning for the future development of Wicket, and as such no API breaks are present in this release compared to 6.0.0. New...
-	<a href="/news/2013/04/12/wicket-6-7-0-released.html">more</a></p>
+	<a href="/news/2013/04/12/wicket-6.7.0-released.html">more</a></p>
 </article>
       <article>
 	<h3 id="/news/2013/03/03/cve-2012-5636.html">CVE-2012-5636 - Apache Wicket XSS vulnerability</h3>
@@ -308,7 +308,7 @@ Read CVE-2013-2055 for more information.
 	<a href="/news/2013/03/03/cve-2012-5636.html">more</a></p>
 </article>
       <article>
-	<h3 id="/news/2013/02/26/wicket-1-5-10-released.html">Wicket 1.5.10 released</h3>
+	<h3 id="/news/2013/02/26/wicket-1.5.10-released.html">Wicket 1.5.10 released</h3>
     <small>26 Feb 2013</small>
 	<p>This is the tenth maintenance release of the Wicket 1.5.x series. This release brings over 28 bug fixes and improvements.
   Git tag
@@ -320,19 +320,19 @@ Read CVE-2013-2055 for more information.
     &lt;version&gt;1.5.10&lt;/version&gt;
 &lt;/dependency&gt;
   Download the full distribution (including source)
-	<a href="/news/2013/02/26/wicket-1-5-10-released.html">more</a></p>
+	<a href="/news/2013/02/26/wicket-1.5.10-released.html">more</a></p>
 </article>
       <article>
-	<h3 id="/news/2013/02/15/wicket-6-6-0-released.html">Apache Wicket 6.6.0 released</h3>
+	<h3 id="/news/2013/02/15/wicket-6.6.0-released.html">Apache Wicket 6.6.0 released</h3>
     <small>15 Feb 2013</small>
 	<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.6.0! This release marks the sixth minor release of Wicket 6. Starting with Wicket 6 we use semantic versioning for the future development of Wicket, and as such no API breaks are present in this release compared to 6.0.0. New...
-	<a href="/news/2013/02/15/wicket-6-6-0-released.html">more</a></p>
+	<a href="/news/2013/02/15/wicket-6.6.0-released.html">more</a></p>
 </article>
       <article>
-	<h3 id="/news/2013/01/23/wicket-6-5-0-released.html">Apache Wicket 6.5.0 released</h3>
+	<h3 id="/news/2013/01/23/wicket-6.5.0-released.html">Apache Wicket 6.5.0 released</h3>
     <small>23 Jan 2013</small>
 	<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.5.0! This release marks the fifth minor release of Wicket 6. Starting with Wicket 6 we use semantic versioning for the future development of Wicket, and as such no API breaks are present in this release compared to 6.0.0. New...
-	<a href="/news/2013/01/23/wicket-6-5-0-released.html">more</a></p>
+	<a href="/news/2013/01/23/wicket-6.5.0-released.html">more</a></p>
 </article>
       <div class="l-first"></div>
       <hr />
@@ -340,19 +340,19 @@ Read CVE-2013-2055 for more information.
         <h1 id="all-news-for-2012">All News for 2012</h1>
         <p>This section contains all news items published in <a href="/news/2012">2012</a>.</p>
         <article>
-	<h3 id="/news/2012/12/14/wicket-6-4-0-released.html">Apache Wicket 6.4.0 released</h3>
+	<h3 id="/news/2012/12/14/wicket-6.4.0-released.html">Apache Wicket 6.4.0 released</h3>
     <small>14 Dec 2012</small>
 	<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.4.0! This release marks the fourth minor release of Wicket 6. Starting with Wicket 6 we use semantic versioning for the future development of Wicket, and as such no API breaks are present in this release compared to 6.0.0. New...
-	<a href="/news/2012/12/14/wicket-6-4-0-released.html">more</a></p>
+	<a href="/news/2012/12/14/wicket-6.4.0-released.html">more</a></p>
 </article>
         <article>
-	<h3 id="/news/2012/11/16/wicket-6-3-0-released.html">Apache Wicket 6.3.0 released</h3>
+	<h3 id="/news/2012/11/16/wicket-6.3.0-released.html">Apache Wicket 6.3.0 released</h3>
     <small>16 Nov 2012</small>
 	<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.3.0! This release marks the third minor release of Wicket 6. Starting with Wicket 6 we use semantic versioning for the future development of Wicket, and as such no API breaks are present in this release compared to 6.0.0. New...
-	<a href="/news/2012/11/16/wicket-6-3-0-released.html">more</a></p>
+	<a href="/news/2012/11/16/wicket-6.3.0-released.html">more</a></p>
 </article>
         <article>
-	<h3 id="/news/2012/11/09/wicket-1-5-9-released.html">Wicket 1.5.9 released</h3>
+	<h3 id="/news/2012/11/09/wicket-1.5.9-released.html">Wicket 1.5.9 released</h3>
     <small>09 Nov 2012</small>
 	<p>This is the nineth maintenance release of the Wicket 1.5.x series. This release brings over 48 bug fixes and improvements.
   Git tag
@@ -364,25 +364,25 @@ Read CVE-2013-2055 for more information.
     &lt;version&gt;1.5.9&lt;/version&gt;
 &lt;/dependency&gt;
   Download the full distribution (including source)
-	<a href="/news/2012/11/09/wicket-1-5-9-released.html">more</a></p>
+	<a href="/news/2012/11/09/wicket-1.5.9-released.html">more</a></p>
 </article>
         <article>
-	<h3 id="/news/2012/10/23/wicket-6-2-0-released.html">Apache Wicket 6.2.0 released</h3>
+	<h3 id="/news/2012/10/23/wicket-6.2.0-released.html">Apache Wicket 6.2.0 released</h3>
     <small>23 Oct 2012</small>
 	<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.2.0! This release marks the second minor release of Wicket 6. Starting with Wicket 6 we use semantic versioning for the future development of Wicket, and as such no API breaks are present in this release compared to 6.0.0. New...
-	<a href="/news/2012/10/23/wicket-6-2-0-released.html">more</a></p>
+	<a href="/news/2012/10/23/wicket-6.2.0-released.html">more</a></p>
 </article>
         <article>
-	<h3 id="/news/2012/10/08/wicket-6-1-1-released.html">Apache Wicket 6.1.1 released</h3>
+	<h3 id="/news/2012/10/08/wicket-6.1.1-released.html">Apache Wicket 6.1.1 released</h3>
     <small>08 Oct 2012</small>
 	<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.1.1! This release marks the first patch release of Wicket 6. Starting with Wicket 6 we use semantic versioning for the future development of Wicket, and as such no API breaks are present in this release compared to 6.1.0 and...
-	<a href="/news/2012/10/08/wicket-6-1-1-released.html">more</a></p>
+	<a href="/news/2012/10/08/wicket-6.1.1-released.html">more</a></p>
 </article>
         <article>
-	<h3 id="/news/2012/10/04/wicket-6-1-0-released.html">Apache Wicket 6.1.0 released</h3>
+	<h3 id="/news/2012/10/04/wicket-6.1.0-released.html">Apache Wicket 6.1.0 released</h3>
     <small>04 Oct 2012</small>
 	<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.1.0! This release marks the first maintenance release of Wicket 6. Starting with Wicket 6 we use semantic versioning for the future development of Wicket, and as such no API breaks are present in this release compared to 6.0.0. New...
-	<a href="/news/2012/10/04/wicket-6-1-0-released.html">more</a></p>
+	<a href="/news/2012/10/04/wicket-6.1.0-released.html">more</a></p>
 </article>
         <article>
 	<h3 id="/news/2012/09/06/cve-2012-3373.html">CVE-2012-3373 - Apache Wicket XSS vulnerability</h3>
@@ -391,19 +391,19 @@ Read CVE-2013-2055 for more information.
 	<a href="/news/2012/09/06/cve-2012-3373.html">more</a></p>
 </article>
         <article>
-	<h3 id="/news/2012/09/05/wicket-6-0-0-released.html">Apache Wicket v6.0.0 released</h3>
+	<h3 id="/news/2012/09/05/wicket-6.0.0-released.html">Apache Wicket v6.0.0 released</h3>
     <small>05 Sep 2012</small>
 	<p>“With great pleasure we announce the availability of Apache Wicket 6.0.0” – Martijn Dashorst, Vice President, Apache Wicket Apache Wicket v6.0.0 is the 6th major release of the popular open source Java web framework. Numerous enhancements make Apache Wicket v6.0.0 a solid choice for web development: Out-of-the box JQuery integration...
-	<a href="/news/2012/09/05/wicket-6-0-0-released.html">more</a></p>
+	<a href="/news/2012/09/05/wicket-6.0.0-released.html">more</a></p>
 </article>
         <article>
-	<h3 id="/news/2012/09/05/wicket-1-4-21-released.html">Wicket 1.4.21 released</h3>
+	<h3 id="/news/2012/09/05/wicket-1.4.21-released.html">Wicket 1.4.21 released</h3>
     <small>05 Sep 2012</small>
 	<p>This is 21st release of the Wicket 1.4.x series. This is also the last release of the 1.4.x series, rounding up the remaining bugfixes. No further releases will happen in this branch. Git tag Changelog To use in Maven: &lt;dependency&gt; &lt;groupId&gt;org.apache.wicket&lt;/groupId&gt; &lt;artifactId&gt;wicket&lt;/artifactId&gt; &lt;version&gt;1.4.21&lt;/version&gt; &lt;/dependency&gt; Download the full distribution (including source)...
-	<a href="/news/2012/09/05/wicket-1-4-21-released.html">more</a></p>
+	<a href="/news/2012/09/05/wicket-1.4.21-released.html">more</a></p>
 </article>
         <article>
-	<h3 id="/news/2012/08/24/wicket-1-5-8-released.html">Wicket 1.5.8 released</h3>
+	<h3 id="/news/2012/08/24/wicket-1.5.8-released.html">Wicket 1.5.8 released</h3>
     <small>24 Aug 2012</small>
 	<p>This is the eighth maintenance release of the Wicket 1.5.x series. This release brings over 45 bug fixes and improvements.
   Git tag
@@ -415,13 +415,13 @@ Read CVE-2013-2055 for more information.
     &lt;version&gt;1.5.8&lt;/version&gt;
 &lt;/dependency&gt;
   Download the full distribution (including source)
-	<a href="/news/2012/08/24/wicket-1-5-8-released.html">more</a></p>
+	<a href="/news/2012/08/24/wicket-1.5.8-released.html">more</a></p>
 </article>
         <article>
-	<h3 id="/news/2012/07/16/wicket-6-0-0-beta3-released.html">Wicket 6.0.0-beta3 released</h3>
+	<h3 id="/news/2012/07/16/wicket-6.0.0-beta3-released.html">Wicket 6.0.0-beta3 released</h3>
     <small>16 Jul 2012</small>
 	<p>The Wicket team is proud to announce the third beta release of the Wicket 6.x series. This release is an intermediary release just before we give you 6.0.0 final. There are no more planned API breaks but if you find something that can be made better now it the time...
-	<a href="/news/2012/07/16/wicket-6-0-0-beta3-released.html">more</a></p>
+	<a href="/news/2012/07/16/wicket-6.0.0-beta3-released.html">more</a></p>
 </article>
         <article>
 	<h3 id="/news/2012/06/20/wicket-native-websockets.html">Wicket Native WebSockets support</h3>
@@ -430,7 +430,7 @@ Read CVE-2013-2055 for more information.
 	<a href="/news/2012/06/20/wicket-native-websockets.html">more</a></p>
 </article>
         <article>
-	<h3 id="/news/2012/06/04/wicket-1-5-7-released.html">Wicket 1.5.7 released</h3>
+	<h3 id="/news/2012/06/04/wicket-1.5.7-released.html">Wicket 1.5.7 released</h3>
     <small>04 Jun 2012</small>
 	<p>This is the seventh maintenance release of the Wicket 1.5.x series. This release brings over 26 bug fixes and improvements.
   Git tag
@@ -442,16 +442,16 @@ Read CVE-2013-2055 for more information.
     &lt;version&gt;1.5.7&lt;/version&gt;
 &lt;/dependency&gt;
   Download the full distribution (including source)
-	<a href="/news/2012/06/04/wicket-1-5-7-released.html">more</a></p>
+	<a href="/news/2012/06/04/wicket-1.5.7-released.html">more</a></p>
 </article>
         <article>
-	<h3 id="/news/2012/05/29/wicket-6-0-0-beta2-released.html">Wicket 6.0.0-beta2 released</h3>
+	<h3 id="/news/2012/05/29/wicket-6.0.0-beta2-released.html">Wicket 6.0.0-beta2 released</h3>
     <small>29 May 2012</small>
 	<p>The Wicket team is proud to announce the second beta release of the Wicket 6.x series. This release brings over many improvements over the 1.5.x series. New and Noteworthy Wicket Atmosphere The Beta 2 contains a new experimental module Wicket Atmosphere, which brings serverside push to Wicket and provides a...
-	<a href="/news/2012/05/29/wicket-6-0-0-beta2-released.html">more</a></p>
+	<a href="/news/2012/05/29/wicket-6.0.0-beta2-released.html">more</a></p>
 </article>
         <article>
-	<h3 id="/news/2012/05/07/wicket-1-5-6-released.html">Wicket 1.5.6 released</h3>
+	<h3 id="/news/2012/05/07/wicket-1.5.6-released.html">Wicket 1.5.6 released</h3>
     <small>07 May 2012</small>
 	<p>This is the sixth maintenance release of the Wicket 1.5.x series. This release brings over 40 bug fixes and improvements.
   Git tag
@@ -463,13 +463,13 @@ Read CVE-2013-2055 for more information.
     &lt;version&gt;1.5.6&lt;/version&gt;
 &lt;/dependency&gt;
   Download the full distribution (including source)
-	<a href="/news/2012/05/07/wicket-1-5-6-released.html">more</a></p>
+	<a href="/news/2012/05/07/wicket-1.5.6-released.html">more</a></p>
 </article>
         <article>
-	<h3 id="/news/2012/03/26/wicket-6-0-0-beta1-released.html">Wicket 6.0.0-beta1 released</h3>
+	<h3 id="/news/2012/03/26/wicket-6.0.0-beta1-released.html">Wicket 6.0.0-beta1 released</h3>
     <small>26 Mar 2012</small>
 	<p>The Wicket team is proud to announce the first beta release of the Wicket 6.x series. This release brings over many improvements over the 1.5.x series. Check the roadmap with a list of the major goals. And the migration guide with all major and some minor changes between 1.5.x and...
-	<a href="/news/2012/03/26/wicket-6-0-0-beta1-released.html">more</a></p>
+	<a href="/news/2012/03/26/wicket-6.0.0-beta1-released.html">more</a></p>
 </article>
         <article>
 	<h3 id="/news/2012/03/22/wicket-cve-2012-1089.html">CVE-2012-1089 - Apache Wicket serving of hidden files vulnerability</h3>
@@ -484,7 +484,7 @@ Read CVE-2013-2055 for more information.
 	<a href="/news/2012/03/22/wicket-cve-2012-0047.html">more</a></p>
 </article>
         <article>
-	<h3 id="/news/2012/03/12/wicket-1-5-5-released.html">Wicket 1.5.5 released</h3>
+	<h3 id="/news/2012/03/12/wicket-1.5.5-released.html">Wicket 1.5.5 released</h3>
     <small>12 Mar 2012</small>
 	<p>This is the fifth maintenance release of the Wicket 1.5.x series. This release brings over 50 bug fixes and improvements.
   Git tag
@@ -496,10 +496,10 @@ Read CVE-2013-2055 for more information.
     &lt;version&gt;1.5.5&lt;/version&gt;
 &lt;/dependency&gt;
   Download the full distribution (including source)
-	<a href="/news/2012/03/12/wicket-1-5-5-released.html">more</a></p>
+	<a href="/news/2012/03/12/wicket-1.5.5-released.html">more</a></p>
 </article>
         <article>
-	<h3 id="/news/2012/03/12/wicket-1-4-20-released.html">Wicket 1.4.20 released</h3>
+	<h3 id="/news/2012/03/12/wicket-1.4.20-released.html">Wicket 1.4.20 released</h3>
     <small>12 Mar 2012</small>
 	<p>This is twentieth release of the Wicket 1.4.x series. This is primarily a minor bugfix release on the 1.4.x (stable) branch.
   Subversion tag
@@ -511,10 +511,10 @@ Read CVE-2013-2055 for more information.
     &lt;version&gt;1.4.20&lt;/version&gt;
 &lt;/dependency&gt;
   Download the full distribution (including source)
-	<a href="/news/2012/03/12/wicket-1-4-20-released.html">more</a></p>
+	<a href="/news/2012/03/12/wicket-1.4.20-released.html">more</a></p>
 </article>
         <article>
-	<h3 id="/news/2012/01/23/wicket-1-5-4-released.html">Wicket 1.5.4 released</h3>
+	<h3 id="/news/2012/01/23/wicket-1.5.4-released.html">Wicket 1.5.4 released</h3>
     <small>23 Jan 2012</small>
 	<p>This is the fourth maintenance release of the Wicket 1.5.x series. This release brings over 68 bug fixes and improvements.
   Git tag
@@ -526,7 +526,7 @@ Read CVE-2013-2055 for more information.
     &lt;version&gt;1.5.4&lt;/version&gt;
 &lt;/dependency&gt;
   Download the full distribution (including source)
-	<a href="/news/2012/01/23/wicket-1-5-4-released.html">more</a></p>
+	<a href="/news/2012/01/23/wicket-1.5.4-released.html">more</a></p>
 </article>
         <div class="l-first"></div>
         <hr />
@@ -534,7 +534,7 @@ Read CVE-2013-2055 for more information.
           <h1 id="all-news-for-2011">All News for 2011</h1>
           <p>This section contains all news items published in <a href="/news/2011">2011</a>.</p>
           <article>
-	<h3 id="/news/2011/11/14/wicket-1-5-3-released.html">Wicket 1.5.3 released</h3>
+	<h3 id="/news/2011/11/14/wicket-1.5.3-released.html">Wicket 1.5.3 released</h3>
     <small>14 Nov 2011</small>
 	<p>This is the third maintenance release of the Wicket 1.5.x series. This release brings over 40 bug fixes and improvements.
   Subversion tag
@@ -546,10 +546,10 @@ Read CVE-2013-2055 for more information.
     &lt;version&gt;1.5.3&lt;/version&gt;
 &lt;/dependency&gt;
   Download the full distribution (including source)
-	<a href="/news/2011/11/14/wicket-1-5-3-released.html">more</a></p>
+	<a href="/news/2011/11/14/wicket-1.5.3-released.html">more</a></p>
 </article>
           <article>
-	<h3 id="/news/2011/10/24/wicket-1-5-2-released.html">Wicket 1.5.2 released</h3>
+	<h3 id="/news/2011/10/24/wicket-1.5.2-released.html">Wicket 1.5.2 released</h3>
     <small>24 Oct 2011</small>
 	<p>This is the second maintenance release of the Wicket 1.5.x series. This release brings over 25 bug fixes and 5 improvements.
   Subversion tag
@@ -561,10 +561,10 @@ Read CVE-2013-2055 for more information.
     &lt;version&gt;1.5.2&lt;/version&gt;
 &lt;/dependency&gt;
   Download the full distribution (including source)
-	<a href="/news/2011/10/24/wicket-1-5-2-released.html">more</a></p>
+	<a href="/news/2011/10/24/wicket-1.5.2-released.html">more</a></p>
 </article>
           <article>
-	<h3 id="/news/2011/10/17/wicket-1-4-19-released.html">Wicket 1.4.19 released</h3>
+	<h3 id="/news/2011/10/17/wicket-1.4.19-released.html">Wicket 1.4.19 released</h3>
     <small>17 Oct 2011</small>
 	<p>This is nineteenth release of the Wicket 1.4.x series. This is primarily a minor bugfix release on the 1.4.x (stable) branch.
   Subversion tag
@@ -576,10 +576,10 @@ Read CVE-2013-2055 for more information.
     &lt;version&gt;1.4.19&lt;/version&gt;
 &lt;/dependency&gt;
   Download the full distribution (including source)
-	<a href="/news/2011/10/17/wicket-1-4-19-released.html">more</a></p>
+	<a href="/news/2011/10/17/wicket-1.4.19-released.html">more</a></p>
 </article>
           <article>
-	<h3 id="/news/2011/09/29/wicket-1-5-1-released.html">Wicket 1.5.1 released</h3>
+	<h3 id="/news/2011/09/29/wicket-1.5.1-released.html">Wicket 1.5.1 released</h3>
     <small>29 Sep 2011</small>
 	<p>This is the first maintenance release of the Wicket 1.5.x series. This release brings over 40 bug fixes and 15 improvements.
   Subversion tag
@@ -591,19 +591,19 @@ Read CVE-2013-2055 for more information.
     &lt;version&gt;1.5.1&lt;/version&gt;
 &lt;/dependency&gt;
   Download the full distribution (including source)
-	<a href="/news/2011/09/29/wicket-1-5-1-released.html">more</a></p>
+	<a href="/news/2011/09/29/wicket-1.5.1-released.html">more</a></p>
 </article>
           <article>
-	<h3 id="/news/2011/09/07/wicket-1-5-released.html">Apache Wicket releases Wicket 1.5</h3>
+	<h3 id="/news/2011/09/07/wicket-1.5-released.html">Apache Wicket releases Wicket 1.5</h3>
     <small>07 Sep 2011</small>
 	<p>The Apache Wicket team is proud to announce the immediate availability of the newest release of their component oriented open source Java web framework. Apache Wicket 1.5 has been in development for the last two years and brings many improvements over previous versions. Downloading Apache Wicket 1.5 You can download...
-	<a href="/news/2011/09/07/wicket-1-5-released.html">more</a></p>
+	<a href="/news/2011/09/07/wicket-1.5-released.html">more</a></p>
 </article>
           <article>
-	<h3 id="/news/2011/08/28/1-5-rc7-released.html">Wicket 1.5-RC7 released</h3>
+	<h3 id="/news/2011/08/28/1.5-RC7-released.html">Wicket 1.5-RC7 released</h3>
     <small>28 Aug 2011</small>
 	<p>The Wicket Team is proud to introduce the seventh Release Candidate in Wicket 1.5 series. See the changelog for the list of bug fixes and improvements done between 1.5-RC5.1 and 1.5-RC7 More detailed migration notes are available on our Migrate to 1.5 Wiki Page Release Artifacts: * Subversion tag *...
-	<a href="/news/2011/08/28/1-5-rc7-released.html">more</a></p>
+	<a href="/news/2011/08/28/1.5-RC7-released.html">more</a></p>
 </article>
           <article>
 	<h3 id="/news/2011/08/23/cve-2011-2712.html">CVE-2011-2712 - Apache Wicket XSS vulnerability</h3>
@@ -612,7 +612,7 @@ Read CVE-2013-2055 for more information.
 	<a href="/news/2011/08/23/cve-2011-2712.html">more</a></p>
 </article>
           <article>
-	<h3 id="/news/2011/08/09/wicket-1-4-18-released.html">Wicket 1.4.18 released</h3>
+	<h3 id="/news/2011/08/09/wicket-1.4.18-released.html">Wicket 1.4.18 released</h3>
     <small>09 Aug 2011</small>
 	<p>This is eightteenth release of the Wicket 1.4.x series. This is primarily a minor bugfix release on the 1.4.x (stable) branch.
   Subversion tag
@@ -624,13 +624,13 @@ Read CVE-2013-2055 for more information.
     &lt;version&gt;1.4.18&lt;/version&gt;
 &lt;/dependency&gt;
   Download the full distribution (including source)
-	<a href="/news/2011/08/09/wicket-1-4-18-released.html">more</a></p>
+	<a href="/news/2011/08/09/wicket-1.4.18-released.html">more</a></p>
 </article>
           <article>
-	<h3 id="/news/2011/06/25/wicket-1-5-rc5-1-released.html">Wicket 1.5-RC5.1 released</h3>
+	<h3 id="/news/2011/06/25/wicket-1.5-RC5.1-released.html">Wicket 1.5-RC5.1 released</h3>
     <small>25 Jun 2011</small>
 	<p>The Wicket Team is proud to introduce the fourth Release Candidate in Wicket 1.5 series. See the changelog for the list of bug fixes and improvements done between 1.5-RC4.2 and 1.5-RC5.1 More detailed migration notes are available on our Migrate to 1.5 Wiki Page Release Artifacts: * Subversion tag *...
-	<a href="/news/2011/06/25/wicket-1-5-rc5-1-released.html">more</a></p>
+	<a href="/news/2011/06/25/wicket-1.5-RC5.1-released.html">more</a></p>
 </article>
           <article>
 	<h3 id="/news/2011/05/17/wicket-cookbook-contest.html">Apache Wicket Cookbook Giveaway Contest</h3>
@@ -643,19 +643,19 @@ Cheers,
 	<a href="/news/2011/05/17/wicket-cookbook-contest.html">more</a></p>
 </article>
           <article>
-	<h3 id="/news/2011/05/11/wicket-1-5-rc4-2-released.html">Wicket 1.5-RC4.2 released</h3>
+	<h3 id="/news/2011/05/11/wicket-1.5-RC4.2-released.html">Wicket 1.5-RC4.2 released</h3>
     <small>11 May 2011</small>
 	<p>The Wicket Team is proud to introduce the fourth Release Candidate in Wicket 1.5 series. See the changelog for the list of bug fixes and improvements done between 1.5-RC3 and 1.5-RC4.2 More detailed migration notes are available on our Migrate to 1.5 Wiki Page Release Artifacts: * Subversion tag *...
-	<a href="/news/2011/05/11/wicket-1-5-rc4-2-released.html">more</a></p>
+	<a href="/news/2011/05/11/wicket-1.5-RC4.2-released.html">more</a></p>
 </article>
           <article>
-	<h3 id="/news/2011/04/02/wicket-1-5-rc3-released.html">Wicket 1.5-RC3 released</h3>
+	<h3 id="/news/2011/04/02/wicket-1.5-RC3-released.html">Wicket 1.5-RC3 released</h3>
     <small>02 Apr 2011</small>
 	<p>The Wicket Team is proud to introduce the third Release Candidate in Wicket 1.5 series. See the changelog for the list of bug fixes and improvements done between 1.5-rc2 and 1.5-RC3 More detailed migration notes are available on our Migrate to 1.5 Wiki Page Release Artifacts: * Subversion tag *...
-	<a href="/news/2011/04/02/wicket-1-5-rc3-released.html">more</a></p>
+	<a href="/news/2011/04/02/wicket-1.5-RC3-released.html">more</a></p>
 </article>
           <article>
-	<h3 id="/news/2011/04/02/wicket-1-4-17-released.html">Wicket 1.4.17 released</h3>
+	<h3 id="/news/2011/04/02/wicket-1.4.17-released.html">Wicket 1.4.17 released</h3>
     <small>02 Apr 2011</small>
 	<p>This is seventeenth release of the Wicket 1.4.x series. This is primarily a minor bugfix release on the 1.4.x (stable) branch.
   Subversion tag
@@ -667,7 +667,7 @@ Cheers,
     &lt;version&gt;1.4.17&lt;/version&gt;
 &lt;/dependency&gt;
   Download the full distribution (including source)
-	<a href="/news/2011/04/02/wicket-1-4-17-released.html">more</a></p>
+	<a href="/news/2011/04/02/wicket-1.4.17-released.html">more</a></p>
 </article>
           <article>
 	<h3 id="/news/2011/03/25/wicket-cookbook-published.html">Apache Wicket Cookbook Published!</h3>
@@ -676,13 +676,13 @@ Cheers,
 	<a href="/news/2011/03/25/wicket-cookbook-published.html">more</a></p>
 </article>
           <article>
-	<h3 id="/news/2011/02/25/wicket-1-5-rc2-released.html">Wicket 1.5-rc2 released</h3>
+	<h3 id="/news/2011/02/25/wicket-1.5-rc2-released.html">Wicket 1.5-rc2 released</h3>
     <small>25 Feb 2011</small>
 	<p>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 More detailed migration notes are available on our Migrate to 1.5 Wiki Page Release Artifacts: * Subversion tag *...
-	<a href="/news/2011/02/25/wicket-1-5-rc2-released.html">more</a></p>
+	<a href="/news/2011/02/25/wicket-1.5-rc2-released.html">more</a></p>
 </article>
           <article>
-	<h3 id="/news/2011/02/25/wicket-1-4-16-released.html">Wicket 1.4.16 released</h3>
+	<h3 id="/news/2011/02/25/wicket-1.4.16-released.html">Wicket 1.4.16 released</h3>
     <small>25 Feb 2011</small>
 	<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.
   Subversion tag
@@ -694,13 +694,13 @@ Cheers,
     &lt;version&gt;1.4.16&lt;/version&gt;
 &lt;/dependency&gt;
   Download the full distribution (including source)
-	<a href="/news/2011/02/25/wicket-1-4-16-released.html">more</a></p>
+	<a href="/news/2011/02/25/wicket-1.4.16-released.html">more</a></p>
 </article>
           <article>
-	<h3 id="/news/2011/01/22/wicket-1-5-rc1-released.html">Wicket 1.5-RC1 released</h3>
+	<h3 id="/news/2011/01/22/wicket-1.5-RC1-released.html">Wicket 1.5-RC1 released</h3>
     <small>22 Jan 2011</small>
 	<p>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: * A more powerful and flexible request processing pipeline * Intercomponent event mechanism * Improved configuration * More flexible markup loading * Better proxy support (x-forwarded-for header)...
-	<a href="/news/2011/01/22/wicket-1-5-rc1-released.html">more</a></p>
+	<a href="/news/2011/01/22/wicket-1.5-RC1-released.html">more</a></p>
 </article>
           <div class="l-first"></div>
           <hr />
@@ -708,7 +708,7 @@ Cheers,
             <h1 id="all-news-for-2010">All News for 2010</h1>
             <p>This section contains all news items published in <a href="/news/2010">2010</a>.</p>
             <article>
-	<h3 id="/news/2010/12/24/wicket-1-4-15-released.html">Wicket 1.4.15 released</h3>
+	<h3 id="/news/2010/12/24/wicket-1.4.15-released.html">Wicket 1.4.15 released</h3>
     <small>24 Dec 2010</small>
 	<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.
   Subversion tag
@@ -720,10 +720,10 @@ Cheers,
     &lt;version&gt;1.4.15&lt;/version&gt;
 &lt;/dependency&gt;
   Download the full distribution (including source)
-	<a href="/news/2010/12/24/wicket-1-4-15-released.html">more</a></p>
+	<a href="/news/2010/12/24/wicket-1.4.15-released.html">more</a></p>
 </article>
             <article>
-	<h3 id="/news/2010/11/29/wicket-1-4-14-released.html">Wicket 1.4.14 released</h3>
+	<h3 id="/news/2010/11/29/wicket-1.4.14-released.html">Wicket 1.4.14 released</h3>
     <small>29 Nov 2010</small>
 	<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.
   Subversion tag
@@ -735,7 +735,7 @@ Cheers,
     &lt;version&gt;1.4.14&lt;/version&gt;
 &lt;/dependency&gt;
   Download the full distribution (including source)
-	<a href="/news/2010/11/29/wicket-1-4-14-released.html">more</a></p>
+	<a href="/news/2010/11/29/wicket-1.4.14-released.html">more</a></p>
 </article>
             <article>
 	<h3 id="/news/2010/11/21/pedro-santos-committer.html">Pedro Santos is a Wicket team member</h3>
@@ -744,7 +744,7 @@ Cheers,
 	<a href="/news/2010/11/21/pedro-santos-committer.html">more</a></p>
 </article>
             <article>
-	<h3 id="/news/2010/11/05/wicket-1-5-m3-released.html">Wicket 1.5-M3 released</h3>
+	<h3 id="/news/2010/11/05/wicket-1.5-M3-released.html">Wicket 1.5-M3 released</h3>
     <small>05 Nov 2010</small>
 	<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).
   Subversion tag
@@ -756,10 +756,10 @@ Cheers,
     &lt;version&gt;1.5-M3&lt;/version&gt;
 &lt;/dependency&gt;
   Download the full distribution (including source)
-	<a href="/news/2010/11/05/wicket-1-5-m3-released.html">more</a></p>
+	<a href="/news/2010/11/05/wicket-1.5-M3-released.html">more</a></p>
 </article>
             <article>
-	<h3 id="/news/2010/11/01/wicket-1-4-13-released.html">Wicket 1.4.13 released</h3>
+	<h3 id="/news/2010/11/01/wicket-1.4.13-released.html">Wicket 1.4.13 released</h3>
     <small>01 Nov 2010</small>
 	<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.
   Subversion tag
@@ -771,16 +771,16 @@ Cheers,
     &lt;version&gt;1.4.13&lt;/version&gt;
 &lt;/dependency&gt;
   Download the full distribution (including source)
-	<a href="/news/2010/11/01/wicket-1-4-13-released.html">more</a></p>
+	<a href="/news/2010/11/01/wicket-1.4.13-released.html">more</a></p>
 </article>
             <article>
-	<h3 id="/news/2010/09/17/wicket-1-5-m2-1-released.html">Wicket 1.5-M2.1 released</h3>
+	<h3 id="/news/2010/09/17/wicket.1.5-M2.1-released.html">Wicket 1.5-M2.1 released</h3>
     <small>17 Sep 2010</small>
 	<p>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. This release is NOT production-ready, it is more of a technology demo that should facilitate user-feedback we can fold into the...
-	<a href="/news/2010/09/17/wicket-1-5-m2-1-released.html">more</a></p>
+	<a href="/news/2010/09/17/wicket.1.5-M2.1-released.html">more</a></p>
 </article>
             <article>
-	<h3 id="/news/2010/09/17/wicket-1-4-12-released.html">Wicket 1.4.12 released</h3>
+	<h3 id="/news/2010/09/17/wicket.1.4.12-released.html">Wicket 1.4.12 released</h3>
     <small>17 Sep 2010</small>
 	<p>This is the twelfth maintenance release of the 1.4.x series. This release brings a fix to a critical bug which prevented ajax form submits in FireFox.
   Subversion tag
@@ -792,10 +792,10 @@ Cheers,
     &lt;version&gt;1.4.12&lt;/version&gt;
 &lt;/dependency&gt;
   Download the full distribution (including source)
-	<a href="/news/2010/09/17/wicket-1-4-12-released.html">more</a></p>
+	<a href="/news/2010/09/17/wicket.1.4.12-released.html">more</a></p>
 </article>
             <article>
-	<h3 id="/news/2010/09/09/wicket-1-4-11-released.html">Wicket 1.4.11 released</h3>
+	<h3 id="/news/2010/09/09/wicket-1.4.11-released.html">Wicket 1.4.11 released</h3>
     <small>09 Sep 2010</small>
 	<p>This is the eleventh maintenance release of the 1.4.x series and brings over
 fifty bug fixes and improvements.
@@ -808,7 +808,7 @@ fifty bug fixes and improvements.
     &lt;version&gt;1.4.11&lt;/version&gt;
 &lt;/dependency&gt;
   Download the full distribution (including source)
-	<a href="/news/2010/09/09/wicket-1-4-11-released.html">more</a></p>
+	<a href="/news/2010/09/09/wicket-1.4.11-released.html">more</a></p>
 </article>
             <article>
 	<h3 id="/news/2010/08/24/peter-ertl-committer.html">Peter Ertl is a Wicket team member</h3>
@@ -817,16 +817,16 @@ fifty bug fixes and improvements.
 	<a href="/news/2010/08/24/peter-ertl-committer.html">more</a></p>
 </article>
             <article>
-	<h3 id="/news/2010/08/11/wicket-1-5-m1-released.html">Wicket 1.5-M1 released</h3>
+	<h3 id="/news/2010/08/11/wicket-1.5-M1-released.html">Wicket 1.5-M1 released</h3>
     <small>11 Aug 2010</small>
 	<p>This is the first 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. This release is NOT production-ready, it is more of a technology demo that should facilitate user-feedback we can fold into the...
-	<a href="/news/2010/08/11/wicket-1-5-m1-released.html">more</a></p>
+	<a href="/news/2010/08/11/wicket-1.5-M1-released.html">more</a></p>
 </article>
             <article>
-	<h3 id="/news/2010/08/11/wicket-1-4-10-released.html">Wicket 1.4.10 released</h3>
+	<h3 id="/news/2010/08/11/wicket-1.4.10-released.html">Wicket 1.4.10 released</h3>
     <small>11 Aug 2010</small>
 	<p>This is the tenth maintenance release of the 1.4.x series and brings over thirty bug fixes and improvements. As well as bringing bug fixes and small improvements, 1.4.10 brings two major new features: * Delayed component initialization * Component configuration Delayed component initialization allows developers to initialize their components outside...
-	<a href="/news/2010/08/11/wicket-1-4-10-released.html">more</a></p>
+	<a href="/news/2010/08/11/wicket-1.4.10-released.html">more</a></p>
 </article>
             <article>
 	<h3 id="/news/2010/08/04/martin-grigorov-committer.html">Martin Grigorov is a Wicket team member</h3>
@@ -835,13 +835,13 @@ fifty bug fixes and improvements.
 	<a href="/news/2010/08/04/martin-grigorov-committer.html">more</a></p>
 </article>
             <article>
-	<h3 id="/news/2010/05/24/wicket-1-4-9-released.html">Wicket 1.4.9 released</h3>
+	<h3 id="/news/2010/05/24/wicket-1.4.9-released.html">Wicket 1.4.9 released</h3>
     <small>24 May 2010</small>
 	<p>This is the ninth maintenance release of the 1.4.x series and brings over fifteen bug fixes and improvements. Subversion tag Changelog To use in Maven: &lt;dependency&gt; &lt;groupId&gt;org.apache.wicket&lt;/groupId&gt; &lt;artifactId&gt;wicket&lt;/artifactId&gt; &lt;version&gt;1.4.9&lt;/version&gt; &lt;/dependency&gt; Download the full distribution (including source) It is worth noting that WICKET-2846 will be reverted in the next release because...
-	<a href="/news/2010/05/24/wicket-1-4-9-released.html">more</a></p>
+	<a href="/news/2010/05/24/wicket-1.4.9-released.html">more</a></p>
 </article>
             <article>
-	<h3 id="/news/2010/05/03/wicket-1-4-8-released.html">Wicket 1.4.8 released</h3>
+	<h3 id="/news/2010/05/03/wicket-1.4.8-released.html">Wicket 1.4.8 released</h3>
     <small>03 May 2010</small>
 	<p>Wicket 1.4.8 is released!
 This is the eighth maintenance release of 1.4.x series and brings over
@@ -855,19 +855,19 @@ This is the eighth maintenance release of 1.4.x series and brings over
 &lt;/dependency&gt;
   Download
   Change log
-	<a href="/news/2010/05/03/wicket-1-4-8-released.html">more</a></p>
+	<a href="/news/2010/05/03/wicket-1.4.8-released.html">more</a></p>
 </article>
             <article>
-	<h3 id="/news/2010/03/05/wicket-1-4-7-released.html">Wicket 1.4.7 released</h3>
+	<h3 id="/news/2010/03/05/wicket-1.4.7-released.html">Wicket 1.4.7 released</h3>
     <small>05 Mar 2010</small>
 	<p>The Apache Wicket project is proud to announce the seventh maintenance release of Apache Wicket 1.4. This releases brings over 30 improvements and bug fixes. Download Apache Wicket 1.4.7 You can download the release here: http://www.apache.org/dyn/closer.cgi/wicket/1.4.7 Or use this in your Maven pom’s to upgrade to the new version: &lt;dependency&gt;...
-	<a href="/news/2010/03/05/wicket-1-4-7-released.html">more</a></p>
+	<a href="/news/2010/03/05/wicket-1.4.7-released.html">more</a></p>
 </article>
             <article>
-	<h3 id="/news/2010/02/01/wicket-1-4-6-released.html">Wicket 1.4.6 released</h3>
+	<h3 id="/news/2010/02/01/wicket-1.4.6-released.html">Wicket 1.4.6 released</h3>
     <small>01 Feb 2010</small>
 	<p>The Apache Wicket project is proud to announce the sixths maintenance release of Apache Wicket 1.4. This releases brings over 40 improvements and bug fixes that make Wicket 1.4 even more stable in production environments. Download Apache Wicket 1.4.6 You can download the release here: http://www.apache.org/dyn/closer.cgi/wicket/1.4.6 Or use this in...
-	<a href="/news/2010/02/01/wicket-1-4-6-released.html">more</a></p>
+	<a href="/news/2010/02/01/wicket-1.4.6-released.html">more</a></p>
 </article>
             <div class="l-first"></div>
             <hr />
@@ -875,46 +875,46 @@ This is the eighth maintenance release of 1.4.x series and brings over
               <h1 id="all-news-for-2009">All News for 2009</h1>
               <p>This section contains all news items published in <a href="/news/2009">2009</a>.</p>
               <article>
-	<h3 id="/news/2009/12/21/wicket-1-4-5-released.html">Wicket 1.4.5 released</h3>
+	<h3 id="/news/2009/12/21/wicket-1.4.5-released.html">Wicket 1.4.5 released</h3>
     <small>21 Dec 2009</small>
 	<p>The Apache Wicket project is proud to announce the fifth maintenance release of Apache Wicket 1.4. This releases mainly fixes WICKET-2613 which has caused certain applications to stop functioning properly in production environments. Download Apache Wicket 1.4 You can download the release here: http://www.apache.org/dyn/closer.cgi/wicket/1.4.5 Or use this in your Maven...
-	<a href="/news/2009/12/21/wicket-1-4-5-released.html">more</a></p>
+	<a href="/news/2009/12/21/wicket-1.4.5-released.html">more</a></p>
 </article>
               <article>
-	<h3 id="/news/2009/12/13/wicket-1-4-4-released.html">Wicket 1.4.4 released</h3>
+	<h3 id="/news/2009/12/13/wicket-1.4.4-released.html">Wicket 1.4.4 released</h3>
     <small>13 Dec 2009</small>
 	<p>The Apache Wicket project is proud to announce the fourth maintenance release of Apache Wicket 1.4. Download Apache Wicket 1.4.4 You can download the release here: http://www.apache.org/dyn/closer.cgi/wicket/1.4.4 Or use this in your Maven pom’s to upgrade to the new version: &lt;dependency&gt; &lt;groupId&gt;org.apache.wicket&lt;/groupId&gt; &lt;artifactId&gt;wicket&lt;/artifactId&gt; &lt;version&gt;1.4.4&lt;/version&gt; &lt;/dependency&gt; Changes A complete list of...
-	<a href="/news/2009/12/13/wicket-1-4-4-released.html">more</a></p>
+	<a href="/news/2009/12/13/wicket-1.4.4-released.html">more</a></p>
 </article>
               <article>
-	<h3 id="/news/2009/10/24/wicket-1-4-3-released.html">Wicket 1.4.3 released</h3>
+	<h3 id="/news/2009/10/24/wicket-1.4.3-released.html">Wicket 1.4.3 released</h3>
     <small>24 Oct 2009</small>
 	<p>The Apache Wicket project is proud to announce the third maintenance release of Apache Wicket 1.4. Download Apache Wicket 1.4.3 You can download the release here: http://www.apache.org/dyn/closer.cgi/wicket/1.4.3 Or use this in your Maven pom’s to upgrade to the new version: &lt;dependency&gt; &lt;groupId&gt;org.apache.wicket&lt;/groupId&gt; &lt;artifactId&gt;wicket&lt;/artifactId&gt; &lt;version&gt;1.4.3&lt;/version&gt; &lt;/dependency&gt; Changes A complete list of...
-	<a href="/news/2009/10/24/wicket-1-4-3-released.html">more</a></p>
+	<a href="/news/2009/10/24/wicket-1.4.3-released.html">more</a></p>
 </article>
               <article>
-	<h3 id="/news/2009/10/12/wicket-1-4-2-released.html">Wicket 1.4.2 released</h3>
+	<h3 id="/news/2009/10/12/wicket-1.4.2-released.html">Wicket 1.4.2 released</h3>
     <small>12 Oct 2009</small>
 	<p>The Apache Wicket project is proud to announce the second maintenance release of Apache Wicket 1.4. Download Apache Wicket 1.4.2 You can download the release here: http://www.apache.org/dyn/closer.cgi/wicket/1.4.2 Or use this in your Maven pom’s to upgrade to the new version: &lt;dependency&gt; &lt;groupId&gt;org.apache.wicket&lt;/groupId&gt; &lt;artifactId&gt;wicket&lt;/artifactId&gt; &lt;version&gt;1.4.2&lt;/version&gt; &lt;/dependency&gt; Changes A complete list of...
-	<a href="/news/2009/10/12/wicket-1-4-2-released.html">more</a></p>
+	<a href="/news/2009/10/12/wicket-1.4.2-released.html">more</a></p>
 </article>
               <article>
-	<h3 id="/news/2009/08/21/wicket-1-4-1-released.html">Wicket 1.4.1 released</h3>
+	<h3 id="/news/2009/08/21/wicket-1.4.1-released.html">Wicket 1.4.1 released</h3>
     <small>21 Aug 2009</small>
 	<p>The Apache Wicket project is proud to announce the first maintenance release of Apache Wicket 1.4. Download Apache Wicket 1.4 You can download the release here: http://www.apache.org/dyn/closer.cgi/wicket/1.4.1 Or use this in your Maven pom’s to upgrade to the new version: &lt;dependency&gt; &lt;groupId&gt;org.apache.wicket&lt;/groupId&gt; &lt;artifactId&gt;wicket&lt;/artifactId&gt; &lt;version&gt;1.4.1&lt;/version&gt; &lt;/dependency&gt; Changes The most notable change...
-	<a href="/news/2009/08/21/wicket-1-4-1-released.html">more</a></p>
+	<a href="/news/2009/08/21/wicket-1.4.1-released.html">more</a></p>
 </article>
               <article>
-	<h3 id="/news/2009/07/30/wicket-1-4-takes-typesafety-to-the-next-level.html">Apache Wicket 1.4 takes typesafety to the next level</h3>
+	<h3 id="/news/2009/07/30/wicket-1.4-takes-typesafety-to-the-next-level.html">Apache Wicket 1.4 takes typesafety to the next level</h3>
     <small>30 Jul 2009</small>
 	<p>The Apache Wicket project is proud to announce the release of Apache Wicket 1.4. Apache Wicket is an open source, component oriented Java web application framework. With overwhelming support from the user community, this release marks a departure from the past where we leave Java 1.4 behind and we require...
-	<a href="/news/2009/07/30/wicket-1-4-takes-typesafety-to-the-next-level.html">more</a></p>
+	<a href="/news/2009/07/30/wicket-1.4-takes-typesafety-to-the-next-level.html">more</a></p>
 </article>
               <article>
-	<h3 id="/news/2009/07/30/wicket-1-3-7-released.html">Apache Wicket 1.3.7 marks end of life for Wicket 1.3</h3>
+	<h3 id="/news/2009/07/30/wicket-1.3.7-released.html">Apache Wicket 1.3.7 marks end of life for Wicket 1.3</h3>
     <small>30 Jul 2009</small>
 	<p>The Apache Wicket team is proud to present the release of Apache Wicket 1.3.7. This will be the last feature release for the 1.3.x branch. Going forward, only security fixes will be released in the 1.3.x branch - meaning that 1.3.7 may be the last release in this branch. All...
-	<a href="/news/2009/07/30/wicket-1-3-7-released.html">more</a></p>
+	<a href="/news/2009/07/30/wicket-1.3.7-released.html">more</a></p>
 </article>
               <div class="l-first"></div>
               <hr />

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/start/quickstart.html
----------------------------------------------------------------------
diff --git a/content/start/quickstart.html b/content/start/quickstart.html
index 63b8b77..68476c8 100644
--- a/content/start/quickstart.html
+++ b/content/start/quickstart.html
@@ -100,7 +100,7 @@ select the appropriate Wicket version</li>
   <li>Copy the generated commandline to your clipboard and paste it in a 
 terminal (or a DOS box)</li>
   <li>Open the project in your IDE of choice</li>
-  <li>Start the <code>Start</code> class in the <em>src/test/java</em> folder</li>
+  <li>Start the <code class="highlighter-rouge">Start</code> class in the <em>src/test/java</em> folder</li>
   <li>Open your browser to <a target="_blank" href="http://localhost:8080">http://localhost:8080</a></li>
 </ol>
 <p>And you’re done!</p>
@@ -153,7 +153,7 @@ execute the command.</p>
 <h4 id="result-of-the-maven-command">Result of the Maven command</h4>
 <p>Executing the Maven command line will result the following directory
 structure:</p>
-<pre><code>.\myproject
+<div class="highlighter-rouge"><pre class="highlight"><code>.\myproject
     |   pom.xml
     |
     \---src
@@ -178,6 +178,7 @@ structure:</p>
                     \---mycompany
                             Start.java
 </code></pre>
+</div>
 <p>It might be different depending on your settings (and version of
 Wicket), but this is basically the standard layout for web projects.</p>
 <h2 id="import-the-quick-start-in-your-ide">Import the Quick Start in your IDE</h2>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/start/wicket-1.3.x.html
----------------------------------------------------------------------
diff --git a/content/start/wicket-1.3.x.html b/content/start/wicket-1.3.x.html
index 9282c62..f25beec 100644
--- a/content/start/wicket-1.3.x.html
+++ b/content/start/wicket-1.3.x.html
@@ -79,7 +79,7 @@ between minor versions may break binary compatibility.</p>
 <p>Add the snippet above to your project’s POM in the dependency
 (management) section.</p>
 <p>You can add more Wicket modules to your project by adding more
-dependencies (copy above snippet and change the <code>artifactId</code>
+dependencies (copy above snippet and change the <code class="highlighter-rouge">artifactId</code>
 accordingly).</p>
 <p>If you are not a Maven user, you can download the Wicket release manually.</p>
 <h3 id="download-manually">Download Manually</h3>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/start/wicket-1.4.x.html
----------------------------------------------------------------------
diff --git a/content/start/wicket-1.4.x.html b/content/start/wicket-1.4.x.html
index c05643e..0c6f80e 100644
--- a/content/start/wicket-1.4.x.html
+++ b/content/start/wicket-1.4.x.html
@@ -82,7 +82,7 @@ the <a href="http://archive.apache.org/dist/wicket/1.4.23/CHANGELOG-1.4">change
 <p>Add the snippet above to your project’s POM in the dependency
 (management) section.</p>
 <p>You can add more Wicket modules to your project by adding more
-dependencies (copy above snippet and change the <code>artifactId</code>
+dependencies (copy above snippet and change the <code class="highlighter-rouge">artifactId</code>
 accordingly).</p>
 <p>If you are not a Maven user, you can download the Wicket release manually.</p>
 <h3 id="download-manually">Download Manually</h3>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/start/wicket-1.5.x.html
----------------------------------------------------------------------
diff --git a/content/start/wicket-1.5.x.html b/content/start/wicket-1.5.x.html
index 37d408c..4319c91 100644
--- a/content/start/wicket-1.5.x.html
+++ b/content/start/wicket-1.5.x.html
@@ -84,7 +84,7 @@ the <a href="http://archive.apache.org/dist/wicket/1.5.14/CHANGELOG-1.5">change
 <p>Add the snippet above to your project’s POM in the dependency
 (management) section.</p>
 <p>You can add more Wicket modules to your project by adding more
-dependencies (copy above snippet and change the <code>artifactId</code>
+dependencies (copy above snippet and change the <code class="highlighter-rouge">artifactId</code>
 accordingly).</p>
 <p>If you are not a Maven user, you can download the Wicket release manually.</p>
 <h3 id="download-manually">Download Manually</h3>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/start/wicket-6.x.html
----------------------------------------------------------------------
diff --git a/content/start/wicket-6.x.html b/content/start/wicket-6.x.html
index 152968a..9ca2e59 100644
--- a/content/start/wicket-6.x.html
+++ b/content/start/wicket-6.x.html
@@ -86,7 +86,7 @@ the <a href="http://archive.apache.org/dist/wicket/6.21.0/CHANGELOG-6.x">change
 <p>Add the snippet above to your project’s POM in the dependency
 (management) section.</p>
 <p>You can add more Wicket modules to your project by adding more
-dependencies (copy above snippet and change the <code>artifactId</code>
+dependencies (copy above snippet and change the <code class="highlighter-rouge">artifactId</code>
 accordingly).</p>
 <p>If you are not a Maven user, you can download the Wicket release manually.</p>
 <h3 id="download-manually">Download Manually</h3>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/start/wicket-7.x.html
----------------------------------------------------------------------
diff --git a/content/start/wicket-7.x.html b/content/start/wicket-7.x.html
index e1433d8..7295060 100644
--- a/content/start/wicket-7.x.html
+++ b/content/start/wicket-7.x.html
@@ -81,7 +81,7 @@ You can get the release using <a href="#maven">Maven</a> or <a href="#manually">
 <p>Add the snippet above to your project’s POM in the dependency
 (management) section.</p>
 <p>You can add more Wicket modules to your project by adding more
-dependencies (copy above snippet and change the <code>artifactId</code>
+dependencies (copy above snippet and change the <code class="highlighter-rouge">artifactId</code>
 accordingly).</p>
 <p>If you are not a Maven user, you can download the Wicket release manually.</p>
 <h3 id="manually">Download Manually</h3>


[08/19] wicket-site git commit: WICKET-6049 updated links to example site

Posted by ad...@apache.org.
http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2013/08/18/wicket-6-10-0-released.html
----------------------------------------------------------------------
diff --git a/content/news/2013/08/18/wicket-6-10-0-released.html b/content/news/2013/08/18/wicket-6-10-0-released.html
deleted file mode 100644
index 428a011..0000000
--- a/content/news/2013/08/18/wicket-6-10-0-released.html
+++ /dev/null
@@ -1,192 +0,0 @@
-<!DOCTYPE html>
-<html>
-    <head>
-        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-        <meta charset="utf-8">
-        <title>Apache Wicket 6.10.0 released | Apache Wicket</title>
-        <meta name="viewport" content="width=device-width, initial-scale=1" />
-
-        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
-        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
-        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
-
-		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
-
-    </head>
-
-    <body class="">
-        <div class="header default">
-    <div class="l-container">
-<nav class="mainmenu">
-    <ul>
-		<!-- /start/quickstart.html || /news/2013/08/18/wicket-6-10-0-released.html -->
-    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
-		<!-- /start/download.html || /news/2013/08/18/wicket-6-10-0-released.html -->
-    	<li class=""><a href="/start/download.html">Download</a></li>
-		<!-- /learn || /news/2013/08/18/wicket-6-10-0-released.html -->
-    	<li class=""><a href="/learn">Documentation</a></li>
-		<!-- /help || /news/2013/08/18/wicket-6-10-0-released.html -->
-    	<li class=""><a href="/help">Support</a></li>
-		<!-- /contribute || /news/2013/08/18/wicket-6-10-0-released.html -->
-    	<li class=""><a href="/contribute">Contribute</a></li>
-		<!-- /community || /news/2013/08/18/wicket-6-10-0-released.html -->
-    	<li class=""><a href="/community">Community</a></li>
-		<!-- /apache || /news/2013/08/18/wicket-6-10-0-released.html -->
-    	<li class=""><a href="/apache">Apache</a></li>
-    </ul>
-</nav>
-        <div class="logo">
-    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
-</div>
-    </div>
-</div>
-<main>
-    <div class="l-container">
-        <header class="l-full preamble">
-            <h1>Apache Wicket 6.10.0 released</h1>
-        </header>
-        <section class="l-one-third right">
-        </section>
-        <section class="l-two-third left">
-            <div class="l-full">
-    <p class="meta">18 Aug 2013</p>
-    <p>The Apache Wicket PMC is proud to announce Apache Wicket 6.10.0!</p>
-<p>This release marks the tenth minor release of Wicket 6. Starting with
-Wicket 6 we use semantic versioning for the future development of
-Wicket, and as such no API breaks are present in this release
-compared to 6.0.0.</p>
-<h3 id="new-and-noteworthy">New and noteworthy</h3>
-<ul>
-  <li>
-    <p>Required text form components now emit the HTML5 required attribute</p>
-  </li>
-  <li>
-    <p>URLs with username/passwords in them will now be parsed correctly
-http://me:secret@localhost and http://me:secret@localhost:8080 will
-no longer trigger an invalid number exception</p>
-  </li>
-  <li>
-    <p>OnEventHeaderItem uses JavaScript event registration, instead of
-inline DOM attributes, so it should remove ‘on’ prefixes when it is
-provided by the user application. For example: onclick =&gt; click.</p>
-  </li>
-</ul>
-<h3 id="jquery-update-in-690">JQuery update in 6.9.0</h3>
-<p>As of Wicket 6.9 we ship JQuery 1.10.1. The JQuery project has
-decided to remove deprecated APIs from their codebase from JQuery 1.9
-and up. This means that JQuery plugins using these deprecated APIs no
-longer work. See the JQuery migration guide for more information,
-available from http://jquery.com/upgrade-guide/1.9/</p>
-<p>If your application depends on these deprecated APIs you can easily
-downgrade to JQuery 1.8.3-the previously provided JQuery that still
-contains these APIs. Download the 1.8.3 release of jquery and add it
-to your project in its application’s init method:</p>
-<figure class="highlight"><pre><code class="language-java" data-lang="java"><span class="nd">@Override</span> 
-<span class="kd">protected</span> <span class="kt">void</span> <span class="nf">init</span><span class="p">(</span><span class="o">)</span> <span class="o">{</span>
-    <span class="n">getJavaScriptLibrarySettings</span><span class="o">()</span>
-        <span class="o">.</span><span class="na">setJQueryReference</span><span class="o">(</span><span class="n">yourJquery183ResourceReference</span><span class="o">);</span>
-<span class="o">}</span></code></pre></figure>
-<h3 id="cdi-injection-issue">CDI injection issue</h3>
-<p>In the CDI releases of Weld 2.0.1 and prior, it was assumed that
-injection in anonymous inner classes was not legal and when
-attempted, it resulted in an exception:</p>
-<figure class="highlight"><pre><code class="language-text" data-lang="text">Caused by: org.jboss.weld.exceptions.DefinitionException: WELD-000070
-Simple bean [EnhancedAnnotatedTypeImpl] private class
-com.example.HomePage$AForm cannot be a non-static inner class</code></pre></figure>
-<p>This was reported as
-<a href="https://issues.apache.org/jira/browse/WICKET-5226">WICKET-5226</a>, as
-it became an issue in Glassfish 4, which ships with Weld 2.0.1 (or
-earlier). We implemented a fix for this particular issue by not
-injecting into anonymous inner classes.</p>
-<p>Unfortunately this was not a bug that needed fixing on our part, but
-rather in the Weld framework (see
-<a href="https://issues.jboss.org/browse/WELD-1441">WELD-1441</a>)</p>
-<p>Therefore we reverted the commits done for WICKET-5226 and hope that
-Glassfish will upgrade their Weld implementation soon. For the whole
-story read
-<a href="https://issues.apache.org/jira/browse/WICKET-5264">WICKET-5264</a></p>
-<h3 id="using-this-release">Using this release</h3>
-<p>With Apache Maven update your dependency to (and don’t forget to
-update any other dependencies on Wicket projects to the same version):</p>
-<figure class="highlight"><pre><code class="language-xml" data-lang="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>6.10.0<span class="nt">&lt;/version&gt;</span>
-<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
-<p>Or download and build the distribution yourself, or use our
-convenience binary package</p>
-<ul>
-  <li>Source: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.10.0">http://www.apache.org/dyn/closer.cgi/wicket/6.10.0</a></li>
-  <li>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.10.0/binaries">http://www.apache.org/dyn/closer.cgi/wicket/6.10.0/binaries</a></li>
-</ul>
-<h3 id="upgrading-from-earlier-versions">Upgrading from earlier versions</h3>
-<p>If you upgrade from 6.y.z this release is a drop in replacement. If
-you come from a version prior to 6.0.0, please read our Wicket 6
-migration guide found at</p>
-<ul>
-  <li><a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+6.0">Migration to Wicket 6.0</a></li>
-</ul>
-<p>Have fun!</p>
-<p>— The Wicket team</p>
-<h3 id="release-notes---wicket---version-6100">Release Notes - Wicket - Version 6.10.0</h3>
-<h4 id="sub-task">Sub-task</h4>
-<ul>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5248">WICKET-5248</a> - OnEventHeaderItem is still broken in 6.9.0</li>
-</ul>
-<h4 id="bug">Bug</h4>
-<ul>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5135">WICKET-5135</a> - wicket-atmosphere EventBus constructor throws NullPointerException under invalid state</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5164">WICKET-5164</a> - PageStoreManager.SessionEntry keeps outdated sessionId when container changes sessionId</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5224">WICKET-5224</a> - ModalWindow is not visible in Safari when opened from a link at the bottom of a large page</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5250">WICKET-5250</a> - Minified css/js gets compressed</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5251">WICKET-5251</a> - Minified name resolves incorrectly if default resource reference is used</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5256">WICKET-5256</a> - Allow configuring the resource used by ResourceStreamRequestHandler</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5259">WICKET-5259</a> - Url can't parse urls with username and password</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5260">WICKET-5260</a> - UrlRenderer#renderUrl() doesn't preserve the host</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5263">WICKET-5263</a> - FilenameWithVersionResourceCachingStrategy breaks silently when the versionPrefix is contained in the original filename</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5266">WICKET-5266</a> - Issue with TomcatWebSocketFilter and Spring Security</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5268">WICKET-5268</a> - ComponentRenderer.renderComponent fails to render two components with different component IDs</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5269">WICKET-5269</a> - XmlAjaxResponse restores wrong response</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5272">WICKET-5272</a> - NPE on unmount in BookmarkableMapper.java:189</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5273">WICKET-5273</a> - Tabindex overwritten in modal window for IE - Works in FF, Chrome</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5279">WICKET-5279</a> - o.a.w.a.AtmosphereBehavior onBroadcast should log DEBUG, not INFO</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5287">WICKET-5287</a> - NumberFormatException when parsing the port from Requests with invalid URIs</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5291">WICKET-5291</a> - Dependencies of Resource Bundle References are ignored</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5294">WICKET-5294</a> - MarkupCache ignores enforceReload flag</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5298">WICKET-5298</a> - Wicket Example for effects with Prototype is broken</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5300">WICKET-5300</a> - ComponentRenderingRequestHandler does not clear renderedComponents (PrototypeApplication)</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5302">WICKET-5302</a> - Using InlineEnclosure leads to two re-renderings of the controlling child component</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5306">WICKET-5306</a> - Dynamic and static extra paramaters not evaluated in ajax submitting behavior in a multipart form</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5309">WICKET-5309</a> - No page id appended to some stateful pages using repeaters</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5310">WICKET-5310</a> - if wicket is an external lib, BundleStringResourceLoader doesn't work</li>
-</ul>
-<h4 id="improvement">Improvement</h4>
-<ul>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4993">WICKET-4993</a> - Add a minInputLength parameter to AutoCompleteTextField</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5270">WICKET-5270</a> - Do not set the location.hash when clicking on a link</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5276">WICKET-5276</a> - JavaDoc &amp; API for IConverter</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5277">WICKET-5277</a> - PropertiesFactory - customizable properties loading</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5289">WICKET-5289</a> - setRequired(true) should add the HTML5 "required" attribute on &lt;input&gt; and &lt;textarea&gt; elements</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5295">WICKET-5295</a> - UrlResourceStream#getData content-type detection relies on flawed logic in URLConnection#getContentType</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5296">WICKET-5296</a> - OnEventHeaderItem should remove 'on' prefix for the event name</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5303">WICKET-5303</a> - Static id counter AbstractToolbar prevents stable component paths for testing</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5304">WICKET-5304</a> - AbstractResource should check for error code first before for modifications</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5307">WICKET-5307</a> - Export resources' version cache attribute as request cycle metadata</li>
-</ul>
-</div>
-        </section>
-    </div>
-</main>
-        <footer class="l-container">
-            <div class="l-full">
-    <img height="60px" src="/img/asf_logo.gif" style="float:left">
-    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
-    Wicket, Apache, the Apache feather logo, and the Apache Wicket
-    project logo are trademarks of The Apache Software Foundation. All
-    other marks mentioned may be trademarks or registered trademarks of
-    their respective owners.
-</div>
-        </footer>
-    </body>
-
-</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2013/08/18/wicket-6.10.0-released.html
----------------------------------------------------------------------
diff --git a/content/news/2013/08/18/wicket-6.10.0-released.html b/content/news/2013/08/18/wicket-6.10.0-released.html
new file mode 100644
index 0000000..37b3fc4
--- /dev/null
+++ b/content/news/2013/08/18/wicket-6.10.0-released.html
@@ -0,0 +1,192 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+        <meta charset="utf-8">
+        <title>Apache Wicket 6.10.0 released | Apache Wicket</title>
+        <meta name="viewport" content="width=device-width, initial-scale=1" />
+
+        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
+        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
+        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
+
+		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
+
+    </head>
+
+    <body class="">
+        <div class="header default">
+    <div class="l-container">
+<nav class="mainmenu">
+    <ul>
+		<!-- /start/quickstart.html || /news/2013/08/18/wicket-6.10.0-released.html -->
+    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
+		<!-- /start/download.html || /news/2013/08/18/wicket-6.10.0-released.html -->
+    	<li class=""><a href="/start/download.html">Download</a></li>
+		<!-- /learn || /news/2013/08/18/wicket-6.10.0-released.html -->
+    	<li class=""><a href="/learn">Documentation</a></li>
+		<!-- /help || /news/2013/08/18/wicket-6.10.0-released.html -->
+    	<li class=""><a href="/help">Support</a></li>
+		<!-- /contribute || /news/2013/08/18/wicket-6.10.0-released.html -->
+    	<li class=""><a href="/contribute">Contribute</a></li>
+		<!-- /community || /news/2013/08/18/wicket-6.10.0-released.html -->
+    	<li class=""><a href="/community">Community</a></li>
+		<!-- /apache || /news/2013/08/18/wicket-6.10.0-released.html -->
+    	<li class=""><a href="/apache">Apache</a></li>
+    </ul>
+</nav>
+        <div class="logo">
+    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
+</div>
+    </div>
+</div>
+<main>
+    <div class="l-container">
+        <header class="l-full preamble">
+            <h1>Apache Wicket 6.10.0 released</h1>
+        </header>
+        <section class="l-one-third right">
+        </section>
+        <section class="l-two-third left">
+            <div class="l-full">
+    <p class="meta">18 Aug 2013</p>
+    <p>The Apache Wicket PMC is proud to announce Apache Wicket 6.10.0!</p>
+<p>This release marks the tenth minor release of Wicket 6. Starting with
+Wicket 6 we use semantic versioning for the future development of
+Wicket, and as such no API breaks are present in this release
+compared to 6.0.0.</p>
+<h3 id="new-and-noteworthy">New and noteworthy</h3>
+<ul>
+  <li>
+    <p>Required text form components now emit the HTML5 required attribute</p>
+  </li>
+  <li>
+    <p>URLs with username/passwords in them will now be parsed correctly
+http://me:secret@localhost and http://me:secret@localhost:8080 will
+no longer trigger an invalid number exception</p>
+  </li>
+  <li>
+    <p>OnEventHeaderItem uses JavaScript event registration, instead of
+inline DOM attributes, so it should remove ‘on’ prefixes when it is
+provided by the user application. For example: onclick =&gt; click.</p>
+  </li>
+</ul>
+<h3 id="jquery-update-in-690">JQuery update in 6.9.0</h3>
+<p>As of Wicket 6.9 we ship JQuery 1.10.1. The JQuery project has
+decided to remove deprecated APIs from their codebase from JQuery 1.9
+and up. This means that JQuery plugins using these deprecated APIs no
+longer work. See the JQuery migration guide for more information,
+available from http://jquery.com/upgrade-guide/1.9/</p>
+<p>If your application depends on these deprecated APIs you can easily
+downgrade to JQuery 1.8.3-the previously provided JQuery that still
+contains these APIs. Download the 1.8.3 release of jquery and add it
+to your project in its application’s init method:</p>
+<figure class="highlight"><pre><code class="language-java" data-lang="java"><span class="nd">@Override</span> 
+<span class="kd">protected</span> <span class="kt">void</span> <span class="nf">init</span><span class="p">(</span><span class="o">)</span> <span class="o">{</span>
+    <span class="n">getJavaScriptLibrarySettings</span><span class="o">()</span>
+        <span class="o">.</span><span class="na">setJQueryReference</span><span class="o">(</span><span class="n">yourJquery183ResourceReference</span><span class="o">);</span>
+<span class="o">}</span></code></pre></figure>
+<h3 id="cdi-injection-issue">CDI injection issue</h3>
+<p>In the CDI releases of Weld 2.0.1 and prior, it was assumed that
+injection in anonymous inner classes was not legal and when
+attempted, it resulted in an exception:</p>
+<figure class="highlight"><pre><code class="language-text" data-lang="text">Caused by: org.jboss.weld.exceptions.DefinitionException: WELD-000070
+Simple bean [EnhancedAnnotatedTypeImpl] private class
+com.example.HomePage$AForm cannot be a non-static inner class</code></pre></figure>
+<p>This was reported as
+<a href="https://issues.apache.org/jira/browse/WICKET-5226">WICKET-5226</a>, as
+it became an issue in Glassfish 4, which ships with Weld 2.0.1 (or
+earlier). We implemented a fix for this particular issue by not
+injecting into anonymous inner classes.</p>
+<p>Unfortunately this was not a bug that needed fixing on our part, but
+rather in the Weld framework (see
+<a href="https://issues.jboss.org/browse/WELD-1441">WELD-1441</a>)</p>
+<p>Therefore we reverted the commits done for WICKET-5226 and hope that
+Glassfish will upgrade their Weld implementation soon. For the whole
+story read
+<a href="https://issues.apache.org/jira/browse/WICKET-5264">WICKET-5264</a></p>
+<h3 id="using-this-release">Using this release</h3>
+<p>With Apache Maven update your dependency to (and don’t forget to
+update any other dependencies on Wicket projects to the same version):</p>
+<figure class="highlight"><pre><code class="language-xml" data-lang="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>6.10.0<span class="nt">&lt;/version&gt;</span>
+<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
+<p>Or download and build the distribution yourself, or use our
+convenience binary package</p>
+<ul>
+  <li>Source: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.10.0">http://www.apache.org/dyn/closer.cgi/wicket/6.10.0</a></li>
+  <li>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.10.0/binaries">http://www.apache.org/dyn/closer.cgi/wicket/6.10.0/binaries</a></li>
+</ul>
+<h3 id="upgrading-from-earlier-versions">Upgrading from earlier versions</h3>
+<p>If you upgrade from 6.y.z this release is a drop in replacement. If
+you come from a version prior to 6.0.0, please read our Wicket 6
+migration guide found at</p>
+<ul>
+  <li><a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+6.0">Migration to Wicket 6.0</a></li>
+</ul>
+<p>Have fun!</p>
+<p>— The Wicket team</p>
+<h3 id="release-notes---wicket---version-6100">Release Notes - Wicket - Version 6.10.0</h3>
+<h4 id="sub-task">Sub-task</h4>
+<ul>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5248">WICKET-5248</a> - OnEventHeaderItem is still broken in 6.9.0</li>
+</ul>
+<h4 id="bug">Bug</h4>
+<ul>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5135">WICKET-5135</a> - wicket-atmosphere EventBus constructor throws NullPointerException under invalid state</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5164">WICKET-5164</a> - PageStoreManager.SessionEntry keeps outdated sessionId when container changes sessionId</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5224">WICKET-5224</a> - ModalWindow is not visible in Safari when opened from a link at the bottom of a large page</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5250">WICKET-5250</a> - Minified css/js gets compressed</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5251">WICKET-5251</a> - Minified name resolves incorrectly if default resource reference is used</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5256">WICKET-5256</a> - Allow configuring the resource used by ResourceStreamRequestHandler</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5259">WICKET-5259</a> - Url can't parse urls with username and password</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5260">WICKET-5260</a> - UrlRenderer#renderUrl() doesn't preserve the host</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5263">WICKET-5263</a> - FilenameWithVersionResourceCachingStrategy breaks silently when the versionPrefix is contained in the original filename</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5266">WICKET-5266</a> - Issue with TomcatWebSocketFilter and Spring Security</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5268">WICKET-5268</a> - ComponentRenderer.renderComponent fails to render two components with different component IDs</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5269">WICKET-5269</a> - XmlAjaxResponse restores wrong response</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5272">WICKET-5272</a> - NPE on unmount in BookmarkableMapper.java:189</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5273">WICKET-5273</a> - Tabindex overwritten in modal window for IE - Works in FF, Chrome</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5279">WICKET-5279</a> - o.a.w.a.AtmosphereBehavior onBroadcast should log DEBUG, not INFO</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5287">WICKET-5287</a> - NumberFormatException when parsing the port from Requests with invalid URIs</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5291">WICKET-5291</a> - Dependencies of Resource Bundle References are ignored</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5294">WICKET-5294</a> - MarkupCache ignores enforceReload flag</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5298">WICKET-5298</a> - Wicket Example for effects with Prototype is broken</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5300">WICKET-5300</a> - ComponentRenderingRequestHandler does not clear renderedComponents (PrototypeApplication)</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5302">WICKET-5302</a> - Using InlineEnclosure leads to two re-renderings of the controlling child component</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5306">WICKET-5306</a> - Dynamic and static extra paramaters not evaluated in ajax submitting behavior in a multipart form</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5309">WICKET-5309</a> - No page id appended to some stateful pages using repeaters</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5310">WICKET-5310</a> - if wicket is an external lib, BundleStringResourceLoader doesn't work</li>
+</ul>
+<h4 id="improvement">Improvement</h4>
+<ul>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4993">WICKET-4993</a> - Add a minInputLength parameter to AutoCompleteTextField</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5270">WICKET-5270</a> - Do not set the location.hash when clicking on a link</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5276">WICKET-5276</a> - JavaDoc &amp; API for IConverter</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5277">WICKET-5277</a> - PropertiesFactory - customizable properties loading</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5289">WICKET-5289</a> - setRequired(true) should add the HTML5 "required" attribute on &lt;input&gt; and &lt;textarea&gt; elements</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5295">WICKET-5295</a> - UrlResourceStream#getData content-type detection relies on flawed logic in URLConnection#getContentType</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5296">WICKET-5296</a> - OnEventHeaderItem should remove 'on' prefix for the event name</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5303">WICKET-5303</a> - Static id counter AbstractToolbar prevents stable component paths for testing</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5304">WICKET-5304</a> - AbstractResource should check for error code first before for modifications</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5307">WICKET-5307</a> - Export resources' version cache attribute as request cycle metadata</li>
+</ul>
+</div>
+        </section>
+    </div>
+</main>
+        <footer class="l-container">
+            <div class="l-full">
+    <img height="60px" src="/img/asf_logo.gif" style="float:left">
+    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
+    Wicket, Apache, the Apache feather logo, and the Apache Wicket
+    project logo are trademarks of The Apache Software Foundation. All
+    other marks mentioned may be trademarks or registered trademarks of
+    their respective owners.
+</div>
+        </footer>
+    </body>
+
+</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2013/08/index.html
----------------------------------------------------------------------
diff --git a/content/news/2013/08/index.html b/content/news/2013/08/index.html
index 45719e5..fdea660 100644
--- a/content/news/2013/08/index.html
+++ b/content/news/2013/08/index.html
@@ -52,7 +52,7 @@
 	<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.10.0!</p>
 <p>This release marks the tenth minor release of Wicket 6. Starting with
 Wicket 6 we us...</p>
-	<a href="/news/2013/08/18/wicket-6-10-0-released.html">more</a></li>
+	<a href="/news/2013/08/18/wicket-6.10.0-released.html">more</a></li>
 </div>
         </div>
         <div class="l-one-third">

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2013/09/20/wicket-6-11-0-released.html
----------------------------------------------------------------------
diff --git a/content/news/2013/09/20/wicket-6-11-0-released.html b/content/news/2013/09/20/wicket-6-11-0-released.html
deleted file mode 100644
index c055364..0000000
--- a/content/news/2013/09/20/wicket-6-11-0-released.html
+++ /dev/null
@@ -1,186 +0,0 @@
-<!DOCTYPE html>
-<html>
-    <head>
-        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-        <meta charset="utf-8">
-        <title>Apache Wicket 6.11.0 released | Apache Wicket</title>
-        <meta name="viewport" content="width=device-width, initial-scale=1" />
-
-        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
-        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
-        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
-
-		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
-
-    </head>
-
-    <body class="">
-        <div class="header default">
-    <div class="l-container">
-<nav class="mainmenu">
-    <ul>
-		<!-- /start/quickstart.html || /news/2013/09/20/wicket-6-11-0-released.html -->
-    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
-		<!-- /start/download.html || /news/2013/09/20/wicket-6-11-0-released.html -->
-    	<li class=""><a href="/start/download.html">Download</a></li>
-		<!-- /learn || /news/2013/09/20/wicket-6-11-0-released.html -->
-    	<li class=""><a href="/learn">Documentation</a></li>
-		<!-- /help || /news/2013/09/20/wicket-6-11-0-released.html -->
-    	<li class=""><a href="/help">Support</a></li>
-		<!-- /contribute || /news/2013/09/20/wicket-6-11-0-released.html -->
-    	<li class=""><a href="/contribute">Contribute</a></li>
-		<!-- /community || /news/2013/09/20/wicket-6-11-0-released.html -->
-    	<li class=""><a href="/community">Community</a></li>
-		<!-- /apache || /news/2013/09/20/wicket-6-11-0-released.html -->
-    	<li class=""><a href="/apache">Apache</a></li>
-    </ul>
-</nav>
-        <div class="logo">
-    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
-</div>
-    </div>
-</div>
-<main>
-    <div class="l-container">
-        <header class="l-full preamble">
-            <h1>Apache Wicket 6.11.0 released</h1>
-        </header>
-        <section class="l-one-third right">
-        </section>
-        <section class="l-two-third left">
-            <div class="l-full">
-    <p class="meta">20 Sep 2013</p>
-    <p>The Apache Wicket PMC is proud to announce Apache Wicket 6.11.0!</p>
-<p>This release marks the eleventh minor release of Wicket 6. Starting
-with Wicket 6 we use semantic versioning for the future development
-of Wicket, and as such no API breaks are present in this release
-compared to 6.0.0.</p>
-<h3 id="new-and-noteworthy">New and noteworthy</h3>
-<h4 id="new-html5attributes-behavior">New HTML5Attributes behavior</h4>
-<p>HTML5 attribute support in Wicket continues to be improved upon. Add
-the new HTML5Attributes behavior to your text fields or buttons and
-Wicket will add the relevant HTML5 attributes based on the state of
-your components:</p>
-<ul>
-  <li>adds “required” if your form component is required</li>
-  <li>adds “placeholder” for the label of your form component</li>
-  <li>adds “pattern” if your form component has a PatternValidator 
-attached</li>
-  <li>adds “formnovalidate” if your button has default form processing 
-set to false</li>
-</ul>
-<p>This behavior replaces the functionality from 6.10 where HTML5
-attributes were added automatically (see
-<a href="https://issues.apache.org/jira/browse/WICKET-5289">WICKET-5289</a> and
-<a href="https://issues.apache.org/jira/browse/WICKET-5331">WICKET-5331</a>)</p>
-<h4 id="beanvalidation-receives-french-translation">BeanValidation receives french translation</h4>
-<p>The BeanValidation project now has a french translation for
-validation errors:</p>
-<ul>
-  <li>Le champ ‘${label}’ ne doit pas être null</li>
-  <li>Le champ ‘${label}’ pourrait contenir du contenu HTML dangereux</li>
-</ul>
-<p>Bonne chance!</p>
-<h3 id="jquery-update-in-690">JQuery update in 6.9.0</h3>
-<p>As of Wicket 6.9 we ship JQuery 1.10.1. The JQuery project has
-decided to remove deprecated APIs from their codebase from JQuery 1.9
-and up. This means that JQuery plugins using these deprecated APIs no
-longer work. See the JQuery migration guide for more information,
-available from http://jquery.com/upgrade-guide/1.9/</p>
-<p>If your application depends on these deprecated APIs you can easily
-downgrade to JQuery 1.8.3-the previously provided JQuery that still
-contains these APIs. Download the 1.8.3 release of jquery and add it
-to your project in its application’s init method:</p>
-<figure class="highlight"><pre><code class="language-java" data-lang="java">    <span class="nd">@Override</span>
-    <span class="kd">protected</span> <span class="kt">void</span> <span class="n">init</span><span class="o">()</span> <span class="o">{</span>
-        <span class="n">getJavaScriptLibrarySettings</span><span class="o">()</span>
-            <span class="o">.</span><span class="na">setJQueryReference</span><span class="o">(</span><span class="n">yourJquery183ResourceReference</span><span class="o">);</span>
-    <span class="o">}</span></code></pre></figure>
-<h3 id="cdi-injection-issue">CDI injection issue</h3>
-<p>In the CDI releases of Weld 2.0.1 and prior, it was assumed that
-injection in anonymous inner classes was not legal and when
-attempted, it resulted in an exception:</p>
-<figure class="highlight"><pre><code class="language-text" data-lang="text">Caused by: org.jboss.weld.exceptions.DefinitionException:
-WELD-000070 Simple bean [EnhancedAnnotatedTypeImpl] private class
-com.example.HomePage$AForm cannot be a non-static inner class</code></pre></figure>
-<p>This was reported as
-<a href="https://issues.apache.org/jira/browse/WICKET-5226">WICKET-5226</a>, as
-it became an issue in Glassfish 4, which ships with Weld 2.0.1 (or
-earlier). We implemented a fix for this particular issue by not
-injecting into anonymous inner classes.</p>
-<p>Unfortunately this was not a bug that needed fixing on our part, but
-rather in the Weld framework (see
-<a href="https://issues.jboss.org/browse/WELD-1441">WELD-1441</a>)</p>
-<p>Therefore we reverted the commits done for WICKET-5226 and hope that
-Glassfish will upgrade their Weld implementation soon. For the whole
-story read
-<a href="https://issues.apache.org/jira/browse/WICKET-5264">WICKET-5264</a></p>
-<p>Glassfish has fixed this in trunk according to
-<a href="https://java.net/jira/browse/GLASSFISH-20619">GLASSFISH-20619</a> but
-the fix has yet to be integrated into a release.</p>
-<h3 id="using-this-release">Using this release</h3>
-<p>With Apache Maven update your dependency to (and don’t forget to
-update any other dependencies on Wicket projects to the same version):</p>
-<figure class="highlight"><pre><code class="language-xml" data-lang="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>6.11.0<span class="nt">&lt;/version&gt;</span>
-<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
-<p>Or download and build the distribution yourself, or use our
-convenience binary package</p>
-<ul>
-  <li>Source: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.11.0">http://www.apache.org/dyn/closer.cgi/wicket/6.11.0</a></li>
-  <li>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.11.0/binaries">http://www.apache.org/dyn/closer.cgi/wicket/6.11.0/binaries</a></li>
-</ul>
-<h3 id="upgrading-from-earlier-versions">Upgrading from earlier versions</h3>
-<p>If you upgrade from 6.y.z this release is a drop in replacement. If
-you come from a version prior to 6.0.0, please read our Wicket 6
-migration guide found at</p>
-<ul>
-  <li><a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+6.0">Migration to Wicket 6.0</a></li>
-</ul>
-<p>Have fun!</p>
-<p>— The Wicket team</p>
-<h3 id="release-notes---wicket---version-6110">Release Notes - Wicket - Version 6.11.0</h3>
-<h4 id="bug">Bug</h4>
-<ul>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5313">WICKET-5313</a> - Wrong HTML attribute used in SizeTagModifier (wicket-bean-validation)</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5315">WICKET-5315</a> - PriorityHeaderItem+OnDomReadyHeaderItem has no priority in Ajax response</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5316">WICKET-5316</a> - Wicket Atmosphere CouldNotLockPageException</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5319">WICKET-5319</a> - CryptoMapper encrypts external URLs in ResourceReferences making the resources inaccessible</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5322">WICKET-5322</a> - “Source code” link doesn’t work at wicket-library.com</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5325">WICKET-5325</a> - ComponentRenderer.renderComponent does not render markup for ListView</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5329">WICKET-5329</a> - “Required” flag initialized too early in  PropertyValidator</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5332">WICKET-5332</a> - Autocomplete throws error when initialized in an AjaxLazyLoadPanel</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5334">WICKET-5334</a> - KittenCaptcha example is broken in IE10</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5335">WICKET-5335</a> - After selecting a file MultiFileUploadField does not render properly input field</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5339">WICKET-5339</a> - Broadcast.EXACT does not notify Behaviors of target Component</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5343">WICKET-5343</a> - AutoCompleteTextField suggestions popup position is wrong when its container has scrollbar</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5345">WICKET-5345</a> - Url.canonical() breaks when there are two consecutive “parent” segments followed by a normal segment</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5348">WICKET-5348</a> - JavaDoc for IColumn#getSortProperty() in misleading</li>
-</ul>
-<h4 id="improvement">Improvement</h4>
-<ul>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5327">WICKET-5327</a> - CryptoMapper: insecure default encryption provider</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5331">WICKET-5331</a> - Make html5 form validation configurable</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5333">WICKET-5333</a> - wicket-bean-validation french translation</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5341">WICKET-5341</a> - JavaDoc for IFormValidator</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5354">WICKET-5354</a> - Make ResourceBundles and related classes easier for extension</li>
-</ul>
-</div>
-        </section>
-    </div>
-</main>
-        <footer class="l-container">
-            <div class="l-full">
-    <img height="60px" src="/img/asf_logo.gif" style="float:left">
-    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
-    Wicket, Apache, the Apache feather logo, and the Apache Wicket
-    project logo are trademarks of The Apache Software Foundation. All
-    other marks mentioned may be trademarks or registered trademarks of
-    their respective owners.
-</div>
-        </footer>
-    </body>
-
-</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2013/09/20/wicket-6.11.0-released.html
----------------------------------------------------------------------
diff --git a/content/news/2013/09/20/wicket-6.11.0-released.html b/content/news/2013/09/20/wicket-6.11.0-released.html
new file mode 100644
index 0000000..368d06a
--- /dev/null
+++ b/content/news/2013/09/20/wicket-6.11.0-released.html
@@ -0,0 +1,186 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+        <meta charset="utf-8">
+        <title>Apache Wicket 6.11.0 released | Apache Wicket</title>
+        <meta name="viewport" content="width=device-width, initial-scale=1" />
+
+        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
+        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
+        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
+
+		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
+
+    </head>
+
+    <body class="">
+        <div class="header default">
+    <div class="l-container">
+<nav class="mainmenu">
+    <ul>
+		<!-- /start/quickstart.html || /news/2013/09/20/wicket-6.11.0-released.html -->
+    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
+		<!-- /start/download.html || /news/2013/09/20/wicket-6.11.0-released.html -->
+    	<li class=""><a href="/start/download.html">Download</a></li>
+		<!-- /learn || /news/2013/09/20/wicket-6.11.0-released.html -->
+    	<li class=""><a href="/learn">Documentation</a></li>
+		<!-- /help || /news/2013/09/20/wicket-6.11.0-released.html -->
+    	<li class=""><a href="/help">Support</a></li>
+		<!-- /contribute || /news/2013/09/20/wicket-6.11.0-released.html -->
+    	<li class=""><a href="/contribute">Contribute</a></li>
+		<!-- /community || /news/2013/09/20/wicket-6.11.0-released.html -->
+    	<li class=""><a href="/community">Community</a></li>
+		<!-- /apache || /news/2013/09/20/wicket-6.11.0-released.html -->
+    	<li class=""><a href="/apache">Apache</a></li>
+    </ul>
+</nav>
+        <div class="logo">
+    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
+</div>
+    </div>
+</div>
+<main>
+    <div class="l-container">
+        <header class="l-full preamble">
+            <h1>Apache Wicket 6.11.0 released</h1>
+        </header>
+        <section class="l-one-third right">
+        </section>
+        <section class="l-two-third left">
+            <div class="l-full">
+    <p class="meta">20 Sep 2013</p>
+    <p>The Apache Wicket PMC is proud to announce Apache Wicket 6.11.0!</p>
+<p>This release marks the eleventh minor release of Wicket 6. Starting
+with Wicket 6 we use semantic versioning for the future development
+of Wicket, and as such no API breaks are present in this release
+compared to 6.0.0.</p>
+<h3 id="new-and-noteworthy">New and noteworthy</h3>
+<h4 id="new-html5attributes-behavior">New HTML5Attributes behavior</h4>
+<p>HTML5 attribute support in Wicket continues to be improved upon. Add
+the new HTML5Attributes behavior to your text fields or buttons and
+Wicket will add the relevant HTML5 attributes based on the state of
+your components:</p>
+<ul>
+  <li>adds “required” if your form component is required</li>
+  <li>adds “placeholder” for the label of your form component</li>
+  <li>adds “pattern” if your form component has a PatternValidator 
+attached</li>
+  <li>adds “formnovalidate” if your button has default form processing 
+set to false</li>
+</ul>
+<p>This behavior replaces the functionality from 6.10 where HTML5
+attributes were added automatically (see
+<a href="https://issues.apache.org/jira/browse/WICKET-5289">WICKET-5289</a> and
+<a href="https://issues.apache.org/jira/browse/WICKET-5331">WICKET-5331</a>)</p>
+<h4 id="beanvalidation-receives-french-translation">BeanValidation receives french translation</h4>
+<p>The BeanValidation project now has a french translation for
+validation errors:</p>
+<ul>
+  <li>Le champ ‘${label}’ ne doit pas être null</li>
+  <li>Le champ ‘${label}’ pourrait contenir du contenu HTML dangereux</li>
+</ul>
+<p>Bonne chance!</p>
+<h3 id="jquery-update-in-690">JQuery update in 6.9.0</h3>
+<p>As of Wicket 6.9 we ship JQuery 1.10.1. The JQuery project has
+decided to remove deprecated APIs from their codebase from JQuery 1.9
+and up. This means that JQuery plugins using these deprecated APIs no
+longer work. See the JQuery migration guide for more information,
+available from http://jquery.com/upgrade-guide/1.9/</p>
+<p>If your application depends on these deprecated APIs you can easily
+downgrade to JQuery 1.8.3-the previously provided JQuery that still
+contains these APIs. Download the 1.8.3 release of jquery and add it
+to your project in its application’s init method:</p>
+<figure class="highlight"><pre><code class="language-java" data-lang="java">    <span class="nd">@Override</span>
+    <span class="kd">protected</span> <span class="kt">void</span> <span class="n">init</span><span class="o">()</span> <span class="o">{</span>
+        <span class="n">getJavaScriptLibrarySettings</span><span class="o">()</span>
+            <span class="o">.</span><span class="na">setJQueryReference</span><span class="o">(</span><span class="n">yourJquery183ResourceReference</span><span class="o">);</span>
+    <span class="o">}</span></code></pre></figure>
+<h3 id="cdi-injection-issue">CDI injection issue</h3>
+<p>In the CDI releases of Weld 2.0.1 and prior, it was assumed that
+injection in anonymous inner classes was not legal and when
+attempted, it resulted in an exception:</p>
+<figure class="highlight"><pre><code class="language-text" data-lang="text">Caused by: org.jboss.weld.exceptions.DefinitionException:
+WELD-000070 Simple bean [EnhancedAnnotatedTypeImpl] private class
+com.example.HomePage$AForm cannot be a non-static inner class</code></pre></figure>
+<p>This was reported as
+<a href="https://issues.apache.org/jira/browse/WICKET-5226">WICKET-5226</a>, as
+it became an issue in Glassfish 4, which ships with Weld 2.0.1 (or
+earlier). We implemented a fix for this particular issue by not
+injecting into anonymous inner classes.</p>
+<p>Unfortunately this was not a bug that needed fixing on our part, but
+rather in the Weld framework (see
+<a href="https://issues.jboss.org/browse/WELD-1441">WELD-1441</a>)</p>
+<p>Therefore we reverted the commits done for WICKET-5226 and hope that
+Glassfish will upgrade their Weld implementation soon. For the whole
+story read
+<a href="https://issues.apache.org/jira/browse/WICKET-5264">WICKET-5264</a></p>
+<p>Glassfish has fixed this in trunk according to
+<a href="https://java.net/jira/browse/GLASSFISH-20619">GLASSFISH-20619</a> but
+the fix has yet to be integrated into a release.</p>
+<h3 id="using-this-release">Using this release</h3>
+<p>With Apache Maven update your dependency to (and don’t forget to
+update any other dependencies on Wicket projects to the same version):</p>
+<figure class="highlight"><pre><code class="language-xml" data-lang="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>6.11.0<span class="nt">&lt;/version&gt;</span>
+<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
+<p>Or download and build the distribution yourself, or use our
+convenience binary package</p>
+<ul>
+  <li>Source: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.11.0">http://www.apache.org/dyn/closer.cgi/wicket/6.11.0</a></li>
+  <li>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.11.0/binaries">http://www.apache.org/dyn/closer.cgi/wicket/6.11.0/binaries</a></li>
+</ul>
+<h3 id="upgrading-from-earlier-versions">Upgrading from earlier versions</h3>
+<p>If you upgrade from 6.y.z this release is a drop in replacement. If
+you come from a version prior to 6.0.0, please read our Wicket 6
+migration guide found at</p>
+<ul>
+  <li><a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+6.0">Migration to Wicket 6.0</a></li>
+</ul>
+<p>Have fun!</p>
+<p>— The Wicket team</p>
+<h3 id="release-notes---wicket---version-6110">Release Notes - Wicket - Version 6.11.0</h3>
+<h4 id="bug">Bug</h4>
+<ul>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5313">WICKET-5313</a> - Wrong HTML attribute used in SizeTagModifier (wicket-bean-validation)</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5315">WICKET-5315</a> - PriorityHeaderItem+OnDomReadyHeaderItem has no priority in Ajax response</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5316">WICKET-5316</a> - Wicket Atmosphere CouldNotLockPageException</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5319">WICKET-5319</a> - CryptoMapper encrypts external URLs in ResourceReferences making the resources inaccessible</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5322">WICKET-5322</a> - “Source code” link doesn’t work at wicket-library.com</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5325">WICKET-5325</a> - ComponentRenderer.renderComponent does not render markup for ListView</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5329">WICKET-5329</a> - “Required” flag initialized too early in  PropertyValidator</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5332">WICKET-5332</a> - Autocomplete throws error when initialized in an AjaxLazyLoadPanel</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5334">WICKET-5334</a> - KittenCaptcha example is broken in IE10</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5335">WICKET-5335</a> - After selecting a file MultiFileUploadField does not render properly input field</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5339">WICKET-5339</a> - Broadcast.EXACT does not notify Behaviors of target Component</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5343">WICKET-5343</a> - AutoCompleteTextField suggestions popup position is wrong when its container has scrollbar</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5345">WICKET-5345</a> - Url.canonical() breaks when there are two consecutive “parent” segments followed by a normal segment</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5348">WICKET-5348</a> - JavaDoc for IColumn#getSortProperty() in misleading</li>
+</ul>
+<h4 id="improvement">Improvement</h4>
+<ul>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5327">WICKET-5327</a> - CryptoMapper: insecure default encryption provider</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5331">WICKET-5331</a> - Make html5 form validation configurable</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5333">WICKET-5333</a> - wicket-bean-validation french translation</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5341">WICKET-5341</a> - JavaDoc for IFormValidator</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5354">WICKET-5354</a> - Make ResourceBundles and related classes easier for extension</li>
+</ul>
+</div>
+        </section>
+    </div>
+</main>
+        <footer class="l-container">
+            <div class="l-full">
+    <img height="60px" src="/img/asf_logo.gif" style="float:left">
+    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
+    Wicket, Apache, the Apache feather logo, and the Apache Wicket
+    project logo are trademarks of The Apache Software Foundation. All
+    other marks mentioned may be trademarks or registered trademarks of
+    their respective owners.
+</div>
+        </footer>
+    </body>
+
+</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2013/09/index.html
----------------------------------------------------------------------
diff --git a/content/news/2013/09/index.html b/content/news/2013/09/index.html
index 3dedfe2..aed6fd8 100644
--- a/content/news/2013/09/index.html
+++ b/content/news/2013/09/index.html
@@ -52,7 +52,7 @@
 	<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.11.0!</p>
 <p>This release marks the eleventh minor release of Wicket 6. Starting
 with Wicket 6 we us...</p>
-	<a href="/news/2013/09/20/wicket-6-11-0-released.html">more</a></li>
+	<a href="/news/2013/09/20/wicket-6.11.0-released.html">more</a></li>
 </div>
         </div>
         <div class="l-one-third">

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2013/11/01/wicket-6-12-0-released.html
----------------------------------------------------------------------
diff --git a/content/news/2013/11/01/wicket-6-12-0-released.html b/content/news/2013/11/01/wicket-6-12-0-released.html
deleted file mode 100644
index 6885218..0000000
--- a/content/news/2013/11/01/wicket-6-12-0-released.html
+++ /dev/null
@@ -1,181 +0,0 @@
-<!DOCTYPE html>
-<html>
-    <head>
-        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-        <meta charset="utf-8">
-        <title>Apache Wicket 6.12.0 released | Apache Wicket</title>
-        <meta name="viewport" content="width=device-width, initial-scale=1" />
-
-        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
-        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
-        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
-
-		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
-
-    </head>
-
-    <body class="">
-        <div class="header default">
-    <div class="l-container">
-<nav class="mainmenu">
-    <ul>
-		<!-- /start/quickstart.html || /news/2013/11/01/wicket-6-12-0-released.html -->
-    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
-		<!-- /start/download.html || /news/2013/11/01/wicket-6-12-0-released.html -->
-    	<li class=""><a href="/start/download.html">Download</a></li>
-		<!-- /learn || /news/2013/11/01/wicket-6-12-0-released.html -->
-    	<li class=""><a href="/learn">Documentation</a></li>
-		<!-- /help || /news/2013/11/01/wicket-6-12-0-released.html -->
-    	<li class=""><a href="/help">Support</a></li>
-		<!-- /contribute || /news/2013/11/01/wicket-6-12-0-released.html -->
-    	<li class=""><a href="/contribute">Contribute</a></li>
-		<!-- /community || /news/2013/11/01/wicket-6-12-0-released.html -->
-    	<li class=""><a href="/community">Community</a></li>
-		<!-- /apache || /news/2013/11/01/wicket-6-12-0-released.html -->
-    	<li class=""><a href="/apache">Apache</a></li>
-    </ul>
-</nav>
-        <div class="logo">
-    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
-</div>
-    </div>
-</div>
-<main>
-    <div class="l-container">
-        <header class="l-full preamble">
-            <h1>Apache Wicket 6.12.0 released</h1>
-        </header>
-        <section class="l-one-third right">
-        </section>
-        <section class="l-two-third left">
-            <div class="l-full">
-    <p class="meta">01 Nov 2013</p>
-    <p>The Apache Wicket PMC is proud to announce Apache Wicket 6.12.0!</p>
-<p>This release marks the twelfth minor release of Wicket 6. Starting
-with Wicket 6 we use semantic versioning for the future development
-of Wicket, and as such no API breaks are present in this release
-compared to 6.0.0.</p>
-<h3 id="new-and-noteworthy">New and noteworthy</h3>
-<p>This release fixes 16 bugs and adds the following improvements:</p>
-<ul>
-  <li>Support MultiFileUploadField in FormTester</li>
-  <li>Add support for parsing IE 11 user agent</li>
-  <li>Log the exception if the application cannot start properly</li>
-  <li>Add Wicket.Event.unsubscribe method</li>
-  <li>Allow form components to trim the input themselves</li>
-  <li>Allow DebugBar contributors to be removed</li>
-  <li>Session management doesn’t work with Jetty’s JDBCSessionManager</li>
-  <li>HeaderItem to be Serializable</li>
-</ul>
-<h3 id="jquery-update-in-690">JQuery update in 6.9.0</h3>
-<p>As of Wicket 6.9 we ship JQuery 1.10.1. The JQuery project has
-decided to remove deprecated APIs from their codebase from JQuery 1.9
-and up. This means that JQuery plugins using these deprecated APIs no
-longer work. See the JQuery migration guide for more information,
-available from http://jquery.com/upgrade-guide/1.9/</p>
-<p>If your application depends on these deprecated APIs you can easily
-downgrade to JQuery 1.8.3-the previously provided JQuery that still
-contains these APIs. Download the 1.8.3 release of jquery and add it
-to your project in its application’s init method:</p>
-<figure class="highlight"><pre><code class="language-java" data-lang="java"> <span class="nd">@Override</span>
- <span class="kd">protected</span> <span class="kt">void</span> <span class="n">init</span><span class="o">()</span> <span class="o">{</span>
-     <span class="n">getJavaScriptLibrarySettings</span><span class="o">()</span>
-         <span class="o">.</span><span class="na">setJQueryReference</span><span class="o">(</span><span class="n">yourJquery183ResourceReference</span><span class="o">);</span>
- <span class="o">}</span></code></pre></figure>
-<h3 id="cdi-injection-issue">CDI injection issue</h3>
-<p>In the CDI releases of Weld 2.0.1 and prior, it was assumed that
-injection in anonymous inner classes was not legal and when
-attempted, it resulted in an exception:</p>
-<figure class="highlight"><pre><code class="language-text" data-lang="text">Caused by: org.jboss.weld.exceptions.DefinitionException:
-WELD-000070 Simple bean [EnhancedAnnotatedTypeImpl] private class
-com.example.HomePage$AForm cannot be a non-static inner class</code></pre></figure>
-<p>This was reported as
-<a href="https://issues.apache.org/jira/browse/WICKET-5226">WICKET-5226</a>, as
-it became an issue in Glassfish 4, which ships with Weld 2.0.1 (or
-earlier). We implemented a fix for this particular issue by not
-injecting into anonymous inner classes.</p>
-<p>Unfortunately this was not a bug that needed fixing on our part, but
-rather in the Weld framework (see
-<a href="https://issues.jboss.org/browse/WELD-1441">WELD-1441</a>)</p>
-<p>Therefore we reverted the commits done for WICKET-5226 and hope that
-Glassfish will upgrade their Weld implementation soon. For the whole
-story read
-<a href="https://issues.apache.org/jira/browse/WICKET-5264">WICKET-5264</a></p>
-<p>Glassfish has fixed this in trunk according to
-<a href="https://java.net/jira/browse/GLASSFISH-20619">GLASSFISH-20619</a> but
-the fix has yet to be integrated into a release.</p>
-<h3 id="using-this-release">Using this release</h3>
-<p>With Apache Maven update your dependency to (and don’t forget to
-update any other dependencies on Wicket projects to the same version):</p>
-<figure class="highlight"><pre><code class="language-xml" data-lang="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>6.12.0<span class="nt">&lt;/version&gt;</span>
-<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
-<p>Or download and build the distribution yourself, or use our
-convenience binary package</p>
-<ul>
-  <li>Source: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.12.0">http://www.apache.org/dyn/closer.cgi/wicket/6.12.0</a></li>
-  <li>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.12.0/binaries">http://www.apache.org/dyn/closer.cgi/wicket/6.12.0/binaries</a></li>
-</ul>
-<h3 id="upgrading-from-earlier-versions">Upgrading from earlier versions</h3>
-<p>If you upgrade from 6.y.z this release is a drop in replacement. If
-you come from a version prior to 6.0.0, please read our Wicket 6
-migration guide found at</p>
-<ul>
-  <li><a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+6.0">Migration to Wicket 6.0</a></li>
-</ul>
-<p>Have fun!</p>
-<p>— The Wicket team</p>
-<h3 id="release-notes---wicket---version-6120">Release Notes - Wicket - Version 6.12.0</h3>
-<h4 id="bug">Bug</h4>
-<ul>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4862">WICKET-4862</a> - AjaxPagingNavigationLink and AjaxPagingNavigationIncrementLink output inline onclick attributes in addition to Wicket.Ajax.ajax event registration</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5101">WICKET-5101</a> - Could not open second modal window after closing first</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5356">WICKET-5356</a> - AutoCompleteSettings.setShowListOnEmptyInput(true) is not working anymore</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5359">WICKET-5359</a> - org.apache.wicket.util.string.StringValue#equals broken</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5366">WICKET-5366</a> - ResourceAggregator looses information about priority/filtering/… when using a bundle</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5369">WICKET-5369</a> - Can’t set a cookie using CookieUtils during an ajax request due to java.lang.ClassCastException: org.apache.wicket.ajax.AbstractAjaxResponse$AjaxResponse cannot be cast to org.apache.wicket.request.http.WebResponse</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5374">WICKET-5374</a> - SourcesPage fails on resources with non-ASCII characters</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5375">WICKET-5375</a> - Improve ConcatBundleResource error handling when a resource is missing</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5378">WICKET-5378</a> - AutoCompleteTextField inside a ModalWindow shows auto complete dropdown in the wrong location</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5379">WICKET-5379</a> - IE7: AutoCompleteTextField inside a ModalWindow shows auto complete dropdown behind ModalWindow</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5380">WICKET-5380</a> - Wicket rebinds the SessionEntry session attribute and this causes problems in Glassfish</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5382">WICKET-5382</a> - AutoComplete JavaScript errors</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5385">WICKET-5385</a> - wicket-bean-validation PropertyValidator_fr.properties.xml : org.xml.sax.SAXParseException</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5386">WICKET-5386</a> - ChainingModel should not check if the modelObject given as argument is null</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5397">WICKET-5397</a> - target.prependJavaScript and JQuery-Animation in IE8</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5398">WICKET-5398</a> - XmlPullParser fails to properly parse from String with encoding declaration</li>
-</ul>
-<h4 id="improvement">Improvement</h4>
-<ul>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5346">WICKET-5346</a> - Support MultiFileUploadField in FormTester</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5362">WICKET-5362</a> - Add support for parsing IE 11 user agent</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5376">WICKET-5376</a> - Log the exception if the application cannot start properly</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5381">WICKET-5381</a> - Add Wicket.Event.unsubscribe method</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5384">WICKET-5384</a> - Allow form components to trim the input themselves</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5388">WICKET-5388</a> - Allow DebugBar contributors to be removed</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5390">WICKET-5390</a> - Session management doesn’t work with Jetty’s JDBCSessionManager</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5395">WICKET-5395</a> - HeaderItem to be Serializable</li>
-</ul>
-<h4 id="wish">Wish</h4>
-<ul>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5393">WICKET-5393</a> - Remove ‘final’ from InlineFrame#onComponentTag()</li>
-</ul>
-</div>
-        </section>
-    </div>
-</main>
-        <footer class="l-container">
-            <div class="l-full">
-    <img height="60px" src="/img/asf_logo.gif" style="float:left">
-    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
-    Wicket, Apache, the Apache feather logo, and the Apache Wicket
-    project logo are trademarks of The Apache Software Foundation. All
-    other marks mentioned may be trademarks or registered trademarks of
-    their respective owners.
-</div>
-        </footer>
-    </body>
-
-</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2013/11/01/wicket-6.12.0-released.html
----------------------------------------------------------------------
diff --git a/content/news/2013/11/01/wicket-6.12.0-released.html b/content/news/2013/11/01/wicket-6.12.0-released.html
new file mode 100644
index 0000000..79da1fd
--- /dev/null
+++ b/content/news/2013/11/01/wicket-6.12.0-released.html
@@ -0,0 +1,181 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+        <meta charset="utf-8">
+        <title>Apache Wicket 6.12.0 released | Apache Wicket</title>
+        <meta name="viewport" content="width=device-width, initial-scale=1" />
+
+        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
+        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
+        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
+
+		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
+
+    </head>
+
+    <body class="">
+        <div class="header default">
+    <div class="l-container">
+<nav class="mainmenu">
+    <ul>
+		<!-- /start/quickstart.html || /news/2013/11/01/wicket-6.12.0-released.html -->
+    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
+		<!-- /start/download.html || /news/2013/11/01/wicket-6.12.0-released.html -->
+    	<li class=""><a href="/start/download.html">Download</a></li>
+		<!-- /learn || /news/2013/11/01/wicket-6.12.0-released.html -->
+    	<li class=""><a href="/learn">Documentation</a></li>
+		<!-- /help || /news/2013/11/01/wicket-6.12.0-released.html -->
+    	<li class=""><a href="/help">Support</a></li>
+		<!-- /contribute || /news/2013/11/01/wicket-6.12.0-released.html -->
+    	<li class=""><a href="/contribute">Contribute</a></li>
+		<!-- /community || /news/2013/11/01/wicket-6.12.0-released.html -->
+    	<li class=""><a href="/community">Community</a></li>
+		<!-- /apache || /news/2013/11/01/wicket-6.12.0-released.html -->
+    	<li class=""><a href="/apache">Apache</a></li>
+    </ul>
+</nav>
+        <div class="logo">
+    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
+</div>
+    </div>
+</div>
+<main>
+    <div class="l-container">
+        <header class="l-full preamble">
+            <h1>Apache Wicket 6.12.0 released</h1>
+        </header>
+        <section class="l-one-third right">
+        </section>
+        <section class="l-two-third left">
+            <div class="l-full">
+    <p class="meta">01 Nov 2013</p>
+    <p>The Apache Wicket PMC is proud to announce Apache Wicket 6.12.0!</p>
+<p>This release marks the twelfth minor release of Wicket 6. Starting
+with Wicket 6 we use semantic versioning for the future development
+of Wicket, and as such no API breaks are present in this release
+compared to 6.0.0.</p>
+<h3 id="new-and-noteworthy">New and noteworthy</h3>
+<p>This release fixes 16 bugs and adds the following improvements:</p>
+<ul>
+  <li>Support MultiFileUploadField in FormTester</li>
+  <li>Add support for parsing IE 11 user agent</li>
+  <li>Log the exception if the application cannot start properly</li>
+  <li>Add Wicket.Event.unsubscribe method</li>
+  <li>Allow form components to trim the input themselves</li>
+  <li>Allow DebugBar contributors to be removed</li>
+  <li>Session management doesn’t work with Jetty’s JDBCSessionManager</li>
+  <li>HeaderItem to be Serializable</li>
+</ul>
+<h3 id="jquery-update-in-690">JQuery update in 6.9.0</h3>
+<p>As of Wicket 6.9 we ship JQuery 1.10.1. The JQuery project has
+decided to remove deprecated APIs from their codebase from JQuery 1.9
+and up. This means that JQuery plugins using these deprecated APIs no
+longer work. See the JQuery migration guide for more information,
+available from http://jquery.com/upgrade-guide/1.9/</p>
+<p>If your application depends on these deprecated APIs you can easily
+downgrade to JQuery 1.8.3-the previously provided JQuery that still
+contains these APIs. Download the 1.8.3 release of jquery and add it
+to your project in its application’s init method:</p>
+<figure class="highlight"><pre><code class="language-java" data-lang="java"> <span class="nd">@Override</span>
+ <span class="kd">protected</span> <span class="kt">void</span> <span class="n">init</span><span class="o">()</span> <span class="o">{</span>
+     <span class="n">getJavaScriptLibrarySettings</span><span class="o">()</span>
+         <span class="o">.</span><span class="na">setJQueryReference</span><span class="o">(</span><span class="n">yourJquery183ResourceReference</span><span class="o">);</span>
+ <span class="o">}</span></code></pre></figure>
+<h3 id="cdi-injection-issue">CDI injection issue</h3>
+<p>In the CDI releases of Weld 2.0.1 and prior, it was assumed that
+injection in anonymous inner classes was not legal and when
+attempted, it resulted in an exception:</p>
+<figure class="highlight"><pre><code class="language-text" data-lang="text">Caused by: org.jboss.weld.exceptions.DefinitionException:
+WELD-000070 Simple bean [EnhancedAnnotatedTypeImpl] private class
+com.example.HomePage$AForm cannot be a non-static inner class</code></pre></figure>
+<p>This was reported as
+<a href="https://issues.apache.org/jira/browse/WICKET-5226">WICKET-5226</a>, as
+it became an issue in Glassfish 4, which ships with Weld 2.0.1 (or
+earlier). We implemented a fix for this particular issue by not
+injecting into anonymous inner classes.</p>
+<p>Unfortunately this was not a bug that needed fixing on our part, but
+rather in the Weld framework (see
+<a href="https://issues.jboss.org/browse/WELD-1441">WELD-1441</a>)</p>
+<p>Therefore we reverted the commits done for WICKET-5226 and hope that
+Glassfish will upgrade their Weld implementation soon. For the whole
+story read
+<a href="https://issues.apache.org/jira/browse/WICKET-5264">WICKET-5264</a></p>
+<p>Glassfish has fixed this in trunk according to
+<a href="https://java.net/jira/browse/GLASSFISH-20619">GLASSFISH-20619</a> but
+the fix has yet to be integrated into a release.</p>
+<h3 id="using-this-release">Using this release</h3>
+<p>With Apache Maven update your dependency to (and don’t forget to
+update any other dependencies on Wicket projects to the same version):</p>
+<figure class="highlight"><pre><code class="language-xml" data-lang="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>6.12.0<span class="nt">&lt;/version&gt;</span>
+<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
+<p>Or download and build the distribution yourself, or use our
+convenience binary package</p>
+<ul>
+  <li>Source: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.12.0">http://www.apache.org/dyn/closer.cgi/wicket/6.12.0</a></li>
+  <li>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.12.0/binaries">http://www.apache.org/dyn/closer.cgi/wicket/6.12.0/binaries</a></li>
+</ul>
+<h3 id="upgrading-from-earlier-versions">Upgrading from earlier versions</h3>
+<p>If you upgrade from 6.y.z this release is a drop in replacement. If
+you come from a version prior to 6.0.0, please read our Wicket 6
+migration guide found at</p>
+<ul>
+  <li><a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+6.0">Migration to Wicket 6.0</a></li>
+</ul>
+<p>Have fun!</p>
+<p>— The Wicket team</p>
+<h3 id="release-notes---wicket---version-6120">Release Notes - Wicket - Version 6.12.0</h3>
+<h4 id="bug">Bug</h4>
+<ul>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4862">WICKET-4862</a> - AjaxPagingNavigationLink and AjaxPagingNavigationIncrementLink output inline onclick attributes in addition to Wicket.Ajax.ajax event registration</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5101">WICKET-5101</a> - Could not open second modal window after closing first</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5356">WICKET-5356</a> - AutoCompleteSettings.setShowListOnEmptyInput(true) is not working anymore</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5359">WICKET-5359</a> - org.apache.wicket.util.string.StringValue#equals broken</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5366">WICKET-5366</a> - ResourceAggregator looses information about priority/filtering/… when using a bundle</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5369">WICKET-5369</a> - Can’t set a cookie using CookieUtils during an ajax request due to java.lang.ClassCastException: org.apache.wicket.ajax.AbstractAjaxResponse$AjaxResponse cannot be cast to org.apache.wicket.request.http.WebResponse</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5374">WICKET-5374</a> - SourcesPage fails on resources with non-ASCII characters</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5375">WICKET-5375</a> - Improve ConcatBundleResource error handling when a resource is missing</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5378">WICKET-5378</a> - AutoCompleteTextField inside a ModalWindow shows auto complete dropdown in the wrong location</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5379">WICKET-5379</a> - IE7: AutoCompleteTextField inside a ModalWindow shows auto complete dropdown behind ModalWindow</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5380">WICKET-5380</a> - Wicket rebinds the SessionEntry session attribute and this causes problems in Glassfish</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5382">WICKET-5382</a> - AutoComplete JavaScript errors</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5385">WICKET-5385</a> - wicket-bean-validation PropertyValidator_fr.properties.xml : org.xml.sax.SAXParseException</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5386">WICKET-5386</a> - ChainingModel should not check if the modelObject given as argument is null</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5397">WICKET-5397</a> - target.prependJavaScript and JQuery-Animation in IE8</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5398">WICKET-5398</a> - XmlPullParser fails to properly parse from String with encoding declaration</li>
+</ul>
+<h4 id="improvement">Improvement</h4>
+<ul>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5346">WICKET-5346</a> - Support MultiFileUploadField in FormTester</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5362">WICKET-5362</a> - Add support for parsing IE 11 user agent</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5376">WICKET-5376</a> - Log the exception if the application cannot start properly</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5381">WICKET-5381</a> - Add Wicket.Event.unsubscribe method</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5384">WICKET-5384</a> - Allow form components to trim the input themselves</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5388">WICKET-5388</a> - Allow DebugBar contributors to be removed</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5390">WICKET-5390</a> - Session management doesn’t work with Jetty’s JDBCSessionManager</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5395">WICKET-5395</a> - HeaderItem to be Serializable</li>
+</ul>
+<h4 id="wish">Wish</h4>
+<ul>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5393">WICKET-5393</a> - Remove ‘final’ from InlineFrame#onComponentTag()</li>
+</ul>
+</div>
+        </section>
+    </div>
+</main>
+        <footer class="l-container">
+            <div class="l-full">
+    <img height="60px" src="/img/asf_logo.gif" style="float:left">
+    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
+    Wicket, Apache, the Apache feather logo, and the Apache Wicket
+    project logo are trademarks of The Apache Software Foundation. All
+    other marks mentioned may be trademarks or registered trademarks of
+    their respective owners.
+</div>
+        </footer>
+    </body>
+
+</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2013/11/index.html
----------------------------------------------------------------------
diff --git a/content/news/2013/11/index.html b/content/news/2013/11/index.html
index 708898d..5973d98 100644
--- a/content/news/2013/11/index.html
+++ b/content/news/2013/11/index.html
@@ -52,7 +52,7 @@
 	<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.12.0!</p>
 <p>This release marks the twelfth minor release of Wicket 6. Starting
 with Wicket 6 we us...</p>
-	<a href="/news/2013/11/01/wicket-6-12-0-released.html">more</a></li>
+	<a href="/news/2013/11/01/wicket-6.12.0-released.html">more</a></li>
 </div>
         </div>
         <div class="l-one-third">

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2013/index.html
----------------------------------------------------------------------
diff --git a/content/news/2013/index.html b/content/news/2013/index.html
index 14c9576..376293d 100644
--- a/content/news/2013/index.html
+++ b/content/news/2013/index.html
@@ -52,10 +52,10 @@
                   <p>This section contains all news items published in <a href="/news/2013/11">November 2013</a>.</p>
               </div>
                   <div class="l-full">
-              		<h3 id="/news/2013/11/01/wicket-6-12-0-released.html">Apache Wicket 6.12.0 released</h3>
+              		<h3 id="/news/2013/11/01/wicket-6.12.0-released.html">Apache Wicket 6.12.0 released</h3>
                       <small>01 Nov 2013</small>
               		<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.12.0! This release marks the twelfth minor release of Wicket 6. Starting with Wicket 6...
-              		<a href="/news/2013/11/01/wicket-6-12-0-released.html">more</a></li></p>
+              		<a href="/news/2013/11/01/wicket-6.12.0-released.html">more</a></li></p>
                   </div>
               <hr>
               <div class="l-first"></div>
@@ -64,10 +64,10 @@
                   <p>This section contains all news items published in <a href="/news/2013/09">September 2013</a>.</p>
               </div>
                   <div class="l-full">
-              		<h3 id="/news/2013/09/20/wicket-6-11-0-released.html">Apache Wicket 6.11.0 released</h3>
+              		<h3 id="/news/2013/09/20/wicket-6.11.0-released.html">Apache Wicket 6.11.0 released</h3>
                       <small>20 Sep 2013</small>
               		<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.11.0! This release marks the eleventh minor release of Wicket 6. Starting with Wicket 6...
-              		<a href="/news/2013/09/20/wicket-6-11-0-released.html">more</a></li></p>
+              		<a href="/news/2013/09/20/wicket-6.11.0-released.html">more</a></li></p>
                   </div>
               <hr>
               <div class="l-first"></div>
@@ -76,10 +76,10 @@
                   <p>This section contains all news items published in <a href="/news/2013/08">August 2013</a>.</p>
               </div>
                   <div class="l-full">
-              		<h3 id="/news/2013/08/18/wicket-6-10-0-released.html">Apache Wicket 6.10.0 released</h3>
+              		<h3 id="/news/2013/08/18/wicket-6.10.0-released.html">Apache Wicket 6.10.0 released</h3>
                       <small>18 Aug 2013</small>
               		<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.10.0! This release marks the tenth minor release of Wicket 6. Starting with Wicket 6...
-              		<a href="/news/2013/08/18/wicket-6-10-0-released.html">more</a></li></p>
+              		<a href="/news/2013/08/18/wicket-6.10.0-released.html">more</a></li></p>
                   </div>
               <hr>
               <div class="l-first"></div>
@@ -88,10 +88,10 @@
                   <p>This section contains all news items published in <a href="/news/2013/07">July 2013</a>.</p>
               </div>
                   <div class="l-full">
-              		<h3 id="/news/2013/07/10/wicket-6-9-1-released.html">Apache Wicket 6.9.1 released</h3>
+              		<h3 id="/news/2013/07/10/wicket-6.9.1-released.html">Apache Wicket 6.9.1 released</h3>
                       <small>10 Jul 2013</small>
               		<p>The Apache Wicket PMC announces Apache Wicket 6.9.1! This is a patch release for 6.9.0 where we inadvertently broke CDI injection into (amongst others) anonymous...
-              		<a href="/news/2013/07/10/wicket-6-9-1-released.html">more</a></li></p>
+              		<a href="/news/2013/07/10/wicket-6.9.1-released.html">more</a></li></p>
                   </div>
               <hr>
               <div class="l-first"></div>
@@ -100,10 +100,10 @@
                   <p>This section contains all news items published in <a href="/news/2013/06">June 2013</a>.</p>
               </div>
                   <div class="l-full">
-              		<h3 id="/news/2013/06/27/wicket-6-9-0-released.html">Apache Wicket 6.9.0 released</h3>
+              		<h3 id="/news/2013/06/27/wicket-6.9.0-released.html">Apache Wicket 6.9.0 released</h3>
                       <small>27 Jun 2013</small>
               		<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.9.0! This release marks the ninth minor release of Wicket 6. Starting with Wicket 6...
-              		<a href="/news/2013/06/27/wicket-6-9-0-released.html">more</a></li></p>
+              		<a href="/news/2013/06/27/wicket-6.9.0-released.html">more</a></li></p>
                   </div>
               <hr>
               <div class="l-first"></div>
@@ -112,10 +112,10 @@
                   <p>This section contains all news items published in <a href="/news/2013/05">May 2013</a>.</p>
               </div>
                   <div class="l-full">
-              		<h3 id="/news/2013/05/17/wicket-6-8-0-released.html">Apache Wicket 6.8.0 released</h3>
+              		<h3 id="/news/2013/05/17/wicket-6.8.0-released.html">Apache Wicket 6.8.0 released</h3>
                       <small>17 May 2013</small>
               		<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.8.0! This release marks the eighth minor release of Wicket 6. Starting with Wicket 6...
-              		<a href="/news/2013/05/17/wicket-6-8-0-released.html">more</a></li></p>
+              		<a href="/news/2013/05/17/wicket-6.8.0-released.html">more</a></li></p>
                   </div>
               <hr>
               <div class="l-first"></div>
@@ -124,10 +124,10 @@
                   <p>This section contains all news items published in <a href="/news/2013/04">April 2013</a>.</p>
               </div>
                   <div class="l-full">
-              		<h3 id="/news/2013/04/12/wicket-6-7-0-released.html">Apache Wicket 6.7.0 released</h3>
+              		<h3 id="/news/2013/04/12/wicket-6.7.0-released.html">Apache Wicket 6.7.0 released</h3>
                       <small>12 Apr 2013</small>
               		<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.7.0! This release marks the seventh minor release of Wicket 6. Starting with Wicket 6...
-              		<a href="/news/2013/04/12/wicket-6-7-0-released.html">more</a></li></p>
+              		<a href="/news/2013/04/12/wicket-6.7.0-released.html">more</a></li></p>
                   </div>
               <hr>
               <div class="l-first"></div>
@@ -148,16 +148,16 @@
                   <p>This section contains all news items published in <a href="/news/2013/02">February 2013</a>.</p>
               </div>
                   <div class="l-full">
-              		<h3 id="/news/2013/02/26/wicket-1-5-10-released.html">Wicket 1.5.10 released</h3>
+              		<h3 id="/news/2013/02/26/wicket-1.5.10-released.html">Wicket 1.5.10 released</h3>
                       <small>26 Feb 2013</small>
               		<p>This is the tenth maintenance release of the Wicket 1.5.x series. This release brings over 28 bug fixes and improvements. Git tag Changelog To use...
-              		<a href="/news/2013/02/26/wicket-1-5-10-released.html">more</a></li></p>
+              		<a href="/news/2013/02/26/wicket-1.5.10-released.html">more</a></li></p>
                   </div>
                   <div class="l-full">
-              		<h3 id="/news/2013/02/15/wicket-6-6-0-released.html">Apache Wicket 6.6.0 released</h3>
+              		<h3 id="/news/2013/02/15/wicket-6.6.0-released.html">Apache Wicket 6.6.0 released</h3>
                       <small>15 Feb 2013</small>
               		<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.6.0! This release marks the sixth minor release of Wicket 6. Starting with Wicket 6...
-              		<a href="/news/2013/02/15/wicket-6-6-0-released.html">more</a></li></p>
+              		<a href="/news/2013/02/15/wicket-6.6.0-released.html">more</a></li></p>
                   </div>
               <hr>
               <div class="l-first"></div>
@@ -166,10 +166,10 @@
                   <p>This section contains all news items published in <a href="/news/2013/01">January 2013</a>.</p>
               </div>
                   <div class="l-full">
-              		<h3 id="/news/2013/01/23/wicket-6-5-0-released.html">Apache Wicket 6.5.0 released</h3>
+              		<h3 id="/news/2013/01/23/wicket-6.5.0-released.html">Apache Wicket 6.5.0 released</h3>
                       <small>23 Jan 2013</small>
               		<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.5.0! This release marks the fifth minor release of Wicket 6. Starting with Wicket 6...
-              		<a href="/news/2013/01/23/wicket-6-5-0-released.html">more</a></li></p>
+              		<a href="/news/2013/01/23/wicket-6.5.0-released.html">more</a></li></p>
                   </div>
               <hr>
               <div class="l-first"></div>


[18/19] wicket-site git commit: WICKET-6049 updated links to example site

Posted by ad...@apache.org.
http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/learn/examples/usingfragments.html
----------------------------------------------------------------------
diff --git a/content/learn/examples/usingfragments.html b/content/learn/examples/usingfragments.html
index 34c037b..8dfb452 100644
--- a/content/learn/examples/usingfragments.html
+++ b/content/learn/examples/usingfragments.html
@@ -52,12 +52,12 @@
             <p>This example shows you how to use fragments (Wicket 1.2 feature) to lessen
 the burden on extra markup files. Fragments are ‘inline panels’ and are a
 quick way of using panel type components in pages without having to create a
-<code>Panel</code> markup file and class.</p>
+<code class="highlighter-rouge">Panel</code> markup file and class.</p>
 <p>In all the Wicket examples, you have to put all files in the same package
 directory. This means putting the markup files and the java files next to one
 another. It is possible to alter this behavior, but that is beyond the scope
-of this example. The only exception is the obligatory <code>web.xml</code> file which
-should reside in the <code>WEB-INF/</code> directory of your web application root
+of this example. The only exception is the obligatory <code class="highlighter-rouge">web.xml</code> file which
+should reside in the <code class="highlighter-rouge">WEB-INF/</code> directory of your web application root
 folder.</p>
 <p>In this example we assume you already have read and understood the other
 examples which give you information on the structure and nature of Wicket
@@ -78,7 +78,7 @@ each item in the loop.</p>
 <span class="nt">&lt;/body&gt;</span>
 <span class="nt">&lt;/html&gt;</span></code></pre></figure>
 <p>As you can see in this markup file, we already took care of adding the
-fragment markup to the page in the <code>&lt;wicket:fragment&gt;</code> tags. Each fragment
+fragment markup to the page in the <code class="highlighter-rouge">&lt;wicket:fragment&gt;</code> tags. Each fragment
 can contain its own markup and components. Those components need to be added
 to the Fragment instance in the Java file, just as you would do with a panel
 and web markup container.</p>
@@ -96,9 +96,9 @@ and web markup container.</p>
         <span class="n">add</span><span class="o">(</span><span class="n">loop</span><span class="o">);</span>
     <span class="o">}</span>
 <span class="o">}</span></code></pre></figure>
-<p>The Loop will render 5 items, and the <code>populateItem</code> method will be called
+<p>The Loop will render 5 items, and the <code class="highlighter-rouge">populateItem</code> method will be called
 for each item. In each item we construct a fragment identifier that
-corresponds to the identifier in the <code>&lt;wicket:fragment&gt;</code>. The <code>Fragment</code>
+corresponds to the identifier in the <code class="highlighter-rouge">&lt;wicket:fragment&gt;</code>. The <code class="highlighter-rouge">Fragment</code>
 constructor takes the identifier of the markup it needs to attach to, and the
 fragment identifier telling it where to find the specific markup in the file.</p>
 <h2 id="adding-components-to-fragments">Adding components to fragments</h2>
@@ -143,14 +143,14 @@ subclass for fragment one to encapsulate the component.</p>
         <span class="n">add</span><span class="o">(</span><span class="n">loop</span><span class="o">);</span>
     <span class="o">}</span>
 <span class="o">}</span></code></pre></figure>
-<p>The class <code>Fragment1</code> adds the label to itself. In the loop’s <code>populateItem</code>
-we alternate the fragments type between <code>Fragment</code> and <code>Fragment1</code>. This
-means that in the final page on one line you’ll see <code>"panel 1 Hello, World!"</code>
-and on the other line just <code>"panel 2"</code>.</p>
+<p>The class <code class="highlighter-rouge">Fragment1</code> adds the label to itself. In the loop’s <code class="highlighter-rouge">populateItem</code>
+we alternate the fragments type between <code class="highlighter-rouge">Fragment</code> and <code class="highlighter-rouge">Fragment1</code>. This
+means that in the final page on one line you’ll see <code class="highlighter-rouge">"panel 1 Hello, World!"</code>
+and on the other line just <code class="highlighter-rouge">"panel 2"</code>.</p>
 <h2 id="summary">Summary</h2>
 <p>Fragments make a quick way to add encapsulated components without having to
 resort to setting the visibility flag on a markup container. For fragments we
-introduced a new Wicket tag: <code>&lt;wicket:fragment&gt;</code>.</p>
+introduced a new Wicket tag: <code class="highlighter-rouge">&lt;wicket:fragment&gt;</code>.</p>
         </section>
     </div>
 </main>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/learn/index.html
----------------------------------------------------------------------
diff --git a/content/learn/index.html b/content/learn/index.html
index f0cbf37..22ffc15 100644
--- a/content/learn/index.html
+++ b/content/learn/index.html
@@ -72,13 +72,13 @@ We also publish a news item on our website with the announcement, and it is also
 <p>Here are the most recent headlines:</p>
 <ul>
   <li>
-    <p><a href="/news/2015/11/16/wicket-6-21-0-released.html">Apache Wicket 6.21.0 released</a> <small>16 Nov 2015</small></p>
+    <p><a href="/news/2015/11/16/wicket-6.21.0-released.html">Apache Wicket 6.21.0 released</a> <small>16 Nov 2015</small></p>
   </li>
   <li>
-    <p><a href="/news/2015/11/15/wicket-1-4-x-eol.html">Apache Wicket 1.4.x end of life</a> <small>15 Nov 2015</small></p>
+    <p><a href="/news/2015/11/15/wicket-1.4.x-eol.html">Apache Wicket 1.4.x end of life</a> <small>15 Nov 2015</small></p>
   </li>
   <li>
-    <p><a href="/news/2015/10/25/wicket-7-1-0-released.html">Apache Wicket 7.1.0 released</a> <small>25 Oct 2015</small></p>
+    <p><a href="/news/2015/10/25/wicket-7.1.0-released.html">Apache Wicket 7.1.0 released</a> <small>25 Oct 2015</small></p>
   </li>
 </ul>
 <p>The complete articles and all other news items are available in the <a href="/news">archives</a>.</p>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2009/07/30/wicket-1-3-7-released.html
----------------------------------------------------------------------
diff --git a/content/news/2009/07/30/wicket-1-3-7-released.html b/content/news/2009/07/30/wicket-1-3-7-released.html
deleted file mode 100644
index aa89da2..0000000
--- a/content/news/2009/07/30/wicket-1-3-7-released.html
+++ /dev/null
@@ -1,155 +0,0 @@
-<!DOCTYPE html>
-<html>
-    <head>
-        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-        <meta charset="utf-8">
-        <title>Apache Wicket 1.3.7 marks end of life for Wicket 1.3 | Apache Wicket</title>
-        <meta name="viewport" content="width=device-width, initial-scale=1" />
-
-        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
-        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
-        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
-
-		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
-
-    </head>
-
-    <body class="">
-        <div class="header default">
-    <div class="l-container">
-<nav class="mainmenu">
-    <ul>
-		<!-- /start/quickstart.html || /news/2009/07/30/wicket-1-3-7-released.html -->
-    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
-		<!-- /start/download.html || /news/2009/07/30/wicket-1-3-7-released.html -->
-    	<li class=""><a href="/start/download.html">Download</a></li>
-		<!-- /learn || /news/2009/07/30/wicket-1-3-7-released.html -->
-    	<li class=""><a href="/learn">Documentation</a></li>
-		<!-- /help || /news/2009/07/30/wicket-1-3-7-released.html -->
-    	<li class=""><a href="/help">Support</a></li>
-		<!-- /contribute || /news/2009/07/30/wicket-1-3-7-released.html -->
-    	<li class=""><a href="/contribute">Contribute</a></li>
-		<!-- /community || /news/2009/07/30/wicket-1-3-7-released.html -->
-    	<li class=""><a href="/community">Community</a></li>
-		<!-- /apache || /news/2009/07/30/wicket-1-3-7-released.html -->
-    	<li class=""><a href="/apache">Apache</a></li>
-    </ul>
-</nav>
-        <div class="logo">
-    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
-</div>
-    </div>
-</div>
-<main>
-    <div class="l-container">
-        <header class="l-full preamble">
-            <h1>Apache Wicket 1.3.7 marks end of life for Wicket 1.3</h1>
-        </header>
-        <section class="l-one-third right">
-            <div id="toc" class="toc"><div id="toc-title"><h2>Table of Contents</h2></div><ul><li class="toc--level-1 toc--section-1"><a href="#apache-wicket-137"><span class="toc-number">1</span> <span class="toc-text">Apache Wicket 1.3.7</span></a><ul><li class="toc--level-2 toc--section-2"><a href="#this-release"><span class="toc-number">1.1</span> <span class="toc-text">This release</span></a></li><li class="toc--level-2 toc--section-3"><a href="#migrating-from-12"><span class="toc-number">1.2</span> <span class="toc-text">Migrating from 1.2</span></a></li><li class="toc--level-2 toc--section-4"><a href="#downloading-the-release"><span class="toc-number">1.3</span> <span class="toc-text">Downloading the release</span></a></li><li class="toc--level-2 toc--section-5"><a href="#validating-the-release"><span class="toc-number">1.4</span> <span class="toc-text">Validating the release</span></a></li><li class="toc--level-2 toc--section-6"><a href="#reporting-bugs"><span class="toc-num
 ber">1.5</span> <span class="toc-text">Reporting bugs</span></a></li><li class="toc--level-2 toc--section-7"><a href="#the-distribution"><span class="toc-number">1.6</span> <span class="toc-text">The distribution</span></a></li><li class="toc--level-2 toc--section-8"><a href="#release-notes"><span class="toc-number">1.7</span> <span class="toc-text">Release Notes</span></a></li></ul></li></ul></div>
-        </section>
-        <section class="l-two-third left">
-            <div class="l-full">
-    <p class="meta">30 Jul 2009</p>
-    <p>The Apache Wicket team is proud to present the release of Apache Wicket
-1.3.7. This will be the last feature release for the 1.3.x branch. Going
-forward, only security fixes will be released in the 1.3.x branch - meaning
-that 1.3.7 may be the last release in this branch. All users are encouraged
-to upgrade to 1.4.0 as soon as possible. As work begins on 1.5 in the near
-future, we will be supporting 1.4.x and 1.5.x.</p>
-<p>Eager people click here to download the distribution, others can read
-further:</p>
-<ul>
-  <li><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></li>
-</ul>
-<p>We thank you for your patience and support.</p>
-<p>The Wicket Team</p>
-<h2 id="apache-wicket-137">Apache Wicket 1.3.7</h2>
-<p>Apache Wicket is a component oriented Java web application framework. With
-proper mark-up/logic separation, a POJO data model, and a refreshing lack of
-XML, Apache Wicket makes developing web-apps simple and enjoyable again. Swap
-the boilerplate, complex debugging and brittle code for powerful, reusable
-components written with plain Java and HTML.</p>
-<p>You can find out more about Apache Wicket on <a href="http://wicket.apache.org">our website</a></p>
-<h3 id="this-release">This release</h3>
-<p>This will be the last feature release for the 1.3.x branch. Going forward,
-only security fixes will be released in the 1.3.x branch - meaning that 1.3.7
-may be the last release in this branch. All users are encouraged to upgrade
-to 1.4.0 as soon as possible. As work begins on 1.5 in the near future, we
-will be supporting 1.4.x and 1.5.x.</p>
-<h3 id="migrating-from-12">Migrating from 1.2</h3>
-<p>If you are coming from Wicket 1.2, you really want to read our migration
-guide, found on the wiki:</p>
-<p>https://cwiki.apache.org/confluence/display/WICKET/Migrating+to+Wicket+1.3</p>
-<h3 id="downloading-the-release">Downloading the release</h3>
-<p>You can download the release from the official Apache mirror system, and you
-can find it through the following link:</p>
-<p>http://www.apache.org/dyn/closer.cgi/wicket/1.3.7/</p>
-<p>For the Maven and Ivy fans out there: update your pom’s to the following, and
-everything will be downloaded automatically:</p>
-<figure class="highlight"><pre><code class="language-xml" data-lang="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></figure>
-<p>Substitute the artifact ID with the projects of your liking to get the other
-projects.</p>
-<p>Please note that we don’t prescribe a Logging implementation for SLF4J. You
-need to specify yourself which one you prefer. Read more about SLF4J here:
-http://slf4j.org</p>
-<h3 id="validating-the-release">Validating the release</h3>
-<p>The release has been signed by Igor Vaynberg, your release manager for today.
-The public key can be found in the KEYS file in the download area. Download
-the KEYS file only from the Apache website.</p>
-<p>http://www.apache.org/dist/wicket/1.3.7/KEYS</p>
-<p>Instructions on how to validate the release can be found here:</p>
-<p>http://www.apache.org/dev/release-signing.html#check-integrity</p>
-<h3 id="reporting-bugs">Reporting bugs</h3>
-<p>In case you do encounter a bug, we would appreciate a report in our JIRA:</p>
-<p>http://issues.apache.org/jira/browse/WICKET</p>
-<h3 id="the-distribution">The distribution</h3>
-<p>In the distribution you will find a README. The README contains instructions
-on how to build from source yourself. You also find a CHANGELOG-1.3 which
-contains a list of all things that have been fixed, added and/or removed
-since Wicket 1.3.0.</p>
-<h3 id="release-notes">Release Notes</h3>
-<h4 id="bug">Bug</h4>
-<ul>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-1912">WICKET-1912</a> - StatelessForm problems with query string</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-1922">WICKET-1922</a> - AbstractTree - setting root to null causes NullPointerException</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-1960">WICKET-1960</a> - AutoCompleteTextField - gives a type mismatch error on IE - version wicket-1.4-rc1</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-1992">WICKET-1992</a> - SharedResourceRequestTarget allows access to almost arbitrary files under WEB-INF.</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-2215">WICKET-2215</a> - WebClientInfo does not set browerMajorVersion for IE8</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-2252">WICKET-2252</a> - Autocomplete text fields don’t call existing JavaScript event handlers properly</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-2268">WICKET-2268</a> - NullPointerException NPE in DiskPageStore after Session Timeout</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-2289">WICKET-2289</a> - AutoCompleteBehavior: Selected input not modiefied when selected with keyboard</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-2308">WICKET-2308</a> - Append lastmodified to Resources shouldnt append when the resource is a directory (ends with /)</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-2313">WICKET-2313</a> - BaseWicketTester doesn’t invoke Application.newAjaxRequestTarget for ajax request target</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-2337">WICKET-2337</a> - IndexOutOfBoundsException when PropertyResolver is using an invalid list index</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-2354">WICKET-2354</a> - PropertyModel does not support index only property (“[0]”)</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-2371">WICKET-2371</a> - jre 1.5 method used in wicket-extensions</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-2384">WICKET-2384</a> - OutOfMemoryError occur for memory leak on FeedbackPanel &amp; FeedbackMessages</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-2385">WICKET-2385</a> - BigDecimalConverter uses jdk5</li>
-</ul>
-<h4 id="improvement">Improvement</h4>
-<ul>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-2168">WICKET-2168</a> - TableTree.html is not XHTML valid</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-2315">WICKET-2315</a> - Backport PageReference from trunk</li>
-</ul>
-</div>
-        </section>
-    </div>
-</main>
-        <footer class="l-container">
-            <div class="l-full">
-    <img height="60px" src="/img/asf_logo.gif" style="float:left">
-    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
-    Wicket, Apache, the Apache feather logo, and the Apache Wicket
-    project logo are trademarks of The Apache Software Foundation. All
-    other marks mentioned may be trademarks or registered trademarks of
-    their respective owners.
-</div>
-        </footer>
-    </body>
-
-</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2009/07/30/wicket-1-4-takes-typesafety-to-the-next-level.html
----------------------------------------------------------------------
diff --git a/content/news/2009/07/30/wicket-1-4-takes-typesafety-to-the-next-level.html b/content/news/2009/07/30/wicket-1-4-takes-typesafety-to-the-next-level.html
deleted file mode 100644
index 48d774b..0000000
--- a/content/news/2009/07/30/wicket-1-4-takes-typesafety-to-the-next-level.html
+++ /dev/null
@@ -1,157 +0,0 @@
-<!DOCTYPE html>
-<html>
-    <head>
-        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-        <meta charset="utf-8">
-        <title>Apache Wicket 1.4 takes typesafety to the next level | Apache Wicket</title>
-        <meta name="viewport" content="width=device-width, initial-scale=1" />
-
-        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
-        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
-        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
-
-		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
-
-    </head>
-
-    <body class="">
-        <div class="header default">
-    <div class="l-container">
-<nav class="mainmenu">
-    <ul>
-		<!-- /start/quickstart.html || /news/2009/07/30/wicket-1-4-takes-typesafety-to-the-next-level.html -->
-    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
-		<!-- /start/download.html || /news/2009/07/30/wicket-1-4-takes-typesafety-to-the-next-level.html -->
-    	<li class=""><a href="/start/download.html">Download</a></li>
-		<!-- /learn || /news/2009/07/30/wicket-1-4-takes-typesafety-to-the-next-level.html -->
-    	<li class=""><a href="/learn">Documentation</a></li>
-		<!-- /help || /news/2009/07/30/wicket-1-4-takes-typesafety-to-the-next-level.html -->
-    	<li class=""><a href="/help">Support</a></li>
-		<!-- /contribute || /news/2009/07/30/wicket-1-4-takes-typesafety-to-the-next-level.html -->
-    	<li class=""><a href="/contribute">Contribute</a></li>
-		<!-- /community || /news/2009/07/30/wicket-1-4-takes-typesafety-to-the-next-level.html -->
-    	<li class=""><a href="/community">Community</a></li>
-		<!-- /apache || /news/2009/07/30/wicket-1-4-takes-typesafety-to-the-next-level.html -->
-    	<li class=""><a href="/apache">Apache</a></li>
-    </ul>
-</nav>
-        <div class="logo">
-    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
-</div>
-    </div>
-</div>
-<main>
-    <div class="l-container">
-        <header class="l-full preamble">
-            <h1>Apache Wicket 1.4 takes typesafety to the next level</h1>
-        </header>
-        <section class="l-one-third right">
-            <div id="toc" class="toc"><div id="toc-title"><h2>Table of Contents</h2></div><ul><li class="toc--level-1 toc--section-1"><a href="#download-apache-wicket-14"><span class="toc-number">1</span> <span class="toc-text">Download Apache Wicket 1.4</span></a></li><li class="toc--level-1 toc--section-2"><a href="#most-notable-changes"><span class="toc-number">2</span> <span class="toc-text">Most notable changes</span></a></li><li class="toc--level-1 toc--section-3"><a href="#increased-type-safety"><span class="toc-number">3</span> <span class="toc-text">Increased type safety</span></a></li><li class="toc--level-1 toc--section-4"><a href="#removal-of-default-model-from-component"><span class="toc-number">4</span> <span class="toc-text">Removal of default model from component</span></a></li></ul></div>
-        </section>
-        <section class="l-two-third left">
-            <div class="l-full">
-    <p class="meta">30 Jul 2009</p>
-    <p>The Apache Wicket project is proud to announce the release of Apache Wicket
-1.4. Apache Wicket is an open source, component oriented Java web application
-framework. With overwhelming support from the user community, this release
-marks a departure from the past where we leave Java 1.4 behind and we require
-Java 5 as the minimum JDK version. By moving to Java 5 as the required
-minimum platform, we were able to utilize Java 5 idioms and increase the type
-safety of our APIs. Using Java generics you can now write typesafe web
-applications and create typesafe, self documenting, reusable custom
-components.</p>
-<h2 id="download-apache-wicket-14">Download Apache Wicket 1.4</h2>
-<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’s to upgrade to the new version:</p>
-<figure class="highlight"><pre><code class="language-xml" data-lang="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></figure>
-<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>
-<p>From all the changes that went into this release, the following are the most
-important ones:</p>
-<ul>
-  <li>Generified <code>IModel</code> interface and implementations increases type safety in your Wicket applications</li>
-  <li><code>Component#getModel()</code> and <code>Component#setModel()</code> have been renamed to <code>getDefaultModel()</code> and <code>setDefaultModel()</code> to better support generified models</li>
-  <li>The Spring modules have been merged (wicket-spring-annot is now obsolete, all you need is wicket-spring)</li>
-  <li>Many API’s have been altered to better work with Java 5’s idioms</li>
-  <li>Wicket jars are now packaged with metadata that makes them OSGI bundles</li>
-</ul>
-<p>Apart from these changes, the release is mostly compatible with Wicket 1.3
-and upgrading shouldn’t take too long. Early adopters report about a days
-work to upgrade medium to large applications to Wicket 1.4. Read the
-migration guide to learn more about the changes in our APIs. To learn more
-about all the improvements and new features that went into this release,
-check the solved issue list in our JIRA instance.</p>
-<h2 id="increased-type-safety">Increased type safety</h2>
-<p>Moving towards Java 5 has given us the opportunity to utilize generics and
-clarify our API’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>
-<figure class="highlight"><pre><code class="language-java" data-lang="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="n">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></figure>
-<p>As you can see, this constructor doesn’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’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>
-<figure class="highlight"><pre><code class="language-java" data-lang="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="n">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></figure>
-<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>
-<figure class="highlight"><pre><code class="language-java" data-lang="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">"people"</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="n">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">"editPerson"</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="n">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></figure>
-</div>
-        </section>
-    </div>
-</main>
-        <footer class="l-container">
-            <div class="l-full">
-    <img height="60px" src="/img/asf_logo.gif" style="float:left">
-    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
-    Wicket, Apache, the Apache feather logo, and the Apache Wicket
-    project logo are trademarks of The Apache Software Foundation. All
-    other marks mentioned may be trademarks or registered trademarks of
-    their respective owners.
-</div>
-        </footer>
-    </body>
-
-</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2009/07/30/wicket-1.3.7-released.html
----------------------------------------------------------------------
diff --git a/content/news/2009/07/30/wicket-1.3.7-released.html b/content/news/2009/07/30/wicket-1.3.7-released.html
new file mode 100644
index 0000000..83cc5b1
--- /dev/null
+++ b/content/news/2009/07/30/wicket-1.3.7-released.html
@@ -0,0 +1,155 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+        <meta charset="utf-8">
+        <title>Apache Wicket 1.3.7 marks end of life for Wicket 1.3 | Apache Wicket</title>
+        <meta name="viewport" content="width=device-width, initial-scale=1" />
+
+        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
+        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
+        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
+
+		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
+
+    </head>
+
+    <body class="">
+        <div class="header default">
+    <div class="l-container">
+<nav class="mainmenu">
+    <ul>
+		<!-- /start/quickstart.html || /news/2009/07/30/wicket-1.3.7-released.html -->
+    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
+		<!-- /start/download.html || /news/2009/07/30/wicket-1.3.7-released.html -->
+    	<li class=""><a href="/start/download.html">Download</a></li>
+		<!-- /learn || /news/2009/07/30/wicket-1.3.7-released.html -->
+    	<li class=""><a href="/learn">Documentation</a></li>
+		<!-- /help || /news/2009/07/30/wicket-1.3.7-released.html -->
+    	<li class=""><a href="/help">Support</a></li>
+		<!-- /contribute || /news/2009/07/30/wicket-1.3.7-released.html -->
+    	<li class=""><a href="/contribute">Contribute</a></li>
+		<!-- /community || /news/2009/07/30/wicket-1.3.7-released.html -->
+    	<li class=""><a href="/community">Community</a></li>
+		<!-- /apache || /news/2009/07/30/wicket-1.3.7-released.html -->
+    	<li class=""><a href="/apache">Apache</a></li>
+    </ul>
+</nav>
+        <div class="logo">
+    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
+</div>
+    </div>
+</div>
+<main>
+    <div class="l-container">
+        <header class="l-full preamble">
+            <h1>Apache Wicket 1.3.7 marks end of life for Wicket 1.3</h1>
+        </header>
+        <section class="l-one-third right">
+            <div id="toc" class="toc"><div id="toc-title"><h2>Table of Contents</h2></div><ul><li class="toc--level-1 toc--section-1"><a href="#apache-wicket-137"><span class="toc-number">1</span> <span class="toc-text">Apache Wicket 1.3.7</span></a><ul><li class="toc--level-2 toc--section-2"><a href="#this-release"><span class="toc-number">1.1</span> <span class="toc-text">This release</span></a></li><li class="toc--level-2 toc--section-3"><a href="#migrating-from-12"><span class="toc-number">1.2</span> <span class="toc-text">Migrating from 1.2</span></a></li><li class="toc--level-2 toc--section-4"><a href="#downloading-the-release"><span class="toc-number">1.3</span> <span class="toc-text">Downloading the release</span></a></li><li class="toc--level-2 toc--section-5"><a href="#validating-the-release"><span class="toc-number">1.4</span> <span class="toc-text">Validating the release</span></a></li><li class="toc--level-2 toc--section-6"><a href="#reporting-bugs"><span class="toc-num
 ber">1.5</span> <span class="toc-text">Reporting bugs</span></a></li><li class="toc--level-2 toc--section-7"><a href="#the-distribution"><span class="toc-number">1.6</span> <span class="toc-text">The distribution</span></a></li><li class="toc--level-2 toc--section-8"><a href="#release-notes"><span class="toc-number">1.7</span> <span class="toc-text">Release Notes</span></a></li></ul></li></ul></div>
+        </section>
+        <section class="l-two-third left">
+            <div class="l-full">
+    <p class="meta">30 Jul 2009</p>
+    <p>The Apache Wicket team is proud to present the release of Apache Wicket
+1.3.7. This will be the last feature release for the 1.3.x branch. Going
+forward, only security fixes will be released in the 1.3.x branch - meaning
+that 1.3.7 may be the last release in this branch. All users are encouraged
+to upgrade to 1.4.0 as soon as possible. As work begins on 1.5 in the near
+future, we will be supporting 1.4.x and 1.5.x.</p>
+<p>Eager people click here to download the distribution, others can read
+further:</p>
+<ul>
+  <li><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></li>
+</ul>
+<p>We thank you for your patience and support.</p>
+<p>The Wicket Team</p>
+<h2 id="apache-wicket-137">Apache Wicket 1.3.7</h2>
+<p>Apache Wicket is a component oriented Java web application framework. With
+proper mark-up/logic separation, a POJO data model, and a refreshing lack of
+XML, Apache Wicket makes developing web-apps simple and enjoyable again. Swap
+the boilerplate, complex debugging and brittle code for powerful, reusable
+components written with plain Java and HTML.</p>
+<p>You can find out more about Apache Wicket on <a href="http://wicket.apache.org">our website</a></p>
+<h3 id="this-release">This release</h3>
+<p>This will be the last feature release for the 1.3.x branch. Going forward,
+only security fixes will be released in the 1.3.x branch - meaning that 1.3.7
+may be the last release in this branch. All users are encouraged to upgrade
+to 1.4.0 as soon as possible. As work begins on 1.5 in the near future, we
+will be supporting 1.4.x and 1.5.x.</p>
+<h3 id="migrating-from-12">Migrating from 1.2</h3>
+<p>If you are coming from Wicket 1.2, you really want to read our migration
+guide, found on the wiki:</p>
+<p>https://cwiki.apache.org/confluence/display/WICKET/Migrating+to+Wicket+1.3</p>
+<h3 id="downloading-the-release">Downloading the release</h3>
+<p>You can download the release from the official Apache mirror system, and you
+can find it through the following link:</p>
+<p>http://www.apache.org/dyn/closer.cgi/wicket/1.3.7/</p>
+<p>For the Maven and Ivy fans out there: update your pom’s to the following, and
+everything will be downloaded automatically:</p>
+<figure class="highlight"><pre><code class="language-xml" data-lang="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></figure>
+<p>Substitute the artifact ID with the projects of your liking to get the other
+projects.</p>
+<p>Please note that we don’t prescribe a Logging implementation for SLF4J. You
+need to specify yourself which one you prefer. Read more about SLF4J here:
+http://slf4j.org</p>
+<h3 id="validating-the-release">Validating the release</h3>
+<p>The release has been signed by Igor Vaynberg, your release manager for today.
+The public key can be found in the KEYS file in the download area. Download
+the KEYS file only from the Apache website.</p>
+<p>http://www.apache.org/dist/wicket/1.3.7/KEYS</p>
+<p>Instructions on how to validate the release can be found here:</p>
+<p>http://www.apache.org/dev/release-signing.html#check-integrity</p>
+<h3 id="reporting-bugs">Reporting bugs</h3>
+<p>In case you do encounter a bug, we would appreciate a report in our JIRA:</p>
+<p>http://issues.apache.org/jira/browse/WICKET</p>
+<h3 id="the-distribution">The distribution</h3>
+<p>In the distribution you will find a README. The README contains instructions
+on how to build from source yourself. You also find a CHANGELOG-1.3 which
+contains a list of all things that have been fixed, added and/or removed
+since Wicket 1.3.0.</p>
+<h3 id="release-notes">Release Notes</h3>
+<h4 id="bug">Bug</h4>
+<ul>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-1912">WICKET-1912</a> - StatelessForm problems with query string</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-1922">WICKET-1922</a> - AbstractTree - setting root to null causes NullPointerException</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-1960">WICKET-1960</a> - AutoCompleteTextField - gives a type mismatch error on IE - version wicket-1.4-rc1</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-1992">WICKET-1992</a> - SharedResourceRequestTarget allows access to almost arbitrary files under WEB-INF.</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-2215">WICKET-2215</a> - WebClientInfo does not set browerMajorVersion for IE8</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-2252">WICKET-2252</a> - Autocomplete text fields don’t call existing JavaScript event handlers properly</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-2268">WICKET-2268</a> - NullPointerException NPE in DiskPageStore after Session Timeout</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-2289">WICKET-2289</a> - AutoCompleteBehavior: Selected input not modiefied when selected with keyboard</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-2308">WICKET-2308</a> - Append lastmodified to Resources shouldnt append when the resource is a directory (ends with /)</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-2313">WICKET-2313</a> - BaseWicketTester doesn’t invoke Application.newAjaxRequestTarget for ajax request target</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-2337">WICKET-2337</a> - IndexOutOfBoundsException when PropertyResolver is using an invalid list index</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-2354">WICKET-2354</a> - PropertyModel does not support index only property (“[0]”)</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-2371">WICKET-2371</a> - jre 1.5 method used in wicket-extensions</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-2384">WICKET-2384</a> - OutOfMemoryError occur for memory leak on FeedbackPanel &amp; FeedbackMessages</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-2385">WICKET-2385</a> - BigDecimalConverter uses jdk5</li>
+</ul>
+<h4 id="improvement">Improvement</h4>
+<ul>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-2168">WICKET-2168</a> - TableTree.html is not XHTML valid</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-2315">WICKET-2315</a> - Backport PageReference from trunk</li>
+</ul>
+</div>
+        </section>
+    </div>
+</main>
+        <footer class="l-container">
+            <div class="l-full">
+    <img height="60px" src="/img/asf_logo.gif" style="float:left">
+    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
+    Wicket, Apache, the Apache feather logo, and the Apache Wicket
+    project logo are trademarks of The Apache Software Foundation. All
+    other marks mentioned may be trademarks or registered trademarks of
+    their respective owners.
+</div>
+        </footer>
+    </body>
+
+</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2009/07/30/wicket-1.4-takes-typesafety-to-the-next-level.html
----------------------------------------------------------------------
diff --git a/content/news/2009/07/30/wicket-1.4-takes-typesafety-to-the-next-level.html b/content/news/2009/07/30/wicket-1.4-takes-typesafety-to-the-next-level.html
new file mode 100644
index 0000000..bf136ff
--- /dev/null
+++ b/content/news/2009/07/30/wicket-1.4-takes-typesafety-to-the-next-level.html
@@ -0,0 +1,157 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+        <meta charset="utf-8">
+        <title>Apache Wicket 1.4 takes typesafety to the next level | Apache Wicket</title>
+        <meta name="viewport" content="width=device-width, initial-scale=1" />
+
+        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
+        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
+        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
+
+		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
+
+    </head>
+
+    <body class="">
+        <div class="header default">
+    <div class="l-container">
+<nav class="mainmenu">
+    <ul>
+		<!-- /start/quickstart.html || /news/2009/07/30/wicket-1.4-takes-typesafety-to-the-next-level.html -->
+    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
+		<!-- /start/download.html || /news/2009/07/30/wicket-1.4-takes-typesafety-to-the-next-level.html -->
+    	<li class=""><a href="/start/download.html">Download</a></li>
+		<!-- /learn || /news/2009/07/30/wicket-1.4-takes-typesafety-to-the-next-level.html -->
+    	<li class=""><a href="/learn">Documentation</a></li>
+		<!-- /help || /news/2009/07/30/wicket-1.4-takes-typesafety-to-the-next-level.html -->
+    	<li class=""><a href="/help">Support</a></li>
+		<!-- /contribute || /news/2009/07/30/wicket-1.4-takes-typesafety-to-the-next-level.html -->
+    	<li class=""><a href="/contribute">Contribute</a></li>
+		<!-- /community || /news/2009/07/30/wicket-1.4-takes-typesafety-to-the-next-level.html -->
+    	<li class=""><a href="/community">Community</a></li>
+		<!-- /apache || /news/2009/07/30/wicket-1.4-takes-typesafety-to-the-next-level.html -->
+    	<li class=""><a href="/apache">Apache</a></li>
+    </ul>
+</nav>
+        <div class="logo">
+    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
+</div>
+    </div>
+</div>
+<main>
+    <div class="l-container">
+        <header class="l-full preamble">
+            <h1>Apache Wicket 1.4 takes typesafety to the next level</h1>
+        </header>
+        <section class="l-one-third right">
+            <div id="toc" class="toc"><div id="toc-title"><h2>Table of Contents</h2></div><ul><li class="toc--level-1 toc--section-1"><a href="#download-apache-wicket-14"><span class="toc-number">1</span> <span class="toc-text">Download Apache Wicket 1.4</span></a></li><li class="toc--level-1 toc--section-2"><a href="#most-notable-changes"><span class="toc-number">2</span> <span class="toc-text">Most notable changes</span></a></li><li class="toc--level-1 toc--section-3"><a href="#increased-type-safety"><span class="toc-number">3</span> <span class="toc-text">Increased type safety</span></a></li><li class="toc--level-1 toc--section-4"><a href="#removal-of-default-model-from-component"><span class="toc-number">4</span> <span class="toc-text">Removal of default model from component</span></a></li></ul></div>
+        </section>
+        <section class="l-two-third left">
+            <div class="l-full">
+    <p class="meta">30 Jul 2009</p>
+    <p>The Apache Wicket project is proud to announce the release of Apache Wicket
+1.4. Apache Wicket is an open source, component oriented Java web application
+framework. With overwhelming support from the user community, this release
+marks a departure from the past where we leave Java 1.4 behind and we require
+Java 5 as the minimum JDK version. By moving to Java 5 as the required
+minimum platform, we were able to utilize Java 5 idioms and increase the type
+safety of our APIs. Using Java generics you can now write typesafe web
+applications and create typesafe, self documenting, reusable custom
+components.</p>
+<h2 id="download-apache-wicket-14">Download Apache Wicket 1.4</h2>
+<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’s to upgrade to the new version:</p>
+<figure class="highlight"><pre><code class="language-xml" data-lang="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></figure>
+<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>
+<p>From all the changes that went into this release, the following are the most
+important ones:</p>
+<ul>
+  <li>Generified <code class="highlighter-rouge">IModel</code> interface and implementations increases type safety in your Wicket applications</li>
+  <li><code class="highlighter-rouge">Component#getModel()</code> and <code class="highlighter-rouge">Component#setModel()</code> have been renamed to <code class="highlighter-rouge">getDefaultModel()</code> and <code class="highlighter-rouge">setDefaultModel()</code> to better support generified models</li>
+  <li>The Spring modules have been merged (wicket-spring-annot is now obsolete, all you need is wicket-spring)</li>
+  <li>Many API’s have been altered to better work with Java 5’s idioms</li>
+  <li>Wicket jars are now packaged with metadata that makes them OSGI bundles</li>
+</ul>
+<p>Apart from these changes, the release is mostly compatible with Wicket 1.3
+and upgrading shouldn’t take too long. Early adopters report about a days
+work to upgrade medium to large applications to Wicket 1.4. Read the
+migration guide to learn more about the changes in our APIs. To learn more
+about all the improvements and new features that went into this release,
+check the solved issue list in our JIRA instance.</p>
+<h2 id="increased-type-safety">Increased type safety</h2>
+<p>Moving towards Java 5 has given us the opportunity to utilize generics and
+clarify our API’s. For example, take a look at <code class="highlighter-rouge">DropDownChoice</code>—one of the
+components with the most questions on our list prior to 1.4. A
+<code class="highlighter-rouge">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 class="highlighter-rouge">DropDownChoice</code> component in Wicket
+1.3 was:</p>
+<figure class="highlight"><pre><code class="language-java" data-lang="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="n">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></figure>
+<p>As you can see, this constructor doesn’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’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>
+<figure class="highlight"><pre><code class="language-java" data-lang="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="n">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></figure>
+<p>Here we communicate that the first <code class="highlighter-rouge">IModel</code> parameter is a <code class="highlighter-rouge">T</code>, which is the
+single value that will be provided when the <code class="highlighter-rouge">DropDownChoice</code> selects one
+value. The second parameter provides a <code class="highlighter-rouge">List</code> of objects that extend <code class="highlighter-rouge">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 class="highlighter-rouge">Label</code> had a model, a
+<code class="highlighter-rouge">Link</code> and even <code class="highlighter-rouge">WebMarkupContainer</code> had a model property (all because they
+extend <code class="highlighter-rouge">Component</code> which has a model property). When we generified <code class="highlighter-rouge">IModel</code>,
+this had averse effects on <code class="highlighter-rouge">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>
+<figure class="highlight"><pre><code class="language-java" data-lang="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">"people"</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="n">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">"editPerson"</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="n">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></figure>
+</div>
+        </section>
+    </div>
+</main>
+        <footer class="l-container">
+            <div class="l-full">
+    <img height="60px" src="/img/asf_logo.gif" style="float:left">
+    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
+    Wicket, Apache, the Apache feather logo, and the Apache Wicket
+    project logo are trademarks of The Apache Software Foundation. All
+    other marks mentioned may be trademarks or registered trademarks of
+    their respective owners.
+</div>
+        </footer>
+    </body>
+
+</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2009/07/index.html
----------------------------------------------------------------------
diff --git a/content/news/2009/07/index.html b/content/news/2009/07/index.html
index 164a26d..b82842f 100644
--- a/content/news/2009/07/index.html
+++ b/content/news/2009/07/index.html
@@ -52,7 +52,7 @@
 	<p>The Apache Wicket team is proud to present the release of Apache Wicket
 1.3.7. This will be the last feature release for the 1.3.x branch. Going
 forward, only security fixes will be released in the 1.3.x branch - meaning...</p>
-	<a href="/news/2009/07/30/wicket-1-3-7-released.html">more</a></li>
+	<a href="/news/2009/07/30/wicket-1.3.7-released.html">more</a></li>
 </div>
 <div class="news">
 	<h3>Apache Wicket 1.4 takes typesafety to the next level</h3>
@@ -63,7 +63,7 @@ framework. With overwhelming support from the user community, this release
 marks a departure from the past where we leave Java 1.4 behind and we require
 Java 5 as the minimum JDK version. By moving to Java 5 as the required
 minimum platform, we were able...</p>
-	<a href="/news/2009/07/30/wicket-1-4-takes-typesafety-to-the-next-level.html">more</a></li>
+	<a href="/news/2009/07/30/wicket-1.4-takes-typesafety-to-the-next-level.html">more</a></li>
 </div>
         </div>
         <div class="l-one-third">

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2009/08/21/wicket-1-4-1-released.html
----------------------------------------------------------------------
diff --git a/content/news/2009/08/21/wicket-1-4-1-released.html b/content/news/2009/08/21/wicket-1-4-1-released.html
deleted file mode 100644
index ebc1b8e..0000000
--- a/content/news/2009/08/21/wicket-1-4-1-released.html
+++ /dev/null
@@ -1,90 +0,0 @@
-<!DOCTYPE html>
-<html>
-    <head>
-        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-        <meta charset="utf-8">
-        <title>Wicket 1.4.1 released | Apache Wicket</title>
-        <meta name="viewport" content="width=device-width, initial-scale=1" />
-
-        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
-        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
-        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
-
-		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
-
-    </head>
-
-    <body class="">
-        <div class="header default">
-    <div class="l-container">
-<nav class="mainmenu">
-    <ul>
-		<!-- /start/quickstart.html || /news/2009/08/21/wicket-1-4-1-released.html -->
-    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
-		<!-- /start/download.html || /news/2009/08/21/wicket-1-4-1-released.html -->
-    	<li class=""><a href="/start/download.html">Download</a></li>
-		<!-- /learn || /news/2009/08/21/wicket-1-4-1-released.html -->
-    	<li class=""><a href="/learn">Documentation</a></li>
-		<!-- /help || /news/2009/08/21/wicket-1-4-1-released.html -->
-    	<li class=""><a href="/help">Support</a></li>
-		<!-- /contribute || /news/2009/08/21/wicket-1-4-1-released.html -->
-    	<li class=""><a href="/contribute">Contribute</a></li>
-		<!-- /community || /news/2009/08/21/wicket-1-4-1-released.html -->
-    	<li class=""><a href="/community">Community</a></li>
-		<!-- /apache || /news/2009/08/21/wicket-1-4-1-released.html -->
-    	<li class=""><a href="/apache">Apache</a></li>
-    </ul>
-</nav>
-        <div class="logo">
-    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
-</div>
-    </div>
-</div>
-<main>
-    <div class="l-container">
-        <header class="l-full preamble">
-            <h1>Wicket 1.4.1 released</h1>
-        </header>
-        <section class="l-one-third right">
-        </section>
-        <section class="l-two-third left">
-            <div class="l-full">
-    <p class="meta">21 Aug 2009</p>
-    <p>The Apache Wicket project is proud to announce the first maintenance release
-of Apache Wicket 1.4.</p>
-<h3 id="download-apache-wicket-14">Download Apache Wicket 1.4</h3>
-<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’s to upgrade to the new version:</p>
-<figure class="highlight"><pre><code class="language-xml" data-lang="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></figure>
-<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>
-<p>A complete list of changes can be found in our
-<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=12314113">Jira</a>
-instance.</p>
-<p>We thank you for your patience and support.</p>
-<p>The Wicket Team</p>
-</div>
-        </section>
-    </div>
-</main>
-        <footer class="l-container">
-            <div class="l-full">
-    <img height="60px" src="/img/asf_logo.gif" style="float:left">
-    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
-    Wicket, Apache, the Apache feather logo, and the Apache Wicket
-    project logo are trademarks of The Apache Software Foundation. All
-    other marks mentioned may be trademarks or registered trademarks of
-    their respective owners.
-</div>
-        </footer>
-    </body>
-
-</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2009/08/21/wicket-1.4.1-released.html
----------------------------------------------------------------------
diff --git a/content/news/2009/08/21/wicket-1.4.1-released.html b/content/news/2009/08/21/wicket-1.4.1-released.html
new file mode 100644
index 0000000..d12ba0f
--- /dev/null
+++ b/content/news/2009/08/21/wicket-1.4.1-released.html
@@ -0,0 +1,90 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+        <meta charset="utf-8">
+        <title>Wicket 1.4.1 released | Apache Wicket</title>
+        <meta name="viewport" content="width=device-width, initial-scale=1" />
+
+        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
+        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
+        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
+
+		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
+
+    </head>
+
+    <body class="">
+        <div class="header default">
+    <div class="l-container">
+<nav class="mainmenu">
+    <ul>
+		<!-- /start/quickstart.html || /news/2009/08/21/wicket-1.4.1-released.html -->
+    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
+		<!-- /start/download.html || /news/2009/08/21/wicket-1.4.1-released.html -->
+    	<li class=""><a href="/start/download.html">Download</a></li>
+		<!-- /learn || /news/2009/08/21/wicket-1.4.1-released.html -->
+    	<li class=""><a href="/learn">Documentation</a></li>
+		<!-- /help || /news/2009/08/21/wicket-1.4.1-released.html -->
+    	<li class=""><a href="/help">Support</a></li>
+		<!-- /contribute || /news/2009/08/21/wicket-1.4.1-released.html -->
+    	<li class=""><a href="/contribute">Contribute</a></li>
+		<!-- /community || /news/2009/08/21/wicket-1.4.1-released.html -->
+    	<li class=""><a href="/community">Community</a></li>
+		<!-- /apache || /news/2009/08/21/wicket-1.4.1-released.html -->
+    	<li class=""><a href="/apache">Apache</a></li>
+    </ul>
+</nav>
+        <div class="logo">
+    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
+</div>
+    </div>
+</div>
+<main>
+    <div class="l-container">
+        <header class="l-full preamble">
+            <h1>Wicket 1.4.1 released</h1>
+        </header>
+        <section class="l-one-third right">
+        </section>
+        <section class="l-two-third left">
+            <div class="l-full">
+    <p class="meta">21 Aug 2009</p>
+    <p>The Apache Wicket project is proud to announce the first maintenance release
+of Apache Wicket 1.4.</p>
+<h3 id="download-apache-wicket-14">Download Apache Wicket 1.4</h3>
+<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’s to upgrade to the new version:</p>
+<figure class="highlight"><pre><code class="language-xml" data-lang="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></figure>
+<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>
+<p>A complete list of changes can be found in our
+<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=12314113">Jira</a>
+instance.</p>
+<p>We thank you for your patience and support.</p>
+<p>The Wicket Team</p>
+</div>
+        </section>
+    </div>
+</main>
+        <footer class="l-container">
+            <div class="l-full">
+    <img height="60px" src="/img/asf_logo.gif" style="float:left">
+    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
+    Wicket, Apache, the Apache feather logo, and the Apache Wicket
+    project logo are trademarks of The Apache Software Foundation. All
+    other marks mentioned may be trademarks or registered trademarks of
+    their respective owners.
+</div>
+        </footer>
+    </body>
+
+</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2009/08/index.html
----------------------------------------------------------------------
diff --git a/content/news/2009/08/index.html b/content/news/2009/08/index.html
index 53c53dd..45dbbab 100644
--- a/content/news/2009/08/index.html
+++ b/content/news/2009/08/index.html
@@ -54,7 +54,7 @@ of Apache Wicket 1.4.</p>
 <h3 id="download-apache-wicket-14">Download Apache Wicket 1.4</h3>
 <p>You can download the release here:
 <a href="http://www.apache.org/dyn/closer.cgi/wicket/1.4.1">http://www.apa...</a></p>
-	<a href="/news/2009/08/21/wicket-1-4-1-released.html">more</a></li>
+	<a href="/news/2009/08/21/wicket-1.4.1-released.html">more</a></li>
 </div>
         </div>
         <div class="l-one-third">

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2009/10/12/wicket-1-4-2-released.html
----------------------------------------------------------------------
diff --git a/content/news/2009/10/12/wicket-1-4-2-released.html b/content/news/2009/10/12/wicket-1-4-2-released.html
deleted file mode 100644
index 9dc1369..0000000
--- a/content/news/2009/10/12/wicket-1-4-2-released.html
+++ /dev/null
@@ -1,84 +0,0 @@
-<!DOCTYPE html>
-<html>
-    <head>
-        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-        <meta charset="utf-8">
-        <title>Wicket 1.4.2 released | Apache Wicket</title>
-        <meta name="viewport" content="width=device-width, initial-scale=1" />
-
-        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
-        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
-        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
-
-		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
-
-    </head>
-
-    <body class="">
-        <div class="header default">
-    <div class="l-container">
-<nav class="mainmenu">
-    <ul>
-		<!-- /start/quickstart.html || /news/2009/10/12/wicket-1-4-2-released.html -->
-    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
-		<!-- /start/download.html || /news/2009/10/12/wicket-1-4-2-released.html -->
-    	<li class=""><a href="/start/download.html">Download</a></li>
-		<!-- /learn || /news/2009/10/12/wicket-1-4-2-released.html -->
-    	<li class=""><a href="/learn">Documentation</a></li>
-		<!-- /help || /news/2009/10/12/wicket-1-4-2-released.html -->
-    	<li class=""><a href="/help">Support</a></li>
-		<!-- /contribute || /news/2009/10/12/wicket-1-4-2-released.html -->
-    	<li class=""><a href="/contribute">Contribute</a></li>
-		<!-- /community || /news/2009/10/12/wicket-1-4-2-released.html -->
-    	<li class=""><a href="/community">Community</a></li>
-		<!-- /apache || /news/2009/10/12/wicket-1-4-2-released.html -->
-    	<li class=""><a href="/apache">Apache</a></li>
-    </ul>
-</nav>
-        <div class="logo">
-    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
-</div>
-    </div>
-</div>
-<main>
-    <div class="l-container">
-        <header class="l-full preamble">
-            <h1>Wicket 1.4.2 released</h1>
-        </header>
-        <section class="l-one-third right">
-        </section>
-        <section class="l-two-third left">
-            <div class="l-full">
-    <p class="meta">12 Oct 2009</p>
-    <p>The Apache Wicket project is proud to announce the second maintenance release
-of Apache Wicket 1.4.</p>
-<h3 id="download-apache-wicket-142">Download Apache Wicket 1.4.2</h3>
-<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’s to upgrade to the new version:</p>
-<figure class="highlight"><pre><code class="language-xml" data-lang="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></figure>
-<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>
-<p>We thank you for your patience and support.</p>
-<p>The Wicket Team</p>
-</div>
-        </section>
-    </div>
-</main>
-        <footer class="l-container">
-            <div class="l-full">
-    <img height="60px" src="/img/asf_logo.gif" style="float:left">
-    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
-    Wicket, Apache, the Apache feather logo, and the Apache Wicket
-    project logo are trademarks of The Apache Software Foundation. All
-    other marks mentioned may be trademarks or registered trademarks of
-    their respective owners.
-</div>
-        </footer>
-    </body>
-
-</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2009/10/12/wicket-1.4.2-released.html
----------------------------------------------------------------------
diff --git a/content/news/2009/10/12/wicket-1.4.2-released.html b/content/news/2009/10/12/wicket-1.4.2-released.html
new file mode 100644
index 0000000..523e0ed
--- /dev/null
+++ b/content/news/2009/10/12/wicket-1.4.2-released.html
@@ -0,0 +1,84 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+        <meta charset="utf-8">
+        <title>Wicket 1.4.2 released | Apache Wicket</title>
+        <meta name="viewport" content="width=device-width, initial-scale=1" />
+
+        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
+        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
+        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
+
+		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
+
+    </head>
+
+    <body class="">
+        <div class="header default">
+    <div class="l-container">
+<nav class="mainmenu">
+    <ul>
+		<!-- /start/quickstart.html || /news/2009/10/12/wicket-1.4.2-released.html -->
+    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
+		<!-- /start/download.html || /news/2009/10/12/wicket-1.4.2-released.html -->
+    	<li class=""><a href="/start/download.html">Download</a></li>
+		<!-- /learn || /news/2009/10/12/wicket-1.4.2-released.html -->
+    	<li class=""><a href="/learn">Documentation</a></li>
+		<!-- /help || /news/2009/10/12/wicket-1.4.2-released.html -->
+    	<li class=""><a href="/help">Support</a></li>
+		<!-- /contribute || /news/2009/10/12/wicket-1.4.2-released.html -->
+    	<li class=""><a href="/contribute">Contribute</a></li>
+		<!-- /community || /news/2009/10/12/wicket-1.4.2-released.html -->
+    	<li class=""><a href="/community">Community</a></li>
+		<!-- /apache || /news/2009/10/12/wicket-1.4.2-released.html -->
+    	<li class=""><a href="/apache">Apache</a></li>
+    </ul>
+</nav>
+        <div class="logo">
+    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
+</div>
+    </div>
+</div>
+<main>
+    <div class="l-container">
+        <header class="l-full preamble">
+            <h1>Wicket 1.4.2 released</h1>
+        </header>
+        <section class="l-one-third right">
+        </section>
+        <section class="l-two-third left">
+            <div class="l-full">
+    <p class="meta">12 Oct 2009</p>
+    <p>The Apache Wicket project is proud to announce the second maintenance release
+of Apache Wicket 1.4.</p>
+<h3 id="download-apache-wicket-142">Download Apache Wicket 1.4.2</h3>
+<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’s to upgrade to the new version:</p>
+<figure class="highlight"><pre><code class="language-xml" data-lang="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></figure>
+<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>
+<p>We thank you for your patience and support.</p>
+<p>The Wicket Team</p>
+</div>
+        </section>
+    </div>
+</main>
+        <footer class="l-container">
+            <div class="l-full">
+    <img height="60px" src="/img/asf_logo.gif" style="float:left">
+    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
+    Wicket, Apache, the Apache feather logo, and the Apache Wicket
+    project logo are trademarks of The Apache Software Foundation. All
+    other marks mentioned may be trademarks or registered trademarks of
+    their respective owners.
+</div>
+        </footer>
+    </body>
+
+</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2009/10/24/wicket-1-4-3-released.html
----------------------------------------------------------------------
diff --git a/content/news/2009/10/24/wicket-1-4-3-released.html b/content/news/2009/10/24/wicket-1-4-3-released.html
deleted file mode 100644
index 57e880a..0000000
--- a/content/news/2009/10/24/wicket-1-4-3-released.html
+++ /dev/null
@@ -1,83 +0,0 @@
-<!DOCTYPE html>
-<html>
-    <head>
-        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-        <meta charset="utf-8">
-        <title>Wicket 1.4.3 released | Apache Wicket</title>
-        <meta name="viewport" content="width=device-width, initial-scale=1" />
-
-        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
-        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
-        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
-
-		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
-
-    </head>
-
-    <body class="">
-        <div class="header default">
-    <div class="l-container">
-<nav class="mainmenu">
-    <ul>
-		<!-- /start/quickstart.html || /news/2009/10/24/wicket-1-4-3-released.html -->
-    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
-		<!-- /start/download.html || /news/2009/10/24/wicket-1-4-3-released.html -->
-    	<li class=""><a href="/start/download.html">Download</a></li>
-		<!-- /learn || /news/2009/10/24/wicket-1-4-3-released.html -->
-    	<li class=""><a href="/learn">Documentation</a></li>
-		<!-- /help || /news/2009/10/24/wicket-1-4-3-released.html -->
-    	<li class=""><a href="/help">Support</a></li>
-		<!-- /contribute || /news/2009/10/24/wicket-1-4-3-released.html -->
-    	<li class=""><a href="/contribute">Contribute</a></li>
-		<!-- /community || /news/2009/10/24/wicket-1-4-3-released.html -->
-    	<li class=""><a href="/community">Community</a></li>
-		<!-- /apache || /news/2009/10/24/wicket-1-4-3-released.html -->
-    	<li class=""><a href="/apache">Apache</a></li>
-    </ul>
-</nav>
-        <div class="logo">
-    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
-</div>
-    </div>
-</div>
-<main>
-    <div class="l-container">
-        <header class="l-full preamble">
-            <h1>Wicket 1.4.3 released</h1>
-        </header>
-        <section class="l-one-third right">
-        </section>
-        <section class="l-two-third left">
-            <div class="l-full">
-    <p class="meta">24 Oct 2009</p>
-    <p>The Apache Wicket project is proud to announce the third maintenance release
-of Apache Wicket 1.4.</p>
-<h3 id="download-apache-wicket-143">Download Apache Wicket 1.4.3</h3>
-<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’s to upgrade to the new version:</p>
-<figure class="highlight"><pre><code class="language-xml" data-lang="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></figure>
-<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>
-<p>We thank you for your patience and support.</p>
-</div>
-        </section>
-    </div>
-</main>
-        <footer class="l-container">
-            <div class="l-full">
-    <img height="60px" src="/img/asf_logo.gif" style="float:left">
-    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
-    Wicket, Apache, the Apache feather logo, and the Apache Wicket
-    project logo are trademarks of The Apache Software Foundation. All
-    other marks mentioned may be trademarks or registered trademarks of
-    their respective owners.
-</div>
-        </footer>
-    </body>
-
-</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2009/10/24/wicket-1.4.3-released.html
----------------------------------------------------------------------
diff --git a/content/news/2009/10/24/wicket-1.4.3-released.html b/content/news/2009/10/24/wicket-1.4.3-released.html
new file mode 100644
index 0000000..fb9936b
--- /dev/null
+++ b/content/news/2009/10/24/wicket-1.4.3-released.html
@@ -0,0 +1,83 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+        <meta charset="utf-8">
+        <title>Wicket 1.4.3 released | Apache Wicket</title>
+        <meta name="viewport" content="width=device-width, initial-scale=1" />
+
+        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
+        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
+        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
+
+		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
+
+    </head>
+
+    <body class="">
+        <div class="header default">
+    <div class="l-container">
+<nav class="mainmenu">
+    <ul>
+		<!-- /start/quickstart.html || /news/2009/10/24/wicket-1.4.3-released.html -->
+    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
+		<!-- /start/download.html || /news/2009/10/24/wicket-1.4.3-released.html -->
+    	<li class=""><a href="/start/download.html">Download</a></li>
+		<!-- /learn || /news/2009/10/24/wicket-1.4.3-released.html -->
+    	<li class=""><a href="/learn">Documentation</a></li>
+		<!-- /help || /news/2009/10/24/wicket-1.4.3-released.html -->
+    	<li class=""><a href="/help">Support</a></li>
+		<!-- /contribute || /news/2009/10/24/wicket-1.4.3-released.html -->
+    	<li class=""><a href="/contribute">Contribute</a></li>
+		<!-- /community || /news/2009/10/24/wicket-1.4.3-released.html -->
+    	<li class=""><a href="/community">Community</a></li>
+		<!-- /apache || /news/2009/10/24/wicket-1.4.3-released.html -->
+    	<li class=""><a href="/apache">Apache</a></li>
+    </ul>
+</nav>
+        <div class="logo">
+    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
+</div>
+    </div>
+</div>
+<main>
+    <div class="l-container">
+        <header class="l-full preamble">
+            <h1>Wicket 1.4.3 released</h1>
+        </header>
+        <section class="l-one-third right">
+        </section>
+        <section class="l-two-third left">
+            <div class="l-full">
+    <p class="meta">24 Oct 2009</p>
+    <p>The Apache Wicket project is proud to announce the third maintenance release
+of Apache Wicket 1.4.</p>
+<h3 id="download-apache-wicket-143">Download Apache Wicket 1.4.3</h3>
+<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’s to upgrade to the new version:</p>
+<figure class="highlight"><pre><code class="language-xml" data-lang="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></figure>
+<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>
+<p>We thank you for your patience and support.</p>
+</div>
+        </section>
+    </div>
+</main>
+        <footer class="l-container">
+            <div class="l-full">
+    <img height="60px" src="/img/asf_logo.gif" style="float:left">
+    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
+    Wicket, Apache, the Apache feather logo, and the Apache Wicket
+    project logo are trademarks of The Apache Software Foundation. All
+    other marks mentioned may be trademarks or registered trademarks of
+    their respective owners.
+</div>
+        </footer>
+    </body>
+
+</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2009/10/index.html
----------------------------------------------------------------------
diff --git a/content/news/2009/10/index.html b/content/news/2009/10/index.html
index dce2f7e..54a0c57 100644
--- a/content/news/2009/10/index.html
+++ b/content/news/2009/10/index.html
@@ -53,7 +53,7 @@
 of Apache Wicket 1.4.</p>
 <h3 id="download-apache-wicket-142">Download Apache Wicket 1.4.2</h3>
 <p>You can download the release here: <a href="http://www.apache.org/dyn/closer.cgi/wicket/1.4.2">http://www.apache...</a></p>
-	<a href="/news/2009/10/12/wicket-1-4-2-released.html">more</a></li>
+	<a href="/news/2009/10/12/wicket-1.4.2-released.html">more</a></li>
 </div>
 <div class="news">
 	<h3>Wicket 1.4.3 released</h3>
@@ -62,7 +62,7 @@ of Apache Wicket 1.4.</p>
 of Apache Wicket 1.4.</p>
 <h3 id="download-apache-wicket-143">Download Apache Wicket 1.4.3</h3>
 <p>You can download the release here: <a href="http://www.apache.org/dyn/closer.cgi/wicket/1.4.3">http://www.apach...</a></p>
-	<a href="/news/2009/10/24/wicket-1-4-3-released.html">more</a></li>
+	<a href="/news/2009/10/24/wicket-1.4.3-released.html">more</a></li>
 </div>
         </div>
         <div class="l-one-third">


[15/19] wicket-site git commit: WICKET-6049 updated links to example site

Posted by ad...@apache.org.
http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2010/index.html
----------------------------------------------------------------------
diff --git a/content/news/2010/index.html b/content/news/2010/index.html
index 7187ec7..d184e6b 100644
--- a/content/news/2010/index.html
+++ b/content/news/2010/index.html
@@ -52,10 +52,10 @@
                   <p>This section contains all news items published in <a href="/news/2010/12">December 2010</a>.</p>
               </div>
                   <div class="l-full">
-              		<h3 id="/news/2010/12/24/wicket-1-4-15-released.html">Wicket 1.4.15 released</h3>
+              		<h3 id="/news/2010/12/24/wicket-1.4.15-released.html">Wicket 1.4.15 released</h3>
                       <small>24 Dec 2010</small>
               		<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. Subversion tag Changelog To...
-              		<a href="/news/2010/12/24/wicket-1-4-15-released.html">more</a></li></p>
+              		<a href="/news/2010/12/24/wicket-1.4.15-released.html">more</a></li></p>
                   </div>
               <hr>
               <div class="l-first"></div>
@@ -64,10 +64,10 @@
                   <p>This section contains all news items published in <a href="/news/2010/11">November 2010</a>.</p>
               </div>
                   <div class="l-full">
-              		<h3 id="/news/2010/11/29/wicket-1-4-14-released.html">Wicket 1.4.14 released</h3>
+              		<h3 id="/news/2010/11/29/wicket-1.4.14-released.html">Wicket 1.4.14 released</h3>
                       <small>29 Nov 2010</small>
               		<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. Subversion tag Changelog To...
-              		<a href="/news/2010/11/29/wicket-1-4-14-released.html">more</a></li></p>
+              		<a href="/news/2010/11/29/wicket-1.4.14-released.html">more</a></li></p>
                   </div>
                   <div class="l-full">
               		<h3 id="/news/2010/11/21/pedro-santos-committer.html">Pedro Santos is a Wicket team member</h3>
@@ -76,16 +76,16 @@
               		<a href="/news/2010/11/21/pedro-santos-committer.html">more</a></li></p>
                   </div>
                   <div class="l-full">
-              		<h3 id="/news/2010/11/05/wicket-1-5-m3-released.html">Wicket 1.5-M3 released</h3>
+              		<h3 id="/news/2010/11/05/wicket-1.5-M3-released.html">Wicket 1.5-M3 released</h3>
                       <small>05 Nov 2010</small>
               		<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)....
-              		<a href="/news/2010/11/05/wicket-1-5-m3-released.html">more</a></li></p>
+              		<a href="/news/2010/11/05/wicket-1.5-M3-released.html">more</a></li></p>
                   </div>
                   <div class="l-full">
-              		<h3 id="/news/2010/11/01/wicket-1-4-13-released.html">Wicket 1.4.13 released</h3>
+              		<h3 id="/news/2010/11/01/wicket-1.4.13-released.html">Wicket 1.4.13 released</h3>
                       <small>01 Nov 2010</small>
               		<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. Subversion tag Changelog To...
-              		<a href="/news/2010/11/01/wicket-1-4-13-released.html">more</a></li></p>
+              		<a href="/news/2010/11/01/wicket-1.4.13-released.html">more</a></li></p>
                   </div>
               <hr>
               <div class="l-first"></div>
@@ -94,22 +94,22 @@
                   <p>This section contains all news items published in <a href="/news/2010/09">September 2010</a>.</p>
               </div>
                   <div class="l-full">
-              		<h3 id="/news/2010/09/17/wicket-1-5-m2-1-released.html">Wicket 1.5-M2.1 released</h3>
+              		<h3 id="/news/2010/09/17/wicket.1.5-M2.1-released.html">Wicket 1.5-M2.1 released</h3>
                       <small>17 Sep 2010</small>
               		<p>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...
-              		<a href="/news/2010/09/17/wicket-1-5-m2-1-released.html">more</a></li></p>
+              		<a href="/news/2010/09/17/wicket.1.5-M2.1-released.html">more</a></li></p>
                   </div>
                   <div class="l-full">
-              		<h3 id="/news/2010/09/17/wicket-1-4-12-released.html">Wicket 1.4.12 released</h3>
+              		<h3 id="/news/2010/09/17/wicket.1.4.12-released.html">Wicket 1.4.12 released</h3>
                       <small>17 Sep 2010</small>
               		<p>This is the twelfth maintenance release of the 1.4.x series. This release brings a fix to a critical bug which prevented ajax form submits in...
-              		<a href="/news/2010/09/17/wicket-1-4-12-released.html">more</a></li></p>
+              		<a href="/news/2010/09/17/wicket.1.4.12-released.html">more</a></li></p>
                   </div>
                   <div class="l-full">
-              		<h3 id="/news/2010/09/09/wicket-1-4-11-released.html">Wicket 1.4.11 released</h3>
+              		<h3 id="/news/2010/09/09/wicket-1.4.11-released.html">Wicket 1.4.11 released</h3>
                       <small>09 Sep 2010</small>
               		<p>This is the eleventh maintenance release of the 1.4.x series and brings over fifty bug fixes and improvements. Subversion tag Changelog To use in Maven:...
-              		<a href="/news/2010/09/09/wicket-1-4-11-released.html">more</a></li></p>
+              		<a href="/news/2010/09/09/wicket-1.4.11-released.html">more</a></li></p>
                   </div>
               <hr>
               <div class="l-first"></div>
@@ -124,16 +124,16 @@
               		<a href="/news/2010/08/24/peter-ertl-committer.html">more</a></li></p>
                   </div>
                   <div class="l-full">
-              		<h3 id="/news/2010/08/11/wicket-1-5-m1-released.html">Wicket 1.5-M1 released</h3>
+              		<h3 id="/news/2010/08/11/wicket-1.5-M1-released.html">Wicket 1.5-M1 released</h3>
                       <small>11 Aug 2010</small>
               		<p>This is the first 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...
-              		<a href="/news/2010/08/11/wicket-1-5-m1-released.html">more</a></li></p>
+              		<a href="/news/2010/08/11/wicket-1.5-M1-released.html">more</a></li></p>
                   </div>
                   <div class="l-full">
-              		<h3 id="/news/2010/08/11/wicket-1-4-10-released.html">Wicket 1.4.10 released</h3>
+              		<h3 id="/news/2010/08/11/wicket-1.4.10-released.html">Wicket 1.4.10 released</h3>
                       <small>11 Aug 2010</small>
               		<p>This is the tenth maintenance release of the 1.4.x series and brings over thirty bug fixes and improvements. As well as bringing bug fixes and...
-              		<a href="/news/2010/08/11/wicket-1-4-10-released.html">more</a></li></p>
+              		<a href="/news/2010/08/11/wicket-1.4.10-released.html">more</a></li></p>
                   </div>
                   <div class="l-full">
               		<h3 id="/news/2010/08/04/martin-grigorov-committer.html">Martin Grigorov is a Wicket team member</h3>
@@ -148,16 +148,16 @@
                   <p>This section contains all news items published in <a href="/news/2010/05">May 2010</a>.</p>
               </div>
                   <div class="l-full">
-              		<h3 id="/news/2010/05/24/wicket-1-4-9-released.html">Wicket 1.4.9 released</h3>
+              		<h3 id="/news/2010/05/24/wicket-1.4.9-released.html">Wicket 1.4.9 released</h3>
                       <small>24 May 2010</small>
               		<p>This is the ninth maintenance release of the 1.4.x series and brings over fifteen bug fixes and improvements. Subversion tag Changelog To use in Maven:...
-              		<a href="/news/2010/05/24/wicket-1-4-9-released.html">more</a></li></p>
+              		<a href="/news/2010/05/24/wicket-1.4.9-released.html">more</a></li></p>
                   </div>
                   <div class="l-full">
-              		<h3 id="/news/2010/05/03/wicket-1-4-8-released.html">Wicket 1.4.8 released</h3>
+              		<h3 id="/news/2010/05/03/wicket-1.4.8-released.html">Wicket 1.4.8 released</h3>
                       <small>03 May 2010</small>
               		<p>Wicket 1.4.8 is released! This is the eighth maintenance release of 1.4.x series and brings over 20 bug fixes and improvements. SVN tag Using Maven:...
-              		<a href="/news/2010/05/03/wicket-1-4-8-released.html">more</a></li></p>
+              		<a href="/news/2010/05/03/wicket-1.4.8-released.html">more</a></li></p>
                   </div>
               <hr>
               <div class="l-first"></div>
@@ -166,10 +166,10 @@
                   <p>This section contains all news items published in <a href="/news/2010/03">March 2010</a>.</p>
               </div>
                   <div class="l-full">
-              		<h3 id="/news/2010/03/05/wicket-1-4-7-released.html">Wicket 1.4.7 released</h3>
+              		<h3 id="/news/2010/03/05/wicket-1.4.7-released.html">Wicket 1.4.7 released</h3>
                       <small>05 Mar 2010</small>
               		<p>The Apache Wicket project is proud to announce the seventh maintenance release of Apache Wicket 1.4. This releases brings over 30 improvements and bug fixes....
-              		<a href="/news/2010/03/05/wicket-1-4-7-released.html">more</a></li></p>
+              		<a href="/news/2010/03/05/wicket-1.4.7-released.html">more</a></li></p>
                   </div>
               <hr>
               <div class="l-first"></div>
@@ -178,10 +178,10 @@
                   <p>This section contains all news items published in <a href="/news/2010/02">February 2010</a>.</p>
               </div>
                   <div class="l-full">
-              		<h3 id="/news/2010/02/01/wicket-1-4-6-released.html">Wicket 1.4.6 released</h3>
+              		<h3 id="/news/2010/02/01/wicket-1.4.6-released.html">Wicket 1.4.6 released</h3>
                       <small>01 Feb 2010</small>
               		<p>The Apache Wicket project is proud to announce the sixths maintenance release of Apache Wicket 1.4. This releases brings over 40 improvements and bug fixes...
-              		<a href="/news/2010/02/01/wicket-1-4-6-released.html">more</a></li></p>
+              		<a href="/news/2010/02/01/wicket-1.4.6-released.html">more</a></li></p>
                   </div>
               <hr>
               <div class="l-first"></div>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2011/01/22/wicket-1-5-rc1-released.html
----------------------------------------------------------------------
diff --git a/content/news/2011/01/22/wicket-1-5-rc1-released.html b/content/news/2011/01/22/wicket-1-5-rc1-released.html
deleted file mode 100644
index dca2fea..0000000
--- a/content/news/2011/01/22/wicket-1-5-rc1-released.html
+++ /dev/null
@@ -1,88 +0,0 @@
-<!DOCTYPE html>
-<html>
-    <head>
-        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-        <meta charset="utf-8">
-        <title>Wicket 1.5-RC1 released | Apache Wicket</title>
-        <meta name="viewport" content="width=device-width, initial-scale=1" />
-
-        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
-        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
-        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
-
-		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
-
-    </head>
-
-    <body class="">
-        <div class="header default">
-    <div class="l-container">
-<nav class="mainmenu">
-    <ul>
-		<!-- /start/quickstart.html || /news/2011/01/22/wicket-1-5-rc1-released.html -->
-    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
-		<!-- /start/download.html || /news/2011/01/22/wicket-1-5-rc1-released.html -->
-    	<li class=""><a href="/start/download.html">Download</a></li>
-		<!-- /learn || /news/2011/01/22/wicket-1-5-rc1-released.html -->
-    	<li class=""><a href="/learn">Documentation</a></li>
-		<!-- /help || /news/2011/01/22/wicket-1-5-rc1-released.html -->
-    	<li class=""><a href="/help">Support</a></li>
-		<!-- /contribute || /news/2011/01/22/wicket-1-5-rc1-released.html -->
-    	<li class=""><a href="/contribute">Contribute</a></li>
-		<!-- /community || /news/2011/01/22/wicket-1-5-rc1-released.html -->
-    	<li class=""><a href="/community">Community</a></li>
-		<!-- /apache || /news/2011/01/22/wicket-1-5-rc1-released.html -->
-    	<li class=""><a href="/apache">Apache</a></li>
-    </ul>
-</nav>
-        <div class="logo">
-    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
-</div>
-    </div>
-</div>
-<main>
-    <div class="l-container">
-        <header class="l-full preamble">
-            <h1>Wicket 1.5-RC1 released</h1>
-        </header>
-        <section class="l-one-third right">
-        </section>
-        <section class="l-two-third left">
-            <div class="l-full">
-    <p class="meta">22 Jan 2011</p>
-    <p>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:
-* A more powerful and flexible request processing pipeline
-* Intercomponent event mechanism
-* Improved configuration
-* More flexible markup loading
-* Better proxy support (x-forwarded-for header)</p>
-<p>More detailed migration notes are available on our <a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+1.5">Migrate to 1.5 Wiki Page</a></p>
-<p>Release Artifacts:
-* <a href="http://svn.apache.org/repos/asf/wicket/releases/wicket-1.5-RC1">Subversion tag</a> 
-* <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>
-* To use in Maven:</p>
-<figure class="highlight"><pre><code class="language-xml" data-lang="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></figure>
-<ul>
-  <li>Download the <a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5-RC1">full distribution</a> (including source)</li>
-</ul>
-</div>
-        </section>
-    </div>
-</main>
-        <footer class="l-container">
-            <div class="l-full">
-    <img height="60px" src="/img/asf_logo.gif" style="float:left">
-    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
-    Wicket, Apache, the Apache feather logo, and the Apache Wicket
-    project logo are trademarks of The Apache Software Foundation. All
-    other marks mentioned may be trademarks or registered trademarks of
-    their respective owners.
-</div>
-        </footer>
-    </body>
-
-</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2011/01/22/wicket-1.5-RC1-released.html
----------------------------------------------------------------------
diff --git a/content/news/2011/01/22/wicket-1.5-RC1-released.html b/content/news/2011/01/22/wicket-1.5-RC1-released.html
new file mode 100644
index 0000000..be1c099
--- /dev/null
+++ b/content/news/2011/01/22/wicket-1.5-RC1-released.html
@@ -0,0 +1,88 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+        <meta charset="utf-8">
+        <title>Wicket 1.5-RC1 released | Apache Wicket</title>
+        <meta name="viewport" content="width=device-width, initial-scale=1" />
+
+        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
+        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
+        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
+
+		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
+
+    </head>
+
+    <body class="">
+        <div class="header default">
+    <div class="l-container">
+<nav class="mainmenu">
+    <ul>
+		<!-- /start/quickstart.html || /news/2011/01/22/wicket-1.5-RC1-released.html -->
+    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
+		<!-- /start/download.html || /news/2011/01/22/wicket-1.5-RC1-released.html -->
+    	<li class=""><a href="/start/download.html">Download</a></li>
+		<!-- /learn || /news/2011/01/22/wicket-1.5-RC1-released.html -->
+    	<li class=""><a href="/learn">Documentation</a></li>
+		<!-- /help || /news/2011/01/22/wicket-1.5-RC1-released.html -->
+    	<li class=""><a href="/help">Support</a></li>
+		<!-- /contribute || /news/2011/01/22/wicket-1.5-RC1-released.html -->
+    	<li class=""><a href="/contribute">Contribute</a></li>
+		<!-- /community || /news/2011/01/22/wicket-1.5-RC1-released.html -->
+    	<li class=""><a href="/community">Community</a></li>
+		<!-- /apache || /news/2011/01/22/wicket-1.5-RC1-released.html -->
+    	<li class=""><a href="/apache">Apache</a></li>
+    </ul>
+</nav>
+        <div class="logo">
+    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
+</div>
+    </div>
+</div>
+<main>
+    <div class="l-container">
+        <header class="l-full preamble">
+            <h1>Wicket 1.5-RC1 released</h1>
+        </header>
+        <section class="l-one-third right">
+        </section>
+        <section class="l-two-third left">
+            <div class="l-full">
+    <p class="meta">22 Jan 2011</p>
+    <p>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:
+* A more powerful and flexible request processing pipeline
+* Intercomponent event mechanism
+* Improved configuration
+* More flexible markup loading
+* Better proxy support (x-forwarded-for header)</p>
+<p>More detailed migration notes are available on our <a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+1.5">Migrate to 1.5 Wiki Page</a></p>
+<p>Release Artifacts:
+* <a href="http://svn.apache.org/repos/asf/wicket/releases/wicket-1.5-RC1">Subversion tag</a> 
+* <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>
+* To use in Maven:</p>
+<figure class="highlight"><pre><code class="language-xml" data-lang="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></figure>
+<ul>
+  <li>Download the <a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5-RC1">full distribution</a> (including source)</li>
+</ul>
+</div>
+        </section>
+    </div>
+</main>
+        <footer class="l-container">
+            <div class="l-full">
+    <img height="60px" src="/img/asf_logo.gif" style="float:left">
+    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
+    Wicket, Apache, the Apache feather logo, and the Apache Wicket
+    project logo are trademarks of The Apache Software Foundation. All
+    other marks mentioned may be trademarks or registered trademarks of
+    their respective owners.
+</div>
+        </footer>
+    </body>
+
+</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2011/01/index.html
----------------------------------------------------------------------
diff --git a/content/news/2011/01/index.html b/content/news/2011/01/index.html
index bc1112c..338e8e3 100644
--- a/content/news/2011/01/index.html
+++ b/content/news/2011/01/index.html
@@ -50,7 +50,7 @@
 	<h3>Wicket 1.5-RC1 released</h3>
   <p><small>22 Jan 2011</small></p>
 	<p>The Wicket Team is proud to introduce the first Release Candidate in Wicket 1.5 series. The 1.5 series provides the following major improvement...</p>
-	<a href="/news/2011/01/22/wicket-1-5-rc1-released.html">more</a></li>
+	<a href="/news/2011/01/22/wicket-1.5-RC1-released.html">more</a></li>
 </div>
         </div>
         <div class="l-one-third">

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2011/02/25/wicket-1-4-16-released.html
----------------------------------------------------------------------
diff --git a/content/news/2011/02/25/wicket-1-4-16-released.html b/content/news/2011/02/25/wicket-1-4-16-released.html
deleted file mode 100644
index fef6630..0000000
--- a/content/news/2011/02/25/wicket-1-4-16-released.html
+++ /dev/null
@@ -1,83 +0,0 @@
-<!DOCTYPE html>
-<html>
-    <head>
-        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-        <meta charset="utf-8">
-        <title>Wicket 1.4.16 released | Apache Wicket</title>
-        <meta name="viewport" content="width=device-width, initial-scale=1" />
-
-        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
-        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
-        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
-
-		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
-
-    </head>
-
-    <body class="">
-        <div class="header default">
-    <div class="l-container">
-<nav class="mainmenu">
-    <ul>
-		<!-- /start/quickstart.html || /news/2011/02/25/wicket-1-4-16-released.html -->
-    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
-		<!-- /start/download.html || /news/2011/02/25/wicket-1-4-16-released.html -->
-    	<li class=""><a href="/start/download.html">Download</a></li>
-		<!-- /learn || /news/2011/02/25/wicket-1-4-16-released.html -->
-    	<li class=""><a href="/learn">Documentation</a></li>
-		<!-- /help || /news/2011/02/25/wicket-1-4-16-released.html -->
-    	<li class=""><a href="/help">Support</a></li>
-		<!-- /contribute || /news/2011/02/25/wicket-1-4-16-released.html -->
-    	<li class=""><a href="/contribute">Contribute</a></li>
-		<!-- /community || /news/2011/02/25/wicket-1-4-16-released.html -->
-    	<li class=""><a href="/community">Community</a></li>
-		<!-- /apache || /news/2011/02/25/wicket-1-4-16-released.html -->
-    	<li class=""><a href="/apache">Apache</a></li>
-    </ul>
-</nav>
-        <div class="logo">
-    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
-</div>
-    </div>
-</div>
-<main>
-    <div class="l-container">
-        <header class="l-full preamble">
-            <h1>Wicket 1.4.16 released</h1>
-        </header>
-        <section class="l-one-third right">
-        </section>
-        <section class="l-two-third left">
-            <div class="l-full">
-    <p class="meta">25 Feb 2011</p>
-    <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><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&amp;version=12316020">Changelog</a></li>
-  <li>To use in Maven:</li>
-</ul>
-<figure class="highlight"><pre><code class="language-xml" data-lang="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></figure>
-<ul>
-  <li>Download the <a href="http://www.apache.org/dyn/closer.cgi/wicket/1.4.16">full distribution</a> (including source)</li>
-</ul>
-</div>
-        </section>
-    </div>
-</main>
-        <footer class="l-container">
-            <div class="l-full">
-    <img height="60px" src="/img/asf_logo.gif" style="float:left">
-    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
-    Wicket, Apache, the Apache feather logo, and the Apache Wicket
-    project logo are trademarks of The Apache Software Foundation. All
-    other marks mentioned may be trademarks or registered trademarks of
-    their respective owners.
-</div>
-        </footer>
-    </body>
-
-</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2011/02/25/wicket-1-5-rc2-released.html
----------------------------------------------------------------------
diff --git a/content/news/2011/02/25/wicket-1-5-rc2-released.html b/content/news/2011/02/25/wicket-1-5-rc2-released.html
deleted file mode 100644
index 4343fca..0000000
--- a/content/news/2011/02/25/wicket-1-5-rc2-released.html
+++ /dev/null
@@ -1,83 +0,0 @@
-<!DOCTYPE html>
-<html>
-    <head>
-        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-        <meta charset="utf-8">
-        <title>Wicket 1.5-rc2 released | Apache Wicket</title>
-        <meta name="viewport" content="width=device-width, initial-scale=1" />
-
-        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
-        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
-        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
-
-		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
-
-    </head>
-
-    <body class="">
-        <div class="header default">
-    <div class="l-container">
-<nav class="mainmenu">
-    <ul>
-		<!-- /start/quickstart.html || /news/2011/02/25/wicket-1-5-rc2-released.html -->
-    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
-		<!-- /start/download.html || /news/2011/02/25/wicket-1-5-rc2-released.html -->
-    	<li class=""><a href="/start/download.html">Download</a></li>
-		<!-- /learn || /news/2011/02/25/wicket-1-5-rc2-released.html -->
-    	<li class=""><a href="/learn">Documentation</a></li>
-		<!-- /help || /news/2011/02/25/wicket-1-5-rc2-released.html -->
-    	<li class=""><a href="/help">Support</a></li>
-		<!-- /contribute || /news/2011/02/25/wicket-1-5-rc2-released.html -->
-    	<li class=""><a href="/contribute">Contribute</a></li>
-		<!-- /community || /news/2011/02/25/wicket-1-5-rc2-released.html -->
-    	<li class=""><a href="/community">Community</a></li>
-		<!-- /apache || /news/2011/02/25/wicket-1-5-rc2-released.html -->
-    	<li class=""><a href="/apache">Apache</a></li>
-    </ul>
-</nav>
-        <div class="logo">
-    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
-</div>
-    </div>
-</div>
-<main>
-    <div class="l-container">
-        <header class="l-full preamble">
-            <h1>Wicket 1.5-rc2 released</h1>
-        </header>
-        <section class="l-one-third right">
-        </section>
-        <section class="l-two-third left">
-            <div class="l-full">
-    <p class="meta">25 Feb 2011</p>
-    <p>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</p>
-<p>More detailed migration notes are available on our <a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+1.5">Migrate to 1.5 Wiki Page</a></p>
-<p>Release Artifacts:
-* <a href="http://svn.apache.org/repos/asf/wicket/releases/wicket-1.5-rc2">Subversion tag</a> 
-* <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&amp;version=12316059">Changelog</a>
-* To use in Maven:</p>
-<figure class="highlight"><pre><code class="language-xml" data-lang="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></figure>
-<ul>
-  <li>Download the <a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5-rc2">full distribution</a> (including source)</li>
-</ul>
-</div>
-        </section>
-    </div>
-</main>
-        <footer class="l-container">
-            <div class="l-full">
-    <img height="60px" src="/img/asf_logo.gif" style="float:left">
-    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
-    Wicket, Apache, the Apache feather logo, and the Apache Wicket
-    project logo are trademarks of The Apache Software Foundation. All
-    other marks mentioned may be trademarks or registered trademarks of
-    their respective owners.
-</div>
-        </footer>
-    </body>
-
-</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2011/02/25/wicket-1.4.16-released.html
----------------------------------------------------------------------
diff --git a/content/news/2011/02/25/wicket-1.4.16-released.html b/content/news/2011/02/25/wicket-1.4.16-released.html
new file mode 100644
index 0000000..6354de5
--- /dev/null
+++ b/content/news/2011/02/25/wicket-1.4.16-released.html
@@ -0,0 +1,83 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+        <meta charset="utf-8">
+        <title>Wicket 1.4.16 released | Apache Wicket</title>
+        <meta name="viewport" content="width=device-width, initial-scale=1" />
+
+        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
+        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
+        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
+
+		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
+
+    </head>
+
+    <body class="">
+        <div class="header default">
+    <div class="l-container">
+<nav class="mainmenu">
+    <ul>
+		<!-- /start/quickstart.html || /news/2011/02/25/wicket-1.4.16-released.html -->
+    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
+		<!-- /start/download.html || /news/2011/02/25/wicket-1.4.16-released.html -->
+    	<li class=""><a href="/start/download.html">Download</a></li>
+		<!-- /learn || /news/2011/02/25/wicket-1.4.16-released.html -->
+    	<li class=""><a href="/learn">Documentation</a></li>
+		<!-- /help || /news/2011/02/25/wicket-1.4.16-released.html -->
+    	<li class=""><a href="/help">Support</a></li>
+		<!-- /contribute || /news/2011/02/25/wicket-1.4.16-released.html -->
+    	<li class=""><a href="/contribute">Contribute</a></li>
+		<!-- /community || /news/2011/02/25/wicket-1.4.16-released.html -->
+    	<li class=""><a href="/community">Community</a></li>
+		<!-- /apache || /news/2011/02/25/wicket-1.4.16-released.html -->
+    	<li class=""><a href="/apache">Apache</a></li>
+    </ul>
+</nav>
+        <div class="logo">
+    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
+</div>
+    </div>
+</div>
+<main>
+    <div class="l-container">
+        <header class="l-full preamble">
+            <h1>Wicket 1.4.16 released</h1>
+        </header>
+        <section class="l-one-third right">
+        </section>
+        <section class="l-two-third left">
+            <div class="l-full">
+    <p class="meta">25 Feb 2011</p>
+    <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><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&amp;version=12316020">Changelog</a></li>
+  <li>To use in Maven:</li>
+</ul>
+<figure class="highlight"><pre><code class="language-xml" data-lang="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></figure>
+<ul>
+  <li>Download the <a href="http://www.apache.org/dyn/closer.cgi/wicket/1.4.16">full distribution</a> (including source)</li>
+</ul>
+</div>
+        </section>
+    </div>
+</main>
+        <footer class="l-container">
+            <div class="l-full">
+    <img height="60px" src="/img/asf_logo.gif" style="float:left">
+    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
+    Wicket, Apache, the Apache feather logo, and the Apache Wicket
+    project logo are trademarks of The Apache Software Foundation. All
+    other marks mentioned may be trademarks or registered trademarks of
+    their respective owners.
+</div>
+        </footer>
+    </body>
+
+</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2011/02/25/wicket-1.5-rc2-released.html
----------------------------------------------------------------------
diff --git a/content/news/2011/02/25/wicket-1.5-rc2-released.html b/content/news/2011/02/25/wicket-1.5-rc2-released.html
new file mode 100644
index 0000000..97a338b
--- /dev/null
+++ b/content/news/2011/02/25/wicket-1.5-rc2-released.html
@@ -0,0 +1,83 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+        <meta charset="utf-8">
+        <title>Wicket 1.5-rc2 released | Apache Wicket</title>
+        <meta name="viewport" content="width=device-width, initial-scale=1" />
+
+        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
+        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
+        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
+
+		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
+
+    </head>
+
+    <body class="">
+        <div class="header default">
+    <div class="l-container">
+<nav class="mainmenu">
+    <ul>
+		<!-- /start/quickstart.html || /news/2011/02/25/wicket-1.5-rc2-released.html -->
+    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
+		<!-- /start/download.html || /news/2011/02/25/wicket-1.5-rc2-released.html -->
+    	<li class=""><a href="/start/download.html">Download</a></li>
+		<!-- /learn || /news/2011/02/25/wicket-1.5-rc2-released.html -->
+    	<li class=""><a href="/learn">Documentation</a></li>
+		<!-- /help || /news/2011/02/25/wicket-1.5-rc2-released.html -->
+    	<li class=""><a href="/help">Support</a></li>
+		<!-- /contribute || /news/2011/02/25/wicket-1.5-rc2-released.html -->
+    	<li class=""><a href="/contribute">Contribute</a></li>
+		<!-- /community || /news/2011/02/25/wicket-1.5-rc2-released.html -->
+    	<li class=""><a href="/community">Community</a></li>
+		<!-- /apache || /news/2011/02/25/wicket-1.5-rc2-released.html -->
+    	<li class=""><a href="/apache">Apache</a></li>
+    </ul>
+</nav>
+        <div class="logo">
+    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
+</div>
+    </div>
+</div>
+<main>
+    <div class="l-container">
+        <header class="l-full preamble">
+            <h1>Wicket 1.5-rc2 released</h1>
+        </header>
+        <section class="l-one-third right">
+        </section>
+        <section class="l-two-third left">
+            <div class="l-full">
+    <p class="meta">25 Feb 2011</p>
+    <p>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</p>
+<p>More detailed migration notes are available on our <a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+1.5">Migrate to 1.5 Wiki Page</a></p>
+<p>Release Artifacts:
+* <a href="http://svn.apache.org/repos/asf/wicket/releases/wicket-1.5-rc2">Subversion tag</a> 
+* <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&amp;version=12316059">Changelog</a>
+* To use in Maven:</p>
+<figure class="highlight"><pre><code class="language-xml" data-lang="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></figure>
+<ul>
+  <li>Download the <a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5-rc2">full distribution</a> (including source)</li>
+</ul>
+</div>
+        </section>
+    </div>
+</main>
+        <footer class="l-container">
+            <div class="l-full">
+    <img height="60px" src="/img/asf_logo.gif" style="float:left">
+    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
+    Wicket, Apache, the Apache feather logo, and the Apache Wicket
+    project logo are trademarks of The Apache Software Foundation. All
+    other marks mentioned may be trademarks or registered trademarks of
+    their respective owners.
+</div>
+        </footer>
+    </body>
+
+</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2011/02/index.html
----------------------------------------------------------------------
diff --git a/content/news/2011/02/index.html b/content/news/2011/02/index.html
index a087c2b..62d7423 100644
--- a/content/news/2011/02/index.html
+++ b/content/news/2011/02/index.html
@@ -57,14 +57,14 @@
 </ul>
 <figure class="highlight"><pre><code class="language-xml" data-lang="xml"><span class="nt">&lt;dependency&gt;</span>
     <span class="nt">&lt;grou...</span></code></pre></figure>
-	<a href="/news/2011/02/25/wicket-1-4-16-released.html">more</a></li>
+	<a href="/news/2011/02/25/wicket-1.4.16-released.html">more</a></li>
 </div>
 <div class="news">
 	<h3>Wicket 1.5-rc2 released</h3>
   <p><small>25 Feb 2011</small></p>
 	<p>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</p>
 <p>More detailed migration notes are ava...</p>
-	<a href="/news/2011/02/25/wicket-1-5-rc2-released.html">more</a></li>
+	<a href="/news/2011/02/25/wicket-1.5-rc2-released.html">more</a></li>
 </div>
         </div>
         <div class="l-one-third">

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2011/04/02/wicket-1-4-17-released.html
----------------------------------------------------------------------
diff --git a/content/news/2011/04/02/wicket-1-4-17-released.html b/content/news/2011/04/02/wicket-1-4-17-released.html
deleted file mode 100644
index b139fa3..0000000
--- a/content/news/2011/04/02/wicket-1-4-17-released.html
+++ /dev/null
@@ -1,83 +0,0 @@
-<!DOCTYPE html>
-<html>
-    <head>
-        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-        <meta charset="utf-8">
-        <title>Wicket 1.4.17 released | Apache Wicket</title>
-        <meta name="viewport" content="width=device-width, initial-scale=1" />
-
-        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
-        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
-        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
-
-		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
-
-    </head>
-
-    <body class="">
-        <div class="header default">
-    <div class="l-container">
-<nav class="mainmenu">
-    <ul>
-		<!-- /start/quickstart.html || /news/2011/04/02/wicket-1-4-17-released.html -->
-    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
-		<!-- /start/download.html || /news/2011/04/02/wicket-1-4-17-released.html -->
-    	<li class=""><a href="/start/download.html">Download</a></li>
-		<!-- /learn || /news/2011/04/02/wicket-1-4-17-released.html -->
-    	<li class=""><a href="/learn">Documentation</a></li>
-		<!-- /help || /news/2011/04/02/wicket-1-4-17-released.html -->
-    	<li class=""><a href="/help">Support</a></li>
-		<!-- /contribute || /news/2011/04/02/wicket-1-4-17-released.html -->
-    	<li class=""><a href="/contribute">Contribute</a></li>
-		<!-- /community || /news/2011/04/02/wicket-1-4-17-released.html -->
-    	<li class=""><a href="/community">Community</a></li>
-		<!-- /apache || /news/2011/04/02/wicket-1-4-17-released.html -->
-    	<li class=""><a href="/apache">Apache</a></li>
-    </ul>
-</nav>
-        <div class="logo">
-    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
-</div>
-    </div>
-</div>
-<main>
-    <div class="l-container">
-        <header class="l-full preamble">
-            <h1>Wicket 1.4.17 released</h1>
-        </header>
-        <section class="l-one-third right">
-        </section>
-        <section class="l-two-third left">
-            <div class="l-full">
-    <p class="meta">02 Apr 2011</p>
-    <p>This is seventeenth 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.17">Subversion tag</a></li>
-  <li><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&amp;version=12316219">Changelog</a></li>
-  <li>To use in Maven:</li>
-</ul>
-<figure class="highlight"><pre><code class="language-xml" data-lang="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.17<span class="nt">&lt;/version&gt;</span>
-<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
-<ul>
-  <li>Download the <a href="http://www.apache.org/dyn/closer.cgi/wicket/1.4.17">full distribution</a> (including source)</li>
-</ul>
-</div>
-        </section>
-    </div>
-</main>
-        <footer class="l-container">
-            <div class="l-full">
-    <img height="60px" src="/img/asf_logo.gif" style="float:left">
-    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
-    Wicket, Apache, the Apache feather logo, and the Apache Wicket
-    project logo are trademarks of The Apache Software Foundation. All
-    other marks mentioned may be trademarks or registered trademarks of
-    their respective owners.
-</div>
-        </footer>
-    </body>
-
-</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2011/04/02/wicket-1-5-rc3-released.html
----------------------------------------------------------------------
diff --git a/content/news/2011/04/02/wicket-1-5-rc3-released.html b/content/news/2011/04/02/wicket-1-5-rc3-released.html
deleted file mode 100644
index ae5fd0f..0000000
--- a/content/news/2011/04/02/wicket-1-5-rc3-released.html
+++ /dev/null
@@ -1,83 +0,0 @@
-<!DOCTYPE html>
-<html>
-    <head>
-        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-        <meta charset="utf-8">
-        <title>Wicket 1.5-RC3 released | Apache Wicket</title>
-        <meta name="viewport" content="width=device-width, initial-scale=1" />
-
-        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
-        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
-        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
-
-		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
-
-    </head>
-
-    <body class="">
-        <div class="header default">
-    <div class="l-container">
-<nav class="mainmenu">
-    <ul>
-		<!-- /start/quickstart.html || /news/2011/04/02/wicket-1-5-rc3-released.html -->
-    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
-		<!-- /start/download.html || /news/2011/04/02/wicket-1-5-rc3-released.html -->
-    	<li class=""><a href="/start/download.html">Download</a></li>
-		<!-- /learn || /news/2011/04/02/wicket-1-5-rc3-released.html -->
-    	<li class=""><a href="/learn">Documentation</a></li>
-		<!-- /help || /news/2011/04/02/wicket-1-5-rc3-released.html -->
-    	<li class=""><a href="/help">Support</a></li>
-		<!-- /contribute || /news/2011/04/02/wicket-1-5-rc3-released.html -->
-    	<li class=""><a href="/contribute">Contribute</a></li>
-		<!-- /community || /news/2011/04/02/wicket-1-5-rc3-released.html -->
-    	<li class=""><a href="/community">Community</a></li>
-		<!-- /apache || /news/2011/04/02/wicket-1-5-rc3-released.html -->
-    	<li class=""><a href="/apache">Apache</a></li>
-    </ul>
-</nav>
-        <div class="logo">
-    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
-</div>
-    </div>
-</div>
-<main>
-    <div class="l-container">
-        <header class="l-full preamble">
-            <h1>Wicket 1.5-RC3 released</h1>
-        </header>
-        <section class="l-one-third right">
-        </section>
-        <section class="l-two-third left">
-            <div class="l-full">
-    <p class="meta">02 Apr 2011</p>
-    <p>The Wicket Team is proud to introduce the third Release Candidate in Wicket 1.5 series. See the changelog for the list of bug fixes and improvements done between 1.5-rc2 and 1.5-RC3</p>
-<p>More detailed migration notes are available on our <a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+1.5">Migrate to 1.5 Wiki Page</a></p>
-<p>Release Artifacts:
-* <a href="http://svn.apache.org/repos/asf/wicket/releases/wicket-1.5-RC3">Subversion tag</a> 
-* <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&amp;version=12316220">Changelog</a>
-* To use in Maven:</p>
-<figure class="highlight"><pre><code class="language-xml" data-lang="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-RC3<span class="nt">&lt;/version&gt;</span>
-<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
-<ul>
-  <li>Download the <a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5-RC3">full distribution</a> (including source)</li>
-</ul>
-</div>
-        </section>
-    </div>
-</main>
-        <footer class="l-container">
-            <div class="l-full">
-    <img height="60px" src="/img/asf_logo.gif" style="float:left">
-    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
-    Wicket, Apache, the Apache feather logo, and the Apache Wicket
-    project logo are trademarks of The Apache Software Foundation. All
-    other marks mentioned may be trademarks or registered trademarks of
-    their respective owners.
-</div>
-        </footer>
-    </body>
-
-</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2011/04/02/wicket-1.4.17-released.html
----------------------------------------------------------------------
diff --git a/content/news/2011/04/02/wicket-1.4.17-released.html b/content/news/2011/04/02/wicket-1.4.17-released.html
new file mode 100644
index 0000000..ef060f3
--- /dev/null
+++ b/content/news/2011/04/02/wicket-1.4.17-released.html
@@ -0,0 +1,83 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+        <meta charset="utf-8">
+        <title>Wicket 1.4.17 released | Apache Wicket</title>
+        <meta name="viewport" content="width=device-width, initial-scale=1" />
+
+        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
+        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
+        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
+
+		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
+
+    </head>
+
+    <body class="">
+        <div class="header default">
+    <div class="l-container">
+<nav class="mainmenu">
+    <ul>
+		<!-- /start/quickstart.html || /news/2011/04/02/wicket-1.4.17-released.html -->
+    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
+		<!-- /start/download.html || /news/2011/04/02/wicket-1.4.17-released.html -->
+    	<li class=""><a href="/start/download.html">Download</a></li>
+		<!-- /learn || /news/2011/04/02/wicket-1.4.17-released.html -->
+    	<li class=""><a href="/learn">Documentation</a></li>
+		<!-- /help || /news/2011/04/02/wicket-1.4.17-released.html -->
+    	<li class=""><a href="/help">Support</a></li>
+		<!-- /contribute || /news/2011/04/02/wicket-1.4.17-released.html -->
+    	<li class=""><a href="/contribute">Contribute</a></li>
+		<!-- /community || /news/2011/04/02/wicket-1.4.17-released.html -->
+    	<li class=""><a href="/community">Community</a></li>
+		<!-- /apache || /news/2011/04/02/wicket-1.4.17-released.html -->
+    	<li class=""><a href="/apache">Apache</a></li>
+    </ul>
+</nav>
+        <div class="logo">
+    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
+</div>
+    </div>
+</div>
+<main>
+    <div class="l-container">
+        <header class="l-full preamble">
+            <h1>Wicket 1.4.17 released</h1>
+        </header>
+        <section class="l-one-third right">
+        </section>
+        <section class="l-two-third left">
+            <div class="l-full">
+    <p class="meta">02 Apr 2011</p>
+    <p>This is seventeenth 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.17">Subversion tag</a></li>
+  <li><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&amp;version=12316219">Changelog</a></li>
+  <li>To use in Maven:</li>
+</ul>
+<figure class="highlight"><pre><code class="language-xml" data-lang="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.17<span class="nt">&lt;/version&gt;</span>
+<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
+<ul>
+  <li>Download the <a href="http://www.apache.org/dyn/closer.cgi/wicket/1.4.17">full distribution</a> (including source)</li>
+</ul>
+</div>
+        </section>
+    </div>
+</main>
+        <footer class="l-container">
+            <div class="l-full">
+    <img height="60px" src="/img/asf_logo.gif" style="float:left">
+    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
+    Wicket, Apache, the Apache feather logo, and the Apache Wicket
+    project logo are trademarks of The Apache Software Foundation. All
+    other marks mentioned may be trademarks or registered trademarks of
+    their respective owners.
+</div>
+        </footer>
+    </body>
+
+</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2011/04/02/wicket-1.5-RC3-released.html
----------------------------------------------------------------------
diff --git a/content/news/2011/04/02/wicket-1.5-RC3-released.html b/content/news/2011/04/02/wicket-1.5-RC3-released.html
new file mode 100644
index 0000000..c0a0e12
--- /dev/null
+++ b/content/news/2011/04/02/wicket-1.5-RC3-released.html
@@ -0,0 +1,83 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+        <meta charset="utf-8">
+        <title>Wicket 1.5-RC3 released | Apache Wicket</title>
+        <meta name="viewport" content="width=device-width, initial-scale=1" />
+
+        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
+        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
+        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
+
+		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
+
+    </head>
+
+    <body class="">
+        <div class="header default">
+    <div class="l-container">
+<nav class="mainmenu">
+    <ul>
+		<!-- /start/quickstart.html || /news/2011/04/02/wicket-1.5-RC3-released.html -->
+    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
+		<!-- /start/download.html || /news/2011/04/02/wicket-1.5-RC3-released.html -->
+    	<li class=""><a href="/start/download.html">Download</a></li>
+		<!-- /learn || /news/2011/04/02/wicket-1.5-RC3-released.html -->
+    	<li class=""><a href="/learn">Documentation</a></li>
+		<!-- /help || /news/2011/04/02/wicket-1.5-RC3-released.html -->
+    	<li class=""><a href="/help">Support</a></li>
+		<!-- /contribute || /news/2011/04/02/wicket-1.5-RC3-released.html -->
+    	<li class=""><a href="/contribute">Contribute</a></li>
+		<!-- /community || /news/2011/04/02/wicket-1.5-RC3-released.html -->
+    	<li class=""><a href="/community">Community</a></li>
+		<!-- /apache || /news/2011/04/02/wicket-1.5-RC3-released.html -->
+    	<li class=""><a href="/apache">Apache</a></li>
+    </ul>
+</nav>
+        <div class="logo">
+    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
+</div>
+    </div>
+</div>
+<main>
+    <div class="l-container">
+        <header class="l-full preamble">
+            <h1>Wicket 1.5-RC3 released</h1>
+        </header>
+        <section class="l-one-third right">
+        </section>
+        <section class="l-two-third left">
+            <div class="l-full">
+    <p class="meta">02 Apr 2011</p>
+    <p>The Wicket Team is proud to introduce the third Release Candidate in Wicket 1.5 series. See the changelog for the list of bug fixes and improvements done between 1.5-rc2 and 1.5-RC3</p>
+<p>More detailed migration notes are available on our <a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+1.5">Migrate to 1.5 Wiki Page</a></p>
+<p>Release Artifacts:
+* <a href="http://svn.apache.org/repos/asf/wicket/releases/wicket-1.5-RC3">Subversion tag</a> 
+* <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&amp;version=12316220">Changelog</a>
+* To use in Maven:</p>
+<figure class="highlight"><pre><code class="language-xml" data-lang="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-RC3<span class="nt">&lt;/version&gt;</span>
+<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
+<ul>
+  <li>Download the <a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5-RC3">full distribution</a> (including source)</li>
+</ul>
+</div>
+        </section>
+    </div>
+</main>
+        <footer class="l-container">
+            <div class="l-full">
+    <img height="60px" src="/img/asf_logo.gif" style="float:left">
+    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
+    Wicket, Apache, the Apache feather logo, and the Apache Wicket
+    project logo are trademarks of The Apache Software Foundation. All
+    other marks mentioned may be trademarks or registered trademarks of
+    their respective owners.
+</div>
+        </footer>
+    </body>
+
+</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2011/04/index.html
----------------------------------------------------------------------
diff --git a/content/news/2011/04/index.html b/content/news/2011/04/index.html
index bb9f0e9..0b95a11 100644
--- a/content/news/2011/04/index.html
+++ b/content/news/2011/04/index.html
@@ -57,14 +57,14 @@
 </ul>
 <figure class="highlight"><pre><code class="language-xml" data-lang="xml"><span class="nt">&lt;dependency&gt;</span>
     <span class="nt">&lt;groupI...</span></code></pre></figure>
-	<a href="/news/2011/04/02/wicket-1-4-17-released.html">more</a></li>
+	<a href="/news/2011/04/02/wicket-1.4.17-released.html">more</a></li>
 </div>
 <div class="news">
 	<h3>Wicket 1.5-RC3 released</h3>
   <p><small>02 Apr 2011</small></p>
 	<p>The Wicket Team is proud to introduce the third Release Candidate in Wicket 1.5 series. See the changelog for the list of bug fixes and improvements done between 1.5-rc2 and 1.5-RC3</p>
 <p>More detailed migration notes are av...</p>
-	<a href="/news/2011/04/02/wicket-1-5-rc3-released.html">more</a></li>
+	<a href="/news/2011/04/02/wicket-1.5-RC3-released.html">more</a></li>
 </div>
         </div>
         <div class="l-one-third">

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2011/05/11/wicket-1-5-rc4-2-released.html
----------------------------------------------------------------------
diff --git a/content/news/2011/05/11/wicket-1-5-rc4-2-released.html b/content/news/2011/05/11/wicket-1-5-rc4-2-released.html
deleted file mode 100644
index 7f25114..0000000
--- a/content/news/2011/05/11/wicket-1-5-rc4-2-released.html
+++ /dev/null
@@ -1,83 +0,0 @@
-<!DOCTYPE html>
-<html>
-    <head>
-        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-        <meta charset="utf-8">
-        <title>Wicket 1.5-RC4.2 released | Apache Wicket</title>
-        <meta name="viewport" content="width=device-width, initial-scale=1" />
-
-        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
-        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
-        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
-
-		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
-
-    </head>
-
-    <body class="">
-        <div class="header default">
-    <div class="l-container">
-<nav class="mainmenu">
-    <ul>
-		<!-- /start/quickstart.html || /news/2011/05/11/wicket-1-5-rc4-2-released.html -->
-    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
-		<!-- /start/download.html || /news/2011/05/11/wicket-1-5-rc4-2-released.html -->
-    	<li class=""><a href="/start/download.html">Download</a></li>
-		<!-- /learn || /news/2011/05/11/wicket-1-5-rc4-2-released.html -->
-    	<li class=""><a href="/learn">Documentation</a></li>
-		<!-- /help || /news/2011/05/11/wicket-1-5-rc4-2-released.html -->
-    	<li class=""><a href="/help">Support</a></li>
-		<!-- /contribute || /news/2011/05/11/wicket-1-5-rc4-2-released.html -->
-    	<li class=""><a href="/contribute">Contribute</a></li>
-		<!-- /community || /news/2011/05/11/wicket-1-5-rc4-2-released.html -->
-    	<li class=""><a href="/community">Community</a></li>
-		<!-- /apache || /news/2011/05/11/wicket-1-5-rc4-2-released.html -->
-    	<li class=""><a href="/apache">Apache</a></li>
-    </ul>
-</nav>
-        <div class="logo">
-    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
-</div>
-    </div>
-</div>
-<main>
-    <div class="l-container">
-        <header class="l-full preamble">
-            <h1>Wicket 1.5-RC4.2 released</h1>
-        </header>
-        <section class="l-one-third right">
-        </section>
-        <section class="l-two-third left">
-            <div class="l-full">
-    <p class="meta">11 May 2011</p>
-    <p>The Wicket Team is proud to introduce the fourth Release Candidate in Wicket 1.5 series. See the changelog for the list of bug fixes and improvements done between 1.5-RC3 and 1.5-RC4.2</p>
-<p>More detailed migration notes are available on our <a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+1.5">Migrate to 1.5 Wiki Page</a></p>
-<p>Release Artifacts:
-* <a href="http://svn.apache.org/repos/asf/wicket/releases/wicket-1.5-RC4.2">Subversion tag</a> 
-* <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&amp;version=12316330">Changelog</a>
-* To use in Maven:</p>
-<figure class="highlight"><pre><code class="language-xml" data-lang="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-RC4.2<span class="nt">&lt;/version&gt;</span>
-<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
-<ul>
-  <li>Download the <a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5-RC4.2">full distribution</a> (including source)</li>
-</ul>
-</div>
-        </section>
-    </div>
-</main>
-        <footer class="l-container">
-            <div class="l-full">
-    <img height="60px" src="/img/asf_logo.gif" style="float:left">
-    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
-    Wicket, Apache, the Apache feather logo, and the Apache Wicket
-    project logo are trademarks of The Apache Software Foundation. All
-    other marks mentioned may be trademarks or registered trademarks of
-    their respective owners.
-</div>
-        </footer>
-    </body>
-
-</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2011/05/11/wicket-1.5-RC4.2-released.html
----------------------------------------------------------------------
diff --git a/content/news/2011/05/11/wicket-1.5-RC4.2-released.html b/content/news/2011/05/11/wicket-1.5-RC4.2-released.html
new file mode 100644
index 0000000..4a543ee
--- /dev/null
+++ b/content/news/2011/05/11/wicket-1.5-RC4.2-released.html
@@ -0,0 +1,83 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+        <meta charset="utf-8">
+        <title>Wicket 1.5-RC4.2 released | Apache Wicket</title>
+        <meta name="viewport" content="width=device-width, initial-scale=1" />
+
+        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
+        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
+        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
+
+		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
+
+    </head>
+
+    <body class="">
+        <div class="header default">
+    <div class="l-container">
+<nav class="mainmenu">
+    <ul>
+		<!-- /start/quickstart.html || /news/2011/05/11/wicket-1.5-RC4.2-released.html -->
+    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
+		<!-- /start/download.html || /news/2011/05/11/wicket-1.5-RC4.2-released.html -->
+    	<li class=""><a href="/start/download.html">Download</a></li>
+		<!-- /learn || /news/2011/05/11/wicket-1.5-RC4.2-released.html -->
+    	<li class=""><a href="/learn">Documentation</a></li>
+		<!-- /help || /news/2011/05/11/wicket-1.5-RC4.2-released.html -->
+    	<li class=""><a href="/help">Support</a></li>
+		<!-- /contribute || /news/2011/05/11/wicket-1.5-RC4.2-released.html -->
+    	<li class=""><a href="/contribute">Contribute</a></li>
+		<!-- /community || /news/2011/05/11/wicket-1.5-RC4.2-released.html -->
+    	<li class=""><a href="/community">Community</a></li>
+		<!-- /apache || /news/2011/05/11/wicket-1.5-RC4.2-released.html -->
+    	<li class=""><a href="/apache">Apache</a></li>
+    </ul>
+</nav>
+        <div class="logo">
+    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
+</div>
+    </div>
+</div>
+<main>
+    <div class="l-container">
+        <header class="l-full preamble">
+            <h1>Wicket 1.5-RC4.2 released</h1>
+        </header>
+        <section class="l-one-third right">
+        </section>
+        <section class="l-two-third left">
+            <div class="l-full">
+    <p class="meta">11 May 2011</p>
+    <p>The Wicket Team is proud to introduce the fourth Release Candidate in Wicket 1.5 series. See the changelog for the list of bug fixes and improvements done between 1.5-RC3 and 1.5-RC4.2</p>
+<p>More detailed migration notes are available on our <a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+1.5">Migrate to 1.5 Wiki Page</a></p>
+<p>Release Artifacts:
+* <a href="http://svn.apache.org/repos/asf/wicket/releases/wicket-1.5-RC4.2">Subversion tag</a> 
+* <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&amp;version=12316330">Changelog</a>
+* To use in Maven:</p>
+<figure class="highlight"><pre><code class="language-xml" data-lang="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-RC4.2<span class="nt">&lt;/version&gt;</span>
+<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
+<ul>
+  <li>Download the <a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5-RC4.2">full distribution</a> (including source)</li>
+</ul>
+</div>
+        </section>
+    </div>
+</main>
+        <footer class="l-container">
+            <div class="l-full">
+    <img height="60px" src="/img/asf_logo.gif" style="float:left">
+    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
+    Wicket, Apache, the Apache feather logo, and the Apache Wicket
+    project logo are trademarks of The Apache Software Foundation. All
+    other marks mentioned may be trademarks or registered trademarks of
+    their respective owners.
+</div>
+        </footer>
+    </body>
+
+</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2011/05/index.html
----------------------------------------------------------------------
diff --git a/content/news/2011/05/index.html b/content/news/2011/05/index.html
index 2e7c1b1..0c1d399 100644
--- a/content/news/2011/05/index.html
+++ b/content/news/2011/05/index.html
@@ -51,7 +51,7 @@
   <p><small>11 May 2011</small></p>
 	<p>The Wicket Team is proud to introduce the fourth Release Candidate in Wicket 1.5 series. See the changelog for the list of bug fixes and improvements done between 1.5-RC3 and 1.5-RC4.2</p>
 <p>More detailed migration notes are avail...</p>
-	<a href="/news/2011/05/11/wicket-1-5-rc4-2-released.html">more</a></li>
+	<a href="/news/2011/05/11/wicket-1.5-RC4.2-released.html">more</a></li>
 </div>
 <div class="news">
 	<h3>Apache Wicket Cookbook Giveaway Contest</h3>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2011/06/25/wicket-1-5-rc5-1-released.html
----------------------------------------------------------------------
diff --git a/content/news/2011/06/25/wicket-1-5-rc5-1-released.html b/content/news/2011/06/25/wicket-1-5-rc5-1-released.html
deleted file mode 100644
index 3508056..0000000
--- a/content/news/2011/06/25/wicket-1-5-rc5-1-released.html
+++ /dev/null
@@ -1,83 +0,0 @@
-<!DOCTYPE html>
-<html>
-    <head>
-        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-        <meta charset="utf-8">
-        <title>Wicket 1.5-RC5.1 released | Apache Wicket</title>
-        <meta name="viewport" content="width=device-width, initial-scale=1" />
-
-        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
-        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
-        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
-
-		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
-
-    </head>
-
-    <body class="">
-        <div class="header default">
-    <div class="l-container">
-<nav class="mainmenu">
-    <ul>
-		<!-- /start/quickstart.html || /news/2011/06/25/wicket-1-5-rc5-1-released.html -->
-    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
-		<!-- /start/download.html || /news/2011/06/25/wicket-1-5-rc5-1-released.html -->
-    	<li class=""><a href="/start/download.html">Download</a></li>
-		<!-- /learn || /news/2011/06/25/wicket-1-5-rc5-1-released.html -->
-    	<li class=""><a href="/learn">Documentation</a></li>
-		<!-- /help || /news/2011/06/25/wicket-1-5-rc5-1-released.html -->
-    	<li class=""><a href="/help">Support</a></li>
-		<!-- /contribute || /news/2011/06/25/wicket-1-5-rc5-1-released.html -->
-    	<li class=""><a href="/contribute">Contribute</a></li>
-		<!-- /community || /news/2011/06/25/wicket-1-5-rc5-1-released.html -->
-    	<li class=""><a href="/community">Community</a></li>
-		<!-- /apache || /news/2011/06/25/wicket-1-5-rc5-1-released.html -->
-    	<li class=""><a href="/apache">Apache</a></li>
-    </ul>
-</nav>
-        <div class="logo">
-    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
-</div>
-    </div>
-</div>
-<main>
-    <div class="l-container">
-        <header class="l-full preamble">
-            <h1>Wicket 1.5-RC5.1 released</h1>
-        </header>
-        <section class="l-one-third right">
-        </section>
-        <section class="l-two-third left">
-            <div class="l-full">
-    <p class="meta">25 Jun 2011</p>
-    <p>The Wicket Team is proud to introduce the fourth Release Candidate in Wicket 1.5 series. See the changelog for the list of bug fixes and improvements done between 1.5-RC4.2 and 1.5-RC5.1</p>
-<p>More detailed migration notes are available on our <a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+1.5">Migrate to 1.5 Wiki Page</a></p>
-<p>Release Artifacts:
-* <a href="http://svn.apache.org/repos/asf/wicket/releases/wicket-1.5-RC5.1">Subversion tag</a> 
-* <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&amp;version=12316423">Changelog</a>
-* To use in Maven:</p>
-<figure class="highlight"><pre><code class="language-xml" data-lang="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-RC5.1<span class="nt">&lt;/version&gt;</span>
-<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
-<ul>
-  <li>Download the <a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5-RC5.1">full distribution</a> (including source)</li>
-</ul>
-</div>
-        </section>
-    </div>
-</main>
-        <footer class="l-container">
-            <div class="l-full">
-    <img height="60px" src="/img/asf_logo.gif" style="float:left">
-    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
-    Wicket, Apache, the Apache feather logo, and the Apache Wicket
-    project logo are trademarks of The Apache Software Foundation. All
-    other marks mentioned may be trademarks or registered trademarks of
-    their respective owners.
-</div>
-        </footer>
-    </body>
-
-</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2011/06/25/wicket-1.5-RC5.1-released.html
----------------------------------------------------------------------
diff --git a/content/news/2011/06/25/wicket-1.5-RC5.1-released.html b/content/news/2011/06/25/wicket-1.5-RC5.1-released.html
new file mode 100644
index 0000000..8b47d22
--- /dev/null
+++ b/content/news/2011/06/25/wicket-1.5-RC5.1-released.html
@@ -0,0 +1,83 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+        <meta charset="utf-8">
+        <title>Wicket 1.5-RC5.1 released | Apache Wicket</title>
+        <meta name="viewport" content="width=device-width, initial-scale=1" />
+
+        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
+        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
+        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
+
+		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
+
+    </head>
+
+    <body class="">
+        <div class="header default">
+    <div class="l-container">
+<nav class="mainmenu">
+    <ul>
+		<!-- /start/quickstart.html || /news/2011/06/25/wicket-1.5-RC5.1-released.html -->
+    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
+		<!-- /start/download.html || /news/2011/06/25/wicket-1.5-RC5.1-released.html -->
+    	<li class=""><a href="/start/download.html">Download</a></li>
+		<!-- /learn || /news/2011/06/25/wicket-1.5-RC5.1-released.html -->
+    	<li class=""><a href="/learn">Documentation</a></li>
+		<!-- /help || /news/2011/06/25/wicket-1.5-RC5.1-released.html -->
+    	<li class=""><a href="/help">Support</a></li>
+		<!-- /contribute || /news/2011/06/25/wicket-1.5-RC5.1-released.html -->
+    	<li class=""><a href="/contribute">Contribute</a></li>
+		<!-- /community || /news/2011/06/25/wicket-1.5-RC5.1-released.html -->
+    	<li class=""><a href="/community">Community</a></li>
+		<!-- /apache || /news/2011/06/25/wicket-1.5-RC5.1-released.html -->
+    	<li class=""><a href="/apache">Apache</a></li>
+    </ul>
+</nav>
+        <div class="logo">
+    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
+</div>
+    </div>
+</div>
+<main>
+    <div class="l-container">
+        <header class="l-full preamble">
+            <h1>Wicket 1.5-RC5.1 released</h1>
+        </header>
+        <section class="l-one-third right">
+        </section>
+        <section class="l-two-third left">
+            <div class="l-full">
+    <p class="meta">25 Jun 2011</p>
+    <p>The Wicket Team is proud to introduce the fourth Release Candidate in Wicket 1.5 series. See the changelog for the list of bug fixes and improvements done between 1.5-RC4.2 and 1.5-RC5.1</p>
+<p>More detailed migration notes are available on our <a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+1.5">Migrate to 1.5 Wiki Page</a></p>
+<p>Release Artifacts:
+* <a href="http://svn.apache.org/repos/asf/wicket/releases/wicket-1.5-RC5.1">Subversion tag</a> 
+* <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&amp;version=12316423">Changelog</a>
+* To use in Maven:</p>
+<figure class="highlight"><pre><code class="language-xml" data-lang="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-RC5.1<span class="nt">&lt;/version&gt;</span>
+<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
+<ul>
+  <li>Download the <a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5-RC5.1">full distribution</a> (including source)</li>
+</ul>
+</div>
+        </section>
+    </div>
+</main>
+        <footer class="l-container">
+            <div class="l-full">
+    <img height="60px" src="/img/asf_logo.gif" style="float:left">
+    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
+    Wicket, Apache, the Apache feather logo, and the Apache Wicket
+    project logo are trademarks of The Apache Software Foundation. All
+    other marks mentioned may be trademarks or registered trademarks of
+    their respective owners.
+</div>
+        </footer>
+    </body>
+
+</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2011/06/index.html
----------------------------------------------------------------------
diff --git a/content/news/2011/06/index.html b/content/news/2011/06/index.html
index 7cdedf2..302147c 100644
--- a/content/news/2011/06/index.html
+++ b/content/news/2011/06/index.html
@@ -51,7 +51,7 @@
   <p><small>25 Jun 2011</small></p>
 	<p>The Wicket Team is proud to introduce the fourth Release Candidate in Wicket 1.5 series. See the changelog for the list of bug fixes and improvements done between 1.5-RC4.2 and 1.5-RC5.1</p>
 <p>More detailed migration notes are availab...</p>
-	<a href="/news/2011/06/25/wicket-1-5-rc5-1-released.html">more</a></li>
+	<a href="/news/2011/06/25/wicket-1.5-RC5.1-released.html">more</a></li>
 </div>
         </div>
         <div class="l-one-third">

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2011/08/09/wicket-1-4-18-released.html
----------------------------------------------------------------------
diff --git a/content/news/2011/08/09/wicket-1-4-18-released.html b/content/news/2011/08/09/wicket-1-4-18-released.html
deleted file mode 100644
index 8c813d8..0000000
--- a/content/news/2011/08/09/wicket-1-4-18-released.html
+++ /dev/null
@@ -1,83 +0,0 @@
-<!DOCTYPE html>
-<html>
-    <head>
-        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-        <meta charset="utf-8">
-        <title>Wicket 1.4.18 released | Apache Wicket</title>
-        <meta name="viewport" content="width=device-width, initial-scale=1" />
-
-        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
-        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
-        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
-
-		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
-
-    </head>
-
-    <body class="">
-        <div class="header default">
-    <div class="l-container">
-<nav class="mainmenu">
-    <ul>
-		<!-- /start/quickstart.html || /news/2011/08/09/wicket-1-4-18-released.html -->
-    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
-		<!-- /start/download.html || /news/2011/08/09/wicket-1-4-18-released.html -->
-    	<li class=""><a href="/start/download.html">Download</a></li>
-		<!-- /learn || /news/2011/08/09/wicket-1-4-18-released.html -->
-    	<li class=""><a href="/learn">Documentation</a></li>
-		<!-- /help || /news/2011/08/09/wicket-1-4-18-released.html -->
-    	<li class=""><a href="/help">Support</a></li>
-		<!-- /contribute || /news/2011/08/09/wicket-1-4-18-released.html -->
-    	<li class=""><a href="/contribute">Contribute</a></li>
-		<!-- /community || /news/2011/08/09/wicket-1-4-18-released.html -->
-    	<li class=""><a href="/community">Community</a></li>
-		<!-- /apache || /news/2011/08/09/wicket-1-4-18-released.html -->
-    	<li class=""><a href="/apache">Apache</a></li>
-    </ul>
-</nav>
-        <div class="logo">
-    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
-</div>
-    </div>
-</div>
-<main>
-    <div class="l-container">
-        <header class="l-full preamble">
-            <h1>Wicket 1.4.18 released</h1>
-        </header>
-        <section class="l-one-third right">
-        </section>
-        <section class="l-two-third left">
-            <div class="l-full">
-    <p class="meta">09 Aug 2011</p>
-    <p>This is eightteenth 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.18">Subversion tag</a></li>
-  <li><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&amp;version=12316329">Changelog</a></li>
-  <li>To use in Maven:</li>
-</ul>
-<figure class="highlight"><pre><code class="language-xml" data-lang="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.18<span class="nt">&lt;/version&gt;</span>
-<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
-<ul>
-  <li>Download the <a href="http://www.apache.org/dyn/closer.cgi/wicket/1.4.18">full distribution</a> (including source)</li>
-</ul>
-</div>
-        </section>
-    </div>
-</main>
-        <footer class="l-container">
-            <div class="l-full">
-    <img height="60px" src="/img/asf_logo.gif" style="float:left">
-    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
-    Wicket, Apache, the Apache feather logo, and the Apache Wicket
-    project logo are trademarks of The Apache Software Foundation. All
-    other marks mentioned may be trademarks or registered trademarks of
-    their respective owners.
-</div>
-        </footer>
-    </body>
-
-</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2011/08/09/wicket-1.4.18-released.html
----------------------------------------------------------------------
diff --git a/content/news/2011/08/09/wicket-1.4.18-released.html b/content/news/2011/08/09/wicket-1.4.18-released.html
new file mode 100644
index 0000000..d5ed4a2
--- /dev/null
+++ b/content/news/2011/08/09/wicket-1.4.18-released.html
@@ -0,0 +1,83 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+        <meta charset="utf-8">
+        <title>Wicket 1.4.18 released | Apache Wicket</title>
+        <meta name="viewport" content="width=device-width, initial-scale=1" />
+
+        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
+        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
+        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
+
+		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
+
+    </head>
+
+    <body class="">
+        <div class="header default">
+    <div class="l-container">
+<nav class="mainmenu">
+    <ul>
+		<!-- /start/quickstart.html || /news/2011/08/09/wicket-1.4.18-released.html -->
+    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
+		<!-- /start/download.html || /news/2011/08/09/wicket-1.4.18-released.html -->
+    	<li class=""><a href="/start/download.html">Download</a></li>
+		<!-- /learn || /news/2011/08/09/wicket-1.4.18-released.html -->
+    	<li class=""><a href="/learn">Documentation</a></li>
+		<!-- /help || /news/2011/08/09/wicket-1.4.18-released.html -->
+    	<li class=""><a href="/help">Support</a></li>
+		<!-- /contribute || /news/2011/08/09/wicket-1.4.18-released.html -->
+    	<li class=""><a href="/contribute">Contribute</a></li>
+		<!-- /community || /news/2011/08/09/wicket-1.4.18-released.html -->
+    	<li class=""><a href="/community">Community</a></li>
+		<!-- /apache || /news/2011/08/09/wicket-1.4.18-released.html -->
+    	<li class=""><a href="/apache">Apache</a></li>
+    </ul>
+</nav>
+        <div class="logo">
+    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
+</div>
+    </div>
+</div>
+<main>
+    <div class="l-container">
+        <header class="l-full preamble">
+            <h1>Wicket 1.4.18 released</h1>
+        </header>
+        <section class="l-one-third right">
+        </section>
+        <section class="l-two-third left">
+            <div class="l-full">
+    <p class="meta">09 Aug 2011</p>
+    <p>This is eightteenth 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.18">Subversion tag</a></li>
+  <li><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&amp;version=12316329">Changelog</a></li>
+  <li>To use in Maven:</li>
+</ul>
+<figure class="highlight"><pre><code class="language-xml" data-lang="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.18<span class="nt">&lt;/version&gt;</span>
+<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
+<ul>
+  <li>Download the <a href="http://www.apache.org/dyn/closer.cgi/wicket/1.4.18">full distribution</a> (including source)</li>
+</ul>
+</div>
+        </section>
+    </div>
+</main>
+        <footer class="l-container">
+            <div class="l-full">
+    <img height="60px" src="/img/asf_logo.gif" style="float:left">
+    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
+    Wicket, Apache, the Apache feather logo, and the Apache Wicket
+    project logo are trademarks of The Apache Software Foundation. All
+    other marks mentioned may be trademarks or registered trademarks of
+    their respective owners.
+</div>
+        </footer>
+    </body>
+
+</html>


[17/19] wicket-site git commit: WICKET-6049 updated links to example site

Posted by ad...@apache.org.
http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2009/12/13/wicket-1-4-4-released.html
----------------------------------------------------------------------
diff --git a/content/news/2009/12/13/wicket-1-4-4-released.html b/content/news/2009/12/13/wicket-1-4-4-released.html
deleted file mode 100644
index aa6a746..0000000
--- a/content/news/2009/12/13/wicket-1-4-4-released.html
+++ /dev/null
@@ -1,84 +0,0 @@
-<!DOCTYPE html>
-<html>
-    <head>
-        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-        <meta charset="utf-8">
-        <title>Wicket 1.4.4 released | Apache Wicket</title>
-        <meta name="viewport" content="width=device-width, initial-scale=1" />
-
-        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
-        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
-        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
-
-		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
-
-    </head>
-
-    <body class="">
-        <div class="header default">
-    <div class="l-container">
-<nav class="mainmenu">
-    <ul>
-		<!-- /start/quickstart.html || /news/2009/12/13/wicket-1-4-4-released.html -->
-    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
-		<!-- /start/download.html || /news/2009/12/13/wicket-1-4-4-released.html -->
-    	<li class=""><a href="/start/download.html">Download</a></li>
-		<!-- /learn || /news/2009/12/13/wicket-1-4-4-released.html -->
-    	<li class=""><a href="/learn">Documentation</a></li>
-		<!-- /help || /news/2009/12/13/wicket-1-4-4-released.html -->
-    	<li class=""><a href="/help">Support</a></li>
-		<!-- /contribute || /news/2009/12/13/wicket-1-4-4-released.html -->
-    	<li class=""><a href="/contribute">Contribute</a></li>
-		<!-- /community || /news/2009/12/13/wicket-1-4-4-released.html -->
-    	<li class=""><a href="/community">Community</a></li>
-		<!-- /apache || /news/2009/12/13/wicket-1-4-4-released.html -->
-    	<li class=""><a href="/apache">Apache</a></li>
-    </ul>
-</nav>
-        <div class="logo">
-    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
-</div>
-    </div>
-</div>
-<main>
-    <div class="l-container">
-        <header class="l-full preamble">
-            <h1>Wicket 1.4.4 released</h1>
-        </header>
-        <section class="l-one-third right">
-        </section>
-        <section class="l-two-third left">
-            <div class="l-full">
-    <p class="meta">13 Dec 2009</p>
-    <p>The Apache Wicket project is proud to announce the fourth maintenance release
-of Apache Wicket 1.4.</p>
-<h3 id="download-apache-wicket-144">Download Apache Wicket 1.4.4</h3>
-<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’s to upgrade to the new version:</p>
-<figure class="highlight"><pre><code class="language-xml" data-lang="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></figure>
-<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>
-<p>We thank you for your patience and support.</p>
-</div>
-        </section>
-    </div>
-</main>
-        <footer class="l-container">
-            <div class="l-full">
-    <img height="60px" src="/img/asf_logo.gif" style="float:left">
-    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
-    Wicket, Apache, the Apache feather logo, and the Apache Wicket
-    project logo are trademarks of The Apache Software Foundation. All
-    other marks mentioned may be trademarks or registered trademarks of
-    their respective owners.
-</div>
-        </footer>
-    </body>
-
-</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2009/12/13/wicket-1.4.4-released.html
----------------------------------------------------------------------
diff --git a/content/news/2009/12/13/wicket-1.4.4-released.html b/content/news/2009/12/13/wicket-1.4.4-released.html
new file mode 100644
index 0000000..93e0ef8
--- /dev/null
+++ b/content/news/2009/12/13/wicket-1.4.4-released.html
@@ -0,0 +1,84 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+        <meta charset="utf-8">
+        <title>Wicket 1.4.4 released | Apache Wicket</title>
+        <meta name="viewport" content="width=device-width, initial-scale=1" />
+
+        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
+        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
+        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
+
+		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
+
+    </head>
+
+    <body class="">
+        <div class="header default">
+    <div class="l-container">
+<nav class="mainmenu">
+    <ul>
+		<!-- /start/quickstart.html || /news/2009/12/13/wicket-1.4.4-released.html -->
+    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
+		<!-- /start/download.html || /news/2009/12/13/wicket-1.4.4-released.html -->
+    	<li class=""><a href="/start/download.html">Download</a></li>
+		<!-- /learn || /news/2009/12/13/wicket-1.4.4-released.html -->
+    	<li class=""><a href="/learn">Documentation</a></li>
+		<!-- /help || /news/2009/12/13/wicket-1.4.4-released.html -->
+    	<li class=""><a href="/help">Support</a></li>
+		<!-- /contribute || /news/2009/12/13/wicket-1.4.4-released.html -->
+    	<li class=""><a href="/contribute">Contribute</a></li>
+		<!-- /community || /news/2009/12/13/wicket-1.4.4-released.html -->
+    	<li class=""><a href="/community">Community</a></li>
+		<!-- /apache || /news/2009/12/13/wicket-1.4.4-released.html -->
+    	<li class=""><a href="/apache">Apache</a></li>
+    </ul>
+</nav>
+        <div class="logo">
+    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
+</div>
+    </div>
+</div>
+<main>
+    <div class="l-container">
+        <header class="l-full preamble">
+            <h1>Wicket 1.4.4 released</h1>
+        </header>
+        <section class="l-one-third right">
+        </section>
+        <section class="l-two-third left">
+            <div class="l-full">
+    <p class="meta">13 Dec 2009</p>
+    <p>The Apache Wicket project is proud to announce the fourth maintenance release
+of Apache Wicket 1.4.</p>
+<h3 id="download-apache-wicket-144">Download Apache Wicket 1.4.4</h3>
+<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’s to upgrade to the new version:</p>
+<figure class="highlight"><pre><code class="language-xml" data-lang="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></figure>
+<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>
+<p>We thank you for your patience and support.</p>
+</div>
+        </section>
+    </div>
+</main>
+        <footer class="l-container">
+            <div class="l-full">
+    <img height="60px" src="/img/asf_logo.gif" style="float:left">
+    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
+    Wicket, Apache, the Apache feather logo, and the Apache Wicket
+    project logo are trademarks of The Apache Software Foundation. All
+    other marks mentioned may be trademarks or registered trademarks of
+    their respective owners.
+</div>
+        </footer>
+    </body>
+
+</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2009/12/21/wicket-1-4-5-released.html
----------------------------------------------------------------------
diff --git a/content/news/2009/12/21/wicket-1-4-5-released.html b/content/news/2009/12/21/wicket-1-4-5-released.html
deleted file mode 100644
index 023e2e1..0000000
--- a/content/news/2009/12/21/wicket-1-4-5-released.html
+++ /dev/null
@@ -1,86 +0,0 @@
-<!DOCTYPE html>
-<html>
-    <head>
-        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-        <meta charset="utf-8">
-        <title>Wicket 1.4.5 released | Apache Wicket</title>
-        <meta name="viewport" content="width=device-width, initial-scale=1" />
-
-        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
-        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
-        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
-
-		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
-
-    </head>
-
-    <body class="">
-        <div class="header default">
-    <div class="l-container">
-<nav class="mainmenu">
-    <ul>
-		<!-- /start/quickstart.html || /news/2009/12/21/wicket-1-4-5-released.html -->
-    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
-		<!-- /start/download.html || /news/2009/12/21/wicket-1-4-5-released.html -->
-    	<li class=""><a href="/start/download.html">Download</a></li>
-		<!-- /learn || /news/2009/12/21/wicket-1-4-5-released.html -->
-    	<li class=""><a href="/learn">Documentation</a></li>
-		<!-- /help || /news/2009/12/21/wicket-1-4-5-released.html -->
-    	<li class=""><a href="/help">Support</a></li>
-		<!-- /contribute || /news/2009/12/21/wicket-1-4-5-released.html -->
-    	<li class=""><a href="/contribute">Contribute</a></li>
-		<!-- /community || /news/2009/12/21/wicket-1-4-5-released.html -->
-    	<li class=""><a href="/community">Community</a></li>
-		<!-- /apache || /news/2009/12/21/wicket-1-4-5-released.html -->
-    	<li class=""><a href="/apache">Apache</a></li>
-    </ul>
-</nav>
-        <div class="logo">
-    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
-</div>
-    </div>
-</div>
-<main>
-    <div class="l-container">
-        <header class="l-full preamble">
-            <h1>Wicket 1.4.5 released</h1>
-        </header>
-        <section class="l-one-third right">
-        </section>
-        <section class="l-two-third left">
-            <div class="l-full">
-    <p class="meta">21 Dec 2009</p>
-    <p>The Apache Wicket project is proud to announce the fifth maintenance release
-of Apache Wicket 1.4. This releases mainly fixes
-<a href="https://issues.apache.org/jira/browse/WICKET-2613">WICKET-2613</a> which has
-caused certain applications to stop functioning properly in production
-environments.</p>
-<h3 id="download-apache-wicket-14">Download Apache Wicket 1.4</h3>
-<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’s to upgrade to the new version:</p>
-<figure class="highlight"><pre><code class="language-xml" data-lang="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></figure>
-<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>
-<p>We thank you for your patience and support.</p>
-</div>
-        </section>
-    </div>
-</main>
-        <footer class="l-container">
-            <div class="l-full">
-    <img height="60px" src="/img/asf_logo.gif" style="float:left">
-    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
-    Wicket, Apache, the Apache feather logo, and the Apache Wicket
-    project logo are trademarks of The Apache Software Foundation. All
-    other marks mentioned may be trademarks or registered trademarks of
-    their respective owners.
-</div>
-        </footer>
-    </body>
-
-</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2009/12/21/wicket-1.4.5-released.html
----------------------------------------------------------------------
diff --git a/content/news/2009/12/21/wicket-1.4.5-released.html b/content/news/2009/12/21/wicket-1.4.5-released.html
new file mode 100644
index 0000000..1358f13
--- /dev/null
+++ b/content/news/2009/12/21/wicket-1.4.5-released.html
@@ -0,0 +1,86 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+        <meta charset="utf-8">
+        <title>Wicket 1.4.5 released | Apache Wicket</title>
+        <meta name="viewport" content="width=device-width, initial-scale=1" />
+
+        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
+        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
+        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
+
+		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
+
+    </head>
+
+    <body class="">
+        <div class="header default">
+    <div class="l-container">
+<nav class="mainmenu">
+    <ul>
+		<!-- /start/quickstart.html || /news/2009/12/21/wicket-1.4.5-released.html -->
+    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
+		<!-- /start/download.html || /news/2009/12/21/wicket-1.4.5-released.html -->
+    	<li class=""><a href="/start/download.html">Download</a></li>
+		<!-- /learn || /news/2009/12/21/wicket-1.4.5-released.html -->
+    	<li class=""><a href="/learn">Documentation</a></li>
+		<!-- /help || /news/2009/12/21/wicket-1.4.5-released.html -->
+    	<li class=""><a href="/help">Support</a></li>
+		<!-- /contribute || /news/2009/12/21/wicket-1.4.5-released.html -->
+    	<li class=""><a href="/contribute">Contribute</a></li>
+		<!-- /community || /news/2009/12/21/wicket-1.4.5-released.html -->
+    	<li class=""><a href="/community">Community</a></li>
+		<!-- /apache || /news/2009/12/21/wicket-1.4.5-released.html -->
+    	<li class=""><a href="/apache">Apache</a></li>
+    </ul>
+</nav>
+        <div class="logo">
+    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
+</div>
+    </div>
+</div>
+<main>
+    <div class="l-container">
+        <header class="l-full preamble">
+            <h1>Wicket 1.4.5 released</h1>
+        </header>
+        <section class="l-one-third right">
+        </section>
+        <section class="l-two-third left">
+            <div class="l-full">
+    <p class="meta">21 Dec 2009</p>
+    <p>The Apache Wicket project is proud to announce the fifth maintenance release
+of Apache Wicket 1.4. This releases mainly fixes
+<a href="https://issues.apache.org/jira/browse/WICKET-2613">WICKET-2613</a> which has
+caused certain applications to stop functioning properly in production
+environments.</p>
+<h3 id="download-apache-wicket-14">Download Apache Wicket 1.4</h3>
+<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’s to upgrade to the new version:</p>
+<figure class="highlight"><pre><code class="language-xml" data-lang="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></figure>
+<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>
+<p>We thank you for your patience and support.</p>
+</div>
+        </section>
+    </div>
+</main>
+        <footer class="l-container">
+            <div class="l-full">
+    <img height="60px" src="/img/asf_logo.gif" style="float:left">
+    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
+    Wicket, Apache, the Apache feather logo, and the Apache Wicket
+    project logo are trademarks of The Apache Software Foundation. All
+    other marks mentioned may be trademarks or registered trademarks of
+    their respective owners.
+</div>
+        </footer>
+    </body>
+
+</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2009/12/index.html
----------------------------------------------------------------------
diff --git a/content/news/2009/12/index.html b/content/news/2009/12/index.html
index 79a47ab..9c2952c 100644
--- a/content/news/2009/12/index.html
+++ b/content/news/2009/12/index.html
@@ -54,7 +54,7 @@ of Apache Wicket 1.4.</p>
 <h3 id="download-apache-wicket-144">Download Apache Wicket 1.4.4</h3>
 <p>You can download the release here:
 <a href="http://www.apache.org/dyn/closer.cgi/wicket/1.4.4">http://www.apache...</a></p>
-	<a href="/news/2009/12/13/wicket-1-4-4-released.html">more</a></li>
+	<a href="/news/2009/12/13/wicket-1.4.4-released.html">more</a></li>
 </div>
 <div class="news">
 	<h3>Wicket 1.4.5 released</h3>
@@ -63,7 +63,7 @@ of Apache Wicket 1.4.</p>
 of Apache Wicket 1.4. This releases mainly fixes
 <a href="https://issues.apache.org/jira/browse/WICKET-2613">WICKET-2613</a> which has
 caused certain applicat...</p>
-	<a href="/news/2009/12/21/wicket-1-4-5-released.html">more</a></li>
+	<a href="/news/2009/12/21/wicket-1.4.5-released.html">more</a></li>
 </div>
         </div>
         <div class="l-one-third">

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2009/index.html
----------------------------------------------------------------------
diff --git a/content/news/2009/index.html b/content/news/2009/index.html
index 9104327..acc10a7 100644
--- a/content/news/2009/index.html
+++ b/content/news/2009/index.html
@@ -52,16 +52,16 @@
                   <p>This section contains all news items published in <a href="/news/2009/12">December 2009</a>.</p>
               </div>
                   <div class="l-full">
-              		<h3 id="/news/2009/12/21/wicket-1-4-5-released.html">Wicket 1.4.5 released</h3>
+              		<h3 id="/news/2009/12/21/wicket-1.4.5-released.html">Wicket 1.4.5 released</h3>
                       <small>21 Dec 2009</small>
               		<p>The Apache Wicket project is proud to announce the fifth maintenance release of Apache Wicket 1.4. This releases mainly fixes WICKET-2613 which has caused certain...
-              		<a href="/news/2009/12/21/wicket-1-4-5-released.html">more</a></li></p>
+              		<a href="/news/2009/12/21/wicket-1.4.5-released.html">more</a></li></p>
                   </div>
                   <div class="l-full">
-              		<h3 id="/news/2009/12/13/wicket-1-4-4-released.html">Wicket 1.4.4 released</h3>
+              		<h3 id="/news/2009/12/13/wicket-1.4.4-released.html">Wicket 1.4.4 released</h3>
                       <small>13 Dec 2009</small>
               		<p>The Apache Wicket project is proud to announce the fourth maintenance release of Apache Wicket 1.4. Download Apache Wicket 1.4.4 You can download the release...
-              		<a href="/news/2009/12/13/wicket-1-4-4-released.html">more</a></li></p>
+              		<a href="/news/2009/12/13/wicket-1.4.4-released.html">more</a></li></p>
                   </div>
               <hr>
               <div class="l-first"></div>
@@ -70,16 +70,16 @@
                   <p>This section contains all news items published in <a href="/news/2009/10">October 2009</a>.</p>
               </div>
                   <div class="l-full">
-              		<h3 id="/news/2009/10/24/wicket-1-4-3-released.html">Wicket 1.4.3 released</h3>
+              		<h3 id="/news/2009/10/24/wicket-1.4.3-released.html">Wicket 1.4.3 released</h3>
                       <small>24 Oct 2009</small>
               		<p>The Apache Wicket project is proud to announce the third maintenance release of Apache Wicket 1.4. Download Apache Wicket 1.4.3 You can download the release...
-              		<a href="/news/2009/10/24/wicket-1-4-3-released.html">more</a></li></p>
+              		<a href="/news/2009/10/24/wicket-1.4.3-released.html">more</a></li></p>
                   </div>
                   <div class="l-full">
-              		<h3 id="/news/2009/10/12/wicket-1-4-2-released.html">Wicket 1.4.2 released</h3>
+              		<h3 id="/news/2009/10/12/wicket-1.4.2-released.html">Wicket 1.4.2 released</h3>
                       <small>12 Oct 2009</small>
               		<p>The Apache Wicket project is proud to announce the second maintenance release of Apache Wicket 1.4. Download Apache Wicket 1.4.2 You can download the release...
-              		<a href="/news/2009/10/12/wicket-1-4-2-released.html">more</a></li></p>
+              		<a href="/news/2009/10/12/wicket-1.4.2-released.html">more</a></li></p>
                   </div>
               <hr>
               <div class="l-first"></div>
@@ -88,10 +88,10 @@
                   <p>This section contains all news items published in <a href="/news/2009/08">August 2009</a>.</p>
               </div>
                   <div class="l-full">
-              		<h3 id="/news/2009/08/21/wicket-1-4-1-released.html">Wicket 1.4.1 released</h3>
+              		<h3 id="/news/2009/08/21/wicket-1.4.1-released.html">Wicket 1.4.1 released</h3>
                       <small>21 Aug 2009</small>
               		<p>The Apache Wicket project is proud to announce the first maintenance release of Apache Wicket 1.4. Download Apache Wicket 1.4 You can download the release...
-              		<a href="/news/2009/08/21/wicket-1-4-1-released.html">more</a></li></p>
+              		<a href="/news/2009/08/21/wicket-1.4.1-released.html">more</a></li></p>
                   </div>
               <hr>
               <div class="l-first"></div>
@@ -100,16 +100,16 @@
                   <p>This section contains all news items published in <a href="/news/2009/07">July 2009</a>.</p>
               </div>
                   <div class="l-full">
-              		<h3 id="/news/2009/07/30/wicket-1-4-takes-typesafety-to-the-next-level.html">Apache Wicket 1.4 takes typesafety to the next level</h3>
+              		<h3 id="/news/2009/07/30/wicket-1.4-takes-typesafety-to-the-next-level.html">Apache Wicket 1.4 takes typesafety to the next level</h3>
                       <small>30 Jul 2009</small>
               		<p>The Apache Wicket project is proud to announce the release of Apache Wicket 1.4. Apache Wicket is an open source, component oriented Java web application...
-              		<a href="/news/2009/07/30/wicket-1-4-takes-typesafety-to-the-next-level.html">more</a></li></p>
+              		<a href="/news/2009/07/30/wicket-1.4-takes-typesafety-to-the-next-level.html">more</a></li></p>
                   </div>
                   <div class="l-full">
-              		<h3 id="/news/2009/07/30/wicket-1-3-7-released.html">Apache Wicket 1.3.7 marks end of life for Wicket 1.3</h3>
+              		<h3 id="/news/2009/07/30/wicket-1.3.7-released.html">Apache Wicket 1.3.7 marks end of life for Wicket 1.3</h3>
                       <small>30 Jul 2009</small>
               		<p>The Apache Wicket team is proud to present the release of Apache Wicket 1.3.7. This will be the last feature release for the 1.3.x branch....
-              		<a href="/news/2009/07/30/wicket-1-3-7-released.html">more</a></li></p>
+              		<a href="/news/2009/07/30/wicket-1.3.7-released.html">more</a></li></p>
                   </div>
               <hr>
               <div class="l-first"></div>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2010/02/01/wicket-1-4-6-released.html
----------------------------------------------------------------------
diff --git a/content/news/2010/02/01/wicket-1-4-6-released.html b/content/news/2010/02/01/wicket-1-4-6-released.html
deleted file mode 100644
index a6015e1..0000000
--- a/content/news/2010/02/01/wicket-1-4-6-released.html
+++ /dev/null
@@ -1,84 +0,0 @@
-<!DOCTYPE html>
-<html>
-    <head>
-        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-        <meta charset="utf-8">
-        <title>Wicket 1.4.6 released | Apache Wicket</title>
-        <meta name="viewport" content="width=device-width, initial-scale=1" />
-
-        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
-        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
-        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
-
-		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
-
-    </head>
-
-    <body class="">
-        <div class="header default">
-    <div class="l-container">
-<nav class="mainmenu">
-    <ul>
-		<!-- /start/quickstart.html || /news/2010/02/01/wicket-1-4-6-released.html -->
-    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
-		<!-- /start/download.html || /news/2010/02/01/wicket-1-4-6-released.html -->
-    	<li class=""><a href="/start/download.html">Download</a></li>
-		<!-- /learn || /news/2010/02/01/wicket-1-4-6-released.html -->
-    	<li class=""><a href="/learn">Documentation</a></li>
-		<!-- /help || /news/2010/02/01/wicket-1-4-6-released.html -->
-    	<li class=""><a href="/help">Support</a></li>
-		<!-- /contribute || /news/2010/02/01/wicket-1-4-6-released.html -->
-    	<li class=""><a href="/contribute">Contribute</a></li>
-		<!-- /community || /news/2010/02/01/wicket-1-4-6-released.html -->
-    	<li class=""><a href="/community">Community</a></li>
-		<!-- /apache || /news/2010/02/01/wicket-1-4-6-released.html -->
-    	<li class=""><a href="/apache">Apache</a></li>
-    </ul>
-</nav>
-        <div class="logo">
-    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
-</div>
-    </div>
-</div>
-<main>
-    <div class="l-container">
-        <header class="l-full preamble">
-            <h1>Wicket 1.4.6 released</h1>
-        </header>
-        <section class="l-one-third right">
-        </section>
-        <section class="l-two-third left">
-            <div class="l-full">
-    <p class="meta">01 Feb 2010</p>
-    <p>The Apache Wicket project is proud to announce the sixths maintenance release
-of Apache Wicket 1.4. This releases brings over 40 improvements and bug fixes
-that make Wicket 1.4 even more stable in production environments.</p>
-<h3 id="download-apache-wicket-146">Download Apache Wicket 1.4.6</h3>
-<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’s to upgrade to the new version:</p>
-<figure class="highlight"><pre><code class="language-xml" data-lang="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></figure>
-<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>
-<p>We thank you for your patience and support.</p>
-</div>
-        </section>
-    </div>
-</main>
-        <footer class="l-container">
-            <div class="l-full">
-    <img height="60px" src="/img/asf_logo.gif" style="float:left">
-    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
-    Wicket, Apache, the Apache feather logo, and the Apache Wicket
-    project logo are trademarks of The Apache Software Foundation. All
-    other marks mentioned may be trademarks or registered trademarks of
-    their respective owners.
-</div>
-        </footer>
-    </body>
-
-</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2010/02/01/wicket-1.4.6-released.html
----------------------------------------------------------------------
diff --git a/content/news/2010/02/01/wicket-1.4.6-released.html b/content/news/2010/02/01/wicket-1.4.6-released.html
new file mode 100644
index 0000000..d34fec1
--- /dev/null
+++ b/content/news/2010/02/01/wicket-1.4.6-released.html
@@ -0,0 +1,84 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+        <meta charset="utf-8">
+        <title>Wicket 1.4.6 released | Apache Wicket</title>
+        <meta name="viewport" content="width=device-width, initial-scale=1" />
+
+        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
+        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
+        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
+
+		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
+
+    </head>
+
+    <body class="">
+        <div class="header default">
+    <div class="l-container">
+<nav class="mainmenu">
+    <ul>
+		<!-- /start/quickstart.html || /news/2010/02/01/wicket-1.4.6-released.html -->
+    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
+		<!-- /start/download.html || /news/2010/02/01/wicket-1.4.6-released.html -->
+    	<li class=""><a href="/start/download.html">Download</a></li>
+		<!-- /learn || /news/2010/02/01/wicket-1.4.6-released.html -->
+    	<li class=""><a href="/learn">Documentation</a></li>
+		<!-- /help || /news/2010/02/01/wicket-1.4.6-released.html -->
+    	<li class=""><a href="/help">Support</a></li>
+		<!-- /contribute || /news/2010/02/01/wicket-1.4.6-released.html -->
+    	<li class=""><a href="/contribute">Contribute</a></li>
+		<!-- /community || /news/2010/02/01/wicket-1.4.6-released.html -->
+    	<li class=""><a href="/community">Community</a></li>
+		<!-- /apache || /news/2010/02/01/wicket-1.4.6-released.html -->
+    	<li class=""><a href="/apache">Apache</a></li>
+    </ul>
+</nav>
+        <div class="logo">
+    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
+</div>
+    </div>
+</div>
+<main>
+    <div class="l-container">
+        <header class="l-full preamble">
+            <h1>Wicket 1.4.6 released</h1>
+        </header>
+        <section class="l-one-third right">
+        </section>
+        <section class="l-two-third left">
+            <div class="l-full">
+    <p class="meta">01 Feb 2010</p>
+    <p>The Apache Wicket project is proud to announce the sixths maintenance release
+of Apache Wicket 1.4. This releases brings over 40 improvements and bug fixes
+that make Wicket 1.4 even more stable in production environments.</p>
+<h3 id="download-apache-wicket-146">Download Apache Wicket 1.4.6</h3>
+<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’s to upgrade to the new version:</p>
+<figure class="highlight"><pre><code class="language-xml" data-lang="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></figure>
+<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>
+<p>We thank you for your patience and support.</p>
+</div>
+        </section>
+    </div>
+</main>
+        <footer class="l-container">
+            <div class="l-full">
+    <img height="60px" src="/img/asf_logo.gif" style="float:left">
+    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
+    Wicket, Apache, the Apache feather logo, and the Apache Wicket
+    project logo are trademarks of The Apache Software Foundation. All
+    other marks mentioned may be trademarks or registered trademarks of
+    their respective owners.
+</div>
+        </footer>
+    </body>
+
+</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2010/02/index.html
----------------------------------------------------------------------
diff --git a/content/news/2010/02/index.html b/content/news/2010/02/index.html
index 42ccb88..013b516 100644
--- a/content/news/2010/02/index.html
+++ b/content/news/2010/02/index.html
@@ -50,7 +50,7 @@
 	<h3>Wicket 1.4.6 released</h3>
   <p><small>01 Feb 2010</small></p>
 	<p>The Apache Wicket proje...</p>
-	<a href="/news/2010/02/01/wicket-1-4-6-released.html">more</a></li>
+	<a href="/news/2010/02/01/wicket-1.4.6-released.html">more</a></li>
 </div>
         </div>
         <div class="l-one-third">

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2010/03/05/wicket-1-4-7-released.html
----------------------------------------------------------------------
diff --git a/content/news/2010/03/05/wicket-1-4-7-released.html b/content/news/2010/03/05/wicket-1-4-7-released.html
deleted file mode 100644
index 467f9b4..0000000
--- a/content/news/2010/03/05/wicket-1-4-7-released.html
+++ /dev/null
@@ -1,82 +0,0 @@
-<!DOCTYPE html>
-<html>
-    <head>
-        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-        <meta charset="utf-8">
-        <title>Wicket 1.4.7 released | Apache Wicket</title>
-        <meta name="viewport" content="width=device-width, initial-scale=1" />
-
-        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
-        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
-        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
-
-		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
-
-    </head>
-
-    <body class="">
-        <div class="header default">
-    <div class="l-container">
-<nav class="mainmenu">
-    <ul>
-		<!-- /start/quickstart.html || /news/2010/03/05/wicket-1-4-7-released.html -->
-    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
-		<!-- /start/download.html || /news/2010/03/05/wicket-1-4-7-released.html -->
-    	<li class=""><a href="/start/download.html">Download</a></li>
-		<!-- /learn || /news/2010/03/05/wicket-1-4-7-released.html -->
-    	<li class=""><a href="/learn">Documentation</a></li>
-		<!-- /help || /news/2010/03/05/wicket-1-4-7-released.html -->
-    	<li class=""><a href="/help">Support</a></li>
-		<!-- /contribute || /news/2010/03/05/wicket-1-4-7-released.html -->
-    	<li class=""><a href="/contribute">Contribute</a></li>
-		<!-- /community || /news/2010/03/05/wicket-1-4-7-released.html -->
-    	<li class=""><a href="/community">Community</a></li>
-		<!-- /apache || /news/2010/03/05/wicket-1-4-7-released.html -->
-    	<li class=""><a href="/apache">Apache</a></li>
-    </ul>
-</nav>
-        <div class="logo">
-    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
-</div>
-    </div>
-</div>
-<main>
-    <div class="l-container">
-        <header class="l-full preamble">
-            <h1>Wicket 1.4.7 released</h1>
-        </header>
-        <section class="l-one-third right">
-        </section>
-        <section class="l-two-third left">
-            <div class="l-full">
-    <p class="meta">05 Mar 2010</p>
-    <p>The Apache Wicket project is proud to announce the seventh maintenance release of Apache Wicket 1.4. This releases brings over 30 improvements and bug fixes.</p>
-<h3 id="download-apache-wicket-147">Download Apache Wicket 1.4.7</h3>
-<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’s to upgrade to the new version:</p>
-<figure class="highlight"><pre><code class="language-xml" data-lang="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></figure>
-<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>
-<p>We thank you for your patience and support.</p>
-<p>The Wicket Team</p>
-</div>
-        </section>
-    </div>
-</main>
-        <footer class="l-container">
-            <div class="l-full">
-    <img height="60px" src="/img/asf_logo.gif" style="float:left">
-    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
-    Wicket, Apache, the Apache feather logo, and the Apache Wicket
-    project logo are trademarks of The Apache Software Foundation. All
-    other marks mentioned may be trademarks or registered trademarks of
-    their respective owners.
-</div>
-        </footer>
-    </body>
-
-</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2010/03/05/wicket-1.4.7-released.html
----------------------------------------------------------------------
diff --git a/content/news/2010/03/05/wicket-1.4.7-released.html b/content/news/2010/03/05/wicket-1.4.7-released.html
new file mode 100644
index 0000000..1bd887b
--- /dev/null
+++ b/content/news/2010/03/05/wicket-1.4.7-released.html
@@ -0,0 +1,82 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+        <meta charset="utf-8">
+        <title>Wicket 1.4.7 released | Apache Wicket</title>
+        <meta name="viewport" content="width=device-width, initial-scale=1" />
+
+        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
+        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
+        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
+
+		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
+
+    </head>
+
+    <body class="">
+        <div class="header default">
+    <div class="l-container">
+<nav class="mainmenu">
+    <ul>
+		<!-- /start/quickstart.html || /news/2010/03/05/wicket-1.4.7-released.html -->
+    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
+		<!-- /start/download.html || /news/2010/03/05/wicket-1.4.7-released.html -->
+    	<li class=""><a href="/start/download.html">Download</a></li>
+		<!-- /learn || /news/2010/03/05/wicket-1.4.7-released.html -->
+    	<li class=""><a href="/learn">Documentation</a></li>
+		<!-- /help || /news/2010/03/05/wicket-1.4.7-released.html -->
+    	<li class=""><a href="/help">Support</a></li>
+		<!-- /contribute || /news/2010/03/05/wicket-1.4.7-released.html -->
+    	<li class=""><a href="/contribute">Contribute</a></li>
+		<!-- /community || /news/2010/03/05/wicket-1.4.7-released.html -->
+    	<li class=""><a href="/community">Community</a></li>
+		<!-- /apache || /news/2010/03/05/wicket-1.4.7-released.html -->
+    	<li class=""><a href="/apache">Apache</a></li>
+    </ul>
+</nav>
+        <div class="logo">
+    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
+</div>
+    </div>
+</div>
+<main>
+    <div class="l-container">
+        <header class="l-full preamble">
+            <h1>Wicket 1.4.7 released</h1>
+        </header>
+        <section class="l-one-third right">
+        </section>
+        <section class="l-two-third left">
+            <div class="l-full">
+    <p class="meta">05 Mar 2010</p>
+    <p>The Apache Wicket project is proud to announce the seventh maintenance release of Apache Wicket 1.4. This releases brings over 30 improvements and bug fixes.</p>
+<h3 id="download-apache-wicket-147">Download Apache Wicket 1.4.7</h3>
+<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’s to upgrade to the new version:</p>
+<figure class="highlight"><pre><code class="language-xml" data-lang="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></figure>
+<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>
+<p>We thank you for your patience and support.</p>
+<p>The Wicket Team</p>
+</div>
+        </section>
+    </div>
+</main>
+        <footer class="l-container">
+            <div class="l-full">
+    <img height="60px" src="/img/asf_logo.gif" style="float:left">
+    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
+    Wicket, Apache, the Apache feather logo, and the Apache Wicket
+    project logo are trademarks of The Apache Software Foundation. All
+    other marks mentioned may be trademarks or registered trademarks of
+    their respective owners.
+</div>
+        </footer>
+    </body>
+
+</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2010/03/index.html
----------------------------------------------------------------------
diff --git a/content/news/2010/03/index.html b/content/news/2010/03/index.html
index 3ebe6b6..07f2aa4 100644
--- a/content/news/2010/03/index.html
+++ b/content/news/2010/03/index.html
@@ -52,7 +52,7 @@
 	<p>The Apache Wicket project is proud to announce the seventh maintenance release of Apache Wicket 1.4. This releases brings over 30 improvements and bug fixes.</p>
 <h3 id="download-apache-wicket-147">Download Apache Wicket 1.4.7</h3>
 <p>You can download the relea...</p>
-	<a href="/news/2010/03/05/wicket-1-4-7-released.html">more</a></li>
+	<a href="/news/2010/03/05/wicket-1.4.7-released.html">more</a></li>
 </div>
         </div>
         <div class="l-one-third">

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2010/05/03/wicket-1-4-8-released.html
----------------------------------------------------------------------
diff --git a/content/news/2010/05/03/wicket-1-4-8-released.html b/content/news/2010/05/03/wicket-1-4-8-released.html
deleted file mode 100644
index 6dc7238..0000000
--- a/content/news/2010/05/03/wicket-1-4-8-released.html
+++ /dev/null
@@ -1,85 +0,0 @@
-<!DOCTYPE html>
-<html>
-    <head>
-        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-        <meta charset="utf-8">
-        <title>Wicket 1.4.8 released | Apache Wicket</title>
-        <meta name="viewport" content="width=device-width, initial-scale=1" />
-
-        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
-        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
-        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
-
-		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
-
-    </head>
-
-    <body class="">
-        <div class="header default">
-    <div class="l-container">
-<nav class="mainmenu">
-    <ul>
-		<!-- /start/quickstart.html || /news/2010/05/03/wicket-1-4-8-released.html -->
-    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
-		<!-- /start/download.html || /news/2010/05/03/wicket-1-4-8-released.html -->
-    	<li class=""><a href="/start/download.html">Download</a></li>
-		<!-- /learn || /news/2010/05/03/wicket-1-4-8-released.html -->
-    	<li class=""><a href="/learn">Documentation</a></li>
-		<!-- /help || /news/2010/05/03/wicket-1-4-8-released.html -->
-    	<li class=""><a href="/help">Support</a></li>
-		<!-- /contribute || /news/2010/05/03/wicket-1-4-8-released.html -->
-    	<li class=""><a href="/contribute">Contribute</a></li>
-		<!-- /community || /news/2010/05/03/wicket-1-4-8-released.html -->
-    	<li class=""><a href="/community">Community</a></li>
-		<!-- /apache || /news/2010/05/03/wicket-1-4-8-released.html -->
-    	<li class=""><a href="/apache">Apache</a></li>
-    </ul>
-</nav>
-        <div class="logo">
-    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
-</div>
-    </div>
-</div>
-<main>
-    <div class="l-container">
-        <header class="l-full preamble">
-            <h1>Wicket 1.4.8 released</h1>
-        </header>
-        <section class="l-one-third right">
-        </section>
-        <section class="l-two-third left">
-            <div class="l-full">
-    <p class="meta">03 May 2010</p>
-    <p>Wicket 1.4.8 is released!</p>
-<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>Using Maven:</li>
-</ul>
-<figure class="highlight"><pre><code class="language-xml" data-lang="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></figure>
-<ul>
-  <li><a href="http://www.apache.org/dyn/closer.cgi/wicket/1.4.8">Download</a></li>
-  <li><a href="https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&amp;pid=12310561&amp;fixfor=12314811">Change log</a></li>
-</ul>
-</div>
-        </section>
-    </div>
-</main>
-        <footer class="l-container">
-            <div class="l-full">
-    <img height="60px" src="/img/asf_logo.gif" style="float:left">
-    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
-    Wicket, Apache, the Apache feather logo, and the Apache Wicket
-    project logo are trademarks of The Apache Software Foundation. All
-    other marks mentioned may be trademarks or registered trademarks of
-    their respective owners.
-</div>
-        </footer>
-    </body>
-
-</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2010/05/03/wicket-1.4.8-released.html
----------------------------------------------------------------------
diff --git a/content/news/2010/05/03/wicket-1.4.8-released.html b/content/news/2010/05/03/wicket-1.4.8-released.html
new file mode 100644
index 0000000..f028963
--- /dev/null
+++ b/content/news/2010/05/03/wicket-1.4.8-released.html
@@ -0,0 +1,85 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+        <meta charset="utf-8">
+        <title>Wicket 1.4.8 released | Apache Wicket</title>
+        <meta name="viewport" content="width=device-width, initial-scale=1" />
+
+        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
+        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
+        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
+
+		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
+
+    </head>
+
+    <body class="">
+        <div class="header default">
+    <div class="l-container">
+<nav class="mainmenu">
+    <ul>
+		<!-- /start/quickstart.html || /news/2010/05/03/wicket-1.4.8-released.html -->
+    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
+		<!-- /start/download.html || /news/2010/05/03/wicket-1.4.8-released.html -->
+    	<li class=""><a href="/start/download.html">Download</a></li>
+		<!-- /learn || /news/2010/05/03/wicket-1.4.8-released.html -->
+    	<li class=""><a href="/learn">Documentation</a></li>
+		<!-- /help || /news/2010/05/03/wicket-1.4.8-released.html -->
+    	<li class=""><a href="/help">Support</a></li>
+		<!-- /contribute || /news/2010/05/03/wicket-1.4.8-released.html -->
+    	<li class=""><a href="/contribute">Contribute</a></li>
+		<!-- /community || /news/2010/05/03/wicket-1.4.8-released.html -->
+    	<li class=""><a href="/community">Community</a></li>
+		<!-- /apache || /news/2010/05/03/wicket-1.4.8-released.html -->
+    	<li class=""><a href="/apache">Apache</a></li>
+    </ul>
+</nav>
+        <div class="logo">
+    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
+</div>
+    </div>
+</div>
+<main>
+    <div class="l-container">
+        <header class="l-full preamble">
+            <h1>Wicket 1.4.8 released</h1>
+        </header>
+        <section class="l-one-third right">
+        </section>
+        <section class="l-two-third left">
+            <div class="l-full">
+    <p class="meta">03 May 2010</p>
+    <p>Wicket 1.4.8 is released!</p>
+<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>Using Maven:</li>
+</ul>
+<figure class="highlight"><pre><code class="language-xml" data-lang="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></figure>
+<ul>
+  <li><a href="http://www.apache.org/dyn/closer.cgi/wicket/1.4.8">Download</a></li>
+  <li><a href="https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&amp;pid=12310561&amp;fixfor=12314811">Change log</a></li>
+</ul>
+</div>
+        </section>
+    </div>
+</main>
+        <footer class="l-container">
+            <div class="l-full">
+    <img height="60px" src="/img/asf_logo.gif" style="float:left">
+    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
+    Wicket, Apache, the Apache feather logo, and the Apache Wicket
+    project logo are trademarks of The Apache Software Foundation. All
+    other marks mentioned may be trademarks or registered trademarks of
+    their respective owners.
+</div>
+        </footer>
+    </body>
+
+</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2010/05/24/wicket-1-4-9-released.html
----------------------------------------------------------------------
diff --git a/content/news/2010/05/24/wicket-1-4-9-released.html b/content/news/2010/05/24/wicket-1-4-9-released.html
deleted file mode 100644
index 14dfff7..0000000
--- a/content/news/2010/05/24/wicket-1-4-9-released.html
+++ /dev/null
@@ -1,124 +0,0 @@
-<!DOCTYPE html>
-<html>
-    <head>
-        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-        <meta charset="utf-8">
-        <title>Wicket 1.4.9 released | Apache Wicket</title>
-        <meta name="viewport" content="width=device-width, initial-scale=1" />
-
-        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
-        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
-        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
-
-		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
-
-    </head>
-
-    <body class="">
-        <div class="header default">
-    <div class="l-container">
-<nav class="mainmenu">
-    <ul>
-		<!-- /start/quickstart.html || /news/2010/05/24/wicket-1-4-9-released.html -->
-    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
-		<!-- /start/download.html || /news/2010/05/24/wicket-1-4-9-released.html -->
-    	<li class=""><a href="/start/download.html">Download</a></li>
-		<!-- /learn || /news/2010/05/24/wicket-1-4-9-released.html -->
-    	<li class=""><a href="/learn">Documentation</a></li>
-		<!-- /help || /news/2010/05/24/wicket-1-4-9-released.html -->
-    	<li class=""><a href="/help">Support</a></li>
-		<!-- /contribute || /news/2010/05/24/wicket-1-4-9-released.html -->
-    	<li class=""><a href="/contribute">Contribute</a></li>
-		<!-- /community || /news/2010/05/24/wicket-1-4-9-released.html -->
-    	<li class=""><a href="/community">Community</a></li>
-		<!-- /apache || /news/2010/05/24/wicket-1-4-9-released.html -->
-    	<li class=""><a href="/apache">Apache</a></li>
-    </ul>
-</nav>
-        <div class="logo">
-    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
-</div>
-    </div>
-</div>
-<main>
-    <div class="l-container">
-        <header class="l-full preamble">
-            <h1>Wicket 1.4.9 released</h1>
-        </header>
-        <section class="l-one-third right">
-            <div id="toc" class="toc"><div id="toc-title"><h2>Table of Contents</h2></div><ul><li class="toc--level-1 toc--section-1"><a href="#release-notes---wicket---version-149"><span class="toc-number">1</span> <span class="toc-text">Release Notes - Wicket - Version 1.4.9</span></a><ul><li class="toc--level-2 toc--section-2"><a href="#bugs"><span class="toc-number">1.1</span> <span class="toc-text">Bugs</span></a></li><li class="toc--level-2 toc--section-3"><a href="#improvements"><span class="toc-number">1.2</span> <span class="toc-text">Improvements</span></a></li></ul></li></ul></div>
-        </section>
-        <section class="l-two-third left">
-            <div class="l-full">
-    <p class="meta">24 May 2010</p>
-    <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>
-<figure class="highlight"><pre><code class="language-xml" data-lang="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></figure>
-<ul>
-  <li>Download the <a href="http://www.apache.org/dyn/closer.cgi/wicket/1.4.9">full
-distribution</a> (including
-source)</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>
-<h2 id="release-notes---wicket---version-149">Release Notes - Wicket - Version 1.4.9</h2>
-<h3 id="bugs">Bugs</h3>
-<ul>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-2741">WICKET-2741</a> - non-performant Collections.synchronizedMap() should be
-replaced with ConcurrentMap</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-2843">WICKET-2843</a> - Palette is incompatible with ListMultipleChoice in its use
-of the model</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-2853">WICKET-2853</a> - ListMultipleChoice/CheckBoxMultipleChoice do not retain
-selected but disabled items</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-2856">WICKET-2856</a> - PackageStringResourceLoader.loadStringResource() causes
-NullPointerException when used in a Class within the root package (i.e. it
-has no package declaration)</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-2858">WICKET-2858</a> - WicketSessionFilter: java.lang.IllegalArgumentException:
-Argument application can not be null</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-2859">WICKET-2859</a> - Wrong package names in Examples</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-2860">WICKET-2860</a> - Wrong name for swiss Application.properties</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-2861">WICKET-2861</a> - getConvertedInput() returns null and selectedValues.addAll
-tries adding it</li>
-</ul>
-<h3 id="improvements">Improvements</h3>
-<ul>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-2790">WICKET-2790</a> - wicketTester.executeAjaxEvent method does not check if form
-is multiPart</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-2840">WICKET-2840</a> - Remove final on
-AbstractRequestTargetUrlCodingStrategy#getMountPath()</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-2846">WICKET-2846</a> - Store Application in InheritableThreadLocal instead of
-ThreadLocal</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-2855">WICKET-2855</a> - Constructor of RedirectRequestTarget does not validate URL</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-2869">WICKET-2869</a> - RangeValidator should use getMinimum and getMaximum</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-2870">WICKET-2870</a> - Fix hungarian translation for Wizard</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-2879">WICKET-2879</a> - delegate isVisible in PanelCachingTab</li>
-</ul>
-</div>
-        </section>
-    </div>
-</main>
-        <footer class="l-container">
-            <div class="l-full">
-    <img height="60px" src="/img/asf_logo.gif" style="float:left">
-    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
-    Wicket, Apache, the Apache feather logo, and the Apache Wicket
-    project logo are trademarks of The Apache Software Foundation. All
-    other marks mentioned may be trademarks or registered trademarks of
-    their respective owners.
-</div>
-        </footer>
-    </body>
-
-</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2010/05/24/wicket-1.4.9-released.html
----------------------------------------------------------------------
diff --git a/content/news/2010/05/24/wicket-1.4.9-released.html b/content/news/2010/05/24/wicket-1.4.9-released.html
new file mode 100644
index 0000000..8d5a1c5
--- /dev/null
+++ b/content/news/2010/05/24/wicket-1.4.9-released.html
@@ -0,0 +1,124 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+        <meta charset="utf-8">
+        <title>Wicket 1.4.9 released | Apache Wicket</title>
+        <meta name="viewport" content="width=device-width, initial-scale=1" />
+
+        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
+        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
+        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
+
+		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
+
+    </head>
+
+    <body class="">
+        <div class="header default">
+    <div class="l-container">
+<nav class="mainmenu">
+    <ul>
+		<!-- /start/quickstart.html || /news/2010/05/24/wicket-1.4.9-released.html -->
+    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
+		<!-- /start/download.html || /news/2010/05/24/wicket-1.4.9-released.html -->
+    	<li class=""><a href="/start/download.html">Download</a></li>
+		<!-- /learn || /news/2010/05/24/wicket-1.4.9-released.html -->
+    	<li class=""><a href="/learn">Documentation</a></li>
+		<!-- /help || /news/2010/05/24/wicket-1.4.9-released.html -->
+    	<li class=""><a href="/help">Support</a></li>
+		<!-- /contribute || /news/2010/05/24/wicket-1.4.9-released.html -->
+    	<li class=""><a href="/contribute">Contribute</a></li>
+		<!-- /community || /news/2010/05/24/wicket-1.4.9-released.html -->
+    	<li class=""><a href="/community">Community</a></li>
+		<!-- /apache || /news/2010/05/24/wicket-1.4.9-released.html -->
+    	<li class=""><a href="/apache">Apache</a></li>
+    </ul>
+</nav>
+        <div class="logo">
+    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
+</div>
+    </div>
+</div>
+<main>
+    <div class="l-container">
+        <header class="l-full preamble">
+            <h1>Wicket 1.4.9 released</h1>
+        </header>
+        <section class="l-one-third right">
+            <div id="toc" class="toc"><div id="toc-title"><h2>Table of Contents</h2></div><ul><li class="toc--level-1 toc--section-1"><a href="#release-notes---wicket---version-149"><span class="toc-number">1</span> <span class="toc-text">Release Notes - Wicket - Version 1.4.9</span></a><ul><li class="toc--level-2 toc--section-2"><a href="#bugs"><span class="toc-number">1.1</span> <span class="toc-text">Bugs</span></a></li><li class="toc--level-2 toc--section-3"><a href="#improvements"><span class="toc-number">1.2</span> <span class="toc-text">Improvements</span></a></li></ul></li></ul></div>
+        </section>
+        <section class="l-two-third left">
+            <div class="l-full">
+    <p class="meta">24 May 2010</p>
+    <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>
+<figure class="highlight"><pre><code class="language-xml" data-lang="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></figure>
+<ul>
+  <li>Download the <a href="http://www.apache.org/dyn/closer.cgi/wicket/1.4.9">full
+distribution</a> (including
+source)</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 class="highlighter-rouge">InheritableThreadLocal</code> that was put into version 1.4.9.</p>
+<h2 id="release-notes---wicket---version-149">Release Notes - Wicket - Version 1.4.9</h2>
+<h3 id="bugs">Bugs</h3>
+<ul>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-2741">WICKET-2741</a> - non-performant Collections.synchronizedMap() should be
+replaced with ConcurrentMap</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-2843">WICKET-2843</a> - Palette is incompatible with ListMultipleChoice in its use
+of the model</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-2853">WICKET-2853</a> - ListMultipleChoice/CheckBoxMultipleChoice do not retain
+selected but disabled items</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-2856">WICKET-2856</a> - PackageStringResourceLoader.loadStringResource() causes
+NullPointerException when used in a Class within the root package (i.e. it
+has no package declaration)</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-2858">WICKET-2858</a> - WicketSessionFilter: java.lang.IllegalArgumentException:
+Argument application can not be null</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-2859">WICKET-2859</a> - Wrong package names in Examples</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-2860">WICKET-2860</a> - Wrong name for swiss Application.properties</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-2861">WICKET-2861</a> - getConvertedInput() returns null and selectedValues.addAll
+tries adding it</li>
+</ul>
+<h3 id="improvements">Improvements</h3>
+<ul>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-2790">WICKET-2790</a> - wicketTester.executeAjaxEvent method does not check if form
+is multiPart</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-2840">WICKET-2840</a> - Remove final on
+AbstractRequestTargetUrlCodingStrategy#getMountPath()</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-2846">WICKET-2846</a> - Store Application in InheritableThreadLocal instead of
+ThreadLocal</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-2855">WICKET-2855</a> - Constructor of RedirectRequestTarget does not validate URL</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-2869">WICKET-2869</a> - RangeValidator should use getMinimum and getMaximum</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-2870">WICKET-2870</a> - Fix hungarian translation for Wizard</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-2879">WICKET-2879</a> - delegate isVisible in PanelCachingTab</li>
+</ul>
+</div>
+        </section>
+    </div>
+</main>
+        <footer class="l-container">
+            <div class="l-full">
+    <img height="60px" src="/img/asf_logo.gif" style="float:left">
+    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
+    Wicket, Apache, the Apache feather logo, and the Apache Wicket
+    project logo are trademarks of The Apache Software Foundation. All
+    other marks mentioned may be trademarks or registered trademarks of
+    their respective owners.
+</div>
+        </footer>
+    </body>
+
+</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2010/05/index.html
----------------------------------------------------------------------
diff --git a/content/news/2010/05/index.html b/content/news/2010/05/index.html
index 3014e9d..1580112 100644
--- a/content/news/2010/05/index.html
+++ b/content/news/2010/05/index.html
@@ -58,7 +58,7 @@
 </ul>
 <figure class="highlight"><pre><code class="language-xml" data-lang="xml"><span class="nt">&lt;dependency&gt;</span>
     <span class="nt">&lt;groupId&gt;</span>org...</code></pre></figure>
-	<a href="/news/2010/05/03/wicket-1-4-8-released.html">more</a></li>
+	<a href="/news/2010/05/03/wicket-1.4.8-released.html">more</a></li>
 </div>
 <div class="news">
 	<h3>Wicket 1.4.9 released</h3>
@@ -72,7 +72,7 @@ fifteen bug fixes and improvements.</p>
 </ul>
 <figure class="highlight"><pre><code class="language-xml" data-lang="xml"><span class="nt">&lt;dependency&gt;</span>
     <span class="nt">&lt;groupId&gt;</span>org.apa...</code></pre></figure>
-	<a href="/news/2010/05/24/wicket-1-4-9-released.html">more</a></li>
+	<a href="/news/2010/05/24/wicket-1.4.9-released.html">more</a></li>
 </div>
         </div>
         <div class="l-one-third">

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2010/08/11/wicket-1-4-10-released.html
----------------------------------------------------------------------
diff --git a/content/news/2010/08/11/wicket-1-4-10-released.html b/content/news/2010/08/11/wicket-1-4-10-released.html
deleted file mode 100644
index 5ba6f46..0000000
--- a/content/news/2010/08/11/wicket-1-4-10-released.html
+++ /dev/null
@@ -1,179 +0,0 @@
-<!DOCTYPE html>
-<html>
-    <head>
-        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-        <meta charset="utf-8">
-        <title>Wicket 1.4.10 released | Apache Wicket</title>
-        <meta name="viewport" content="width=device-width, initial-scale=1" />
-
-        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
-        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
-        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
-
-		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
-
-    </head>
-
-    <body class="">
-        <div class="header default">
-    <div class="l-container">
-<nav class="mainmenu">
-    <ul>
-		<!-- /start/quickstart.html || /news/2010/08/11/wicket-1-4-10-released.html -->
-    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
-		<!-- /start/download.html || /news/2010/08/11/wicket-1-4-10-released.html -->
-    	<li class=""><a href="/start/download.html">Download</a></li>
-		<!-- /learn || /news/2010/08/11/wicket-1-4-10-released.html -->
-    	<li class=""><a href="/learn">Documentation</a></li>
-		<!-- /help || /news/2010/08/11/wicket-1-4-10-released.html -->
-    	<li class=""><a href="/help">Support</a></li>
-		<!-- /contribute || /news/2010/08/11/wicket-1-4-10-released.html -->
-    	<li class=""><a href="/contribute">Contribute</a></li>
-		<!-- /community || /news/2010/08/11/wicket-1-4-10-released.html -->
-    	<li class=""><a href="/community">Community</a></li>
-		<!-- /apache || /news/2010/08/11/wicket-1-4-10-released.html -->
-    	<li class=""><a href="/apache">Apache</a></li>
-    </ul>
-</nav>
-        <div class="logo">
-    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
-</div>
-    </div>
-</div>
-<main>
-    <div class="l-container">
-        <header class="l-full preamble">
-            <h1>Wicket 1.4.10 released</h1>
-        </header>
-        <section class="l-one-third right">
-        </section>
-        <section class="l-two-third left">
-            <div class="l-full">
-    <p class="meta">11 Aug 2010</p>
-    <p>This is the tenth maintenance release of the 1.4.x series and brings over
-thirty bug fixes and improvements.</p>
-<p>As well as bringing bug fixes and small improvements, 1.4.10 brings two major new features:
-* Delayed component initialization
-* Component configuration</p>
-<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>
-<figure class="highlight"><pre><code class="language-java" data-lang="java"><span class="kd">public</span> <span class="kd">class</span> <span class="nc">Component</span> <span class="o">{</span>
-	<span class="cm">/**
-	 * This method is meant to be used as an alternative to initialize components. Usually the
-	 * component's constructor is used for this task, but sometimes a component cannot be
-	 * initialized in isolation, it may need to access its parent component or its markup in order
-	 * to fully initialize. This method is invoked once per component's lifecycle when a path exists
-	 * from this component to the {@link Page} thus providing the component with an atomic callback
-	 * when the component's environment is built out.
-	 * &lt;p&gt;
-	 * Overrides must call super#{@link #onInitialize()}. Usually this should be the first thing an
-	 * override does, much like a constructor.
-	 * &lt;/p&gt;
-	 * &lt;p&gt;
-	 * Parent containers are guaranteed to be initialized before their children
-	 * &lt;/p&gt;
-	 * &lt;p&gt;
-	 * It is safe to use {@link #getPage()} in this method
-	 * &lt;/p&gt;
-	 * 
-	 * &lt;p&gt;
-	 * NOTE:The timing of this call is not precise, the contract is that it is called sometime
-	 * before {@link Component#onBeforeRender()}.
-	 * &lt;/p&gt;
-	 * 
-	 */</span>
-	<span class="kd">protected</span> <span class="kt">void</span> <span class="n">onInitialize</span><span class="o">()</span> <span class="o">{}</span>
-<span class="o">}</span></code></pre></figure>
-<p>Component configuration allows developers to easier configure component states such as visibility, enabled, etc. From the javadoc:</p>
-<figure class="highlight"><pre><code class="language-java" data-lang="java"><span class="kd">public</span> <span class="kd">class</span> <span class="nc">Component</span> <span class="o">{</span>
-	<span class="cm">/**
-	 * Called once per request on components before they are about to be rendered. This method
-	 * should be used to configure such things as visibility and enabled flags.
-	 * &lt;p&gt;
-	 * Overrides must call {@code super.onConfigure()}, usually before any other code
-	 * &lt;/p&gt;
-	 * &lt;p&gt;
-	 * NOTE: Component hierarchy should not be modified inside this method, instead it should be
-	 * done in {@link #onBeforeRender()}
-	 * &lt;/p&gt;
-	 * &lt;p&gt;
-	 * NOTE: Why this method is preferrable to directly overriding {@link #isVisible()} and
-	 * {@link #isEnabled()}? Because those methods are called multiple times even for processing of
-	 * a single request. If they contain expensive logic they can slow down the response time of the
-	 * entire page. Further, overriding those methods directly on form components may lead to
-	 * inconsistent or unexpected state depending on when those methods are called in the form
-	 * processing workflow. It is a better practice to push changes to state rather than pull.
-	 * &lt;/p&gt;
-	 * &lt;p&gt;
-	 * NOTE: If component's visibility or another property depends on another component you may call
-	 * {@code other.configure()} followed by {@code other.isVisible()} as mentioned in
-	 * {@link #configure()} javadoc.
-	 * &lt;/p&gt;
-	 * &lt;p&gt;
-	 * NOTE: Why should {@link #onBeforeRender()} not be used for this? Because if visibility of a
-	 * component is toggled inside {@link #onBeforeRender()} another method needs to be overridden
-	 * to make sure {@link #onBeforeRender()} will be invoked on ivisible components:
-	 * 
-	 * &lt;pre&gt;
-	 * class MyComponent extends WebComponent
-	 * {
-	 * 	protected void onBeforeRender()
-	 * 	{
-	 * 		setVisible(Math.rand() &amp;gt; 0.5f);
-	 * 		super.onBeforeRender();
-	 * 	}
-	 * 
-	 * 	// if this override is forgotten, once invisible component will never become visible
-	 * 	protected boolean callOnBeforeRenderIfNotVisible()
-	 * 	{
-	 * 		return true;
-	 * 	}
-	 * }
-	 * &lt;/pre&gt;
-	 * 
-	 * VS
-	 * 
-	 * &lt;pre&gt;
-	 * class MyComponent extends WebComponent
-	 * {
-	 * 	protected void onConfigure()
-	 * 	{
-	 * 		setVisible(Math.rand() &amp;gt; 0.5f);
-	 * 		super.onConfigure();
-	 * 	}
-	 * }
-	 * &lt;/pre&gt;
-	 */</span>
-	<span class="kd">protected</span> <span class="kt">void</span> <span class="n">onConfigure</span><span class="o">()</span> <span class="o">{}</span>
-<span class="o">}</span></code></pre></figure>
-<ul>
-  <li><a href="http://svn.apache.org/repos/asf/wicket/releases/wicket-1.4.10/">Subversion tag</a></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>To use in Maven:</li>
-</ul>
-<figure class="highlight"><pre><code class="language-xml" data-lang="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></figure>
-<ul>
-  <li>Download the <a href="http://www.apache.org/dyn/closer.cgi/wicket/1.4.10">full
-distribution</a> (including
-source)</li>
-</ul>
-</div>
-        </section>
-    </div>
-</main>
-        <footer class="l-container">
-            <div class="l-full">
-    <img height="60px" src="/img/asf_logo.gif" style="float:left">
-    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
-    Wicket, Apache, the Apache feather logo, and the Apache Wicket
-    project logo are trademarks of The Apache Software Foundation. All
-    other marks mentioned may be trademarks or registered trademarks of
-    their respective owners.
-</div>
-        </footer>
-    </body>
-
-</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2010/08/11/wicket-1-5-m1-released.html
----------------------------------------------------------------------
diff --git a/content/news/2010/08/11/wicket-1-5-m1-released.html b/content/news/2010/08/11/wicket-1-5-m1-released.html
deleted file mode 100644
index b481ad0..0000000
--- a/content/news/2010/08/11/wicket-1-5-m1-released.html
+++ /dev/null
@@ -1,86 +0,0 @@
-<!DOCTYPE html>
-<html>
-    <head>
-        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-        <meta charset="utf-8">
-        <title>Wicket 1.5-M1 released | Apache Wicket</title>
-        <meta name="viewport" content="width=device-width, initial-scale=1" />
-
-        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
-        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
-        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
-
-		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
-
-    </head>
-
-    <body class="">
-        <div class="header default">
-    <div class="l-container">
-<nav class="mainmenu">
-    <ul>
-		<!-- /start/quickstart.html || /news/2010/08/11/wicket-1-5-m1-released.html -->
-    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
-		<!-- /start/download.html || /news/2010/08/11/wicket-1-5-m1-released.html -->
-    	<li class=""><a href="/start/download.html">Download</a></li>
-		<!-- /learn || /news/2010/08/11/wicket-1-5-m1-released.html -->
-    	<li class=""><a href="/learn">Documentation</a></li>
-		<!-- /help || /news/2010/08/11/wicket-1-5-m1-released.html -->
-    	<li class=""><a href="/help">Support</a></li>
-		<!-- /contribute || /news/2010/08/11/wicket-1-5-m1-released.html -->
-    	<li class=""><a href="/contribute">Contribute</a></li>
-		<!-- /community || /news/2010/08/11/wicket-1-5-m1-released.html -->
-    	<li class=""><a href="/community">Community</a></li>
-		<!-- /apache || /news/2010/08/11/wicket-1-5-m1-released.html -->
-    	<li class=""><a href="/apache">Apache</a></li>
-    </ul>
-</nav>
-        <div class="logo">
-    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
-</div>
-    </div>
-</div>
-<main>
-    <div class="l-container">
-        <header class="l-full preamble">
-            <h1>Wicket 1.5-M1 released</h1>
-        </header>
-        <section class="l-one-third right">
-        </section>
-        <section class="l-two-third left">
-            <div class="l-full">
-    <p class="meta">11 Aug 2010</p>
-    <p>This is the first 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.</p>
-<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/confluence/display/WICKET/Migration+to+Wicket+1.5">Migration notes</a></li>
-  <li><a href="http://svn.apache.org/repos/asf/wicket/releases/wicket-1.5-M1/">Subversion tag</a></li>
-  <li>To use in Maven:</li>
-</ul>
-<figure class="highlight"><pre><code class="language-xml" data-lang="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></figure>
-<ul>
-  <li>Download the <a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5-M1">full
-distribution</a> (including source)</li>
-</ul>
-</div>
-        </section>
-    </div>
-</main>
-        <footer class="l-container">
-            <div class="l-full">
-    <img height="60px" src="/img/asf_logo.gif" style="float:left">
-    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
-    Wicket, Apache, the Apache feather logo, and the Apache Wicket
-    project logo are trademarks of The Apache Software Foundation. All
-    other marks mentioned may be trademarks or registered trademarks of
-    their respective owners.
-</div>
-        </footer>
-    </body>
-
-</html>


[19/19] wicket-site git commit: WICKET-6049 updated links to example site

Posted by ad...@apache.org.
WICKET-6049 updated links to example site


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

Branch: refs/heads/asf-site
Commit: f39616cbdeecb4cc9e0559cb97f08d22b9bf8145
Parents: 08722d8
Author: bitstorm <an...@gmail.com>
Authored: Fri Dec 4 23:33:58 2015 +0100
Committer: bitstorm <an...@gmail.com>
Committed: Fri Dec 4 23:33:58 2015 +0100

----------------------------------------------------------------------
 content/atom.xml                                |  55 +--
 content/contribute/build.html                   |   6 +-
 content/contribute/ides.html                    |   4 +-
 content/contribute/release.html                 |  10 +-
 content/contribute/write.html                   |  14 +-
 content/index.html                              |  12 +-
 content/learn/examples/ajaxcounter.html         |  20 +-
 content/learn/examples/dropdownchoice.html      |  28 +-
 content/learn/examples/guestbook.html           |  44 +--
 content/learn/examples/helloworld.html          |  20 +-
 content/learn/examples/index.html               |   4 +-
 content/learn/examples/markupinheritance.html   |  52 +--
 content/learn/examples/navomatic.html           |  26 +-
 content/learn/examples/usingfragments.html      |  22 +-
 content/learn/index.html                        |   6 +-
 .../news/2009/07/30/wicket-1-3-7-released.html  | 155 ---------
 ...-1-4-takes-typesafety-to-the-next-level.html | 157 ---------
 .../news/2009/07/30/wicket-1.3.7-released.html  | 155 +++++++++
 ...-1.4-takes-typesafety-to-the-next-level.html | 157 +++++++++
 content/news/2009/07/index.html                 |   4 +-
 .../news/2009/08/21/wicket-1-4-1-released.html  |  90 -----
 .../news/2009/08/21/wicket-1.4.1-released.html  |  90 +++++
 content/news/2009/08/index.html                 |   2 +-
 .../news/2009/10/12/wicket-1-4-2-released.html  |  84 -----
 .../news/2009/10/12/wicket-1.4.2-released.html  |  84 +++++
 .../news/2009/10/24/wicket-1-4-3-released.html  |  83 -----
 .../news/2009/10/24/wicket-1.4.3-released.html  |  83 +++++
 content/news/2009/10/index.html                 |   4 +-
 .../news/2009/12/13/wicket-1-4-4-released.html  |  84 -----
 .../news/2009/12/13/wicket-1.4.4-released.html  |  84 +++++
 .../news/2009/12/21/wicket-1-4-5-released.html  |  86 -----
 .../news/2009/12/21/wicket-1.4.5-released.html  |  86 +++++
 content/news/2009/12/index.html                 |   4 +-
 content/news/2009/index.html                    |  28 +-
 .../news/2010/02/01/wicket-1-4-6-released.html  |  84 -----
 .../news/2010/02/01/wicket-1.4.6-released.html  |  84 +++++
 content/news/2010/02/index.html                 |   2 +-
 .../news/2010/03/05/wicket-1-4-7-released.html  |  82 -----
 .../news/2010/03/05/wicket-1.4.7-released.html  |  82 +++++
 content/news/2010/03/index.html                 |   2 +-
 .../news/2010/05/03/wicket-1-4-8-released.html  |  85 -----
 .../news/2010/05/03/wicket-1.4.8-released.html  |  85 +++++
 .../news/2010/05/24/wicket-1-4-9-released.html  | 124 -------
 .../news/2010/05/24/wicket-1.4.9-released.html  | 124 +++++++
 content/news/2010/05/index.html                 |   4 +-
 .../news/2010/08/11/wicket-1-4-10-released.html | 179 ----------
 .../news/2010/08/11/wicket-1-5-m1-released.html |  86 -----
 .../news/2010/08/11/wicket-1.4.10-released.html | 179 ++++++++++
 .../news/2010/08/11/wicket-1.5-M1-released.html |  86 +++++
 content/news/2010/08/index.html                 |   4 +-
 .../news/2010/09/09/wicket-1-4-11-released.html |  84 -----
 .../news/2010/09/09/wicket-1.4.11-released.html |  84 +++++
 .../news/2010/09/17/wicket-1-4-12-released.html |  83 -----
 .../2010/09/17/wicket-1-5-m2-1-released.html    |  87 -----
 .../news/2010/09/17/wicket.1.4.12-released.html |  83 +++++
 .../2010/09/17/wicket.1.5-M2.1-released.html    |  87 +++++
 content/news/2010/09/index.html                 |   6 +-
 .../news/2010/11/01/wicket-1-4-13-released.html |  83 -----
 .../news/2010/11/01/wicket-1.4.13-released.html |  83 +++++
 .../news/2010/11/05/wicket-1-5-m3-released.html |  83 -----
 .../news/2010/11/05/wicket-1.5-M3-released.html |  83 +++++
 .../news/2010/11/29/wicket-1-4-14-released.html |  83 -----
 .../news/2010/11/29/wicket-1.4.14-released.html |  83 +++++
 content/news/2010/11/index.html                 |   6 +-
 .../news/2010/12/24/wicket-1-4-15-released.html |  83 -----
 .../news/2010/12/24/wicket-1.4.15-released.html |  83 +++++
 content/news/2010/12/index.html                 |   2 +-
 content/news/2010/index.html                    |  52 +--
 .../2011/01/22/wicket-1-5-rc1-released.html     |  88 -----
 .../2011/01/22/wicket-1.5-RC1-released.html     |  88 +++++
 content/news/2011/01/index.html                 |   2 +-
 .../news/2011/02/25/wicket-1-4-16-released.html |  83 -----
 .../2011/02/25/wicket-1-5-rc2-released.html     |  83 -----
 .../news/2011/02/25/wicket-1.4.16-released.html |  83 +++++
 .../2011/02/25/wicket-1.5-rc2-released.html     |  83 +++++
 content/news/2011/02/index.html                 |   4 +-
 .../news/2011/04/02/wicket-1-4-17-released.html |  83 -----
 .../2011/04/02/wicket-1-5-rc3-released.html     |  83 -----
 .../news/2011/04/02/wicket-1.4.17-released.html |  83 +++++
 .../2011/04/02/wicket-1.5-RC3-released.html     |  83 +++++
 content/news/2011/04/index.html                 |   4 +-
 .../2011/05/11/wicket-1-5-rc4-2-released.html   |  83 -----
 .../2011/05/11/wicket-1.5-RC4.2-released.html   |  83 +++++
 content/news/2011/05/index.html                 |   2 +-
 .../2011/06/25/wicket-1-5-rc5-1-released.html   |  83 -----
 .../2011/06/25/wicket-1.5-RC5.1-released.html   |  83 +++++
 content/news/2011/06/index.html                 |   2 +-
 .../news/2011/08/09/wicket-1-4-18-released.html |  83 -----
 .../news/2011/08/09/wicket-1.4.18-released.html |  83 +++++
 content/news/2011/08/28/1-5-rc7-released.html   |  84 -----
 content/news/2011/08/28/1.5-RC7-released.html   |  84 +++++
 content/news/2011/08/index.html                 |   4 +-
 .../news/2011/09/07/wicket-1-5-released.html    | 147 --------
 .../news/2011/09/07/wicket-1.5-released.html    | 147 ++++++++
 .../news/2011/09/29/wicket-1-5-1-released.html  |  83 -----
 .../news/2011/09/29/wicket-1.5.1-released.html  |  83 +++++
 content/news/2011/09/index.html                 |   4 +-
 .../news/2011/10/17/wicket-1-4-19-released.html |  83 -----
 .../news/2011/10/17/wicket-1.4.19-released.html |  83 +++++
 .../news/2011/10/24/wicket-1-5-2-released.html  |  83 -----
 .../news/2011/10/24/wicket-1.5.2-released.html  |  83 +++++
 content/news/2011/10/index.html                 |   4 +-
 .../news/2011/11/14/wicket-1-5-3-released.html  |  83 -----
 .../news/2011/11/14/wicket-1.5.3-released.html  |  83 +++++
 content/news/2011/11/index.html                 |   2 +-
 content/news/2011/index.html                    |  56 +--
 .../news/2012/01/23/wicket-1-5-4-released.html  |  83 -----
 .../news/2012/01/23/wicket-1.5.4-released.html  |  83 +++++
 content/news/2012/01/index.html                 |   2 +-
 .../news/2012/03/12/wicket-1-4-20-released.html |  83 -----
 .../news/2012/03/12/wicket-1-5-5-released.html  |  83 -----
 .../news/2012/03/12/wicket-1.4.20-released.html |  83 +++++
 .../news/2012/03/12/wicket-1.5.5-released.html  |  83 +++++
 .../2012/03/26/wicket-6-0-0-beta1-released.html |  85 -----
 .../2012/03/26/wicket-6.0.0-beta1-released.html |  85 +++++
 content/news/2012/03/index.html                 |   6 +-
 .../news/2012/05/07/wicket-1-5-6-released.html  |  83 -----
 .../news/2012/05/07/wicket-1.5.6-released.html  |  83 +++++
 .../2012/05/29/wicket-6-0-0-beta2-released.html | 106 ------
 .../2012/05/29/wicket-6.0.0-beta2-released.html | 106 ++++++
 content/news/2012/05/index.html                 |   4 +-
 .../news/2012/06/04/wicket-1-5-7-released.html  |  83 -----
 .../news/2012/06/04/wicket-1.5.7-released.html  |  83 +++++
 content/news/2012/06/index.html                 |   2 +-
 .../2012/07/16/wicket-6-0-0-beta3-released.html | 165 ---------
 .../2012/07/16/wicket-6.0.0-beta3-released.html | 169 +++++++++
 content/news/2012/07/index.html                 |   2 +-
 .../news/2012/08/24/wicket-1-5-8-released.html  |  83 -----
 .../news/2012/08/24/wicket-1.5.8-released.html  |  83 +++++
 content/news/2012/08/index.html                 |   2 +-
 .../news/2012/09/05/wicket-1-4-21-released.html |  85 -----
 .../news/2012/09/05/wicket-1.4.21-released.html |  85 +++++
 .../news/2012/09/05/wicket-6-0-0-released.html  |  99 ------
 .../news/2012/09/05/wicket-6.0.0-released.html  |  99 ++++++
 content/news/2012/09/index.html                 |   4 +-
 .../news/2012/10/04/wicket-6-1-0-released.html  | 153 ---------
 .../news/2012/10/04/wicket-6.1.0-released.html  | 153 +++++++++
 .../news/2012/10/08/wicket-6-1-1-released.html  | 102 ------
 .../news/2012/10/08/wicket-6.1.1-released.html  | 102 ++++++
 .../news/2012/10/23/wicket-6-2-0-released.html  | 151 --------
 .../news/2012/10/23/wicket-6.2.0-released.html  | 151 ++++++++
 content/news/2012/10/index.html                 |   6 +-
 .../news/2012/11/09/wicket-1-5-9-released.html  |  83 -----
 .../news/2012/11/09/wicket-1.5.9-released.html  |  83 +++++
 .../news/2012/11/16/wicket-6-3-0-released.html  | 137 --------
 .../news/2012/11/16/wicket-6.3.0-released.html  | 137 ++++++++
 content/news/2012/11/index.html                 |   4 +-
 .../news/2012/12/14/wicket-6-4-0-released.html  | 178 ----------
 .../news/2012/12/14/wicket-6.4.0-released.html  | 179 ++++++++++
 content/news/2012/12/index.html                 |   2 +-
 content/news/2012/index.html                    |  68 ++--
 .../news/2013/01/23/wicket-6-5-0-released.html  | 153 ---------
 .../news/2013/01/23/wicket-6.5.0-released.html  | 157 +++++++++
 content/news/2013/01/index.html                 |   2 +-
 .../news/2013/02/15/wicket-6-6-0-released.html  | 155 ---------
 .../news/2013/02/15/wicket-6.6.0-released.html  | 155 +++++++++
 .../news/2013/02/26/wicket-1-5-10-released.html |  83 -----
 .../news/2013/02/26/wicket-1.5.10-released.html |  83 +++++
 content/news/2013/02/index.html                 |   4 +-
 .../news/2013/04/12/wicket-6-7-0-released.html  | 204 -----------
 .../news/2013/04/12/wicket-6.7.0-released.html  | 204 +++++++++++
 content/news/2013/04/index.html                 |   2 +-
 .../news/2013/05/17/wicket-6-8-0-released.html  | 140 --------
 .../news/2013/05/17/wicket-6.8.0-released.html  | 140 ++++++++
 content/news/2013/05/index.html                 |   2 +-
 .../news/2013/06/27/wicket-6-9-0-released.html  | 144 --------
 .../news/2013/06/27/wicket-6.9.0-released.html  | 144 ++++++++
 content/news/2013/06/index.html                 |   2 +-
 .../news/2013/07/10/wicket-6-9-1-released.html  | 134 --------
 .../news/2013/07/10/wicket-6.9.1-released.html  | 134 ++++++++
 content/news/2013/07/index.html                 |   2 +-
 .../news/2013/08/18/wicket-6-10-0-released.html | 192 -----------
 .../news/2013/08/18/wicket-6.10.0-released.html | 192 +++++++++++
 content/news/2013/08/index.html                 |   2 +-
 .../news/2013/09/20/wicket-6-11-0-released.html | 186 ----------
 .../news/2013/09/20/wicket-6.11.0-released.html | 186 ++++++++++
 content/news/2013/09/index.html                 |   2 +-
 .../news/2013/11/01/wicket-6-12-0-released.html | 181 ----------
 .../news/2013/11/01/wicket-6.12.0-released.html | 181 ++++++++++
 content/news/2013/11/index.html                 |   2 +-
 content/news/2013/index.html                    |  40 +--
 .../news/2014/01/05/wicket-6-13-0-released.html | 257 --------------
 .../news/2014/01/05/wicket-6.13.0-released.html | 257 ++++++++++++++
 content/news/2014/01/index.html                 |   2 +-
 .../news/2014/02/06/wicket-1-4-23-released.html |  83 -----
 .../news/2014/02/06/wicket-1-5-11-released.html |  83 -----
 .../news/2014/02/06/wicket-1.4.23-released.html |  83 +++++
 .../news/2014/02/06/wicket-1.5.11-released.html |  83 +++++
 .../news/2014/02/20/wicket-6-14-0-released.html | 149 --------
 .../news/2014/02/20/wicket-6.14.0-released.html | 153 +++++++++
 content/news/2014/02/index.html                 |   6 +-
 .../news/2014/04/23/wicket-6-15-0-released.html | 157 ---------
 .../news/2014/04/23/wicket-6.15.0-released.html | 163 +++++++++
 .../2014/04/30/wicket-7-0-0-m1-released.html    | 112 ------
 .../2014/04/30/wicket-7.0.0-M1-released.html    | 112 ++++++
 content/news/2014/04/index.html                 |   4 +-
 .../2014/06/20/wicket-7-0-0-m2-released.html    | 112 ------
 .../2014/06/20/wicket-7.0.0-M2-released.html    | 112 ++++++
 .../news/2014/06/21/wicket-6-16-0-released.html | 139 --------
 .../news/2014/06/21/wicket-6.16.0-released.html | 142 ++++++++
 content/news/2014/06/index.html                 |   4 +-
 .../2014/08/23/wicket-7-0-0-m3-released.html    | 112 ------
 .../2014/08/23/wicket-7.0.0-M3-released.html    | 112 ++++++
 .../news/2014/08/24/wicket-6-17-0-released.html | 173 ----------
 .../news/2014/08/24/wicket-6.17.0-released.html | 177 ++++++++++
 content/news/2014/08/index.html                 |   4 +-
 .../news/2014/09/15/wicket-1-5-12-released.html |  83 -----
 .../news/2014/09/15/wicket-1.5.12-released.html |  83 +++++
 content/news/2014/09/index.html                 |   2 +-
 .../news/2014/11/05/wicket-6-18-0-released.html | 161 ---------
 .../news/2014/11/05/wicket-6.18.0-released.html | 161 +++++++++
 .../2014/11/05/wicket-7-0-0-m4-released.html    | 196 -----------
 .../2014/11/05/wicket-7.0.0-M4-released.html    | 196 +++++++++++
 content/news/2014/11/index.html                 |   4 +-
 content/news/2014/index.html                    |  52 +--
 .../news/2015/02/02/wicket-6-19-0-released.html | 167 ---------
 .../news/2015/02/02/wicket-6.19.0-released.html | 167 +++++++++
 .../2015/02/02/wicket-7-0-0-m5-released.html    | 202 -----------
 .../2015/02/02/wicket-7.0.0-M5-released.html    | 202 +++++++++++
 .../02/13/new-committer-Sebastien-Briquet.html  |  76 +++++
 .../02/13/new-committer-sebastien-briquet.html  |  76 -----
 .../news/2015/02/13/wicket-1-5-13-released.html |  83 -----
 .../news/2015/02/13/wicket-1.5.13-released.html |  83 +++++
 content/news/2015/02/index.html                 |   8 +-
 .../news/2015/06/14/wicket-6-20-0-released.html | 164 ---------
 .../news/2015/06/14/wicket-6.20.0-released.html | 164 +++++++++
 .../2015/06/21/wicket-7-0-0-m6-released.html    | 239 -------------
 .../2015/06/21/wicket-7.0.0-M6-released.html    | 244 +++++++++++++
 content/news/2015/06/index.html                 |   4 +-
 .../news/2015/07/28/wicket-7-0-released.html    |  91 -----
 .../news/2015/07/28/wicket-7.0-released.html    |  91 +++++
 content/news/2015/07/index.html                 |   2 +-
 .../news/2015/10/24/wicket-1-5-14-released.html |  92 -----
 .../news/2015/10/24/wicket-1.5.14-released.html |  95 ++++++
 .../news/2015/10/25/wicket-7-1-0-released.html  | 170 ----------
 .../news/2015/10/25/wicket-7.1.0-released.html  | 173 ++++++++++
 content/news/2015/10/index.html                 |  12 +-
 content/news/2015/11/15/wicket-1-4-x-eol.html   |  78 -----
 content/news/2015/11/15/wicket-1.4.x-eol.html   |  78 +++++
 .../news/2015/11/16/wicket-6-21-0-released.html | 139 --------
 .../news/2015/11/16/wicket-6.21.0-released.html | 139 ++++++++
 content/news/2015/11/index.html                 |   4 +-
 content/news/2015/index.html                    |  44 +--
 content/news/index.html                         | 340 +++++++++----------
 content/start/quickstart.html                   |   5 +-
 content/start/wicket-1.3.x.html                 |   2 +-
 content/start/wicket-1.4.x.html                 |   2 +-
 content/start/wicket-1.5.x.html                 |   2 +-
 content/start/wicket-6.x.html                   |   2 +-
 content/start/wicket-7.x.html                   |   2 +-
 content/start/wicket-8.x.html                   |   2 +-
 learn/examples/index.md                         |   4 +-
 252 files changed, 10574 insertions(+), 10523 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/atom.xml
----------------------------------------------------------------------
diff --git a/content/atom.xml b/content/atom.xml
index b1eaa12..47ad226 100644
--- a/content/atom.xml
+++ b/content/atom.xml
@@ -3,7 +3,7 @@
     <title>Apache Wicket</title>
     <link href="http://wicket.apache.org/atom.xml" rel="self"/>
     <link href="http://wicket.apache.org/"/>
-    <updated>2015-11-20T16:08:09+01:00</updated>
+    <updated>2015-12-04T23:32:06+01:00</updated>
     <id>http://wicket.apache.org/</id>
     <author>
         <name>Apache Wicket</name>
@@ -13,7 +13,7 @@
 
     <entry>
         <title>Apache Wicket 6.21.0 released</title>
-        <link href="http://wicket.apache.org/news/2015/11/16/wicket-6-21-0-released.html"/>
+        <link href="http://wicket.apache.org/news/2015/11/16/wicket-6.21.0-released.html"/>
         <updated>2015-11-16T00:00:00+01:00</updated>
         <id>http://wicket.apache.org/news/2015/11/16/wicket-6.21.0-released</id>
         <content type="html">&lt;p&gt;The Apache Wicket PMC is proud to announce Apache Wicket 6.21.0!&lt;/p&gt;
@@ -111,7 +111,7 @@ migration guide found at&lt;/p&gt;
 
     <entry>
         <title>Apache Wicket 1.4.x end of life</title>
-        <link href="http://wicket.apache.org/news/2015/11/15/wicket-1-4-x-eol.html"/>
+        <link href="http://wicket.apache.org/news/2015/11/15/wicket-1.4.x-eol.html"/>
         <updated>2015-11-15T00:00:00+01:00</updated>
         <id>http://wicket.apache.org/news/2015/11/15/wicket-1.4.x-eol</id>
         <content type="html">&lt;p&gt;The Apache Wicket team announces that support for Apache Wicket 1.4.x ends on 16 November 2015.
@@ -130,7 +130,7 @@ On the same day Wicket 1.5.x enters “security fixes” maintenance mode.&lt;/p
 
     <entry>
         <title>Apache Wicket 7.1.0 released</title>
-        <link href="http://wicket.apache.org/news/2015/10/25/wicket-7-1-0-released.html"/>
+        <link href="http://wicket.apache.org/news/2015/10/25/wicket-7.1.0-released.html"/>
         <updated>2015-10-25T00:00:00+02:00</updated>
         <id>http://wicket.apache.org/news/2015/10/25/wicket-7.1.0-released</id>
         <content type="html">&lt;p&gt;The Apache Wicket PMC is proud to announce Apache Wicket 7.1.0!&lt;/p&gt;
@@ -219,7 +219,7 @@ iEYEABECAAYFAlYldl4ACgkQJBX8W/xy/UXNzgCgtL4H8bRjZewltF1BX7H3F+Ph
 
 &lt;h4 id=&quot;bug&quot;&gt;Bug&lt;/h4&gt;
 
-&lt;pre&gt;&lt;code&gt;* [WICKET-5882] - AutoComplete suggestion list disappear when I click on autoComplete scrollbar in IE
+&lt;div class=&quot;highlighter-rouge&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;* [WICKET-5882] - AutoComplete suggestion list disappear when I click on autoComplete scrollbar in IE
 * [WICKET-5941] - Headers not rendered for components inside TransparentWebMarkupContainer on ajax update
 * [WICKET-5959] - HTML input placeholder text breaks AutoCompleteTextField in IE11
 * [WICKET-5960] - Page header isn&#39;t rendered for pages where URL has changed during render
@@ -245,21 +245,24 @@ iEYEABECAAYFAlYldl4ACgkQJBX8W/xy/UXNzgCgtL4H8bRjZewltF1BX7H3F+Ph
 * [WICKET-5999] - AjaxFormValidatingBehavior not updates initially hidden feedback component
 * [WICKET-6005] - WicketRuntimeException from AjaxPagingNavigator#onAjaxEvent
 &lt;/code&gt;&lt;/pre&gt;
+&lt;/div&gt;
 
 &lt;h4 id=&quot;improvement&quot;&gt;Improvement&lt;/h4&gt;
 
-&lt;pre&gt;&lt;code&gt;* [WICKET-5948] - wicket-ajax.js probably doesn&#39;t traverse the children of &amp;lt;div&amp;gt; or &amp;lt;span&amp;gt;
+&lt;div class=&quot;highlighter-rouge&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;* [WICKET-5948] - wicket-ajax.js probably doesn&#39;t traverse the children of &amp;lt;div&amp;gt; or &amp;lt;span&amp;gt;
 * [WICKET-5971] - Code cleanup in ServletWebResponse
 * [WICKET-5974] - Change AjaxPagingNavigator#onAjaxEvent() to only consider parent components that have setOutputMarkupId(true)
 * [WICKET-5976] - Improve the documentation of FeedbackMessages first(int level)
 * [WICKET-5984] - ReplaceHandlerException lacks an accessor for the replacement RequestHandler
 * [WICKET-5986] - NumberTextField&amp;lt;N&amp;gt; should use Models for minimum, maximum and step
 &lt;/code&gt;&lt;/pre&gt;
+&lt;/div&gt;
 
 &lt;h4 id=&quot;task&quot;&gt;Task&lt;/h4&gt;
 
-&lt;pre&gt;&lt;code&gt;* [WICKET-5951] - Upgrade Atmosphere to 2.2.8
+&lt;div class=&quot;highlighter-rouge&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;* [WICKET-5951] - Upgrade Atmosphere to 2.2.8
 &lt;/code&gt;&lt;/pre&gt;
+&lt;/div&gt;
 
 &lt;p&gt;Have fun!&lt;/p&gt;
 
@@ -269,26 +272,29 @@ iEYEABECAAYFAlYldl4ACgkQJBX8W/xy/UXNzgCgtL4H8bRjZewltF1BX7H3F+Ph
 
     <entry>
         <title>Wicket 1.5.14 released</title>
-        <link href="http://wicket.apache.org/news/2015/10/24/wicket-1-5-14-released.html"/>
+        <link href="http://wicket.apache.org/news/2015/10/24/wicket-1.5.14-released.html"/>
         <updated>2015-10-24T00:00:00+02:00</updated>
         <id>http://wicket.apache.org/news/2015/10/24/wicket-1.5.14-released</id>
         <content type="html">&lt;p&gt;This is the fourteenth maintenance release of the Wicket 1.5.x series. This release brings over 4 bug fixes and 1 improvement.&lt;/p&gt;
 
-&lt;pre&gt;&lt;code&gt;CHANGELOG for 1.5.14:
+&lt;div class=&quot;highlighter-rouge&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;CHANGELOG for 1.5.14:
 &lt;/code&gt;&lt;/pre&gt;
+&lt;/div&gt;
 
 &lt;p&gt;** Bug&lt;/p&gt;
 
-&lt;pre&gt;&lt;code&gt;* [WICKET-5838] - Last-modified header of external markup is ignored
+&lt;div class=&quot;highlighter-rouge&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;* [WICKET-5838] - Last-modified header of external markup is ignored
 * [WICKET-5927] - Velocity remote code execution
 * [WICKET-6000] - Wicket 1.5 DTD link on website does not point to valid location
 * [WICKET-6005] - WicketRuntimeException from AjaxPagingNavigator#onAjaxEvent
 &lt;/code&gt;&lt;/pre&gt;
+&lt;/div&gt;
 
 &lt;p&gt;** Improvement&lt;/p&gt;
 
-&lt;pre&gt;&lt;code&gt;* [WICKET-5974] - Change AjaxPagingNavigator#onAjaxEvent() to only consider parent components that have setOutputMarkupId(true)
+&lt;div class=&quot;highlighter-rouge&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;* [WICKET-5974] - Change AjaxPagingNavigator#onAjaxEvent() to only consider parent components that have setOutputMarkupId(true)
 &lt;/code&gt;&lt;/pre&gt;
+&lt;/div&gt;
 
 &lt;ul&gt;
   &lt;li&gt;To use in Maven:&lt;/li&gt;
@@ -308,7 +314,7 @@ iEYEABECAAYFAlYldl4ACgkQJBX8W/xy/UXNzgCgtL4H8bRjZewltF1BX7H3F+Ph
 
     <entry>
         <title>Apache Wicket v7.0 released</title>
-        <link href="http://wicket.apache.org/news/2015/07/28/wicket-7-0-released.html"/>
+        <link href="http://wicket.apache.org/news/2015/07/28/wicket-7.0-released.html"/>
         <updated>2015-07-28T00:00:00+02:00</updated>
         <id>http://wicket.apache.org/news/2015/07/28/wicket-7.0-released</id>
         <content type="html">&lt;p&gt;The Apache Software Foundation announces Apache Wicket™ v7.0 Open Source Java web framework that powers thousands of web applications and web sites for governments, stores, universities, cities, banks, email providers, and more.&lt;/p&gt;
@@ -348,7 +354,7 @@ All other brands and trademarks are the property of their respective owners.&lt;
 
     <entry>
         <title>Apache Wicket 7.0.0-M6 released</title>
-        <link href="http://wicket.apache.org/news/2015/06/21/wicket-7-0-0-m6-released.html"/>
+        <link href="http://wicket.apache.org/news/2015/06/21/wicket-7.0.0-M6-released.html"/>
         <updated>2015-06-21T00:00:00+02:00</updated>
         <id>http://wicket.apache.org/news/2015/06/21/wicket-7.0.0-M6-released</id>
         <content type="html">&lt;p&gt;The Apache Wicket PMC is proud to announce Apache Wicket 7.0.0-M6!&lt;/p&gt;
@@ -469,7 +475,7 @@ yPIAoMU7z9Go0pn5ZFKZwq+VDA0cvoh4
 
 &lt;h4 id=&quot;bugs&quot;&gt;Bugs&lt;/h4&gt;
 
-&lt;pre&gt;&lt;code&gt;* [WICKET-5790] - VariableInterpolator &amp;amp; #getThrowExceptionOnMissingResource
+&lt;div class=&quot;highlighter-rouge&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;* [WICKET-5790] - VariableInterpolator &amp;amp; #getThrowExceptionOnMissingResource
 * [WICKET-5814] - CryptoMapper clears feedback messages
 * [WICKET-5816] - Apps can&#39;t use Application.setName instead of WicketFilter for e.g. JMX names
 * [WICKET-5822] - AjaxSelfUpdatingTimer stops working after ajax download
@@ -515,10 +521,11 @@ yPIAoMU7z9Go0pn5ZFKZwq+VDA0cvoh4
 * [WICKET-5916] - StackOverflowError when calling getObject() from load() in LDM
 * [WICKET-5917] - Do not use jQuery&#39;s $ in String snippets in Java code
 &lt;/code&gt;&lt;/pre&gt;
+&lt;/div&gt;
 
 &lt;h4 id=&quot;improvement&quot;&gt;Improvement&lt;/h4&gt;
 
-&lt;pre&gt;&lt;code&gt;* [WICKET-5314] - AbstractAutoCompleteBehavior does not support AjaxChannels
+&lt;div class=&quot;highlighter-rouge&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;* [WICKET-5314] - AbstractAutoCompleteBehavior does not support AjaxChannels
 * [WICKET-5749] - Wicket-auth-roles should deal with resource authorization
 * [WICKET-5789] - Make org.apache.wicket.protocol.ws.javax.WicketServerEndpointConfig publicly visible
 * [WICKET-5801] - Responsive Images
@@ -541,25 +548,29 @@ yPIAoMU7z9Go0pn5ZFKZwq+VDA0cvoh4
 * [WICKET-5905] - allow listening to Ajax calls before scheduling
 * [WICKET-5921] - Provide a default implementation of IModelComparator that always returns false
 &lt;/code&gt;&lt;/pre&gt;
+&lt;/div&gt;
 
 &lt;h4 id=&quot;new-feature&quot;&gt;New Feature&lt;/h4&gt;
 
-&lt;pre&gt;&lt;code&gt;* [WICKET-5819] - Support for HTML 5 media tags (audio / video)
+&lt;div class=&quot;highlighter-rouge&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;* [WICKET-5819] - Support for HTML 5 media tags (audio / video)
 * [WICKET-5827] - Allow to apply multiple Javascript / CSS compressors
 * [WICKET-5897] - Use the #isEnabled() method with validators
 * [WICKET-5918] - Create an Image component that uses the new data: protocol (an InlineImage)
 * [WICKET-5919] - Add support for CSRF prevention
 &lt;/code&gt;&lt;/pre&gt;
+&lt;/div&gt;
 
 &lt;h4 id=&quot;task&quot;&gt;Task&lt;/h4&gt;
 
-&lt;pre&gt;&lt;code&gt;* [WICKET-5896] - Upgrade jQuery to latest stable versions (1.11.4 &amp;amp; 2.1.3)
+&lt;div class=&quot;highlighter-rouge&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;* [WICKET-5896] - Upgrade jQuery to latest stable versions (1.11.4 &amp;amp; 2.1.3)
 &lt;/code&gt;&lt;/pre&gt;
+&lt;/div&gt;
 
 &lt;h4 id=&quot;wish&quot;&gt;Wish&lt;/h4&gt;
 
-&lt;pre&gt;&lt;code&gt;* [WICKET-5848] - Remove .settings folders of projects
+&lt;div class=&quot;highlighter-rouge&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;* [WICKET-5848] - Remove .settings folders of projects
 &lt;/code&gt;&lt;/pre&gt;
+&lt;/div&gt;
 
 &lt;p&gt;Have fun!&lt;/p&gt;
 
@@ -569,7 +580,7 @@ yPIAoMU7z9Go0pn5ZFKZwq+VDA0cvoh4
 
     <entry>
         <title>Apache Wicket 6.20.0 released</title>
-        <link href="http://wicket.apache.org/news/2015/06/14/wicket-6-20-0-released.html"/>
+        <link href="http://wicket.apache.org/news/2015/06/14/wicket-6.20.0-released.html"/>
         <updated>2015-06-14T00:00:00+02:00</updated>
         <id>http://wicket.apache.org/news/2015/06/14/wicket-6.20.0-released</id>
         <content type="html">&lt;p&gt;The Apache Wicket PMC is proud to announce Apache Wicket 6.20.0!&lt;/p&gt;
@@ -696,7 +707,7 @@ migration guide found at&lt;/p&gt;
 
     <entry>
         <title>Wicket 1.5.13 released</title>
-        <link href="http://wicket.apache.org/news/2015/02/13/wicket-1-5-13-released.html"/>
+        <link href="http://wicket.apache.org/news/2015/02/13/wicket-1.5.13-released.html"/>
         <updated>2015-02-13T00:00:00+01:00</updated>
         <id>http://wicket.apache.org/news/2015/02/13/wicket-1.5.13-released</id>
         <content type="html">&lt;p&gt;This is the thirteenth maintenance release of the Wicket 1.5.x series. This release brings over 1 bug fix and 1 improvement.&lt;/p&gt;
@@ -721,7 +732,7 @@ migration guide found at&lt;/p&gt;
 
     <entry>
         <title>New committer - Sebastien Briquet</title>
-        <link href="http://wicket.apache.org/news/2015/02/13/new-committer-sebastien-briquet.html"/>
+        <link href="http://wicket.apache.org/news/2015/02/13/new-committer-Sebastien-Briquet.html"/>
         <updated>2015-02-13T00:00:00+01:00</updated>
         <id>http://wicket.apache.org/news/2015/02/13/new-committer-Sebastien-Briquet</id>
         <content type="html">&lt;p&gt;The Project Management Committee (PMC) for Apache Wicket 
@@ -740,7 +751,7 @@ to announce that he has accepted.&lt;/p&gt;
 
     <entry>
         <title>Apache Wicket 7.0.0-M5 released</title>
-        <link href="http://wicket.apache.org/news/2015/02/02/wicket-7-0-0-m5-released.html"/>
+        <link href="http://wicket.apache.org/news/2015/02/02/wicket-7.0.0-M5-released.html"/>
         <updated>2015-02-02T00:00:00+01:00</updated>
         <id>http://wicket.apache.org/news/2015/02/02/wicket-7.0.0-M5-released</id>
         <content type="html">&lt;p&gt;The Apache Wicket PMC is proud to announce Apache Wicket 7.0.0-M5!&lt;/p&gt;

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/contribute/build.html
----------------------------------------------------------------------
diff --git a/content/contribute/build.html b/content/contribute/build.html
index ace2f8b..5cf49de 100644
--- a/content/contribute/build.html
+++ b/content/contribute/build.html
@@ -132,10 +132,10 @@ is then as simple as:</p>
 <figure class="highlight"><pre><code class="language-console" data-lang="console">mvn eclipse:eclipse</code></pre></figure>
 <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’s classpath.</p>
-<p>One thing you need to make sure is that you have set the <code>M2_REPO</code> classpath
+<p>One thing you need to make sure is that you have set the <code class="highlighter-rouge">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>
+local repository, typically found in <code class="highlighter-rouge">C:\Documents and Settings\username\.m2\repo</code>
+or (for unix buffs) <code class="highlighter-rouge">~/.m2/repo</code></p>
 <p>You can add this setting using maven:</p>
 <figure class="highlight"><pre><code class="language-console" data-lang="console">mvn -Declipse.workspace=&lt;path-to-eclipse-workspace&gt; eclipse:add-maven-repo</code></pre></figure>
         </section>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/contribute/ides.html
----------------------------------------------------------------------
diff --git a/content/contribute/ides.html b/content/contribute/ides.html
index ba4ceff..66b5e2f 100644
--- a/content/contribute/ides.html
+++ b/content/contribute/ides.html
@@ -65,8 +65,8 @@ by their respective development teams.</p>
 <p>Alternatively, you can generate an Eclipse project typing the following command on project’s root:</p>
 <figure class="highlight"><pre><code class="language-console" data-lang="console">mvn eclipse:eclipse</code></pre></figure>
 <p>Maven will add all the necessary JAR files to the project’s classpath. Now the sources can be imported in Eclipse using the “Existing Projects into Workspace” wizard.</p>
-<p>If not already present the <code>M2_REPO</code> classpath variable has to point to your local Maven repository.
-The repository is typically found in <code>C:\Documents and Settings\&lt;username&gt;\.m2\repo</code> or (for unix buffs) <code>~/.m2/repo</code>. It can be set within Eclipse (Preferences-&gt;Java-&gt;Build Path-&gt;Classpath Variables) or with the help of Maven:</p>
+<p>If not already present the <code class="highlighter-rouge">M2_REPO</code> classpath variable has to point to your local Maven repository.
+The repository is typically found in <code class="highlighter-rouge">C:\Documents and Settings\&lt;username&gt;\.m2\repo</code> or (for unix buffs) <code class="highlighter-rouge">~/.m2/repo</code>. It can be set within Eclipse (Preferences-&gt;Java-&gt;Build Path-&gt;Classpath Variables) or with the help of Maven:</p>
 <figure class="highlight"><pre><code class="language-console" data-lang="console">mvn -Declipse.workspace=&lt;path-to-eclipse-workspace&gt; eclipse:add-maven-repo</code></pre></figure>
 <p>If you want to go along with the Wicket way of code formatting you should import the Wicket code format profile into your workspace (Preferences-&gt;Java-&gt;Code Style-&gt;Formatter), found in:</p>
 <figure class="highlight"><pre><code class="language-console" data-lang="console">&lt;path-to-eclipse-workspace&gt;/wicket-core/EclipseCodeFormat.xml</code></pre></figure>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/contribute/release.html
----------------------------------------------------------------------
diff --git a/content/contribute/release.html b/content/contribute/release.html
index e5dbbf1..576fa68 100644
--- a/content/contribute/release.html
+++ b/content/contribute/release.html
@@ -132,7 +132,7 @@ gpg --print-md MD5  apache-wicket-$NEWVERSION.zip &gt; apache-wicket-$NEWVERSION
 <h4 id="staging-the-build">Staging the build</h4>
 <figure class="highlight"><pre><code class="language-console" data-lang="console">ssh APACHE_ID@people.apache.org mkdir public_html/wicket-$NEWVERSION
 scp apache-wicket-* APACHE_ID@people.apache.org:public_html/wicket-$NEWVERSION</code></pre></figure>
-<p><strong>TODO</strong> figure out how to let <code>release:perform</code> work from a local checkout, such that we can actually <em>stage</em> the build instead of having to push the tag to our git repo.</p>
+<p><strong>TODO</strong> figure out how to let <code class="highlighter-rouge">release:perform</code> work from a local checkout, such that we can actually <em>stage</em> the build instead of having to push the tag to our git repo.</p>
 <p>The following steps are ONLY necessary as long as the above TODO has not been resolved.</p>
 <figure class="highlight"><pre><code class="language-console" data-lang="console">git push origin build/wicket-$NEWVERSION:refs/heads/build/wicket-$NEWVERSION
 git push -tags origin</code></pre></figure>
@@ -144,7 +144,7 @@ git push -tags origin</code></pre></figure>
 <p>This will upload artifacts and signatures to Apache nexus in a staging repository.</p>
 <h4 id="create-a-binary-release">Create a binary release</h4>
 <p>As we don’t vote on binary packages, but do want to cater to developers not using Maven, it is very convenient to create a download for non-Maven users.</p>
-<p>The binary distribution should contain the same jar files that are uploaded to Maven Central. Unfortunately the Maven build creates duplicate jar files, but with different manifests (due to the inclusion of date/time of build), and the jar files have different signatures. Therefore it is necessary to create a distribution of the artifacts generated by the <code>mvn release:perform</code> command.</p>
+<p>The binary distribution should contain the same jar files that are uploaded to Maven Central. Unfortunately the Maven build creates duplicate jar files, but with different manifests (due to the inclusion of date/time of build), and the jar files have different signatures. Therefore it is necessary to create a distribution of the artifacts generated by the <code class="highlighter-rouge">mvn release:perform</code> command.</p>
 <p>Perform the following commands in the root of your Wicket checkout to create the binary release files.</p>
 <figure class="highlight"><pre><code class="language-console" data-lang="console">mkdir apache-wicket-$NEWVERSION
 cd apache-wicket-$NEWVERSION
@@ -182,7 +182,7 @@ git push -tags origin</code></pre></figure>
   <li>Assuming there are none, and you are now in build mode, update the CHANGELOG-x.y file
 (you can use JIRA for this list: go to “releases”, and under “unreleased”, next to your version, there’s a release notes link)</li>
 </ul>
-<p>Make sure your <code>~/.m2/settings.xml</code> contains the following definition</p>
+<p>Make sure your <code class="highlighter-rouge">~/.m2/settings.xml</code> contains the following definition</p>
 <figure class="highlight"><pre><code class="language-console" data-lang="console">&lt;?xml version="1.0"?&gt;
 &lt;settings&gt;
 &lt;servers&gt;
@@ -227,8 +227,8 @@ git push --tags</code></pre></figure>
 <p><strong>Note</strong>: The steps below are part of release-igor.sh script!</p>
 <p>When you run <strong>mvn -P release deploy</strong> the generated artifacts will be uploaded into a Nexus staging repository.</p>
 <p>Maven sends a username/password when attempting to upload the artifacts.</p>
-<p>The <code>&lt;id&gt;</code> of the staging repository is: <strong>apache.releases.https</strong>.</p>
-<p>Place a <code>&lt;server&gt;</code> definition in your <code>~/.m2/settings.xml</code> file like this:</p>
+<p>The <code class="highlighter-rouge">&lt;id&gt;</code> of the staging repository is: <strong>apache.releases.https</strong>.</p>
+<p>Place a <code class="highlighter-rouge">&lt;server&gt;</code> definition in your <code class="highlighter-rouge">~/.m2/settings.xml</code> file like this:</p>
 <figure class="highlight"><pre><code class="language-console" data-lang="console">&lt;?xml version="1.0"?&gt;
 &lt;settings&gt;
 &lt;servers&gt;

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/contribute/write.html
----------------------------------------------------------------------
diff --git a/content/contribute/write.html b/content/contribute/write.html
index 6bfd806..e9fa9cb 100644
--- a/content/contribute/write.html
+++ b/content/contribute/write.html
@@ -89,14 +89,14 @@ and other variables. If it doesn’t include the YAML preamble, it won’t be
 rendered correctly.</p>
 <p>The default layout supports a property to specify the main title for the page and 
 another property for an additional subtitle.</p>
-<p>For example: (the <code>---</code> must be included):</p>
+<p>For example: (the <code class="highlighter-rouge">---</code> must be included):</p>
 <figure class="highlight"><pre><code class="language-yaml" data-lang="yaml"><span class="nn">---</span>
 <span class="s">layout</span><span class="pi">:</span> <span class="s">default</span>
 <span class="s">title</span><span class="pi">:</span> <span class="s">Main title</span>
 <span class="s">subtitle</span><span class="pi">:</span> <span class="s">Subtitle</span>
 <span class="nn">---</span></code></pre></figure>
 <p>A more advanced feature for the default layout is the ability to specify more files to include
-in the final page. This can be done with property <code>additionalContents</code> where we can list additional files
+in the final page. This can be done with property <code class="highlighter-rouge">additionalContents</code> where we can list additional files
 with an id for their section tag and a value for the CSS class:</p>
 <figure class="highlight"><pre><code class="language-yaml" data-lang="yaml"><span class="nn">---</span>
 <span class="s">layout</span><span class="pi">:</span> <span class="s">default</span>
@@ -115,8 +115,8 @@ with an id for their section tag and a value for the CSS class:</p>
 <h4 id="additional-conventions">Additional conventions</h4>
 <p>The following conventions have been adopted for the templeates of the site pages:</p>
 <ul>
-  <li>Any link to static resources (css, js, pictures, etc.) is prefixed with <code>site.baseurl</code> to support <a href="http://jekyllrb.com/docs/github-pages/#project-page-url-structure">GitHub free hosting</a>. However, to run the project locally you don’t need to specify any baseurl.</li>
-  <li>Site posts use custom tag <code>&lt;!--more--&gt;</code> as <code>excerpt_separator</code>.</li>
+  <li>Any link to static resources (css, js, pictures, etc.) is prefixed with <code class="highlighter-rouge">site.baseurl</code> to support <a href="http://jekyllrb.com/docs/github-pages/#project-page-url-structure">GitHub free hosting</a>. However, to run the project locally you don’t need to specify any baseurl.</li>
+  <li>Site posts use custom tag <code class="highlighter-rouge">&lt;!--more--&gt;</code> as <code class="highlighter-rouge">excerpt_separator</code>.</li>
 </ul>
 <h3 id="syntax-highlighting">Syntax highlighting</h3>
 <p>If you have a need to render code in your templates and have it syntax
@@ -124,13 +124,13 @@ highlighted, surround the code with {\% highlight java \%} (substitute java
 with the language you want highlighted.)</p>
 <h3 id="menu">Menu</h3>
 <p>If you want your page linked from every page, include the link in
-<code>_includes/header.html</code>.</p>
+<code class="highlighter-rouge">_includes/header.html</code>.</p>
 <h3 id="blog-posts">Blog posts</h3>
 <p>For news items such as release announcements, new committers and other
 happenings, it is appriorate to create a blog post. The blog post is
 automatically added to the front page and the RSS feed.</p>
 <p>The blog items are written using the normal Jekyll syntax. The filename needs
-to be formatted as <code>yyyy-mm-dd-title.md</code> and the blog item should start with a
+to be formatted as <code class="highlighter-rouge">yyyy-mm-dd-title.md</code> and the blog item should start with a
 YAML preamble, similar to normal pages:</p>
 <figure class="highlight"><pre><code class="language-yaml" data-lang="yaml"><span class="nn">---</span>
 <span class="s">layout</span><span class="pi">:</span> <span class="s">post</span>
@@ -140,7 +140,7 @@ YAML preamble, similar to normal pages:</p>
 <p>When you’re done with making your changes, please check the following:</p>
 <ul>
   <li>Do the modified files contain only those changes that you actually want to
-publish? (Use <code>git status</code> to check)</li>
+publish? (Use <code class="highlighter-rouge">git status</code> to check)</li>
   <li>Did you start Jekyll to generate the site?</li>
 </ul>
 <p>If these things are OK, you can either create a pull request when

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/index.html
----------------------------------------------------------------------
diff --git a/content/index.html b/content/index.html
index 42ac641..82b120e 100644
--- a/content/index.html
+++ b/content/index.html
@@ -316,7 +316,7 @@ migration guide found at</p>
 <ul>
   <li>[WICKET-5951] - Upgrade Atmosphere to 2.2.8</li>
 </ul>
-        <a href="/news/2015/11/16/wicket-6-21-0-released.html">Read more...</a> 
+        <a href="/news/2015/11/16/wicket-6.21.0-released.html">Read more...</a> 
     </article>
 </div>
 <div class="l-one-third news">
@@ -331,31 +331,31 @@ get updates in your favorite RSS reader the moment they happen.</p>
     <h3>Apache Wicket 1.4.x end of life</h3>
     <small>15 Nov 2015</small>
     The Apache Wicket team announces that support for Apache Wicket 1.4.x ends on 16 November 2015. On the same day Wicket 1.5.x enters “security fixes”...
-    <a href="/news/2015/11/15/wicket-1-4-x-eol.html">more</a>
+    <a href="/news/2015/11/15/wicket-1.4.x-eol.html">more</a>
 </li>
 <li>
     <h3>Apache Wicket 7.1.0 released</h3>
     <small>25 Oct 2015</small>
     The Apache Wicket PMC is proud to announce Apache Wicket 7.1.0! This release marks another minor release of Wicket 7. We use semantic versioning for...
-    <a href="/news/2015/10/25/wicket-7-1-0-released.html">more</a>
+    <a href="/news/2015/10/25/wicket-7.1.0-released.html">more</a>
 </li>
 <li>
     <h3>Wicket 1.5.14 released</h3>
     <small>24 Oct 2015</small>
     This is the fourteenth maintenance release of the Wicket 1.5.x series. This release brings over 4 bug fixes and 1 improvement. CHANGELOG for 1.5.14: **...
-    <a href="/news/2015/10/24/wicket-1-5-14-released.html">more</a>
+    <a href="/news/2015/10/24/wicket-1.5.14-released.html">more</a>
 </li>
 <li>
     <h3>Apache Wicket v7.0 released</h3>
     <small>28 Jul 2015</small>
     The Apache Software Foundation announces Apache Wicket™ v7.0 Open Source Java web framework that powers thousands of web applications and web sites for governments, stores,...
-    <a href="/news/2015/07/28/wicket-7-0-released.html">more</a>
+    <a href="/news/2015/07/28/wicket-7.0-released.html">more</a>
 </li>
 <li>
     <h3>Apache Wicket 7.0.0-M6 released</h3>
     <small>21 Jun 2015</small>
     The Apache Wicket PMC is proud to announce Apache Wicket 7.0.0-M6! We have released another milestone release for Apache Wicket 7. We aim to finalise...
-    <a href="/news/2015/06/21/wicket-7-0-0-m6-released.html">more</a>
+    <a href="/news/2015/06/21/wicket-7.0.0-M6-released.html">more</a>
 </li>
 </ul>
 </div>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/learn/examples/ajaxcounter.html
----------------------------------------------------------------------
diff --git a/content/learn/examples/ajaxcounter.html b/content/learn/examples/ajaxcounter.html
index 8460f2d..1198423 100644
--- a/content/learn/examples/ajaxcounter.html
+++ b/content/learn/examples/ajaxcounter.html
@@ -54,8 +54,8 @@ building a simple counter that updates through Ajax link clicks.</p>
 <p>In all the Wicket examples, you have to put all files in the same package
 directory. This means putting the markup files and the java files next to one
 another. It is possible to alter this behavior, but that is beyond the scope
-of this example. The only exception is the obligatory <code>web.xml</code> file which
-should reside in the <code>WEB-INF/</code> directory of your web application root
+of this example. The only exception is the obligatory <code class="highlighter-rouge">web.xml</code> file which
+should reside in the <code class="highlighter-rouge">WEB-INF/</code> directory of your web application root
 folder.</p>
 <p>In this example we assume you already have read and understood the other
 examples which give you information on the structure and nature of Wicket
@@ -96,8 +96,8 @@ how it works on the Java side:</p>
         <span class="n">add</span><span class="o">(</span><span class="k">new</span> <span class="n">Label</span><span class="o">&lt;</span><span class="n">Integer</span><span class="o">&gt;(</span><span class="s">"counter"</span><span class="o">,</span> <span class="n">model</span><span class="o">));</span>
     <span class="o">}</span>
 <span class="o">}</span></code></pre></figure>
-<p>In this class we created a <code>Model</code> subclass that increases its counter
-everytime the <code>getObject</code> method gets called, and returns its value. We set
+<p>In this class we created a <code class="highlighter-rouge">Model</code> subclass that increases its counter
+everytime the <code class="highlighter-rouge">getObject</code> method gets called, and returns its value. We set
 this model on the label component, so that each time the label gets rendered
 the counter gets increased.</p>
 <p>The link doesn’t do anything, just listen to the requests and update the
@@ -108,7 +108,7 @@ so let’s make it more modern by adding some Ajax stuff.</p>
 <h2 id="adding-ajax">Adding Ajax</h2>
 <p>To make this a more modern UI we’ll have to change a couple of things. First
 we need to make the link an Ajax link. Wicket provides several types of Ajax
-links, but the best one for our purposes is the <code>AjaxFallbackLink</code>, as it
+links, but the best one for our purposes is the <code class="highlighter-rouge">AjaxFallbackLink</code>, as it
 provides a fallback to a normal request in case no Ajax is available.</p>
 <figure class="highlight"><pre><code class="language-java" data-lang="java"><span class="kn">package</span> <span class="n">wicket</span><span class="o">.</span><span class="na">quickstart</span><span class="o">;</span>
 <span class="kn">import</span> <span class="nn">wicket.Component</span><span class="o">;</span>
@@ -133,8 +133,8 @@ provides a fallback to a normal request in case no Ajax is available.</p>
         <span class="n">add</span><span class="o">(</span><span class="k">new</span> <span class="n">Label</span><span class="o">&lt;</span><span class="n">Integer</span><span class="o">&gt;(</span><span class="s">"counter"</span><span class="o">,</span> <span class="n">model</span><span class="o">));</span>
     <span class="o">}</span>
 <span class="o">}</span></code></pre></figure>
-<p>As you can see, the <code>Link</code> has been replaced with the <code>AjaxFallbackLink</code>, and the
-<code>onClick</code> method now takes a new argument: the <code>AjaxRequestTarget</code>. If you want a
+<p>As you can see, the <code class="highlighter-rouge">Link</code> has been replaced with the <code class="highlighter-rouge">AjaxFallbackLink</code>, and the
+<code class="highlighter-rouge">onClick</code> method now takes a new argument: the <code class="highlighter-rouge">AjaxRequestTarget</code>. If you want a
 component to be updated in the Ajax request, you’ll have to add them to the
 target. So let’s alter the file to make it possible to add the label to the
 request target.</p>
@@ -168,7 +168,7 @@ request target.</p>
 <p>We’ve moved the instantiation of the label to the beginning of the page
 constructor and made a local, final variable. This way we can reference the
 label in the event handler of the link component.</p>
-<p>We also had to call <code>setOutputMarkupId(true)</code> on the label to be able to
+<p>We also had to call <code class="highlighter-rouge">setOutputMarkupId(true)</code> on the label to be able to
 update the component when the request is returned to the client browser. If
 we don’t, Wicket will not know how to update the markup in the client.</p>
 <p>If you put this code into your page’s class, then you’ll have a working Ajax
@@ -179,9 +179,9 @@ require a degree in JavaScript. Even better, you don’t necessarily need to
 update your markup file to work with Ajax. In this (simple) example we were
 able to add Ajax behavior to the page without touching the markup file.</p>
 <p>The most important lesson here is that in order to update components using
-Ajax is that you need to add those components to the <code>AjaxRequestTarget</code> and
+Ajax is that you need to add those components to the <code class="highlighter-rouge">AjaxRequestTarget</code> and
 that the components that are to be updated in that request, should have
-<code>setOutputMarkupId(true)</code>.</p>
+<code class="highlighter-rouge">setOutputMarkupId(true)</code>.</p>
         </section>
     </div>
 </main>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/learn/examples/dropdownchoice.html
----------------------------------------------------------------------
diff --git a/content/learn/examples/dropdownchoice.html b/content/learn/examples/dropdownchoice.html
index 627cf5e..6f69ead 100644
--- a/content/learn/examples/dropdownchoice.html
+++ b/content/learn/examples/dropdownchoice.html
@@ -50,14 +50,14 @@
         </section>
         <section class="l-two-third left">
             <p>One of the most problematic components for beginners of Wicket is the
-<code>DropDownChoice</code> component. In this example we will work the component to
+<code class="highlighter-rouge">DropDownChoice</code> component. In this example we will work the component to
 give a little more insight into its workings. This example requires that you
 have some understanding of the Wicket component model (nothing fancy though,
 but you might want to read the other examples first), and the Model concept
 used in Wicket (you can read more on models
 <a href="https://cwiki.apache.org/confluence/display/WICKET/Working+with+Wicket+models">here</a>).</p>
 <h2 id="the-example-domain">The example domain</h2>
-<p>The <code>DropDownChoice</code> component is typically used <em>inside</em> a form. This
+<p>The <code class="highlighter-rouge">DropDownChoice</code> component is typically used <em>inside</em> a form. This
 example will expand on that usage. The component is particularly designed to
 work with objects. So let’s say we have a list of people and we want to
 select the manager of an employee.</p>
@@ -110,8 +110,8 @@ is how the page would look like in HTML:</p>
   <li>a label (to show the name of the employee) and</li>
   <li>a select box for picking the manager.</li>
 </ul>
-<p>We will focus on the select box, because that will be our <code>DropDownChoice</code>.
-The <code>&lt;option&gt;</code> tags are there for preview, our component will replace them
+<p>We will focus on the select box, because that will be our <code class="highlighter-rouge">DropDownChoice</code>.
+The <code class="highlighter-rouge">&lt;option&gt;</code> tags are there for preview, our component will replace them
 with the generated choices.</p>
 <p>Let’s see how the page looks like from the Java side:</p>
 <figure class="highlight"><pre><code class="language-java" data-lang="java"><span class="kd">public</span> <span class="kd">class</span> <span class="nc">AssignManagerPage</span> <span class="kd">extends</span> <span class="n">WebPage</span> <span class="o">{</span>
@@ -132,12 +132,12 @@ with the generated choices.</p>
         <span class="n">form</span><span class="o">.</span><span class="na">add</span><span class="o">(</span><span class="n">ddc</span><span class="o">));</span>
     <span class="o">}</span>
 <span class="o">}</span></code></pre></figure>
-<p>In this example you see that we add the <code>DropDownChoice</code> to the form, and
+<p>In this example you see that we add the <code class="highlighter-rouge">DropDownChoice</code> to the form, and
 provide it with 3 parameters. The first is the component identifier. The
-second is the item that needs to be updated, in this case the <code>managedBy</code>
-field of the <code>employee</code>. The third parameter is a <code>LoadableDetachableModel</code>
+second is the item that needs to be updated, in this case the <code class="highlighter-rouge">managedBy</code>
+field of the <code class="highlighter-rouge">employee</code>. The third parameter is a <code class="highlighter-rouge">LoadableDetachableModel</code>
 that retrieves the list of available choices.</p>
-<p>Note that the <code>DropDownChoice</code> component has many constructors, and that you
+<p>Note that the <code class="highlighter-rouge">DropDownChoice</code> component has many constructors, and that you
 need to read the JavaDoc documentation to pick the right one for you.</p>
 <p>This generates (basically) the following markup when the list of managers is
 Kyle Brovlovski, Stan Marsh, Eric Cartman, and Kenny McCormick:</p>
@@ -157,17 +157,17 @@ Kyle Brovlovski, Stan Marsh, Eric Cartman, and Kenny McCormick:</p>
 managers list and numbered the values of the options. These are the indices
 of the items in the list. If the order of the list can change between
 requests, <em>or</em> if the list itself can change, then please use an
-<code>IChoiceRenderer</code>.</p>
+<code class="highlighter-rouge">IChoiceRenderer</code>.</p>
 <h2 id="selecting-a-choice">Selecting a choice</h2>
 <p>Now if a user selects a value and submits the form, Wicket will assign the
-manager to the employee (the <code>PropertyModel</code> takes care of that). The
+manager to the employee (the <code class="highlighter-rouge">PropertyModel</code> takes care of that). The
 following list shows what basically happens:</p>
 <ol>
-  <li>create new Employee, with <code>null</code> for its manager</li>
+  <li>create new Employee, with <code class="highlighter-rouge">null</code> for its manager</li>
   <li>create AssignManagerPage with the employee</li>
-  <li>render page, selected value is <code>"Choose one"</code></li>
+  <li>render page, selected value is <code class="highlighter-rouge">"Choose one"</code></li>
   <li>user selects “Eric Cartman” and submits form</li>
-  <li>Wicket assigns manager “Eric Cartman” to <code>managedBy</code> field of the employee</li>
+  <li>Wicket assigns manager “Eric Cartman” to <code class="highlighter-rouge">managedBy</code> field of the employee</li>
 </ol>
 <p>So there is no need for getting or setting the value from the drop down
 component: Wicket binds directly to your domain objects if you use the
@@ -182,7 +182,7 @@ the rest:</p>
 <span class="n">newEmployee</span><span class="o">.</span><span class="na">setManagedBy</span><span class="o">(</span><span class="n">manager</span><span class="o">);</span>
 <span class="n">setResponsePage</span><span class="o">(</span><span class="k">new</span> <span class="n">AssignManagerPage</span><span class="o">(</span><span class="n">newEmployee</span><span class="o">));</span></code></pre></figure>
 <h2 id="summary">Summary</h2>
-<p>This concludes the (small) example of using a <code>DropDownChoice</code> component
+<p>This concludes the (small) example of using a <code class="highlighter-rouge">DropDownChoice</code> component
 correctly. The ideas behind Wicket are perfectly reflected in this component:
 work with your domain objects, bind them to your components and get on with
 the rest of your application.</p>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/learn/examples/guestbook.html
----------------------------------------------------------------------
diff --git a/content/learn/examples/guestbook.html b/content/learn/examples/guestbook.html
index 6367fa4..a9762f2 100644
--- a/content/learn/examples/guestbook.html
+++ b/content/learn/examples/guestbook.html
@@ -51,7 +51,7 @@
         <section class="l-two-third left">
             <p>The GuestBook application allows users to enter comments that appear on a
 page like a weblog. Drawing the list of comments is very easy with the Wicket
-<code>ListView</code> component. This example also gives an impression of what form
+<code class="highlighter-rouge">ListView</code> component. This example also gives an impression of what form
 handling is like.</p>
 <p><img src="guestbook.png" alt="Guestbook screenshot" /></p>
 <p>As with all examples, you have to put all files in the same package
@@ -89,17 +89,17 @@ of this example.</p>
     <span class="o">}</span>
 <span class="o">}</span></code></pre></figure>
 <h2 id="guestbookjava">GuestBook.java</h2>
-<p>In the file <code>GuestBook.java</code> we have put the Java component code for the
+<p>In the file <code class="highlighter-rouge">GuestBook.java</code> we have put the Java component code for the
 guestbook page. This is the homepage for the guestbook application. The page
 consists of a form for entering new items to the guestbook and a list of
 repeating markup for showing the guestbook entries.</p>
-<p>The <code>GuestBook</code> constructor adds a <code>CommentForm</code> and a <code>ListView</code> of
+<p>The <code class="highlighter-rouge">GuestBook</code> constructor adds a <code class="highlighter-rouge">CommentForm</code> and a <code class="highlighter-rouge">ListView</code> of
 the comments. Notice how the model is passed in as the second argument to the
-<code>ListView</code> constructor.</p>
-<p>Then as the view renders, the <code>populateItem</code> method is called passing in a
-<code>ListItem</code> container for the current row in the list.</p>
-<p>The implementation below obtains the <code>Comment</code> POJO from the list item and
-adds label components for the date and text of the <code>Comment</code>. This is all
+<code class="highlighter-rouge">ListView</code> constructor.</p>
+<p>Then as the view renders, the <code class="highlighter-rouge">populateItem</code> method is called passing in a
+<code class="highlighter-rouge">ListItem</code> container for the current row in the list.</p>
+<p>The implementation below obtains the <code class="highlighter-rouge">Comment</code> POJO from the list item and
+adds label components for the date and text of the <code class="highlighter-rouge">Comment</code>. This is all
 accomplished in just a few lines of code.</p>
 <figure class="highlight"><pre><code class="language-java" data-lang="java"><span class="kn">package</span> <span class="n">org</span><span class="o">.</span><span class="na">apache</span><span class="o">.</span><span class="na">wicket</span><span class="o">.</span><span class="na">examples</span><span class="o">.</span><span class="na">guestbook</span><span class="o">;</span>
 <span class="kn">import</span> <span class="nn">java.util.ArrayList</span><span class="o">;</span>
@@ -177,26 +177,26 @@ accomplished in just a few lines of code.</p>
         <span class="n">commentList</span><span class="o">.</span><span class="na">clear</span><span class="o">();</span>
     <span class="o">}</span>
 <span class="o">}</span></code></pre></figure>
-<p>When the <code>CommentForm</code> is submitted, the <code>onSubmit()</code> method is called.
-Notice that nothing gets the value of the <code>TextArea</code> that was added in the
-<code>CommentForm</code> constructor. This is because the comment is the model and the
-third parameter to the <code>TextArea</code> constructor specified the property of the
-model to update. So all <code>onSubmit()</code> has to do is create a new comment from
+<p>When the <code class="highlighter-rouge">CommentForm</code> is submitted, the <code class="highlighter-rouge">onSubmit()</code> method is called.
+Notice that nothing gets the value of the <code class="highlighter-rouge">TextArea</code> that was added in the
+<code class="highlighter-rouge">CommentForm</code> constructor. This is because the comment is the model and the
+third parameter to the <code class="highlighter-rouge">TextArea</code> constructor specified the property of the
+model to update. So all <code class="highlighter-rouge">onSubmit()</code> has to do is create a new comment from
 the model that was updated and add it to the comment list. When the page
 redraws, the new list will be rendered.</p>
-<p>We use a synchronized list as our shared static model used by <code>commentListView</code>
-(<code>commentList</code>) to ensure that it is only updated by one thread at a time.
+<p>We use a synchronized list as our shared static model used by <code class="highlighter-rouge">commentListView</code>
+(<code class="highlighter-rouge">commentList</code>) to ensure that it is only updated by one thread at a time.
 Remember, this is a multi-user application with a shared model!</p>
-<p>Finally, you may notice the call to <code>commentListView.modelChanged()</code>. This
+<p>Finally, you may notice the call to <code class="highlighter-rouge">commentListView.modelChanged()</code>. This
 informs the list view that its model has been modified. In more advanced
 usage scenarios, this would allow Wicket to expire stale pages accessed with
 the browser’s back button.</p>
 <h2 id="guestbookhtml">GuestBook.html</h2>
-<p>In the HTML below, notice the way that the <code>TextArea</code> component is being
-nested inside the <code>CommentForm</code>. Wicket is able to keep everything straight
-because the Java <code>Component.add()</code> calls have to result in the same nesting
+<p>In the HTML below, notice the way that the <code class="highlighter-rouge">TextArea</code> component is being
+nested inside the <code class="highlighter-rouge">CommentForm</code>. Wicket is able to keep everything straight
+because the Java <code class="highlighter-rouge">Component.add()</code> calls have to result in the same nesting
 structure as the HTML.</p>
-<p>Finally, notice the <code>&lt;wicket:remove&gt;</code> block. This is simply markup that is
+<p>Finally, notice the <code class="highlighter-rouge">&lt;wicket:remove&gt;</code> block. This is simply markup that is
 there for previewing purposes only. When the page renders, it is stripped
 out.</p>
 <figure class="highlight"><pre><code class="language-html" data-lang="html"><span class="nt">&lt;html</span> <span class="na">xmlns:wicket=</span><span class="s">"http://wicket.apache.org/"</span><span class="nt">&gt;</span>
@@ -230,8 +230,8 @@ out.</p>
 <span class="nt">&lt;/body&gt;</span>
 <span class="nt">&lt;/html&gt;</span></code></pre></figure>
 <h2 id="guestbookapplicationjava">GuestBookApplication.java</h2>
-<p>For completeness, we’ve included the <code>GuestBookApplication</code> class, and as a
-final treat the modifications to the <code>web.xml</code> file.</p>
+<p>For completeness, we’ve included the <code class="highlighter-rouge">GuestBookApplication</code> class, and as a
+final treat the modifications to the <code class="highlighter-rouge">web.xml</code> file.</p>
 <figure class="highlight"><pre><code class="language-java" data-lang="java"><span class="kn">package</span> <span class="n">org</span><span class="o">.</span><span class="na">apache</span><span class="o">.</span><span class="na">wicket</span><span class="o">.</span><span class="na">examples</span><span class="o">.</span><span class="na">guestbook</span><span class="o">;</span>
 <span class="kn">import</span> <span class="nn">org.apache.wicket.Page</span><span class="o">;</span>
 <span class="kn">import</span> <span class="nn">org.apache.wicket.examples.WicketExampleApplication</span><span class="o">;</span>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/learn/examples/helloworld.html
----------------------------------------------------------------------
diff --git a/content/learn/examples/helloworld.html b/content/learn/examples/helloworld.html
index 3889498..fdc6dcf 100644
--- a/content/learn/examples/helloworld.html
+++ b/content/learn/examples/helloworld.html
@@ -78,7 +78,7 @@ defines what the home page is, and allows for some configuration.</p>
         <span class="k">return</span> <span class="n">HelloWorld</span><span class="o">.</span><span class="na">class</span><span class="o">;</span>
     <span class="o">}</span>
 <span class="o">}</span></code></pre></figure>
-<p>Here you can see that we define <code>wicket.examples.helloworld.HelloWorld</code> to be
+<p>Here you can see that we define <code class="highlighter-rouge">wicket.examples.helloworld.HelloWorld</code> to be
 our home page. When the base URL of our application is requested, the markup
 rendered by the HelloWorld page is returned.</p>
 <h3 id="helloworldjava">HelloWorld.java</h3>
@@ -99,8 +99,8 @@ rendered by the HelloWorld page is returned.</p>
   </li>
 </ol>
 <p>The first parameter is the component identifier, which Wicket uses to identify
-the <code>Label</code> component in your HTML markup. The second parameter is the message
-which the <code>Label</code> should render.</p>
+the <code class="highlighter-rouge">Label</code> component in your HTML markup. The second parameter is the message
+which the <code class="highlighter-rouge">Label</code> should render.</p>
 <h3 id="helloworldhtml">HelloWorld.html</h3>
 <p>The HTML file that defines our Hello World functionality is as follows:</p>
 <figure class="highlight"><pre><code class="language-html" data-lang="html"><span class="nt">&lt;html&gt;</span>
@@ -111,16 +111,16 @@ which the <code>Label</code> should render.</p>
 <p>In this file, you see two elements that need some attention:</p>
 <ul>
   <li>
-    <p>the component declaration <code>&lt;span wicket:id="message"&gt;</code></p>
+    <p>the component declaration <code class="highlighter-rouge">&lt;span wicket:id="message"&gt;</code></p>
   </li>
   <li>
-    <p>the text <code>Message goes here</code></p>
+    <p>the text <code class="highlighter-rouge">Message goes here</code></p>
   </li>
 </ul>
-<p>The component declaration consists of the Wicket identifier <code>wicket:id</code> and the
-component identifier <code>message</code>. The component identifier should be the same as
-the name of the component you defined in your <code>WebPage</code>. The text between
-the <code>&lt;span&gt;</code> tags is removed when the component renders its message. The final
+<p>The component declaration consists of the Wicket identifier <code class="highlighter-rouge">wicket:id</code> and the
+component identifier <code class="highlighter-rouge">message</code>. The component identifier should be the same as
+the name of the component you defined in your <code class="highlighter-rouge">WebPage</code>. The text between
+the <code class="highlighter-rouge">&lt;span&gt;</code> tags is removed when the component renders its message. The final
 content of the component is determined by your Java code.</p>
 <h3 id="webxml">web.xml</h3>
 <p>In order to deploy our HelloWorld program, we need to make our application
@@ -155,7 +155,7 @@ JavaScript files, images and so forth will be served by the container.</p>
 <h2 id="ready-to-deploy">Ready to deploy</h2>
 <p>That’s it. No more configuration necessary! All you need to do now is to
 deploy the web application into your favorite application server. Point your
-browser to the url: <code>http://&lt;servername&gt;/&lt;warfilename&gt;/</code>, substituting
+browser to the url: <code class="highlighter-rouge">http://&lt;servername&gt;/&lt;warfilename&gt;/</code>, substituting
 servername and warfilename to the appropriate values, such as
 http://localhost:8080/helloworld/.</p>
 <p>As you can see: no superfluous XML configuration files are needed to enable a

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/learn/examples/index.html
----------------------------------------------------------------------
diff --git a/content/learn/examples/index.html b/content/learn/examples/index.html
index ec871fe..950b7f8 100644
--- a/content/learn/examples/index.html
+++ b/content/learn/examples/index.html
@@ -54,8 +54,8 @@ should speak for themselves in demonstrating how easy it is to get things done
 in Wicket when compared to other frameworks. You will discover that Wicket’s
 component-oriented structure and its “low touch” approach to HTML is quite
 inviting.</p>
-<p>You can see these examples and many more in <a href="http://www.wicket-library.com">live
-action</a> without having to install anything.</p>
+<p>You can see these examples and many more in live
+action (available for version <a href="http://examples7x.wicket.apache.org/index.html">7.x</a> and <a href="http://examples6x.wicket.apache.org/index.html">6.x</a>) without having to install anything.</p>
 <ul>
   <li><a href="helloworld.html">Hello World!</a> - Everybody’s favorite example</li>
   <li><a href="navomatic.html">Navomatic</a> - Automatic navigation using Borders and Links</li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/learn/examples/markupinheritance.html
----------------------------------------------------------------------
diff --git a/content/learn/examples/markupinheritance.html b/content/learn/examples/markupinheritance.html
index cb5ffeb..152b29c 100644
--- a/content/learn/examples/markupinheritance.html
+++ b/content/learn/examples/markupinheritance.html
@@ -54,8 +54,8 @@ and panel layouts.</p>
 <p>In all the Wicket examples, you have to put all files in the same package
 directory. This means putting the markup files and the java files next to one
 another. It is possible to alter this behavior, but that is beyond the scope
-of this example. The only exception is the obligatory <code>web.xml</code> file which
-should reside in the <code>WEB-INF/</code> directory of your web application root
+of this example. The only exception is the obligatory <code class="highlighter-rouge">web.xml</code> file which
+should reside in the <code class="highlighter-rouge">WEB-INF/</code> directory of your web application root
 folder.</p>
 <p>In this example we assume you already have read and understood the other
 examples which give you information on the structure and nature of Wicket
@@ -71,8 +71,8 @@ focuses on one strategy: markup inheritance.</p>
 <p>In Java you can extend classes. This same concept has been fitted into the
 markup parsing of Java. Markup containers that have files associated (page
 and panels) can inherit the markup of their super containers.</p>
-<p>This is done using two special Wicket tags: <code>&lt;wicket:child&gt;</code> and
-<code>&lt;wicket:extend&gt;</code>. In the super markup you define where the child markup
+<p>This is done using two special Wicket tags: <code class="highlighter-rouge">&lt;wicket:child&gt;</code> and
+<code class="highlighter-rouge">&lt;wicket:extend&gt;</code>. In the super markup you define where the child markup
 should be put, and in the sub markup you delineate where the child markup
 starts and ends.</p>
 <figure class="highlight"><pre><code class="language-html" data-lang="html"><span class="nt">&lt;html&gt;</span>
@@ -83,9 +83,9 @@ starts and ends.</p>
         This is in the super markup.<span class="nt">&lt;br&gt;</span>
     <span class="nt">&lt;/body&gt;</span>
 <span class="nt">&lt;/html&gt;</span></code></pre></figure>
-<p>In this markup you see two sentences that surround the <code>&lt;wicket:child&gt;</code> tag.
+<p>In this markup you see two sentences that surround the <code class="highlighter-rouge">&lt;wicket:child&gt;</code> tag.
 All markup in this file will remain when a sub class of this page is created,
-only the <code>&lt;wicket:child&gt;</code> tag will be replaced with the child markup. So if we
+only the <code class="highlighter-rouge">&lt;wicket:child&gt;</code> tag will be replaced with the child markup. So if we
 look at the following markup:</p>
 <figure class="highlight"><pre><code class="language-html" data-lang="html"><span class="nt">&lt;html&gt;</span>
 <span class="nt">&lt;head&gt;&lt;/head&gt;</span>
@@ -98,7 +98,7 @@ look at the following markup:</p>
 <span class="nt">&lt;/body&gt;</span>
 <span class="nt">&lt;/html&gt;</span></code></pre></figure>
 <p>we can see the markup that should be included in the parent. Only the markup
-between the <code>&lt;wicket:extend&gt;</code> tags is included in the final page. Take a look
+between the <code class="highlighter-rouge">&lt;wicket:extend&gt;</code> tags is included in the final page. Take a look
 at the following markup which is the final markup when you would use this in
 a Wicket application.</p>
 <figure class="highlight"><pre><code class="language-html" data-lang="html"><span class="nt">&lt;html&gt;</span>
@@ -111,8 +111,8 @@ a Wicket application.</p>
     This is in the super markup.<span class="nt">&lt;br&gt;</span>
 <span class="nt">&lt;/body&gt;</span>
 <span class="nt">&lt;/html&gt;</span></code></pre></figure>
-<p>Here you can see that the <code>&lt;wicket:child /&gt;</code> tag has been expanded, and its
-contents filled with exactly the markup between the <code>&lt;wicket:extend&gt;</code> tags.
+<p>Here you can see that the <code class="highlighter-rouge">&lt;wicket:child /&gt;</code> tag has been expanded, and its
+contents filled with exactly the markup between the <code class="highlighter-rouge">&lt;wicket:extend&gt;</code> tags.
 If you want to get rid of the special Wicket tags, you can disable that on
 the markup settings
 (see <a href="https://ci.apache.org/projects/wicket/apidocs/6.x/org/apache/wicket/settings/IMarkupSettings.html">IMarkupSettings</a> for Wikcet6
@@ -152,17 +152,17 @@ practise. Now let’s take a look at the markup for the BasePage</p>
 <p>In this markup file you see the specific basic layout: we have 3 div
 elements:</p>
 <ol>
-  <li><code>&lt;div id="header"&gt;...&lt;/div&gt;</code></li>
-  <li><code>&lt;div id="body"&gt;...&lt;/div&gt;</code></li>
-  <li><code>&lt;div id="footer"&gt;...&lt;/div&gt;</code></li>
+  <li><code class="highlighter-rouge">&lt;div id="header"&gt;...&lt;/div&gt;</code></li>
+  <li><code class="highlighter-rouge">&lt;div id="body"&gt;...&lt;/div&gt;</code></li>
+  <li><code class="highlighter-rouge">&lt;div id="footer"&gt;...&lt;/div&gt;</code></li>
 </ol>
 <p>Note that these aren’t Wicket components, just plain markup. We could have
-made them components, such as a <code>Panel</code> but for brevity we keep it this way.
-Now that we have the <code>BasePage</code> finished, we can implement the two subclasses
+made them components, such as a <code class="highlighter-rouge">Panel</code> but for brevity we keep it this way.
+Now that we have the <code class="highlighter-rouge">BasePage</code> finished, we can implement the two subclasses
 to finish this example.</p>
 <h2 id="implementing-the-sub-pages">Implementing the sub pages</h2>
-<p>We need to build two pages: <code>Page1</code> and <code>Page2</code>. Each page needs its own
-markup file and Java class. Let’s first implement <code>Page1</code>.</p>
+<p>We need to build two pages: <code class="highlighter-rouge">Page1</code> and <code class="highlighter-rouge">Page2</code>. Each page needs its own
+markup file and Java class. Let’s first implement <code class="highlighter-rouge">Page1</code>.</p>
 <figure class="highlight"><pre><code class="language-java" data-lang="java"><span class="kn">package</span> <span class="n">wicket</span><span class="o">.</span><span class="na">quickstart</span><span class="o">;</span>
 <span class="kn">import</span> <span class="nn">wicket.markup.html.basic.Label</span><span class="o">;</span>
 <span class="kd">public</span> <span class="kd">class</span> <span class="nc">Page1</span> <span class="kd">extends</span> <span class="n">BasePage</span> <span class="o">{</span>
@@ -171,9 +171,9 @@ markup file and Java class. Let’s first implement <code>Page1</code>.</p>
 	<span class="o">}</span>
 <span class="o">}</span></code></pre></figure>
 <p>In this example you see that we add a new label component to the page:
-<code>label1</code>. This component is only available for <code>Page1</code>, as such <code>Page2</code> can
+<code class="highlighter-rouge">label1</code>. This component is only available for <code class="highlighter-rouge">Page1</code>, as such <code class="highlighter-rouge">Page2</code> can
 define its own component hierarchy. Let’s take a look at the markup for
-<code>Page1</code>:</p>
+<code class="highlighter-rouge">Page1</code>:</p>
 <figure class="highlight"><pre><code class="language-java" data-lang="java"><span class="o">&lt;</span><span class="n">html</span><span class="o">&gt;</span>
 <span class="o">&lt;</span><span class="n">head</span><span class="o">&gt;&lt;/</span><span class="n">head</span><span class="o">&gt;</span>
 <span class="o">&lt;</span><span class="n">body</span><span class="o">&gt;</span>
@@ -183,10 +183,10 @@ define its own component hierarchy. Let’s take a look at the markup for
 <span class="o">&lt;/</span><span class="nl">wicket:</span><span class="n">extend</span><span class="o">&gt;</span>
 <span class="o">&lt;/</span><span class="n">body</span><span class="o">&gt;</span>
 <span class="o">&lt;/</span><span class="n">html</span><span class="o">&gt;</span></code></pre></figure>
-<p>Here you see that we added the <code>Label</code> component in the markup between the
-<code>&lt;wicket:extend&gt;</code> tags. If we were to add the component outside those tags,
+<p>Here you see that we added the <code class="highlighter-rouge">Label</code> component in the markup between the
+<code class="highlighter-rouge">&lt;wicket:extend&gt;</code> tags. If we were to add the component outside those tags,
 Wicket will not be able to render the component in the final page.</p>
-<p>Now, let’s do the same for <code>Page2</code>.</p>
+<p>Now, let’s do the same for <code class="highlighter-rouge">Page2</code>.</p>
 <figure class="highlight"><pre><code class="language-java" data-lang="java"><span class="kn">package</span> <span class="n">wicket</span><span class="o">.</span><span class="na">quickstart</span><span class="o">;</span>
 <span class="kn">import</span> <span class="nn">wicket.markup.html.basic.Label</span><span class="o">;</span>
 <span class="kd">public</span> <span class="kd">class</span> <span class="nc">Page2</span> <span class="kd">extends</span> <span class="n">BasePage</span> <span class="o">{</span>
@@ -203,10 +203,10 @@ Wicket will not be able to render the component in the final page.</p>
 <span class="nt">&lt;/wicket:extend&gt;</span>
 <span class="nt">&lt;/body&gt;</span>
 <span class="nt">&lt;/html&gt;</span></code></pre></figure>
-<p>In <code>Page2</code> you see that we have a different component structure (<code>label2</code>
-instead of <code>label1</code>), and as such that the pages are quite different.</p>
+<p>In <code class="highlighter-rouge">Page2</code> you see that we have a different component structure (<code class="highlighter-rouge">label2</code>
+instead of <code class="highlighter-rouge">label1</code>), and as such that the pages are quite different.</p>
 <p>If you paste this code into a Wicket quickstart application, you can see it
-immediately working (don’t forget to set the homepage to <code>Page1</code> or <code>Page2</code>).</p>
+immediately working (don’t forget to set the homepage to <code class="highlighter-rouge">Page1</code> or <code class="highlighter-rouge">Page2</code>).</p>
 <h2 id="conclusion">Conclusion</h2>
 <p>With markup inheritance you can get a standard layout for your application
 without too much hassle. It follows the natural inheritance strategy for Java
@@ -214,9 +214,9 @@ code and makes encapsulation of your component hierarchy possible.</p>
 <p>In this example we haven’t touched on the other possible features of markup
 inheritance:</p>
 <ul>
-  <li>contributing to the <code>&lt;head&gt;</code> section from your sub pages</li>
+  <li>contributing to the <code class="highlighter-rouge">&lt;head&gt;</code> section from your sub pages</li>
   <li>multiple layers of inheritance (this just works)</li>
-  <li>markup inheritance used with <code>Panel</code> components</li>
+  <li>markup inheritance used with <code class="highlighter-rouge">Panel</code> components</li>
 </ul>
 <p>However, this example should get you up and running.</p>
         </section>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/learn/examples/navomatic.html
----------------------------------------------------------------------
diff --git a/content/learn/examples/navomatic.html b/content/learn/examples/navomatic.html
index e228c1f..acad597 100644
--- a/content/learn/examples/navomatic.html
+++ b/content/learn/examples/navomatic.html
@@ -67,7 +67,7 @@ in italics. Also the message box shows that we are viewing Page2 instead of
 Page1.</p>
 <h2 id="navigation-component">Navigation component</h2>
 <p>To create a reusable navigation component we are going to use a
-<code>org.apache.wicket.markup.html.border.Border</code> component. From the Border
+<code class="highlighter-rouge">org.apache.wicket.markup.html.border.Border</code> component. From the Border
 Javadoc:</p>
 <blockquote>
   <p>A border component has associated markup which is drawn and determines
@@ -75,9 +75,9 @@ placement of any markup and/or components nested within the border
 component.</p>
 </blockquote>
 <p>The portion of the border’s associated markup file which is to be used in
-rendering the border is denoted by a <code>&lt;wicket:border&gt;</code> tag. The children of the
+rendering the border is denoted by a <code class="highlighter-rouge">&lt;wicket:border&gt;</code> tag. The children of the
 border component instance are then inserted into this markup, replacing the
-first <code>&lt;wicket:body/&gt;</code> tag in the border’s associated markup.</p>
+first <code class="highlighter-rouge">&lt;wicket:body/&gt;</code> tag in the border’s associated markup.</p>
 <p>For example, here is markup for a simple Border subclass, a usage of that
 border, and the markup which would be output on rendering:</p>
 <h3 id="border-markup">Border markup</h3>
@@ -102,8 +102,8 @@ border, and the markup which would be output on rendering:</p>
       First Middle Last
 <span class="nt">&lt;/body&gt;</span>
 <span class="nt">&lt;/html&gt;</span></code></pre></figure>
-<p>In other words, the markup around the <code>&lt;wicket:body/&gt;</code> tag in the border
-component is sort of “wrapped around” the body of the <code>&lt;span&gt;</code> tag where the
+<p>In other words, the markup around the <code class="highlighter-rouge">&lt;wicket:body/&gt;</code> tag in the border
+component is sort of “wrapped around” the body of the <code class="highlighter-rouge">&lt;span&gt;</code> tag where the
 border is used. This seems simple in this example, but keep in mind that
 nested components and even nested borders can appear anywhere in either markup
 file. This can be used to create quite complex effects with relatively little
@@ -137,11 +137,11 @@ this case, we set Page1 to be our home page.</p>
     <span class="nt">&lt;/span&gt;</span>
 <span class="nt">&lt;/body&gt;</span>
 <span class="nt">&lt;/html&gt;</span></code></pre></figure>
-<p>Notice that the NavomaticBorder component is attached to the <code>&lt;span&gt;</code> tag
+<p>Notice that the NavomaticBorder component is attached to the <code class="highlighter-rouge">&lt;span&gt;</code> tag
 because the name of the component in the Java code is “navomaticBorder” and
-the <code>&lt;span&gt;</code> tag’s wicket:id attribute is set to “navomaticBorder”. Because the
+the <code class="highlighter-rouge">&lt;span&gt;</code> tag’s wicket:id attribute is set to “navomaticBorder”. Because the
 two names match, Wicket associates the NavomaticBorder Java component with the
-<code>&lt;span&gt;</code> tag.</p>
+<code class="highlighter-rouge">&lt;span&gt;</code> tag.</p>
 <h3 id="page2java">Page2.java</h3>
 <p>The Page2 Java and HTML files look almost identical (and we’ll omit the
 sources for Page3 altogether because it follows the same pattern):</p>
@@ -204,17 +204,17 @@ is in the NavomaticBorder markup.</p>
  <span class="nt">&lt;/body&gt;</span>
 <span class="nt">&lt;/html&gt;</span></code></pre></figure>
 <p>Notice that the markup above encloses the entire contents of the markup file’s
-<code>&lt;body&gt;</code> with a <code>&lt;wicket:border&gt;</code> tag, as we described earlier. This lets the
+<code class="highlighter-rouge">&lt;body&gt;</code> with a <code class="highlighter-rouge">&lt;wicket:border&gt;</code> tag, as we described earlier. This lets the
 NavomaticBorder know how much of its markup to use when it wraps itself around
 the markup it finds in the context where it is used. Notice also the
-<code>&lt;wicket:body/&gt;</code> marker which designates where to put whatever is found inside
+<code class="highlighter-rouge">&lt;wicket:body/&gt;</code> marker which designates where to put whatever is found inside
 the tag at the use context.</p>
-<p>Next, notice that the navigation links and the border’s <code>&lt;wicket:body/&gt;</code> are
-both enclosed in <code>&lt;span&gt;</code> tags which have wicket:id attributes that associate
+<p>Next, notice that the navigation links and the border’s <code class="highlighter-rouge">&lt;wicket:body/&gt;</code> are
+both enclosed in <code class="highlighter-rouge">&lt;span&gt;</code> tags which have wicket:id attributes that associate
 those tags with the BoxBorder components added in the NavomaticBorder
 constructor. These nested border components will each draw a thin black line
 around their contents.</p>
-<p>Finally, the <code>&lt;wicket:link&gt;</code> tag is used to mark the links in the navigation
+<p>Finally, the <code class="highlighter-rouge">&lt;wicket:link&gt;</code> tag is used to mark the links in the navigation
 as automatic links. Ordinarily, you would need to create link components and
 attach them to your page manually, but anchor links that are marked as
 automatic are parsed and hooked up to link components for you, as appropriate.


[09/19] wicket-site git commit: WICKET-6049 updated links to example site

Posted by ad...@apache.org.
http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2013/04/12/wicket-6.7.0-released.html
----------------------------------------------------------------------
diff --git a/content/news/2013/04/12/wicket-6.7.0-released.html b/content/news/2013/04/12/wicket-6.7.0-released.html
new file mode 100644
index 0000000..60208e9
--- /dev/null
+++ b/content/news/2013/04/12/wicket-6.7.0-released.html
@@ -0,0 +1,204 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+        <meta charset="utf-8">
+        <title>Apache Wicket 6.7.0 released | Apache Wicket</title>
+        <meta name="viewport" content="width=device-width, initial-scale=1" />
+
+        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
+        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
+        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
+
+		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
+
+    </head>
+
+    <body class="">
+        <div class="header default">
+    <div class="l-container">
+<nav class="mainmenu">
+    <ul>
+		<!-- /start/quickstart.html || /news/2013/04/12/wicket-6.7.0-released.html -->
+    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
+		<!-- /start/download.html || /news/2013/04/12/wicket-6.7.0-released.html -->
+    	<li class=""><a href="/start/download.html">Download</a></li>
+		<!-- /learn || /news/2013/04/12/wicket-6.7.0-released.html -->
+    	<li class=""><a href="/learn">Documentation</a></li>
+		<!-- /help || /news/2013/04/12/wicket-6.7.0-released.html -->
+    	<li class=""><a href="/help">Support</a></li>
+		<!-- /contribute || /news/2013/04/12/wicket-6.7.0-released.html -->
+    	<li class=""><a href="/contribute">Contribute</a></li>
+		<!-- /community || /news/2013/04/12/wicket-6.7.0-released.html -->
+    	<li class=""><a href="/community">Community</a></li>
+		<!-- /apache || /news/2013/04/12/wicket-6.7.0-released.html -->
+    	<li class=""><a href="/apache">Apache</a></li>
+    </ul>
+</nav>
+        <div class="logo">
+    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
+</div>
+    </div>
+</div>
+<main>
+    <div class="l-container">
+        <header class="l-full preamble">
+            <h1>Apache Wicket 6.7.0 released</h1>
+        </header>
+        <section class="l-one-third right">
+        </section>
+        <section class="l-two-third left">
+            <div class="l-full">
+    <p class="meta">12 Apr 2013</p>
+    <p>The Apache Wicket PMC is proud to announce Apache Wicket 6.7.0!</p>
+<p>This release marks the seventh minor release of Wicket 6. Starting
+with Wicket 6 we use semantic versioning for the future development
+of Wicket, and as such no API breaks are present in this release
+compared to 6.0.0.</p>
+<h3 id="new-and-noteworthy">New and noteworthy</h3>
+<h4 id="webfonts-are-now-supported">webfonts are now supported</h4>
+<p>Our resource guard that prevents access to classpath resources that
+are not intended to be shared through the web server is a whitelist
+of permissable resource extensions. Typically images, JavaScript
+files, stylesheets are on the whitelist, but the file types for
+webfonts were blocked. From Wicket 6.7 and onward you can now embed
+webfonts with your components and link to them from your stylesheets.</p>
+<h4 id="render-a-page-or-component-to-a-string">Render a page or component to a String</h4>
+<p>One of the issues that keeps propping up on the user lists is the
+ability to render a page or component to a String so that you can use
+Wicket to render HTML email messages. Now you can use
+<a href="http://ci.apache.org/projects/wicket/apidocs/6.x/org/apache/wicket/core/util/string/ComponentRenderer.html">ComponentRenderer</a> to
+actually do so without having to resort to other less obvious methods.</p>
+<p>ComponentRenderer exposes two methods: <code class="highlighter-rouge">renderComponent</code> and
+<code class="highlighter-rouge">renderPage</code> and they do exactly what their names suggest. Happy
+emailing!</p>
+<h3 id="using-this-release">Using this release</h3>
+<p>With Apache Maven update your dependency to (and don’t forget to
+update any other dependencies on Wicket projects to the same version):</p>
+<figure class="highlight"><pre><code class="language-xml" data-lang="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>6.7.0<span class="nt">&lt;/version&gt;</span>
+<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
+<p>Or download and build the distribution yourself, or use our
+convenience binary package</p>
+<ul>
+  <li>Source: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.7.0">http://www.apache.org/dyn/closer.cgi/wicket/6.7.0</a></li>
+  <li>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.7.0/binaries">http://www.apache.org/dyn/closer.cgi/wicket/6.7.0/binaries</a></li>
+</ul>
+<h3 id="upgrading-from-earlier-versions">Upgrading from earlier versions</h3>
+<p>If you upgrade from 6.y.z this release is a drop in replacement. If
+you come from a version prior to 6.0.0, please read our Wicket 6
+migration guide found at</p>
+<ul>
+  <li><a href="http://s.apache.org/wicket-6.0-migration">http://s.apache.org/wicket-6.0-migration</a></li>
+</ul>
+<p>Have fun!</p>
+<p>— The Wicket team</p>
+<h3 id="release-notes---wicket---version-670">Release Notes - Wicket - Version 6.7.0</h3>
+<h4 id="bug">Bug</h4>
+<ul>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4658">WICKET-4658</a> - TabbedPanel CSS “last” is wrong if last step is not visible</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4803">WICKET-4803</a> - UrlDecoder should log a message when invalid input is provided</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4871">WICKET-4871</a> - wicket-atmosphere version mismatch with wicket-example-jar</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4893">WICKET-4893</a> - AutoCompleteTextField removes DropDownChoice from Page</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4903">WICKET-4903</a> - relativeUrl’s begins with ./</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4907">WICKET-4907</a> - UrlResourceReference generates broken relative URLs</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4942">WICKET-4942</a> - Double slash ‘//’ in starting url makes Url.parse output a relative Url</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4989">WICKET-4989</a> - WicketTester should send copies of its cookies</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4995">WICKET-4995</a> - Using CryptoMapper causes page to render twice</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5039">WICKET-5039</a> - Manual invocation of FunctionsExecutor#notify() is broken</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5041">WICKET-5041</a> - DefaultCssAutoCompleteTextField should have Constructor (String id)</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5044">WICKET-5044</a> - Atmosphere + DateLabel</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5045">WICKET-5045</a> - Upgrade Atmosphere to 1.0.10</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5047">WICKET-5047</a> - Wicket Ajax: Inline script header contribution issue</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5048">WICKET-5048</a> - Inline enclosures don’t work with different namespace</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5049">WICKET-5049</a> - Wicket Session may be null in SessionBindingListener after deserialization</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5052">WICKET-5052</a> - @SpringBean fails to invoke methods on bean with non-public methods</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5053">WICKET-5053</a> - “random” parameters is now “_” with jQuery Ajax</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5054">WICKET-5054</a> - Possible bug in org.apache.wicket.util.lang.Packages when building path with repeating names</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5055">WICKET-5055</a> - AutoComplete still triggers redundant events to registered change listener</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5061">WICKET-5061</a> - EnclosureHandler ignores wicket:xyz elements as children</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5067">WICKET-5067</a> - SelectOptions fails to render text on openClose tag</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5072">WICKET-5072</a> - Cookies#isEqual(Cookie, Cookie) may fail with NullPointerException</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5073">WICKET-5073</a> - UrlRenderer#removeCommonPrefixes() fails when contextPath+filterPrefix has more segments than the argument</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5075">WICKET-5075</a> - When modal window is closed page scrolls to top</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5076">WICKET-5076</a> - form#onSubmit() is called on just replaced nested forms</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5078">WICKET-5078</a> - RestartResponseException broken with page instance and bookmarkable page</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5080">WICKET-5080</a> - FilterToolbar.html contains javascript that is used elsewhere</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5082">WICKET-5082</a> - Ajax update renders parent/child JS in different order than initial Page render</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5085">WICKET-5085</a> - InlineEnclosure are piling up on each render</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5086">WICKET-5086</a> - FormTester throws an exception when a Palette component is added to a Form associated with a compound property model</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5093">WICKET-5093</a> - The event listener in Wicket.Ajax.ajax() should not return the value of attrs.ad (allowDefault)</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5094">WICKET-5094</a> - ISecuritySettings#getEnforceMounts(true) prevents access to <em>all</em> non-mounted bookmarkable pages</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5098">WICKET-5098</a> - PackageResourceBlockedException under Windows for *.js files in web app’s own packages, not in jars</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5102">WICKET-5102</a> - wicket-bean-validation: Bean validation PropertyValidator only works with direct field access</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5103">WICKET-5103</a> - Wicket session id not up to date when container changes session id</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5104">WICKET-5104</a> - AjaxSelfUpdatingTimerBehavior in hidden component in ModalWindow causes Ajax Response Error</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5112">WICKET-5112</a> - Parantheses problem with UrlValidator</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5114">WICKET-5114</a> - Url#toString(StringMode.FULL) throws exception if a segment contains two dots</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5116">WICKET-5116</a> - TabbedPanel.setSelectedTab() does not behave as specified in JavaDoc</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5117">WICKET-5117</a> - Wicket ignores allowDefault:false attribute in multipart ajax requests</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5123">WICKET-5123</a> - Component.continueToOriginalDestination() can redirect to ./.</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5125">WICKET-5125</a> - IE8 error in wicket-date.js when used in a modalwindow</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5126">WICKET-5126</a> - SecurePackageResourceGuard is blocking access to web fonts</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5131">WICKET-5131</a> - Problems with cookies disabled when using 301/302 and also 303 (even with cookies)</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5132">WICKET-5132</a> - Evaluation of returned data (which includes alot of javascript) very slow after ajax call in IE10.</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5134">WICKET-5134</a> - java.lang.NullPointerException at org.apache.wicket.markup.html.form.Form.onComponentTag(Form.java:1520) during Atmosphere eventbus.post() if using WebSockets</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5136">WICKET-5136</a> - CheckingObjectOutputStream#check(Object) swallows Exception without logging the cause</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5138">WICKET-5138</a> - Wicket does not correctly handle http OPTIONS requests</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5141">WICKET-5141</a> - Exception while rendering absolute URL with UrlResourceReference</li>
+</ul>
+<h4 id="improvement">Improvement</h4>
+<ul>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4115">WICKET-4115</a> - SignInPanel should not always redirect to the Home page when the user is signed-in automaticaly with the remember-me feature.</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5005">WICKET-5005</a> - Add Utility to allow conversion from Panel (or Component) to html String</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5038">WICKET-5038</a> - Add equals() and hashcode() implementation to INamedParameters.NamedPair</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5046">WICKET-5046</a> - NumberTextField should use appropriate validator</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5050">WICKET-5050</a> - AutoComplete should not request suggestions if input is no longer active element</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5057">WICKET-5057</a> - FilteringHeaderResponse requires a usage of FilteringHeaderResponse.IHeaderResponseFilter for no reason when FilteredHeaderItem is used</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5062">WICKET-5062</a> - Update the list of HTML void elements with the latest HTML5 ones</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5065">WICKET-5065</a> - Improve UrlRenderer to be able to render urls without scheme and/or host</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5066">WICKET-5066</a> - Allow PackageResource to decide itself whether it could be accepted or not</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5074">WICKET-5074</a> - Improvement for MockHttpServletRequest and FormTester to support ‘multiple’ input type of fileUpload</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5079">WICKET-5079</a> - Allow WebApplication-specific Spring configuration</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5088">WICKET-5088</a> - The Bootstrap class does not provide a handle for the CSSResourceReferences.</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5089">WICKET-5089</a> - Make MultiFileUploadField’s ResourceReference JS public to be able to include in Application’s getResourceBundles.</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5090">WICKET-5090</a> - Add path syntax to MarkupContainer#get( String )</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5091">WICKET-5091</a> - Extract the short names of the ajax attributes as a constants</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5095">WICKET-5095</a> - Upgrade Wicket Native WebSocket to Jetty 9.0.0</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5096">WICKET-5096</a> - Add setStep method to NumberTextField</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5105">WICKET-5105</a> - JavaDoc of IHeaderContributor is outdated</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5111">WICKET-5111</a> - Upgrade bootstrap to 2.3.1</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5113">WICKET-5113</a> - Set a different TimeZone for the RequestLogger</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5121">WICKET-5121</a> - Log warning message if a component that is not on the page associated with the AjaxRequestTarget is added</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5122">WICKET-5122</a> - Add the free Wicket guide in the books page on the official site.</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5127">WICKET-5127</a> - Dont use sun-internal packages to allow easy jdk7 compilation</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5137">WICKET-5137</a> - Improve TagTester support for Ajax responses</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5139">WICKET-5139</a> - Missing French translations</li>
+</ul>
+<h4 id="task">Task</h4>
+<ul>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5097">WICKET-5097</a> - Deprecate BaseWicketTester#startComponent(Component)</li>
+</ul>
+<h4 id="test">Test</h4>
+<ul>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5042">WICKET-5042</a> - Cleanup FilteringHeaderResponseTest to make it more readable</li>
+</ul>
+</div>
+        </section>
+    </div>
+</main>
+        <footer class="l-container">
+            <div class="l-full">
+    <img height="60px" src="/img/asf_logo.gif" style="float:left">
+    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
+    Wicket, Apache, the Apache feather logo, and the Apache Wicket
+    project logo are trademarks of The Apache Software Foundation. All
+    other marks mentioned may be trademarks or registered trademarks of
+    their respective owners.
+</div>
+        </footer>
+    </body>
+
+</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2013/04/index.html
----------------------------------------------------------------------
diff --git a/content/news/2013/04/index.html b/content/news/2013/04/index.html
index 73be05e..2a22982 100644
--- a/content/news/2013/04/index.html
+++ b/content/news/2013/04/index.html
@@ -52,7 +52,7 @@
 	<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.7.0!</p>
 <p>This release marks the seventh minor release of Wicket 6. Starting
 with Wicket 6 we u...</p>
-	<a href="/news/2013/04/12/wicket-6-7-0-released.html">more</a></li>
+	<a href="/news/2013/04/12/wicket-6.7.0-released.html">more</a></li>
 </div>
         </div>
         <div class="l-one-third">

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2013/05/17/wicket-6-8-0-released.html
----------------------------------------------------------------------
diff --git a/content/news/2013/05/17/wicket-6-8-0-released.html b/content/news/2013/05/17/wicket-6-8-0-released.html
deleted file mode 100644
index 3a89e69..0000000
--- a/content/news/2013/05/17/wicket-6-8-0-released.html
+++ /dev/null
@@ -1,140 +0,0 @@
-<!DOCTYPE html>
-<html>
-    <head>
-        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-        <meta charset="utf-8">
-        <title>Apache Wicket 6.8.0 released | Apache Wicket</title>
-        <meta name="viewport" content="width=device-width, initial-scale=1" />
-
-        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
-        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
-        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
-
-		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
-
-    </head>
-
-    <body class="">
-        <div class="header default">
-    <div class="l-container">
-<nav class="mainmenu">
-    <ul>
-		<!-- /start/quickstart.html || /news/2013/05/17/wicket-6-8-0-released.html -->
-    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
-		<!-- /start/download.html || /news/2013/05/17/wicket-6-8-0-released.html -->
-    	<li class=""><a href="/start/download.html">Download</a></li>
-		<!-- /learn || /news/2013/05/17/wicket-6-8-0-released.html -->
-    	<li class=""><a href="/learn">Documentation</a></li>
-		<!-- /help || /news/2013/05/17/wicket-6-8-0-released.html -->
-    	<li class=""><a href="/help">Support</a></li>
-		<!-- /contribute || /news/2013/05/17/wicket-6-8-0-released.html -->
-    	<li class=""><a href="/contribute">Contribute</a></li>
-		<!-- /community || /news/2013/05/17/wicket-6-8-0-released.html -->
-    	<li class=""><a href="/community">Community</a></li>
-		<!-- /apache || /news/2013/05/17/wicket-6-8-0-released.html -->
-    	<li class=""><a href="/apache">Apache</a></li>
-    </ul>
-</nav>
-        <div class="logo">
-    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
-</div>
-    </div>
-</div>
-<main>
-    <div class="l-container">
-        <header class="l-full preamble">
-            <h1>Apache Wicket 6.8.0 released</h1>
-        </header>
-        <section class="l-one-third right">
-        </section>
-        <section class="l-two-third left">
-            <div class="l-full">
-    <p class="meta">17 May 2013</p>
-    <p>The Apache Wicket PMC is proud to announce Apache Wicket 6.8.0!</p>
-<p>This release marks the eighth minor release of Wicket 6. Starting
-with Wicket 6 we use semantic versioning for the future development
-of Wicket, and as such no API breaks are present in this release
-compared to 6.0.0.</p>
-<h3 id="using-this-release">Using this release</h3>
-<p>With Apache Maven update your dependency to (and don’t forget to
-update any other dependencies on Wicket projects to the same version):</p>
-<figure class="highlight"><pre><code class="language-xml" data-lang="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>6.8.0<span class="nt">&lt;/version&gt;</span>
-<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
-<p>Or download and build the distribution yourself, or use our
-convenience binary package</p>
-<ul>
-  <li>Source: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.8.0">http://www.apache.org/dyn/closer.cgi/wicket/6.8.0</a></li>
-  <li>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.8.0/binaries">http://www.apache.org/dyn/closer.cgi/wicket/6.8.0/binaries</a></li>
-</ul>
-<h3 id="upgrading-from-earlier-versions">Upgrading from earlier versions</h3>
-<p>If you upgrade from 6.y.z this release is a drop in replacement. If
-you come from a version prior to 6.0.0, please read our Wicket 6
-migration guide found at</p>
-<ul>
-  <li>http://s.apache.org/wicket-6.0-migration</li>
-</ul>
-<p>Have fun!</p>
-<p>— The Wicket team</p>
-<h3 id="release-notes---wicket---version-680">Release Notes - Wicket - Version 6.8.0</h3>
-<h4 id="sub-task">Sub-task</h4>
-<ul>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5162">WICKET-5162</a> - InlineEnclosure markup id could collide in the final page markup</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5185">WICKET-5185</a> - JavaScript text is spread in several DOM text nodes</li>
-</ul>
-<h4 id="bug">Bug</h4>
-<ul>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5083">WICKET-5083</a> - Page#isPageStateless() may return wrong value</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5103">WICKET-5103</a> - Wicket session id not up to date when container changes session id</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5119">WICKET-5119</a> - PopupSettings IE8 - dosen’t work second time a link is clicked.</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5140">WICKET-5140</a> - InterceptData never gets cleared from session after continueToOriginalDestination is called and another page is requested afterwards</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5142">WICKET-5142</a> - Generating invalid JavaScript for ajax update</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5145">WICKET-5145</a> - do not post an Atmosphere event if the filtered subscription set is empty</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5146">WICKET-5146</a> - Application not destroyed if WicketFilter#init() fails</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5147">WICKET-5147</a> - WicketTester MockHttpRequest.getCookies very slow / OutOfMemory</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5149">WICKET-5149</a> - PageRequestHandlerTracker doesn’t track resolves of handlers caused by Exception</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5154">WICKET-5154</a> - Positioning of autocomplete popup does not take into account borders</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5157">WICKET-5157</a> - URL query parameter values containing equals sign get cut off</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5163">WICKET-5163</a> - Implementing markup loading by extending ResourceStreamLocator produces errors with inherited markup</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5176">WICKET-5176</a> - StringResourceModel doesn’t detach model in some cases</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5178">WICKET-5178</a> - StopPropagation functionality on link is broken</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5181">WICKET-5181</a> - Problem with OnEventHeaderItem and Wicket.Event.add</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5187">WICKET-5187</a> - Unknown tag name with Wicket namespace: ‘panel’</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5191">WICKET-5191</a> - Session is created unnecessarily</li>
-</ul>
-<h4 id="improvement">Improvement</h4>
-<ul>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5143">WICKET-5143</a> - Create an interface for the roles replacing the current Roles class</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5150">WICKET-5150</a> - Log additional info when FormComponent fails in updateCollectionModel</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5158">WICKET-5158</a> - Ignore missing Page in StatelessForm#process()</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5159">WICKET-5159</a> - Replace usage of JavaScript eval() with plain JS in headed contribution decoding</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5160">WICKET-5160</a> - Throttle the animation in DebugWindow when there are many errors</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5161">WICKET-5161</a> - The url gets longer when using StatelessForm with GET method</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5166">WICKET-5166</a> - Relax the requirements for using FilteringHeaderResponse</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5186">WICKET-5186</a> - Use arrays instead of String concatenation in JavaScript for better performance</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5188">WICKET-5188</a> - Use a separate logger for the extra information logged in RequestCycle#onException()</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5189">WICKET-5189</a> - preregister known wicket tag names</li>
-</ul>
-<h4 id="task">Task</h4>
-<ul>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5169">WICKET-5169</a> - Create BuildBot config for wicket-6.x branch</li>
-</ul>
-</div>
-        </section>
-    </div>
-</main>
-        <footer class="l-container">
-            <div class="l-full">
-    <img height="60px" src="/img/asf_logo.gif" style="float:left">
-    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
-    Wicket, Apache, the Apache feather logo, and the Apache Wicket
-    project logo are trademarks of The Apache Software Foundation. All
-    other marks mentioned may be trademarks or registered trademarks of
-    their respective owners.
-</div>
-        </footer>
-    </body>
-
-</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2013/05/17/wicket-6.8.0-released.html
----------------------------------------------------------------------
diff --git a/content/news/2013/05/17/wicket-6.8.0-released.html b/content/news/2013/05/17/wicket-6.8.0-released.html
new file mode 100644
index 0000000..6e333e7
--- /dev/null
+++ b/content/news/2013/05/17/wicket-6.8.0-released.html
@@ -0,0 +1,140 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+        <meta charset="utf-8">
+        <title>Apache Wicket 6.8.0 released | Apache Wicket</title>
+        <meta name="viewport" content="width=device-width, initial-scale=1" />
+
+        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
+        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
+        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
+
+		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
+
+    </head>
+
+    <body class="">
+        <div class="header default">
+    <div class="l-container">
+<nav class="mainmenu">
+    <ul>
+		<!-- /start/quickstart.html || /news/2013/05/17/wicket-6.8.0-released.html -->
+    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
+		<!-- /start/download.html || /news/2013/05/17/wicket-6.8.0-released.html -->
+    	<li class=""><a href="/start/download.html">Download</a></li>
+		<!-- /learn || /news/2013/05/17/wicket-6.8.0-released.html -->
+    	<li class=""><a href="/learn">Documentation</a></li>
+		<!-- /help || /news/2013/05/17/wicket-6.8.0-released.html -->
+    	<li class=""><a href="/help">Support</a></li>
+		<!-- /contribute || /news/2013/05/17/wicket-6.8.0-released.html -->
+    	<li class=""><a href="/contribute">Contribute</a></li>
+		<!-- /community || /news/2013/05/17/wicket-6.8.0-released.html -->
+    	<li class=""><a href="/community">Community</a></li>
+		<!-- /apache || /news/2013/05/17/wicket-6.8.0-released.html -->
+    	<li class=""><a href="/apache">Apache</a></li>
+    </ul>
+</nav>
+        <div class="logo">
+    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
+</div>
+    </div>
+</div>
+<main>
+    <div class="l-container">
+        <header class="l-full preamble">
+            <h1>Apache Wicket 6.8.0 released</h1>
+        </header>
+        <section class="l-one-third right">
+        </section>
+        <section class="l-two-third left">
+            <div class="l-full">
+    <p class="meta">17 May 2013</p>
+    <p>The Apache Wicket PMC is proud to announce Apache Wicket 6.8.0!</p>
+<p>This release marks the eighth minor release of Wicket 6. Starting
+with Wicket 6 we use semantic versioning for the future development
+of Wicket, and as such no API breaks are present in this release
+compared to 6.0.0.</p>
+<h3 id="using-this-release">Using this release</h3>
+<p>With Apache Maven update your dependency to (and don’t forget to
+update any other dependencies on Wicket projects to the same version):</p>
+<figure class="highlight"><pre><code class="language-xml" data-lang="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>6.8.0<span class="nt">&lt;/version&gt;</span>
+<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
+<p>Or download and build the distribution yourself, or use our
+convenience binary package</p>
+<ul>
+  <li>Source: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.8.0">http://www.apache.org/dyn/closer.cgi/wicket/6.8.0</a></li>
+  <li>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.8.0/binaries">http://www.apache.org/dyn/closer.cgi/wicket/6.8.0/binaries</a></li>
+</ul>
+<h3 id="upgrading-from-earlier-versions">Upgrading from earlier versions</h3>
+<p>If you upgrade from 6.y.z this release is a drop in replacement. If
+you come from a version prior to 6.0.0, please read our Wicket 6
+migration guide found at</p>
+<ul>
+  <li>http://s.apache.org/wicket-6.0-migration</li>
+</ul>
+<p>Have fun!</p>
+<p>— The Wicket team</p>
+<h3 id="release-notes---wicket---version-680">Release Notes - Wicket - Version 6.8.0</h3>
+<h4 id="sub-task">Sub-task</h4>
+<ul>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5162">WICKET-5162</a> - InlineEnclosure markup id could collide in the final page markup</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5185">WICKET-5185</a> - JavaScript text is spread in several DOM text nodes</li>
+</ul>
+<h4 id="bug">Bug</h4>
+<ul>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5083">WICKET-5083</a> - Page#isPageStateless() may return wrong value</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5103">WICKET-5103</a> - Wicket session id not up to date when container changes session id</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5119">WICKET-5119</a> - PopupSettings IE8 - dosen’t work second time a link is clicked.</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5140">WICKET-5140</a> - InterceptData never gets cleared from session after continueToOriginalDestination is called and another page is requested afterwards</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5142">WICKET-5142</a> - Generating invalid JavaScript for ajax update</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5145">WICKET-5145</a> - do not post an Atmosphere event if the filtered subscription set is empty</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5146">WICKET-5146</a> - Application not destroyed if WicketFilter#init() fails</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5147">WICKET-5147</a> - WicketTester MockHttpRequest.getCookies very slow / OutOfMemory</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5149">WICKET-5149</a> - PageRequestHandlerTracker doesn’t track resolves of handlers caused by Exception</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5154">WICKET-5154</a> - Positioning of autocomplete popup does not take into account borders</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5157">WICKET-5157</a> - URL query parameter values containing equals sign get cut off</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5163">WICKET-5163</a> - Implementing markup loading by extending ResourceStreamLocator produces errors with inherited markup</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5176">WICKET-5176</a> - StringResourceModel doesn’t detach model in some cases</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5178">WICKET-5178</a> - StopPropagation functionality on link is broken</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5181">WICKET-5181</a> - Problem with OnEventHeaderItem and Wicket.Event.add</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5187">WICKET-5187</a> - Unknown tag name with Wicket namespace: ‘panel’</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5191">WICKET-5191</a> - Session is created unnecessarily</li>
+</ul>
+<h4 id="improvement">Improvement</h4>
+<ul>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5143">WICKET-5143</a> - Create an interface for the roles replacing the current Roles class</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5150">WICKET-5150</a> - Log additional info when FormComponent fails in updateCollectionModel</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5158">WICKET-5158</a> - Ignore missing Page in StatelessForm#process()</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5159">WICKET-5159</a> - Replace usage of JavaScript eval() with plain JS in headed contribution decoding</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5160">WICKET-5160</a> - Throttle the animation in DebugWindow when there are many errors</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5161">WICKET-5161</a> - The url gets longer when using StatelessForm with GET method</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5166">WICKET-5166</a> - Relax the requirements for using FilteringHeaderResponse</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5186">WICKET-5186</a> - Use arrays instead of String concatenation in JavaScript for better performance</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5188">WICKET-5188</a> - Use a separate logger for the extra information logged in RequestCycle#onException()</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5189">WICKET-5189</a> - preregister known wicket tag names</li>
+</ul>
+<h4 id="task">Task</h4>
+<ul>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5169">WICKET-5169</a> - Create BuildBot config for wicket-6.x branch</li>
+</ul>
+</div>
+        </section>
+    </div>
+</main>
+        <footer class="l-container">
+            <div class="l-full">
+    <img height="60px" src="/img/asf_logo.gif" style="float:left">
+    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
+    Wicket, Apache, the Apache feather logo, and the Apache Wicket
+    project logo are trademarks of The Apache Software Foundation. All
+    other marks mentioned may be trademarks or registered trademarks of
+    their respective owners.
+</div>
+        </footer>
+    </body>
+
+</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2013/05/index.html
----------------------------------------------------------------------
diff --git a/content/news/2013/05/index.html b/content/news/2013/05/index.html
index 991cdff..2172ac9 100644
--- a/content/news/2013/05/index.html
+++ b/content/news/2013/05/index.html
@@ -52,7 +52,7 @@
 	<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.8.0!</p>
 <p>This release marks the eighth minor release of Wicket 6. Starting
 with Wicket 6 we u...</p>
-	<a href="/news/2013/05/17/wicket-6-8-0-released.html">more</a></li>
+	<a href="/news/2013/05/17/wicket-6.8.0-released.html">more</a></li>
 </div>
         </div>
         <div class="l-one-third">

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2013/06/27/wicket-6-9-0-released.html
----------------------------------------------------------------------
diff --git a/content/news/2013/06/27/wicket-6-9-0-released.html b/content/news/2013/06/27/wicket-6-9-0-released.html
deleted file mode 100644
index a1fae58..0000000
--- a/content/news/2013/06/27/wicket-6-9-0-released.html
+++ /dev/null
@@ -1,144 +0,0 @@
-<!DOCTYPE html>
-<html>
-    <head>
-        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-        <meta charset="utf-8">
-        <title>Apache Wicket 6.9.0 released | Apache Wicket</title>
-        <meta name="viewport" content="width=device-width, initial-scale=1" />
-
-        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
-        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
-        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
-
-		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
-
-    </head>
-
-    <body class="">
-        <div class="header default">
-    <div class="l-container">
-<nav class="mainmenu">
-    <ul>
-		<!-- /start/quickstart.html || /news/2013/06/27/wicket-6-9-0-released.html -->
-    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
-		<!-- /start/download.html || /news/2013/06/27/wicket-6-9-0-released.html -->
-    	<li class=""><a href="/start/download.html">Download</a></li>
-		<!-- /learn || /news/2013/06/27/wicket-6-9-0-released.html -->
-    	<li class=""><a href="/learn">Documentation</a></li>
-		<!-- /help || /news/2013/06/27/wicket-6-9-0-released.html -->
-    	<li class=""><a href="/help">Support</a></li>
-		<!-- /contribute || /news/2013/06/27/wicket-6-9-0-released.html -->
-    	<li class=""><a href="/contribute">Contribute</a></li>
-		<!-- /community || /news/2013/06/27/wicket-6-9-0-released.html -->
-    	<li class=""><a href="/community">Community</a></li>
-		<!-- /apache || /news/2013/06/27/wicket-6-9-0-released.html -->
-    	<li class=""><a href="/apache">Apache</a></li>
-    </ul>
-</nav>
-        <div class="logo">
-    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
-</div>
-    </div>
-</div>
-<main>
-    <div class="l-container">
-        <header class="l-full preamble">
-            <h1>Apache Wicket 6.9.0 released</h1>
-        </header>
-        <section class="l-one-third right">
-        </section>
-        <section class="l-two-third left">
-            <div class="l-full">
-    <p class="meta">27 Jun 2013</p>
-    <p>The Apache Wicket PMC is proud to announce Apache Wicket 6.9.0!</p>
-<p>This release marks the ninth minor release of Wicket 6. Starting with
-Wicket 6 we use semantic versioning for the future development of
-Wicket, and as such no API breaks are present in this release
-compared to 6.0.0.</p>
-<h3 id="new-and-noteworthy">New and noteworthy</h3>
-<p>Switch between jQuery 1.x and 2.x depending on the user agent. For IE
-6/7/8 jQuery ver. 1.x will be used, for any other browser - ver. 2.x.
-To use this resource reference do in your application’s init method:</p>
-<figure class="highlight"><pre><code class="language-java" data-lang="java"><span class="kd">protected</span> <span class="kt">void</span> <span class="nf">init</span><span class="p">(</span><span class="o">)</span> <span class="o">{</span>
-    <span class="n">getJavaScriptLibrarySettings</span><span class="o">()</span>
-        <span class="o">.</span><span class="na">setJQueryReference</span><span class="o">(</span><span class="n">DynamicJQueryResourceReference</span><span class="o">.</span><span class="na">INSTANCE</span><span class="o">);</span>
-<span class="o">}</span></code></pre></figure>
-<p>Upgraded Atmoshpere (1.0.13) and Bootstrap (2.3.2) resources.</p>
-<h3 id="using-this-release">Using this release</h3>
-<p>With Apache Maven update your dependency to (and don’t forget to
-update any other dependencies on Wicket projects to the same version):</p>
-<figure class="highlight"><pre><code class="language-xml" data-lang="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>6.9.0<span class="nt">&lt;/version&gt;</span>
-<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
-<p>Or download and build the distribution yourself, or use our
-convenience binary package</p>
-<ul>
-  <li>Source: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.9.0">http://www.apache.org/dyn/closer.cgi/wicket/6.9.0</a></li>
-  <li>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.9.0/binaries">http://www.apache.org/dyn/closer.cgi/wicket/6.9.0/binaries</a></li>
-</ul>
-<h3 id="upgrading-from-earlier-versions">Upgrading from earlier versions</h3>
-<p>If you upgrade from 6.y.z this release is a drop in replacement. If
-you come from a version prior to 6.0.0, please read our Wicket 6
-migration guide found at</p>
-<ul>
-  <li><a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+6.0">Migration to Wicket 6.0</a></li>
-</ul>
-<p>Have fun!</p>
-<p>— The Wicket team</p>
-<h3 id="release-notes---wicket---version-690">Release Notes - Wicket - Version 6.9.0</h3>
-<h4 id="bug">Bug</h4>
-<ul>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4827">WICKET-4827</a> - Modal panel mouse pointer in resize style for MSIE8 and MSIE9</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5056">WICKET-5056</a> - Page mount with an optional named parameter overtakes a mount with more specific path</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5071">WICKET-5071</a> - 404 Error on Nested ModalWindows in IE7 and IE8</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5165">WICKET-5165</a> - Session should be bound when adding messages to it</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5194">WICKET-5194</a> - Adding AjaxFormValidatingBehavior to the form prevents form from being filled</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5200">WICKET-5200</a> - Upgrade atmosphere-runtime to 1.0.13</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5202">WICKET-5202</a> - Page redirects can fail when using url encoding</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5203">WICKET-5203</a> - Base url is incorrect for error dispatched pages</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5204">WICKET-5204</a> - The DateTimeField.onBeforeRender() method does not format the fields correctly.</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5205">WICKET-5205</a> - AbstractAjaxBehavior.unbind does not clean stored reference to host component</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5209">WICKET-5209</a> - NPE when using ComponentRenderer.renderComponent on a panel with &lt;wicket:enclosure&gt;</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5218">WICKET-5218</a> - EnclosureContainer calls child#configure() way before rendering</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5220">WICKET-5220</a> - AjaxEditableLabel not working well in form</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5222">WICKET-5222</a> - Direct iframe removal not supported by Firefox: tab title stays as “Connecting”</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5223">WICKET-5223</a> - AjaxEditableLabel doesn’t provide a way to configure Ajax attributes for its Ajax behaviors</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5226">WICKET-5226</a> - CDI integration fails in Glassfish 4.0 with WELD-000070</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5230">WICKET-5230</a> - AjaxFormChoiceComponentUpdatingBehavior fails for choices containing other invalid FormComponents</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5234">WICKET-5234</a> - OnEventHeaderItem can’t be applied via AJAX</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5237">WICKET-5237</a> - Wicket generates invalid HTML by expanding col tags</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5247">WICKET-5247</a> - Broken Link in Tomcat because of Page Mount</li>
-</ul>
-<h4 id="improvement">Improvement</h4>
-<ul>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5199">WICKET-5199</a> - Component.getBehaviors(Class&lt;M&gt; type) documentation is obsolete</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5207">WICKET-5207</a> - Use documented jQuery APIs for triggering the special event ‘inputchange’</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5208">WICKET-5208</a> - Contribute jQuery 1.x or 2.x depending on the user agent</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5210">WICKET-5210</a> - JQuery problem because component appears twice in DOM while Ajax refresh</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5211">WICKET-5211</a> - Make CryptoMapper extendable</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5215">WICKET-5215</a> - Better exception message when Page instantiation fails in DefaultPageFactory</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5219">WICKET-5219</a> - ServletWebResponse should call #setHeader() to set Ajax-Location for redirect</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5228">WICKET-5228</a> - Add method getFirstDayOfWeek to DatePicker class</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5232">WICKET-5232</a> - ComponentRenderer.renderComponent could accept components with any markupId, not just “compId”</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5233">WICKET-5233</a> - Component.getBehaviors() can be implemented slightly more efficiently</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5238">WICKET-5238</a> - Upgrade bootstrap from 2.3.1 to 2.3.2</li>
-</ul>
-</div>
-        </section>
-    </div>
-</main>
-        <footer class="l-container">
-            <div class="l-full">
-    <img height="60px" src="/img/asf_logo.gif" style="float:left">
-    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
-    Wicket, Apache, the Apache feather logo, and the Apache Wicket
-    project logo are trademarks of The Apache Software Foundation. All
-    other marks mentioned may be trademarks or registered trademarks of
-    their respective owners.
-</div>
-        </footer>
-    </body>
-
-</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2013/06/27/wicket-6.9.0-released.html
----------------------------------------------------------------------
diff --git a/content/news/2013/06/27/wicket-6.9.0-released.html b/content/news/2013/06/27/wicket-6.9.0-released.html
new file mode 100644
index 0000000..d8d595d
--- /dev/null
+++ b/content/news/2013/06/27/wicket-6.9.0-released.html
@@ -0,0 +1,144 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+        <meta charset="utf-8">
+        <title>Apache Wicket 6.9.0 released | Apache Wicket</title>
+        <meta name="viewport" content="width=device-width, initial-scale=1" />
+
+        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
+        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
+        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
+
+		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
+
+    </head>
+
+    <body class="">
+        <div class="header default">
+    <div class="l-container">
+<nav class="mainmenu">
+    <ul>
+		<!-- /start/quickstart.html || /news/2013/06/27/wicket-6.9.0-released.html -->
+    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
+		<!-- /start/download.html || /news/2013/06/27/wicket-6.9.0-released.html -->
+    	<li class=""><a href="/start/download.html">Download</a></li>
+		<!-- /learn || /news/2013/06/27/wicket-6.9.0-released.html -->
+    	<li class=""><a href="/learn">Documentation</a></li>
+		<!-- /help || /news/2013/06/27/wicket-6.9.0-released.html -->
+    	<li class=""><a href="/help">Support</a></li>
+		<!-- /contribute || /news/2013/06/27/wicket-6.9.0-released.html -->
+    	<li class=""><a href="/contribute">Contribute</a></li>
+		<!-- /community || /news/2013/06/27/wicket-6.9.0-released.html -->
+    	<li class=""><a href="/community">Community</a></li>
+		<!-- /apache || /news/2013/06/27/wicket-6.9.0-released.html -->
+    	<li class=""><a href="/apache">Apache</a></li>
+    </ul>
+</nav>
+        <div class="logo">
+    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
+</div>
+    </div>
+</div>
+<main>
+    <div class="l-container">
+        <header class="l-full preamble">
+            <h1>Apache Wicket 6.9.0 released</h1>
+        </header>
+        <section class="l-one-third right">
+        </section>
+        <section class="l-two-third left">
+            <div class="l-full">
+    <p class="meta">27 Jun 2013</p>
+    <p>The Apache Wicket PMC is proud to announce Apache Wicket 6.9.0!</p>
+<p>This release marks the ninth minor release of Wicket 6. Starting with
+Wicket 6 we use semantic versioning for the future development of
+Wicket, and as such no API breaks are present in this release
+compared to 6.0.0.</p>
+<h3 id="new-and-noteworthy">New and noteworthy</h3>
+<p>Switch between jQuery 1.x and 2.x depending on the user agent. For IE
+6/7/8 jQuery ver. 1.x will be used, for any other browser - ver. 2.x.
+To use this resource reference do in your application’s init method:</p>
+<figure class="highlight"><pre><code class="language-java" data-lang="java"><span class="kd">protected</span> <span class="kt">void</span> <span class="nf">init</span><span class="p">(</span><span class="o">)</span> <span class="o">{</span>
+    <span class="n">getJavaScriptLibrarySettings</span><span class="o">()</span>
+        <span class="o">.</span><span class="na">setJQueryReference</span><span class="o">(</span><span class="n">DynamicJQueryResourceReference</span><span class="o">.</span><span class="na">INSTANCE</span><span class="o">);</span>
+<span class="o">}</span></code></pre></figure>
+<p>Upgraded Atmoshpere (1.0.13) and Bootstrap (2.3.2) resources.</p>
+<h3 id="using-this-release">Using this release</h3>
+<p>With Apache Maven update your dependency to (and don’t forget to
+update any other dependencies on Wicket projects to the same version):</p>
+<figure class="highlight"><pre><code class="language-xml" data-lang="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>6.9.0<span class="nt">&lt;/version&gt;</span>
+<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
+<p>Or download and build the distribution yourself, or use our
+convenience binary package</p>
+<ul>
+  <li>Source: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.9.0">http://www.apache.org/dyn/closer.cgi/wicket/6.9.0</a></li>
+  <li>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.9.0/binaries">http://www.apache.org/dyn/closer.cgi/wicket/6.9.0/binaries</a></li>
+</ul>
+<h3 id="upgrading-from-earlier-versions">Upgrading from earlier versions</h3>
+<p>If you upgrade from 6.y.z this release is a drop in replacement. If
+you come from a version prior to 6.0.0, please read our Wicket 6
+migration guide found at</p>
+<ul>
+  <li><a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+6.0">Migration to Wicket 6.0</a></li>
+</ul>
+<p>Have fun!</p>
+<p>— The Wicket team</p>
+<h3 id="release-notes---wicket---version-690">Release Notes - Wicket - Version 6.9.0</h3>
+<h4 id="bug">Bug</h4>
+<ul>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4827">WICKET-4827</a> - Modal panel mouse pointer in resize style for MSIE8 and MSIE9</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5056">WICKET-5056</a> - Page mount with an optional named parameter overtakes a mount with more specific path</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5071">WICKET-5071</a> - 404 Error on Nested ModalWindows in IE7 and IE8</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5165">WICKET-5165</a> - Session should be bound when adding messages to it</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5194">WICKET-5194</a> - Adding AjaxFormValidatingBehavior to the form prevents form from being filled</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5200">WICKET-5200</a> - Upgrade atmosphere-runtime to 1.0.13</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5202">WICKET-5202</a> - Page redirects can fail when using url encoding</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5203">WICKET-5203</a> - Base url is incorrect for error dispatched pages</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5204">WICKET-5204</a> - The DateTimeField.onBeforeRender() method does not format the fields correctly.</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5205">WICKET-5205</a> - AbstractAjaxBehavior.unbind does not clean stored reference to host component</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5209">WICKET-5209</a> - NPE when using ComponentRenderer.renderComponent on a panel with &lt;wicket:enclosure&gt;</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5218">WICKET-5218</a> - EnclosureContainer calls child#configure() way before rendering</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5220">WICKET-5220</a> - AjaxEditableLabel not working well in form</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5222">WICKET-5222</a> - Direct iframe removal not supported by Firefox: tab title stays as “Connecting”</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5223">WICKET-5223</a> - AjaxEditableLabel doesn’t provide a way to configure Ajax attributes for its Ajax behaviors</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5226">WICKET-5226</a> - CDI integration fails in Glassfish 4.0 with WELD-000070</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5230">WICKET-5230</a> - AjaxFormChoiceComponentUpdatingBehavior fails for choices containing other invalid FormComponents</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5234">WICKET-5234</a> - OnEventHeaderItem can’t be applied via AJAX</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5237">WICKET-5237</a> - Wicket generates invalid HTML by expanding col tags</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5247">WICKET-5247</a> - Broken Link in Tomcat because of Page Mount</li>
+</ul>
+<h4 id="improvement">Improvement</h4>
+<ul>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5199">WICKET-5199</a> - Component.getBehaviors(Class&lt;M&gt; type) documentation is obsolete</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5207">WICKET-5207</a> - Use documented jQuery APIs for triggering the special event ‘inputchange’</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5208">WICKET-5208</a> - Contribute jQuery 1.x or 2.x depending on the user agent</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5210">WICKET-5210</a> - JQuery problem because component appears twice in DOM while Ajax refresh</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5211">WICKET-5211</a> - Make CryptoMapper extendable</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5215">WICKET-5215</a> - Better exception message when Page instantiation fails in DefaultPageFactory</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5219">WICKET-5219</a> - ServletWebResponse should call #setHeader() to set Ajax-Location for redirect</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5228">WICKET-5228</a> - Add method getFirstDayOfWeek to DatePicker class</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5232">WICKET-5232</a> - ComponentRenderer.renderComponent could accept components with any markupId, not just “compId”</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5233">WICKET-5233</a> - Component.getBehaviors() can be implemented slightly more efficiently</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5238">WICKET-5238</a> - Upgrade bootstrap from 2.3.1 to 2.3.2</li>
+</ul>
+</div>
+        </section>
+    </div>
+</main>
+        <footer class="l-container">
+            <div class="l-full">
+    <img height="60px" src="/img/asf_logo.gif" style="float:left">
+    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
+    Wicket, Apache, the Apache feather logo, and the Apache Wicket
+    project logo are trademarks of The Apache Software Foundation. All
+    other marks mentioned may be trademarks or registered trademarks of
+    their respective owners.
+</div>
+        </footer>
+    </body>
+
+</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2013/06/index.html
----------------------------------------------------------------------
diff --git a/content/news/2013/06/index.html b/content/news/2013/06/index.html
index 97cfbed..c27a3a6 100644
--- a/content/news/2013/06/index.html
+++ b/content/news/2013/06/index.html
@@ -52,7 +52,7 @@
 	<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.9.0!</p>
 <p>This release marks the ninth minor release of Wicket 6. Starting with
 Wicket 6 we u...</p>
-	<a href="/news/2013/06/27/wicket-6-9-0-released.html">more</a></li>
+	<a href="/news/2013/06/27/wicket-6.9.0-released.html">more</a></li>
 </div>
         </div>
         <div class="l-one-third">

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2013/07/10/wicket-6-9-1-released.html
----------------------------------------------------------------------
diff --git a/content/news/2013/07/10/wicket-6-9-1-released.html b/content/news/2013/07/10/wicket-6-9-1-released.html
deleted file mode 100644
index 6a2c5c5..0000000
--- a/content/news/2013/07/10/wicket-6-9-1-released.html
+++ /dev/null
@@ -1,134 +0,0 @@
-<!DOCTYPE html>
-<html>
-    <head>
-        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-        <meta charset="utf-8">
-        <title>Apache Wicket 6.9.1 released | Apache Wicket</title>
-        <meta name="viewport" content="width=device-width, initial-scale=1" />
-
-        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
-        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
-        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
-
-		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
-
-    </head>
-
-    <body class="">
-        <div class="header default">
-    <div class="l-container">
-<nav class="mainmenu">
-    <ul>
-		<!-- /start/quickstart.html || /news/2013/07/10/wicket-6-9-1-released.html -->
-    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
-		<!-- /start/download.html || /news/2013/07/10/wicket-6-9-1-released.html -->
-    	<li class=""><a href="/start/download.html">Download</a></li>
-		<!-- /learn || /news/2013/07/10/wicket-6-9-1-released.html -->
-    	<li class=""><a href="/learn">Documentation</a></li>
-		<!-- /help || /news/2013/07/10/wicket-6-9-1-released.html -->
-    	<li class=""><a href="/help">Support</a></li>
-		<!-- /contribute || /news/2013/07/10/wicket-6-9-1-released.html -->
-    	<li class=""><a href="/contribute">Contribute</a></li>
-		<!-- /community || /news/2013/07/10/wicket-6-9-1-released.html -->
-    	<li class=""><a href="/community">Community</a></li>
-		<!-- /apache || /news/2013/07/10/wicket-6-9-1-released.html -->
-    	<li class=""><a href="/apache">Apache</a></li>
-    </ul>
-</nav>
-        <div class="logo">
-    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
-</div>
-    </div>
-</div>
-<main>
-    <div class="l-container">
-        <header class="l-full preamble">
-            <h1>Apache Wicket 6.9.1 released</h1>
-        </header>
-        <section class="l-one-third right">
-        </section>
-        <section class="l-two-third left">
-            <div class="l-full">
-    <p class="meta">10 Jul 2013</p>
-    <p>The Apache Wicket PMC announces Apache Wicket 6.9.1!</p>
-<p>This is a patch release for 6.9.0 where we inadvertently broke CDI
-injection into (amongst others) anonymous inner classes. See below
-for more information regarding this release.</p>
-<p>Please note that this patch release <strong>only</strong> fixes WICKET-5264.</p>
-<p>Starting with Wicket 6 we use semantic versioning for the future
-development of Wicket, and as such no API breaks are present in this
-release compared to 6.0.0.</p>
-<h3 id="jquery-update-in-690">JQuery update in 6.9.0</h3>
-<p>As of Wicket 6.9 we ship JQuery 1.10.1. The JQuery project has
-decided to remove deprecated APIs from their codebase from JQuery 1.9
-and up. This means that JQuery plugins using these deprecated APIs no
-longer work. See the JQuery migration guide for more information,
-available from http://jquery.com/upgrade-guide/1.9/</p>
-<p>If your application depends on these deprecated APIs you can easily
-downgrade to JQuery 1.8.3-the previously provided JQuery that still
-contains these APIs. Download the 1.8.3 release of jquery and add it
-to your project in its application’s init method:</p>
-<figure class="highlight"><pre><code class="language-java" data-lang="java"><span class="nd">@Override</span> 
-<span class="kd">protected</span> <span class="kt">void</span> <span class="nf">init</span><span class="p">(</span><span class="o">)</span> <span class="o">{</span>
-    <span class="n">getJavaScriptLibrarySettings</span><span class="o">()</span>
-        <span class="o">.</span><span class="na">setJQueryReference</span><span class="o">(</span><span class="n">yourJquery183ResourceReference</span><span class="o">);</span>
-<span class="o">}</span></code></pre></figure>
-<h3 id="cdi-injection-issue">CDI injection issue</h3>
-<p>In the CDI releases of Weld 2.0.1 and prior, it was assumed that
-injection in anonymous inner classes was not legal and when
-attempted, it resulted in an exception:</p>
-<figure class="highlight"><pre><code class="language-text" data-lang="text">Caused by: org.jboss.weld.exceptions.DefinitionException: WELD-000070
-Simple bean [EnhancedAnnotatedTypeImpl] private class
-com.example.HomePage$AForm cannot be a non-static inner class</code></pre></figure>
-<p>This was reported as
-<a href="https://issues.apache.org/jira/browse/WICKET-5226">WICKET-5226</a>, as
-it became an issue in Glassfish 4, which ships with Weld 2.0.1 (or
-earlier). We implemented a fix for this particular issue by not
-injecting into anonymous inner classes.</p>
-<p>Unfortunately this was not a bug that needed fixing on our part, but
-rather in the Weld framework (see
-<a href="https://issues.jboss.org/browse/WELD-1441">WELD-1441</a>)</p>
-<p>Therefore we reverted the commits done for WICKET-5226 and hope that
-Glassfish will upgrade their Weld implementation soon. For the whole
-story read
-<a href="https://issues.apache.org/jira/browse/WICKET-5264">WICKET-5264</a></p>
-<h3 id="using-this-release">Using this release</h3>
-<p>With Apache Maven update your dependency to (and don’t forget to
-update any other dependencies on Wicket projects to the same version):</p>
-<figure class="highlight"><pre><code class="language-xml" data-lang="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>6.9.1<span class="nt">&lt;/version&gt;</span>
-<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
-<p>Or download and build the distribution yourself, or use our
-convenience binary package</p>
-<ul>
-  <li>Source: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.9.1">http://www.apache.org/dyn/closer.cgi/wicket/6.9.1</a></li>
-  <li>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.9.1/binaries">http://www.apache.org/dyn/closer.cgi/wicket/6.9.1/binaries</a></li>
-</ul>
-<h3 id="upgrading-from-earlier-versions">Upgrading from earlier versions</h3>
-<p>If you upgrade from 6.y.z this release is a drop in replacement. If
-you come from a version prior to 6.0.0, please read our Wicket 6
-migration guide found at</p>
-<ul>
-  <li><a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+6.0">migration to Wicket 6.0</a></li>
-</ul>
-<p>Have fun!</p>
-<p>— The Wicket team</p>
-</div>
-        </section>
-    </div>
-</main>
-        <footer class="l-container">
-            <div class="l-full">
-    <img height="60px" src="/img/asf_logo.gif" style="float:left">
-    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
-    Wicket, Apache, the Apache feather logo, and the Apache Wicket
-    project logo are trademarks of The Apache Software Foundation. All
-    other marks mentioned may be trademarks or registered trademarks of
-    their respective owners.
-</div>
-        </footer>
-    </body>
-
-</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2013/07/10/wicket-6.9.1-released.html
----------------------------------------------------------------------
diff --git a/content/news/2013/07/10/wicket-6.9.1-released.html b/content/news/2013/07/10/wicket-6.9.1-released.html
new file mode 100644
index 0000000..fc91916
--- /dev/null
+++ b/content/news/2013/07/10/wicket-6.9.1-released.html
@@ -0,0 +1,134 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+        <meta charset="utf-8">
+        <title>Apache Wicket 6.9.1 released | Apache Wicket</title>
+        <meta name="viewport" content="width=device-width, initial-scale=1" />
+
+        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
+        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
+        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
+
+		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
+
+    </head>
+
+    <body class="">
+        <div class="header default">
+    <div class="l-container">
+<nav class="mainmenu">
+    <ul>
+		<!-- /start/quickstart.html || /news/2013/07/10/wicket-6.9.1-released.html -->
+    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
+		<!-- /start/download.html || /news/2013/07/10/wicket-6.9.1-released.html -->
+    	<li class=""><a href="/start/download.html">Download</a></li>
+		<!-- /learn || /news/2013/07/10/wicket-6.9.1-released.html -->
+    	<li class=""><a href="/learn">Documentation</a></li>
+		<!-- /help || /news/2013/07/10/wicket-6.9.1-released.html -->
+    	<li class=""><a href="/help">Support</a></li>
+		<!-- /contribute || /news/2013/07/10/wicket-6.9.1-released.html -->
+    	<li class=""><a href="/contribute">Contribute</a></li>
+		<!-- /community || /news/2013/07/10/wicket-6.9.1-released.html -->
+    	<li class=""><a href="/community">Community</a></li>
+		<!-- /apache || /news/2013/07/10/wicket-6.9.1-released.html -->
+    	<li class=""><a href="/apache">Apache</a></li>
+    </ul>
+</nav>
+        <div class="logo">
+    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
+</div>
+    </div>
+</div>
+<main>
+    <div class="l-container">
+        <header class="l-full preamble">
+            <h1>Apache Wicket 6.9.1 released</h1>
+        </header>
+        <section class="l-one-third right">
+        </section>
+        <section class="l-two-third left">
+            <div class="l-full">
+    <p class="meta">10 Jul 2013</p>
+    <p>The Apache Wicket PMC announces Apache Wicket 6.9.1!</p>
+<p>This is a patch release for 6.9.0 where we inadvertently broke CDI
+injection into (amongst others) anonymous inner classes. See below
+for more information regarding this release.</p>
+<p>Please note that this patch release <strong>only</strong> fixes WICKET-5264.</p>
+<p>Starting with Wicket 6 we use semantic versioning for the future
+development of Wicket, and as such no API breaks are present in this
+release compared to 6.0.0.</p>
+<h3 id="jquery-update-in-690">JQuery update in 6.9.0</h3>
+<p>As of Wicket 6.9 we ship JQuery 1.10.1. The JQuery project has
+decided to remove deprecated APIs from their codebase from JQuery 1.9
+and up. This means that JQuery plugins using these deprecated APIs no
+longer work. See the JQuery migration guide for more information,
+available from http://jquery.com/upgrade-guide/1.9/</p>
+<p>If your application depends on these deprecated APIs you can easily
+downgrade to JQuery 1.8.3-the previously provided JQuery that still
+contains these APIs. Download the 1.8.3 release of jquery and add it
+to your project in its application’s init method:</p>
+<figure class="highlight"><pre><code class="language-java" data-lang="java"><span class="nd">@Override</span> 
+<span class="kd">protected</span> <span class="kt">void</span> <span class="nf">init</span><span class="p">(</span><span class="o">)</span> <span class="o">{</span>
+    <span class="n">getJavaScriptLibrarySettings</span><span class="o">()</span>
+        <span class="o">.</span><span class="na">setJQueryReference</span><span class="o">(</span><span class="n">yourJquery183ResourceReference</span><span class="o">);</span>
+<span class="o">}</span></code></pre></figure>
+<h3 id="cdi-injection-issue">CDI injection issue</h3>
+<p>In the CDI releases of Weld 2.0.1 and prior, it was assumed that
+injection in anonymous inner classes was not legal and when
+attempted, it resulted in an exception:</p>
+<figure class="highlight"><pre><code class="language-text" data-lang="text">Caused by: org.jboss.weld.exceptions.DefinitionException: WELD-000070
+Simple bean [EnhancedAnnotatedTypeImpl] private class
+com.example.HomePage$AForm cannot be a non-static inner class</code></pre></figure>
+<p>This was reported as
+<a href="https://issues.apache.org/jira/browse/WICKET-5226">WICKET-5226</a>, as
+it became an issue in Glassfish 4, which ships with Weld 2.0.1 (or
+earlier). We implemented a fix for this particular issue by not
+injecting into anonymous inner classes.</p>
+<p>Unfortunately this was not a bug that needed fixing on our part, but
+rather in the Weld framework (see
+<a href="https://issues.jboss.org/browse/WELD-1441">WELD-1441</a>)</p>
+<p>Therefore we reverted the commits done for WICKET-5226 and hope that
+Glassfish will upgrade their Weld implementation soon. For the whole
+story read
+<a href="https://issues.apache.org/jira/browse/WICKET-5264">WICKET-5264</a></p>
+<h3 id="using-this-release">Using this release</h3>
+<p>With Apache Maven update your dependency to (and don’t forget to
+update any other dependencies on Wicket projects to the same version):</p>
+<figure class="highlight"><pre><code class="language-xml" data-lang="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>6.9.1<span class="nt">&lt;/version&gt;</span>
+<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
+<p>Or download and build the distribution yourself, or use our
+convenience binary package</p>
+<ul>
+  <li>Source: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.9.1">http://www.apache.org/dyn/closer.cgi/wicket/6.9.1</a></li>
+  <li>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.9.1/binaries">http://www.apache.org/dyn/closer.cgi/wicket/6.9.1/binaries</a></li>
+</ul>
+<h3 id="upgrading-from-earlier-versions">Upgrading from earlier versions</h3>
+<p>If you upgrade from 6.y.z this release is a drop in replacement. If
+you come from a version prior to 6.0.0, please read our Wicket 6
+migration guide found at</p>
+<ul>
+  <li><a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+6.0">migration to Wicket 6.0</a></li>
+</ul>
+<p>Have fun!</p>
+<p>— The Wicket team</p>
+</div>
+        </section>
+    </div>
+</main>
+        <footer class="l-container">
+            <div class="l-full">
+    <img height="60px" src="/img/asf_logo.gif" style="float:left">
+    Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
+    Wicket, Apache, the Apache feather logo, and the Apache Wicket
+    project logo are trademarks of The Apache Software Foundation. All
+    other marks mentioned may be trademarks or registered trademarks of
+    their respective owners.
+</div>
+        </footer>
+    </body>
+
+</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2013/07/index.html
----------------------------------------------------------------------
diff --git a/content/news/2013/07/index.html b/content/news/2013/07/index.html
index 1b491f4..2c0a390 100644
--- a/content/news/2013/07/index.html
+++ b/content/news/2013/07/index.html
@@ -51,7 +51,7 @@
   <p><small>10 Jul 2013</small></p>
 	<p>The Apache Wicket PMC announces Apache Wicket 6.9.1!</p>
 <p>This is a patch release for 6.9.0 ...</p>
-	<a href="/news/2013/07/10/wicket-6-9-1-released.html">more</a></li>
+	<a href="/news/2013/07/10/wicket-6.9.1-released.html">more</a></li>
 </div>
         </div>
         <div class="l-one-third">