http://git-wip-us.apache.org/repos/asf/wicket-site/blob/2118a439/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 1ac3d4e..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>
-<div 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></div>
-<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>
-<div 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="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></div>
-<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>
-<div 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></div>
-<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>
-<div 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></div>
-<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/2118a439/content/news/2014/01/index.html
----------------------------------------------------------------------
diff --git a/content/news/2014/01/index.html b/content/news/2014/01/index.html
index 15ed980..f62510b 100644
--- a/content/news/2014/01/index.html
+++ b/content/news/2014/01/index.html
@@ -52,13 +52,14 @@
        <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">
             <h2>2015</h2>
             <ul>
             <li><a href="/news/2015">All of 2015</a></li>
+            <li><a href="/news/2015/11">November</a></li>
             <li><a href="/news/2015/10">October</a></li>
             <li><a href="/news/2015/07">July</a></li>
             <li><a href="/news/2015/06">June</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/2118a439/content/news/2014/02/06/cve-2013-2055.html
----------------------------------------------------------------------
diff --git a/content/news/2014/02/06/cve-2013-2055.html 
b/content/news/2014/02/06/cve-2013-2055.html
index 57f19eb..1d5d50d 100644
--- a/content/news/2014/02/06/cve-2013-2055.html
+++ b/content/news/2014/02/06/cve-2013-2055.html
@@ -59,11 +59,11 @@ Apache Wicket 1.4.22, 1.5.10 and 6.7.0</p>
 It is possible to make Wicket deliver the HTML templates in their 
raw/non-processed form.
 An attacker could see any sensitive information in the part of the HTML 
template that is usually ignored during rendering.
 For example if there is sensitive information before or after the Wicket 
Panel/Border’s markup:</p>
-<div class="highlight"><pre><code class="language-xml" 
data-lang="xml">something sensitive here 1
+<figure class="highlight"><pre><code class="language-xml" 
data-lang="xml">something sensitive here 1
 <span class="nt">&lt;wicket:panel&gt;</span>
    real application code
 <span class="nt">&lt;/wicket:panel&gt;</span>
-something sensitive here 2</code></pre></div>
+something sensitive here 2</code></pre></figure>
 <p>Usually Wicket will render only the “real application code” part but by 
exploiting this vulnerability an attacker can see also the code with the 
sensitive information.</p>
 <p>The application developers are recommended to upgrade to: 
 - <a href="/news/2014/02/06/wicket-1.4.23-released.html">Apache Wicket 
1.4.23</a>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/2118a439/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..f9ee88f
--- /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/2118a439/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..359fdb9
--- /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/2118a439/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 4b66ffb..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>
-<div 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></div>
-<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/2118a439/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 df0ca91..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>
-<div 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></div>
-<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/2118a439/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..ee43619
--- /dev/null
+++ b/content/news/2014/02/20/wicket-6-14-0-released.html
@@ -0,0 +1,149 @@
+<!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/2118a439/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 9b122de..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>
-<div 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></div>
-<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/2118a439/content/news/2014/02/index.html
----------------------------------------------------------------------
diff --git a/content/news/2014/02/index.html b/content/news/2014/02/index.html
index ec0969c..fd6c986 100644
--- a/content/news/2014/02/index.html
+++ b/content/news/2014/02/index.html
@@ -69,9 +69,9 @@ Read <a 
href="/news/2014/02/06/cve-2013-2055.html">CVE-2013-2055</a> for more in
   <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>
-<div class="highlight"><pre><code class="language-xml" data-lang="xml"><span 
class="nt">&lt;dependency&gt;</span>
-    ...</code></pre></div>
-       <a href="/news/2014/02/06/wicket-1.4.23-released.html">more</a></li>
+<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>
 </div>
 <div class="news">
        <h3>Wicket 1.5.11 released</h3>
@@ -82,9 +82,9 @@ Read <a 
href="/news/2014/02/06/cve-2013-2055.html">CVE-2013-2055</a> for more in
   <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>
-<div 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></div>
-       <a href="/news/2014/02/06/wicket-1.5.11-released.html">more</a></li>
+<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>
 </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>
@@ -111,6 +111,7 @@ Apache Wicket 1.5.10 and 6.13.0</p>
             <h2>2015</h2>
             <ul>
             <li><a href="/news/2015">All of 2015</a></li>
+            <li><a href="/news/2015/11">November</a></li>
             <li><a href="/news/2015/10">October</a></li>
             <li><a href="/news/2015/07">July</a></li>
             <li><a href="/news/2015/06">June</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/2118a439/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..98607e5
--- /dev/null
+++ b/content/news/2014/04/23/wicket-6-15-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.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>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/2118a439/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 66f28af..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>
-<div 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></div>
-<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>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/2118a439/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..a34878b
--- /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/2118a439/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 9dd6436..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>
-<div 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></div>
-<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>

Reply via email to