http://git-wip-us.apache.org/repos/asf/wicket-site/blob/c5d32df7/content/index.html
----------------------------------------------------------------------
diff --git a/content/index.html b/content/index.html
index 603ee84..56e3fe8 100644
--- a/content/index.html
+++ b/content/index.html
@@ -225,362 +225,51 @@
 </div>
 <div class="l-two-third">
     <article>
-        <h2>Apache Wicket 8.0.0-M1 released</h2>
-        <small>25 Jul 2016</small>
-        <p>The Apache Wicket PMC is proud to announce Apache Wicket 
8.0.0-M1!</p>
-<p>Apache Wicket is an open source Java component oriented web application
-framework that powers thousands of web applications and web sites for
-governments, stores, universities, cities, banks, email providers, and
-more. You can find more about Apache Wicket at https://wicket.apache.org</p>
-<p>This release marks the first milestone of the major release of Wicket 8. 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
-8.0.0.</p>
-<h2 id="new-and-noteworthy">New and noteworthy</h2>
-<p><strong>Beside a lot of changes which were implemented in Apache Wicket 7, 
the new
-milestone of the major version of Apache Wicket 8 provides some 
-great features.</strong></p>
-<ul>
-  <li>
-    <p>Lambda support for Models and Components (See “Lambda Expressions” 
chapter in the user guide)</p>
-  </li>
-  <li>
-    <p>NestedStringResourceLoader to replace nested keys within property 
files</p>
-  </li>
-  <li>
-    <p>A lot of bugfixes and improvements</p>
-  </li>
-</ul>
-<p><strong>Features which were almost ready and will be available with 
8.0.0-M2</strong></p>
-<ul>
-  <li>PushBuilder API integration [WICKET-6194] 
-(See “Wicket HTTP/2 Support (Experimental)” chapter in the user guide)</li>
-</ul>
-<p><strong>Features which were set to “won’t fix”</strong></p>
-<ul>
-  <li>Microservices support (decoupled component usage) [WICKET-6112]</li>
-</ul>
-<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>8.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/8.0.0-M1";>http://www.apache.org/dyn/closer.cgi/wicket/8.0.0-M1</a></li>
-  <li>Binary: <a 
href="http://www.apache.org/dyn/closer.cgi/wicket/8.0.0-M1/binaries";>http://www.apache.org/dyn/closer.cgi/wicket/8.0.0-M1/binaries</a></li>
-</ul>
-<h2 id="upgrading-from-earlier-versions">Upgrading from earlier versions</h2>
-<p>If you upgrade from 8.y.z this release is a drop in replacement. If
-you come from a version prior to 8.0.0, please read our Wicket 7
-migration guide found at</p>
-<ul>
-  <li><a 
href="http://s.apache.org/wicket8migration";>http://s.apache.org/wicket8migration</a></li>
-</ul>
-<p>Have fun!</p>
-<p>— The Wicket team</p>
-<p>================================</p>
-<p>The signatures for the source release artefacts:</p>
-<p>Signature for apache-wicket-8.0.0-M1.zip:</p>
-<div class="highlighter-rouge"><pre class="highlight"><code>-----BEGIN PGP 
SIGNATURE-----
-Comment: GPGTools - https://gpgtools.org
-iEYEABECAAYFAld5Gc8ACgkQJBX8W/xy/UV/wwCfa+/9cOB0KEOHB6vT41/ISIP/
-udAAoNM46vtM+T2RYU5uSV08fWjzUjiV
-=4pKN
------END PGP SIGNATURE-----
-</code></pre>
-</div>
-<p>Signature for apache-wicket-8.0.0-M1.tar.gz:</p>
-<div class="highlighter-rouge"><pre class="highlight"><code>-----BEGIN PGP 
SIGNATURE-----
-Comment: GPGTools - https://gpgtools.org
-iEYEABECAAYFAld5Gc8ACgkQJBX8W/xy/UX5ngCgvckuOYDq+x6yVgTdDrhGskEz
-cTwAn0jMYcafuw0aHDATKwbTv8U3uZX1
-=9v6u
------END PGP SIGNATURE-----
+        <h2>Wicket 1.5.16 Released</h2>
+        <small>05 Aug 2016</small>
+        <p>This is the sixteenth maintenance release of the Wicket 1.5.x 
series. This release brings over 2 bug fixes.</p>
+<div class="highlighter-rouge"><pre class="highlight"><code>CHANGELOG for 
1.5.16:
 </code></pre>
 </div>
-<p>================================</p>
-<h3 id="this-release">This Release</h3>
-<h4 id="changelog-for-800-m1">CHANGELOG for 8.0.0-M1:</h4>
-<h5 id="bug">Bug</h5>
-<ul>
-  <li>[WICKET-5836] - Update the version of clirr-maven-plugin (current 
2.6.1)</li>
-  <li>[WICKET-5993] - AjaxButton - image is not shown even though 
type=”image” is in html-template</li>
-  <li>[WICKET-5994] - Mounted TemplateResourceReference throws 
org.apache.wicket.WicketRuntimeException when https is used</li>
-  <li>[WICKET-5995] - “Range” header parsing is broken</li>
-  <li>[WICKET-5996] - Mounted packages throw IllegalArgumentException when 
visiting base package url.</li>
-  <li>[WICKET-5997] - Compatibility problem with Websphere liberty profile</li>
-  <li>[WICKET-5999] - AjaxFormValidatingBehavior not updates initially hidden 
feedback component</li>
-  <li>[WICKET-6001] - Exception raised while refreshing a page with queued 
components missing in the markup</li>
-  <li>[WICKET-6002] - FileUploadField makes form-component models become null 
on submit</li>
-  <li>[WICKET-6005] - WicketRuntimeException from 
AjaxPagingNavigator#onAjaxEvent</li>
-  <li>[WICKET-6006] - ModalWindow.closeCurrent() causes 414 status error</li>
-  <li>[WICKET-6007] - PageableListView constructor argument and 
set/getItemsPerPage are inconsistent</li>
-  <li>[WICKET-6010] - Downloading filenames containing ‘,’ or ‘;’ 
gives problems</li>
-  <li>[WICKET-6011] - NPE in case DebugBar is added to AjaxRequestTarget</li>
-  <li>[WICKET-6013] - CLONE AjaxFallbackOrderByBorder 
wicketOrder[Up,Down,None] class missing in 7.1.0</li>
-  <li>[WICKET-6014] - TransparentWebMarkupContainer breaks 
OnChangeAjaxBehavior for Select2</li>
-  <li>[WICKET-6017] - Tests fail when executed with not expected locale</li>
-  <li>[WICKET-6018] - TransparentWebMarkupContainer is not really 
“transparent”</li>
-  <li>[WICKET-6020] - GuiceFieldValueFactory returns the NULL_SENTINEL from 
the cache</li>
-  <li>[WICKET-6021] - ConcurrentModificationException in 
MarkupContainer#iterator#next</li>
-  <li>[WICKET-6024] - Possible issue with Border and LoadableDetachableModel 
in 7.1.0</li>
-  <li>[WICKET-6026] - Problem in detecting child id on nested 
<wicket:enclosure></wicket:enclosure></li>
-  <li>[WICKET-6027] - Nested TransparentWebMarkupContainer, markup of inner 
component not found</li>
-  <li>[WICKET-6028] - Detach called on enclosure component while it had a 
non-empty queue</li>
-  <li>[WICKET-6031] - NPE in PackageResourceReference#getResource() when there 
is no request</li>
-  <li>[WICKET-6032] - Wicket.Ajax.done() called twice on redirect</li>
-  <li>[WICKET-6036] - Failure to process markup with nested tags inside a 
Label</li>
-  <li>[WICKET-6037] - ModalWindow vulnerable to Javascript injection through 
title model</li>
-  <li>[WICKET-6041] - Nested forms / parent FormComponents do not reflect 
updated model when nested form submitted</li>
-  <li>[WICKET-6043] - Cannot set wicket:enclosure on queued component in 
ListView</li>
-  <li>[WICKET-6044] - AjaxFormChoiceComponentUpdatingBehavior: Duplicate input 
values according to WICKET-5948</li>
-  <li>[WICKET-6045] - ListView NullPointerException when viewSize is set 
explicitly</li>
-  <li>[WICKET-6048] - German Translation for EqualInputValidator wrong</li>
-  <li>[WICKET-6050] - Wicket Ajax (Wicket.From.serializeElement) causes 400 
bad request</li>
-  <li>[WICKET-6052] - CSS header contribution overlap</li>
-  <li>[WICKET-6058] - Error in calculation of byte ranges</li>
-  <li>[WICKET-6059] - TransparentWebMarkupContainer can not resolve 
autocomponents in its parent</li>
-  <li>[WICKET-6062] - MockHttpSession should renew its id after 
invalidation</li>
-  <li>[WICKET-6063] - Add support for WebSocketRequest#getUrl() and other 
properties which are available in the handshake request</li>
-  <li>[WICKET-6064] - WebSocketResponse.sendRedirect could be supported with 
<ajax-response><redirect>...&lt;/&gt;&lt;/&gt;</redirect></ajax-response></li>
-  <li>[WICKET-6065] - Calling 
http://examples7x.wicket.apache.org/resourceaggregation/ generate Internal 
error</li>
-  <li>[WICKET-6068] - The key RangeValidator.exact is not mapped in 
Application_de.properties</li>
-  <li>[WICKET-6069] - OnChangeAjaxBehavior does not work if the url contains a 
request parameter with same name as wicket id</li>
-  <li>[WICKET-6076] - Problem with queued components and enclosure</li>
-  <li>[WICKET-6078] - Problem with queued components and auto linking</li>
-  <li>[WICKET-6079] - Problem with queued components and label</li>
-  <li>[WICKET-6080] - Encapsulation of 3 enclosures leads to 
WicketRuntimeException</li>
-  <li>[WICKET-6084] - ajax request failure handler receives incorrect 
arguments</li>
-  <li>[WICKET-6085] - AjaxTimerBehavior with failure handler cause memory leak 
in browser</li>
-  <li>[WICKET-6087] - Invalid AbstractRequestWrapperFactory.needsWrapper 
method scope: package - cannot create a custom implementation</li>
-  <li>[WICKET-6088] - Problem with queued components and setting the model</li>
-  <li>[WICKET-6091] - NPE in RequestLoggerRequestCycleListener when using 
native-websockets</li>
-  <li>[WICKET-6094] - Find adequate ResourceReference with mount 
parameters</li>
-  <li>[WICKET-6097] - JsonRequestLogger –&gt; JsonMappingException –&gt; 
StackOverflowError Infinite recursion</li>
-  <li>[WICKET-6102] - StackoverflowError related to enclosures</li>
-  <li>[WICKET-6108] - Closing a ModalWindow with jQuery 2.2.0 produces 
javascript errors</li>
-  <li>[WICKET-6109] - Enclosure - “IllegalArgumentException: Argument 
‘markup’ may not be null” after app restart</li>
-  <li>[WICKET-6111] - Empty redirect on redirect to home page if home page 
already shown</li>
-  <li>[WICKET-6116] - Exception ‘A child already exists’ when backing to a 
page with some markups in a Border</li>
-  <li>[WICKET-6129] - IRequestCycleListener not notified of all executed 
handlers</li>
-  <li>[WICKET-6131] - IndexOutOfBoundsException in org.apache.wicket.core. 
request.mapper.CryptoMapper.decryptEntireUrl</li>
-  <li>[WICKET-6133] - Failing test SpringBeanWithGenericsTest in 7.3.0.0 
SNAPSHOT</li>
-  <li>[WICKET-6134] - NPE when using ListView with missing markup</li>
-  <li>[WICKET-6135] - There is no good way to get POST body content</li>
-  <li>[WICKET-6139] - AjaxButton forces rendering type=”button”</li>
-  <li>[WICKET-6141] - Runtime Exception rendering ComponentTag with 
RelativePathPrefixHandler</li>
-  <li>[WICKET-6151] - DebugBar/PageSizeDebugPanel throws NullPointerException 
(need wrapper exception with more detail)</li>
-  <li>[WICKET-6154] - Performance bottleneck when using 
KeyInSessionSunJceCryptFactory</li>
-  <li>[WICKET-6155] - Newline in ModalWindow title</li>
-  <li>[WICKET-6157] - WicketTester and application servers are destroying app 
differently</li>
-  <li>[WICKET-6160] - Missing type for MediaComponent causing iOS devices not 
to be able to play videos</li>
-  <li>[WICKET-6161] - SecuritySettings.setEnforceMounts() should be applicable 
for all kind of pages</li>
-  <li>[WICKET-6162] - Reload leads to unexpected RuntimeException ‘Unable to 
find component with id’</li>
-  <li>[WICKET-6169] - NullPointerException accessing 
AbstractRequestLogger.getLiveSessions</li>
-  <li>[WICKET-6170] - Wrong requestmapper used for cache decorated 
resources</li>
-  <li>[WICKET-6171] - Problem with nested dialog with multipart form</li>
-  <li>[WICKET-6172] - Inconsistent results from getTag[s]ByWicketId</li>
-  <li>[WICKET-6173] - WICKET-6172 makes TagTester.createTagsByAttribute stop 
working</li>
-  <li>[WICKET-6174] - Browser/Client info navigatorJavaEnabled property 
returns undefined</li>
-  <li>[WICKET-6175] - Aautocomplete suggestion window is not closing in 
IE11</li>
-  <li>[WICKET-6180] - JMX Initializer’s usage of CGLIB makes it impossible 
to upgrade to CGLIB 3.2.3</li>
-  <li>[WICKET-6185] - Border body not reachable for visitors</li>
-  <li>[WICKET-6187] - Enclosures rendered twice in derived component</li>
-  <li>[WICKET-6191] - AjaxTimerBehavior will stop after ajax update of 
component it is attached to</li>
-</ul>
-<h5 id="improvement">Improvement</h5>
-<ul>
-  <li>[WICKET-5866] - Reconsider generics of 
IConverterLocator#getConverter()</li>
-  <li>[WICKET-5920] - roll a version of ListDataProvider implementing 
ISortableDetachable model</li>
-  <li>[WICKET-5950] - Model and GenericBaseModel could both implement 
IObjectClassAwareModel</li>
-  <li>[WICKET-5969] - Please give us access to PageTable.index pageId 
queue</li>
-  <li>[WICKET-5986] - NumberTextField<n> should use Models for minimum, 
maximum and step</n></li>
-  <li>[WICKET-6015] - AjaxFallbackOrderByBorder/Link should support 
updateAjaxAttributes() idiom</li>
-  <li>[WICKET-6019] - Remove ‘final’ modifier for 
Localizer#getStringIgnoreSettings() methods</li>
-  <li>[WICKET-6023] - small tweak for component queuing for the 
AbstractRepeater</li>
-  <li>[WICKET-6029] - Make Border’s methods consistent with commit 
f14e03f</li>
-  <li>[WICKET-6046] - Wicket Quickstart Example Application shows deployment 
memory leak in Tomcat</li>
-  <li>[WICKET-6051] - Improve performance of CssUrlReplacer</li>
-  <li>[WICKET-6053] - Allow to reuse the same application instance in several 
tests</li>
-  <li>[WICKET-6054] - Provide a factory method for the WebSocketResponse &amp; 
WebSocketRequest</li>
-  <li>[WICKET-6060] - Deprecate org.apache.wicket.util.IProvider</li>
-  <li>[WICKET-6061] - Improved PackageResource#getCacheKey</li>
-  <li>[WICKET-6070] - Provide factory methods for WizardButtonBar buttons</li>
-  <li>[WICKET-6072] - Improve the quickstart to make it easier to use JSR-356 
web sockets</li>
-  <li>[WICKET-6081] - Add “assertNotRequired” to the WicketTester</li>
-  <li>[WICKET-6098] - Add logging to HttpSessionDataStore</li>
-  <li>[WICKET-6100] - Upgrade jQuery to 1.12.3/2.2.3</li>
-  <li>[WICKET-6103] - Synchronization on JSR 356 connection</li>
-  <li>[WICKET-6104] - Rework AjaxFallback** components to use 
java.util.Optional for their #onEvent methods</li>
-  <li>[WICKET-6106] - Propagate JSR 356 WebSocket connection error to a 
page</li>
-  <li>[WICKET-6107] - Broadcast onClose event regardless of the JSR 356 
WebSocket connection closed state</li>
-  <li>[WICKET-6110] - Add a message to StalePageException for better 
debugging</li>
-  <li>[WICKET-6113] - Improve ResourceStreamResource API by passing Attributes 
to #getResourceStream()</li>
-  <li>[WICKET-6114] - FormComponentPanel#clearInput() should delegate to its 
FormComponent children</li>
-  <li>[WICKET-6115] - Provide default implementation of IDetachable#detach() 
in IModel</li>
-  <li>[WICKET-6117] - Make IGenericComponent a mixin/trait so it could be 
easily reused in custom components</li>
-  <li>[WICKET-6118] - Deprecate org.apache.wicket.util.IContextProvider</li>
-  <li>[WICKET-6122] - Add .map to the list of allowed file extensions in 
SecurePackageResourceGuard</li>
-  <li>[WICKET-6123] - Remove ‘abstract’ from ChainingModel</li>
-  <li>[WICKET-6127] - Add metrics for request duration</li>
-  <li>[WICKET-6128] - Add metrics for currently active sessions</li>
-  <li>[WICKET-6130] - Make it easier to override parts of SystemMapper</li>
-  <li>[WICKET-6132] - AbstractChoice#getChoices() should be final</li>
-  <li>[WICKET-6137] - ListenerInterfaceRequestHandler simplification</li>
-  <li>[WICKET-6140] - Ajax should prevent updating components which are not on 
page</li>
-  <li>[WICKET-6144] - Wicket-ajax parameter / header may be used to bypass 
proper exception handling</li>
-  <li>[WICKET-6145] - Enable DeltaManager to replicate PageTable in 
Sessions</li>
-  <li>[WICKET-6146] - Provide default implementation of 
IRequestHandler#detach()</li>
-  <li>[WICKET-6152] - Allow to add more than one WebSocketBehavior in the 
component tree</li>
-  <li>[WICKET-6153] - WicketTester’s MockHttpServletRequest doesn’t expose 
setLocale(aLocale) method</li>
-  <li>[WICKET-6178] - MetaDataHeaderItem # generateString() should return 
specials characters escaped like StringEscapeUtils.escapeHtml(s) does</li>
-  <li>[WICKET-6182] - Remove recreateBookmarkablePagesAfterExpiry check in 
Component#createRequestHandler</li>
-  <li>[WICKET-6183] - Improve stateless support for AJAX</li>
-  <li>[WICKET-6184] - Remove form argument from AjaxButton and AjaxLink 
callbacks</li>
-  <li>[WICKET-6188] - Use DynamicJQueryResourceReference by default</li>
-  <li>[WICKET-6189] - Return Optional<t> from 
RequestCycle.find(Class<t>)</t></t></li>
-</ul>
-<h5 id="new-feature">New Feature</h5>
-<ul>
-  <li>[WICKET-5991] - Introduce models which use Java 8 supplier/consumer</li>
-  <li>[WICKET-6025] - Read resource files with Java’s NIO API</li>
-  <li>[WICKET-6042] - Implementation of ExternalImage component</li>
-  <li>[WICKET-6120] - Wicket Metrics</li>
-  <li>[WICKET-6121] - use lambdas for columns</li>
-  <li>[WICKET-6193] - NestedStringResourceLoader - replaces nested keys within 
property files</li>
-</ul>
-<h5 id="tasks">Tasks</h5>
-<ul>
-  <li>[WICKET-5990] - Upgrade Jetty usage in Wicket tests/quickstart to Jetty 
9.3.x</li>
-  <li>[WICKET-6004] - Wicket 8 cleanup - TODOs and deprecated methods</li>
-  <li>[WICKET-6057] - Upgrade commons-collections to 4.1</li>
-  <li>[WICKET-6071] - Upgrade jQuery to 1.12 / 2.2.0</li>
-  <li>[WICKET-6119] - Deprecate HtmlDocumentValidator</li>
-  <li>[WICKET-6147] - Remove the support for the deprecated /wicket.properties 
and /META-INF/wicket/**.properties</li>
-  <li>[WICKET-6150] - Deprecate org.apache.wicket.util.crypt.Base64 and use 
java.util.Base64</li>
-</ul>
-<h5 id="wish">Wish</h5>
+<h4 id="bug">Bug</h4>
 <ul>
-  <li>[WICKET-6067] - Provide an Ajax Behavior that prevents form submit on 
ENTER</li>
-  <li>[WICKET-6095] - Multiline headers in DataTable</li>
+  <li>CVE-2013-2186: Disable (de)serialization of Commons FileUpload 
items.</li>
+  <li>CVE-2016-3092: Apache Commons Fileupload information disclosure 
vulnerability</li>
 </ul>
-        <a href="/news/2016/07/25/wicket-8.0.0-M1-released.html">Read 
more...</a> 
-    </article>
-    <article>
-        <h2>Apache Wicket 7.4.0 released</h2>
-        <small>21 Jul 2016</small>
-        <p>The Apache Wicket PMC is proud to announce Apache Wicket 7.4.0!</p>
-<p>Apache Wicket is an open source Java component oriented web application
-framework that powers thousands of web applications and web sites for
-governments, stores, universities, cities, banks, email providers, and
-more. You can find more about Apache Wicket at https://wicket.apache.org</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>
-<h2 id="new-and-noteworthy">New and noteworthy</h2>
-<ul>
-  <li>
-    <p>improves stateless AJAX support by integrating the Wicket Stuff
-wicket-stateless module (WICKET-6183)</p>
-  </li>
-  <li>
-    <p>improves compatibility for playing videos on iOS devices due to missing
-media type in MediaComponent</p>
-  </li>
-  <li>
-    <p>upgrades provided JQuery to 1.12.4 and 2.2.4</p>
-  </li>
-  <li>
-    <p>improves compatibility with CGLIB when using wicket-jmx</p>
-  </li>
-</ul>
-<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>
+<h4 id="to-use-in-maven">To use in Maven:</h4>
 <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.4.0<span 
class="nt">&lt;/version&gt;</span>
+    <span class="nt">&lt;version&gt;</span>1.5.16<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.4.0";>http://www.apache.org/dyn/closer.cgi/wicket/7.4.0</a></li>
-  <li>Binary: <a 
href="http://www.apache.org/dyn/closer.cgi/wicket/7.4.0/binaries";>http://www.apache.org/dyn/closer.cgi/wicket/7.4.0/binaries</a></li>
-</ul>
-<h2 id="upgrading-from-earlier-versions">Upgrading from earlier versions</h2>
-<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><a 
href="http://s.apache.org/wicket7migrate";>http://s.apache.org/wicket7migrate</a></li>
-</ul>
-<p>Have fun!</p>
-<p>— The Wicket team</p>
-<p>================================</p>
-<p>The signatures for the source release artefacts:</p>
-<p>Signature for apache-wicket-7.4.0.zip:</p>
-<div class="highlighter-rouge"><pre class="highlight"><code>-----BEGIN PGP 
SIGNATURE-----
-Comment: GPGTools - https://gpgtools.org
-iEYEABECAAYFAleLztAACgkQJBX8W/xy/UU1tACgnetUeJcjAGegJJ175UMjq2z3
-QJAAnjLmcDjcUKGOd/hfBvdvXfo2RL2d
-=sPs0
------END PGP SIGNATURE-----
-</code></pre>
-</div>
-<p>Signature for apache-wicket-7.4.0.tar.gz:</p>
-<div class="highlighter-rouge"><pre class="highlight"><code>-----BEGIN PGP 
SIGNATURE-----
-Comment: GPGTools - https://gpgtools.org
-iEYEABECAAYFAleLzs8ACgkQJBX8W/xy/UVNogCgvokjiIH8p/tH3FO27qW0uHfY
-pS8AoINM8PFic38Lbf55tNmeegzROZYx
-=iTAS
------END PGP SIGNATURE-----
-</code></pre>
-</div>
-<p>================================</p>
-<h3 id="this-release">This Release</h3>
-<h4 id="changelog-for-740">CHANGELOG for 7.4.0:</h4>
-<h5 id="bug">Bug</h5>
-<ul>
-  <li>[WICKET-6154] - Performance bottleneck when using 
KeyInSessionSunJceCryptFactory</li>
-  <li>[WICKET-6155] - Newline in ModalWindow title</li>
-  <li>[WICKET-6157] - WicketTester and application servers are destroying app 
differently</li>
-  <li>[WICKET-6160] - Missing type for MediaComponent causing iOS devices not 
to be able to play videos</li>
-  <li>[WICKET-6162] - Reload leads to unexpected RuntimeException ‘Unable to 
find component with id’</li>
-  <li>[WICKET-6169] - NullPointerException accessing 
AbstractRequestLogger.getLiveSessions</li>
-  <li>[WICKET-6170] - Wrong requestmapper used for cache decorated 
resources</li>
-  <li>[WICKET-6172] - Inconsistent results from getTag[s]ByWicketId</li>
-  <li>[WICKET-6173] - WICKET-6172 makes TagTester.createTagsByAttribute stop 
working</li>
-  <li>[WICKET-6174] - Browser/Client info navigatorJavaEnabled property 
returns undefined</li>
-  <li>[WICKET-6175] - Aautocomplete suggestion window is not closing in 
IE11</li>
-  <li>[WICKET-6180] - JMX Initializer’s usage of CGLIB makes it impossible 
to upgrade to CGLIB 3.2.3</li>
-  <li>[WICKET-6185] - Border body not reachable for visitors</li>
-  <li>[WICKET-6187] - Enclosures rendered twice in derived component</li>
-  <li>[WICKET-6191] - AjaxTimerBehavior will stop after ajax update of 
component it is attached to</li>
-  <li>[WICKET-6196] - CheckingObjectOutputStream broken in Wicket 7</li>
-  <li>[WICKET-6198] - Unable to disable a MultiFileUploadField</li>
-  <li>[WICKET-6202] - Guide: 26.1 Page storing, section HttpSessionDataStore - 
example code is not correct</li>
-  <li>[WICKET-6204] - Copy only the provided attributes for Ajax link 
inclusion</li>
-</ul>
-<h5 id="improvement">Improvement</h5>
-<ul>
-  <li>[WICKET-6153] - WicketTester’s MockHttpServletRequest doesn’t expose 
setLocale(aLocale) method</li>
-  <li>[WICKET-6178] - MetaDataHeaderItem # generateString() should return 
specials characters escaped like StringEscapeUtils.escapeHtml(s) does</li>
-  <li>[WICKET-6182] - Remove recreateBookmarkablePagesAfterExpiry check in 
Component#createRequestHandler</li>
-  <li>[WICKET-6183] - Improve stateless support for AJAX</li>
-  <li>[WICKET-6186] - Upgrade JQuery to 1.12.4/2.2.4</li>
-</ul>
-<h5 id="new-feature">New Feature</h5>
+<h4 
id="download-the-full-distributionhttpwwwapacheorgdynclosercgiwicket1516-including-sources">Download
 the <a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.16";>full 
distribution</a> (including sources)</h4>
+        <a href="/news/2016/08/05/wicket-1.5.16-released.html">Read 
more...</a> 
+    </article>
+    <article>
+        <h2>Cve 2016 3092</h2>
+        <small>05 Aug 2016</small>
+        <p>Severity: Important</p>
+<p>Vendor:
+The Apache Software Foundation</p>
+<p>Versions Affected:
+Apache Wicket 1.5.x, 6.x and 7.x</p>
+<p>Description:</p>
+<p>CVE-2016-3092: A malicious client can send file upload requests that cause 
the HTTP server
+using the Apache Commons Fileupload library to become unresponsive, preventing
+the server from servicing other requests.</p>
+<p>This flaw is not exploitable beyond causing the code to loop expending
+CPU resources.</p>
+<p>CVE-2013-2186:
+The DiskFileItem class in Apache Commons FileUpload allows remote attackers to 
write to arbitrary files via a NULL byte in a file name in a serialized 
instance.</p>
+<h2 id="the-application-developers-are-recommended-to-upgrade-to">The 
application developers are recommended to upgrade to:</h2>
 <ul>
-  <li>[WICKET-6193] - NestedStringResourceLoader - replaces nested keys within 
property files</li>
+  <li><a href="/news/2016/08/05/wicket-1.5.16-released.html">Apache Wicket 
1.5.16</a></li>
+  <li><a href="/news/2016/07/21/wicket-6.24.0-released.html">Apache Wicket 
6.24.0</a></li>
+  <li><a href="/news/2016/07/21/wicket-7.4.0-released.html">Apache Wicket 
7.4.0</a></li>
 </ul>
-        <a href="/news/2016/07/21/wicket-7.4.0-released.html">Read more...</a> 
+<p>Since version 7.0.0 Apache Wicket does not embed Apache Commons FileUpload 
but uses it as a Maven dependency so an application can just update the 
dependency to version 1.3.2.</p>
+<p>Apache Wicket Team</p>
+        <a href="/news/2016/08/05/cve-2016-3092.html">Read more...</a> 
     </article>
 </div>
 <div class="l-one-third news">
@@ -592,34 +281,34 @@ title="Atom 1.0 feed" href="/atom.xml">RSS feed</a> to
 get updates in your favorite RSS reader the moment they happen.</p>
 <ul>
 <li>
-    <h3>Apache Wicket 7.4.0 released</h3>
-    <small>21 Jul 2016</small>
-    The Apache Wicket PMC is proud to announce Apache Wicket 7.4.0! Apache 
Wicket is an open source Java component oriented web application framework that 
powers...
-    <a href="/news/2016/07/21/wicket-7.4.0-released.html">more</a>
+    <h3>Cve 2016 3092</h3>
+    <small>05 Aug 2016</small>
+    Severity: Important Vendor: The Apache Software Foundation Versions 
Affected: Apache Wicket 1.5.x, 6.x and 7.x Description: CVE-2016-3092: A 
malicious client can send file upload requests...
+    <a href="/news/2016/08/05/cve-2016-3092.html">more</a>
 </li>
 <li>
-    <h3>Apache Wicket 6.24.0 released</h3>
-    <small>21 Jul 2016</small>
-    The Apache Wicket PMC is proud to announce Apache Wicket 6.24.0! Apache 
Wicket is an open source Java component oriented web application framework that 
powers...
-    <a href="/news/2016/07/21/wicket-6.24.0-released.html">more</a>
+    <h3>Wicket 1.5.16 released</h3>
+    <small>05 Aug 2016</small>
+    This is the sixteenth maintenance release of the Wicket 1.5.x series. This 
release brings over 2 bug fixes. CHANGELOG for 1.5.16: Bug CVE-2013-2186: 
Disable (de)serialization...
+    <a href="/news/2016/08/05/wicket-1.5.16-released.html">more</a>
 </li>
 <li>
-    <h3>Apache Wicket 7.3.0 released</h3>
-    <small>05 May 2016</small>
-    The Apache Wicket PMC is proud to announce Apache Wicket 7.3.0! Apache 
Wicket is an open source Java component oriented web application framework that 
powers...
-    <a href="/news/2016/05/05/wicket-7.3.0-released.html">more</a>
+    <h3>CVE-2016-3092 & CVE-2013-2186 Apache Commons Fileupload 
vulnerabilities</h3>
+    <small>05 Aug 2016</small>
+    Severity: Important Vendor: The Apache Software Foundation Versions 
Affected: Apache Wicket 1.5.x, 6.x and 7.x Description: CVE-2016-3092: A 
malicious client can send file upload requests...
+    <a href="/news/2016/08/05/cve-2016-3092.html">more</a>
 </li>
 <li>
-    <h3>Apache Wicket 6.23.0 released</h3>
-    <small>05 May 2016</small>
-    The Apache Wicket PMC is proud to announce Apache Wicket 6.23.0! Apache 
Wicket is an open source Java component oriented web application framework that 
powers...
-    <a href="/news/2016/05/05/wicket-6.23.0-released.html">more</a>
+    <h3>Wicket 8.0.0 M1 Released</h3>
+    <small>25 Jul 2016</small>
+    The Apache Wicket PMC is proud to announce Apache Wicket 8.0.0-M1! Apache 
Wicket is an open source Java component oriented web application framework that 
powers...
+    <a href="/news/2016/07/25/wicket-8.0.0-M1-released.html">more</a>
 </li>
 <li>
-    <h3>CVE-2015-7520 Apache Wicket XSS vulnerability</h3>
-    <small>02 Mar 2016</small>
-    Severity: Important Vendor: The Apache Software Foundation Versions 
Affected: Apache Wicket 1.5.x, 6.x and 7.x Description: It is possible for 
JavaScript statements to break out...
-    <a href="/news/2016/03/02/cve-2015-7520.html">more</a>
+    <h3>Apache Wicket 8.0.0-M1 released</h3>
+    <small>25 Jul 2016</small>
+    The Apache Wicket PMC is proud to announce Apache Wicket 8.0.0-M1! Apache 
Wicket is an open source Java component oriented web application framework that 
powers...
+    <a href="/news/2016/07/25/wicket-8.0.0-M1-released.html">more</a>
 </li>
 </ul>
 </div>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/c5d32df7/content/learn/index.html
----------------------------------------------------------------------
diff --git a/content/learn/index.html b/content/learn/index.html
index df7f3e9..c9c4855 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/2016/07/25/wicket-8.0.0-M1-released.html">Apache Wicket 
8.0.0-M1 released</a> <small>25 Jul 2016</small></p>
+    <p><a href="/news/2016/08/05/wicket-1.5.16-released.html">Wicket 1.5.16 
Released</a> <small>05 Aug 2016</small></p>
   </li>
   <li>
-    <p><a href="/news/2016/07/21/wicket-7.4.0-released.html">Apache Wicket 
7.4.0 released</a> <small>21 Jul 2016</small></p>
+    <p><a href="/news/2016/08/05/cve-2016-3092.html">Cve 2016 3092</a> 
<small>05 Aug 2016</small></p>
   </li>
   <li>
-    <p><a href="/news/2016/07/21/wicket-6.24.0-released.html">Apache Wicket 
6.24.0 released</a> <small>21 Jul 2016</small></p>
+    <p><a href="/news/2016/08/05/wicket-1.5.16-released.html">Wicket 1.5.16 
released</a> <small>05 Aug 2016</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/c5d32df7/content/news/2009/07/index.html
----------------------------------------------------------------------
diff --git a/content/news/2009/07/index.html b/content/news/2009/07/index.html
index e0e2e83..804357a 100644
--- a/content/news/2009/07/index.html
+++ b/content/news/2009/07/index.html
@@ -70,6 +70,7 @@ minimum platform, we were able...</p>
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/08">August</a></li>
             <li><a href="/news/2016/07">July</a></li>
             <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/c5d32df7/content/news/2009/08/index.html
----------------------------------------------------------------------
diff --git a/content/news/2009/08/index.html b/content/news/2009/08/index.html
index 79f7a70..a120060 100644
--- a/content/news/2009/08/index.html
+++ b/content/news/2009/08/index.html
@@ -61,6 +61,7 @@ of Apache Wicket 1.4.</p>
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/08">August</a></li>
             <li><a href="/news/2016/07">July</a></li>
             <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/c5d32df7/content/news/2009/10/index.html
----------------------------------------------------------------------
diff --git a/content/news/2009/10/index.html b/content/news/2009/10/index.html
index f32925d..4f629d9 100644
--- a/content/news/2009/10/index.html
+++ b/content/news/2009/10/index.html
@@ -69,6 +69,7 @@ of Apache Wicket 1.4.</p>
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/08">August</a></li>
             <li><a href="/news/2016/07">July</a></li>
             <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/c5d32df7/content/news/2009/12/index.html
----------------------------------------------------------------------
diff --git a/content/news/2009/12/index.html b/content/news/2009/12/index.html
index 1073d76..806def9 100644
--- a/content/news/2009/12/index.html
+++ b/content/news/2009/12/index.html
@@ -70,6 +70,7 @@ caused certain applicat...</p>
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/08">August</a></li>
             <li><a href="/news/2016/07">July</a></li>
             <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/c5d32df7/content/news/2009/index.html
----------------------------------------------------------------------
diff --git a/content/news/2009/index.html b/content/news/2009/index.html
index 068676e..773fef6 100644
--- a/content/news/2009/index.html
+++ b/content/news/2009/index.html
@@ -119,6 +119,7 @@
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/08">August</a></li>
             <li><a href="/news/2016/07">July</a></li>
             <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/c5d32df7/content/news/2010/02/index.html
----------------------------------------------------------------------
diff --git a/content/news/2010/02/index.html b/content/news/2010/02/index.html
index daea366..49af184 100644
--- a/content/news/2010/02/index.html
+++ b/content/news/2010/02/index.html
@@ -57,6 +57,7 @@
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/08">August</a></li>
             <li><a href="/news/2016/07">July</a></li>
             <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/c5d32df7/content/news/2010/03/index.html
----------------------------------------------------------------------
diff --git a/content/news/2010/03/index.html b/content/news/2010/03/index.html
index 94b25c2..4b14484 100644
--- a/content/news/2010/03/index.html
+++ b/content/news/2010/03/index.html
@@ -59,6 +59,7 @@
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/08">August</a></li>
             <li><a href="/news/2016/07">July</a></li>
             <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/c5d32df7/content/news/2010/05/index.html
----------------------------------------------------------------------
diff --git a/content/news/2010/05/index.html b/content/news/2010/05/index.html
index 684441a..7225f31 100644
--- a/content/news/2010/05/index.html
+++ b/content/news/2010/05/index.html
@@ -79,6 +79,7 @@ fifteen bug fixes and improvements.</p>
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/08">August</a></li>
             <li><a href="/news/2016/07">July</a></li>
             <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/c5d32df7/content/news/2010/08/index.html
----------------------------------------------------------------------
diff --git a/content/news/2010/08/index.html b/content/news/2010/08/index.html
index d567759..cf984a5 100644
--- a/content/news/2010/08/index.html
+++ b/content/news/2010/08/index.html
@@ -79,6 +79,7 @@ provide our users with a more powerful and flexible request 
processing pipeline.
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/08">August</a></li>
             <li><a href="/news/2016/07">July</a></li>
             <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/c5d32df7/content/news/2010/09/index.html
----------------------------------------------------------------------
diff --git a/content/news/2010/09/index.html b/content/news/2010/09/index.html
index 0e1ca15..81185c4 100644
--- a/content/news/2010/09/index.html
+++ b/content/news/2010/09/index.html
@@ -84,6 +84,7 @@ provide our users with a more powerful and flexible request 
processing pipeline.
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/08">August</a></li>
             <li><a href="/news/2016/07">July</a></li>
             <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/c5d32df7/content/news/2010/11/index.html
----------------------------------------------------------------------
diff --git a/content/news/2010/11/index.html b/content/news/2010/11/index.html
index 973024c..0b5d7fc 100644
--- a/content/news/2010/11/index.html
+++ b/content/news/2010/11/index.html
@@ -96,6 +96,7 @@ willing to do the “grunt work” of creating great test 
cases for his pa...</p
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/08">August</a></li>
             <li><a href="/news/2016/07">July</a></li>
             <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/c5d32df7/content/news/2010/12/index.html
----------------------------------------------------------------------
diff --git a/content/news/2010/12/index.html b/content/news/2010/12/index.html
index 57ded85..5801bff 100644
--- a/content/news/2010/12/index.html
+++ b/content/news/2010/12/index.html
@@ -64,6 +64,7 @@
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/08">August</a></li>
             <li><a href="/news/2016/07">July</a></li>
             <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/c5d32df7/content/news/2010/index.html
----------------------------------------------------------------------
diff --git a/content/news/2010/index.html b/content/news/2010/index.html
index 29d12bd..0e36f7b 100644
--- a/content/news/2010/index.html
+++ b/content/news/2010/index.html
@@ -191,6 +191,7 @@
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/08">August</a></li>
             <li><a href="/news/2016/07">July</a></li>
             <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/c5d32df7/content/news/2011/01/index.html
----------------------------------------------------------------------
diff --git a/content/news/2011/01/index.html b/content/news/2011/01/index.html
index 07efe5c..8d54201 100644
--- a/content/news/2011/01/index.html
+++ b/content/news/2011/01/index.html
@@ -57,6 +57,7 @@
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/08">August</a></li>
             <li><a href="/news/2016/07">July</a></li>
             <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/c5d32df7/content/news/2011/02/index.html
----------------------------------------------------------------------
diff --git a/content/news/2011/02/index.html b/content/news/2011/02/index.html
index 126f99e..cc5fddd 100644
--- a/content/news/2011/02/index.html
+++ b/content/news/2011/02/index.html
@@ -71,6 +71,7 @@
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/08">August</a></li>
             <li><a href="/news/2016/07">July</a></li>
             <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/c5d32df7/content/news/2011/03/index.html
----------------------------------------------------------------------
diff --git a/content/news/2011/03/index.html b/content/news/2011/03/index.html
index 8066d7d..81c7b21 100644
--- a/content/news/2011/03/index.html
+++ b/content/news/2011/03/index.html
@@ -58,6 +58,7 @@ For the past nine months I have been quietly working on a 
book about Wicket. Unl
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/08">August</a></li>
             <li><a href="/news/2016/07">July</a></li>
             <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/c5d32df7/content/news/2011/04/index.html
----------------------------------------------------------------------
diff --git a/content/news/2011/04/index.html b/content/news/2011/04/index.html
index 25acc63..6eb79ce 100644
--- a/content/news/2011/04/index.html
+++ b/content/news/2011/04/index.html
@@ -71,6 +71,7 @@
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/08">August</a></li>
             <li><a href="/news/2016/07">July</a></li>
             <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/c5d32df7/content/news/2011/05/index.html
----------------------------------------------------------------------
diff --git a/content/news/2011/05/index.html b/content/news/2011/05/index.html
index cfbdd28..378e85f 100644
--- a/content/news/2011/05/index.html
+++ b/content/news/2011/05/index.html
@@ -66,6 +66,7 @@ give away a free copy of the ebook version of <a 
href="http://link.packtpub.com/
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/08">August</a></li>
             <li><a href="/news/2016/07">July</a></li>
             <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/c5d32df7/content/news/2011/06/index.html
----------------------------------------------------------------------
diff --git a/content/news/2011/06/index.html b/content/news/2011/06/index.html
index abd7869..76eac54 100644
--- a/content/news/2011/06/index.html
+++ b/content/news/2011/06/index.html
@@ -58,6 +58,7 @@
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/08">August</a></li>
             <li><a href="/news/2016/07">July</a></li>
             <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/c5d32df7/content/news/2011/08/index.html
----------------------------------------------------------------------
diff --git a/content/news/2011/08/index.html b/content/news/2011/08/index.html
index e3d96f5..7fc71bb 100644
--- a/content/news/2011/08/index.html
+++ b/content/news/2011/08/index.html
@@ -84,6 +84,7 @@ With multi window support application configuration and 
special query parameters
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/08">August</a></li>
             <li><a href="/news/2016/07">July</a></li>
             <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/c5d32df7/content/news/2011/09/index.html
----------------------------------------------------------------------
diff --git a/content/news/2011/09/index.html b/content/news/2011/09/index.html
index afba1e8..e313d9b 100644
--- a/content/news/2011/09/index.html
+++ b/content/news/2011/09/index.html
@@ -70,6 +70,7 @@
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/08">August</a></li>
             <li><a href="/news/2016/07">July</a></li>
             <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/c5d32df7/content/news/2011/10/index.html
----------------------------------------------------------------------
diff --git a/content/news/2011/10/index.html b/content/news/2011/10/index.html
index 59a29d3..0c8e62b 100644
--- a/content/news/2011/10/index.html
+++ b/content/news/2011/10/index.html
@@ -77,6 +77,7 @@
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/08">August</a></li>
             <li><a href="/news/2016/07">July</a></li>
             <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/c5d32df7/content/news/2011/11/index.html
----------------------------------------------------------------------
diff --git a/content/news/2011/11/index.html b/content/news/2011/11/index.html
index 58f998e..f06aab2 100644
--- a/content/news/2011/11/index.html
+++ b/content/news/2011/11/index.html
@@ -64,6 +64,7 @@
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/08">August</a></li>
             <li><a href="/news/2016/07">July</a></li>
             <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/c5d32df7/content/news/2011/index.html
----------------------------------------------------------------------
diff --git a/content/news/2011/index.html b/content/news/2011/index.html
index c8a4073..5c52f03 100644
--- a/content/news/2011/index.html
+++ b/content/news/2011/index.html
@@ -215,6 +215,7 @@
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/08">August</a></li>
             <li><a href="/news/2016/07">July</a></li>
             <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/c5d32df7/content/news/2012/01/index.html
----------------------------------------------------------------------
diff --git a/content/news/2012/01/index.html b/content/news/2012/01/index.html
index 2bc7a37..8fec7d4 100644
--- a/content/news/2012/01/index.html
+++ b/content/news/2012/01/index.html
@@ -64,6 +64,7 @@
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/08">August</a></li>
             <li><a href="/news/2016/07">July</a></li>
             <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/c5d32df7/content/news/2012/03/index.html
----------------------------------------------------------------------
diff --git a/content/news/2012/03/index.html b/content/news/2012/03/index.html
index e5851bd..b9a04b1 100644
--- a/content/news/2012/03/index.html
+++ b/content/news/2012/03/index.html
@@ -112,6 +112,7 @@ This release brings over many improvements over the 1.5.x 
series.</p>
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/08">August</a></li>
             <li><a href="/news/2016/07">July</a></li>
             <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/c5d32df7/content/news/2012/05/index.html
----------------------------------------------------------------------
diff --git a/content/news/2012/05/index.html b/content/news/2012/05/index.html
index fc90256..ed419ae 100644
--- a/content/news/2012/05/index.html
+++ b/content/news/2012/05/index.html
@@ -74,6 +74,7 @@ This release brings over many improvements over the 1.5.x 
series.</p>
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/08">August</a></li>
             <li><a href="/news/2016/07">July</a></li>
             <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/c5d32df7/content/news/2012/06/index.html
----------------------------------------------------------------------
diff --git a/content/news/2012/06/index.html b/content/news/2012/06/index.html
index d96bd3a..23aa604 100644
--- a/content/news/2012/06/index.html
+++ b/content/news/2012/06/index.html
@@ -70,6 +70,7 @@
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/08">August</a></li>
             <li><a href="/news/2016/07">July</a></li>
             <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/c5d32df7/content/news/2012/07/index.html
----------------------------------------------------------------------
diff --git a/content/news/2012/07/index.html b/content/news/2012/07/index.html
index 12941c0..98a95da 100644
--- a/content/news/2012/07/index.html
+++ b/content/news/2012/07/index.html
@@ -63,6 +63,7 @@ be silenced (or learn to li...</p>
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/08">August</a></li>
             <li><a href="/news/2016/07">July</a></li>
             <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/c5d32df7/content/news/2012/08/index.html
----------------------------------------------------------------------
diff --git a/content/news/2012/08/index.html b/content/news/2012/08/index.html
index e3b2697..b4f5537 100644
--- a/content/news/2012/08/index.html
+++ b/content/news/2012/08/index.html
@@ -64,6 +64,7 @@
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/08">August</a></li>
             <li><a href="/news/2016/07">July</a></li>
             <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/c5d32df7/content/news/2012/09/index.html
----------------------------------------------------------------------
diff --git a/content/news/2012/09/index.html b/content/news/2012/09/index.html
index cb8c8fd..0b6b256 100644
--- a/content/news/2012/09/index.html
+++ b/content/news/2012/09/index.html
@@ -86,6 +86,7 @@ encoded null byte to a URL pointing to a Wicket app. This 
could be done by...</p
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/08">August</a></li>
             <li><a href="/news/2016/07">July</a></li>
             <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/c5d32df7/content/news/2012/10/index.html
----------------------------------------------------------------------
diff --git a/content/news/2012/10/index.html b/content/news/2012/10/index.html
index 759eaca..c0e4145 100644
--- a/content/news/2012/10/index.html
+++ b/content/news/2012/10/index.html
@@ -74,6 +74,7 @@ with Wicket 6 we u...</p>
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/08">August</a></li>
             <li><a href="/news/2016/07">July</a></li>
             <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/c5d32df7/content/news/2012/11/index.html
----------------------------------------------------------------------
diff --git a/content/news/2012/11/index.html b/content/news/2012/11/index.html
index fe760fc..e5a1d11 100644
--- a/content/news/2012/11/index.html
+++ b/content/news/2012/11/index.html
@@ -72,6 +72,7 @@ with Wicket 6 we u...</p>
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/08">August</a></li>
             <li><a href="/news/2016/07">July</a></li>
             <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/c5d32df7/content/news/2012/12/index.html
----------------------------------------------------------------------
diff --git a/content/news/2012/12/index.html b/content/news/2012/12/index.html
index f9ec76a..8ffbc96 100644
--- a/content/news/2012/12/index.html
+++ b/content/news/2012/12/index.html
@@ -59,6 +59,7 @@ with Wicket 6 we u...</p>
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/08">August</a></li>
             <li><a href="/news/2016/07">July</a></li>
             <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/c5d32df7/content/news/2012/index.html
----------------------------------------------------------------------
diff --git a/content/news/2012/index.html b/content/news/2012/index.html
index 491725b..0d865cb 100644
--- a/content/news/2012/index.html
+++ b/content/news/2012/index.html
@@ -239,6 +239,7 @@
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/08">August</a></li>
             <li><a href="/news/2016/07">July</a></li>
             <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/c5d32df7/content/news/2013/01/index.html
----------------------------------------------------------------------
diff --git a/content/news/2013/01/index.html b/content/news/2013/01/index.html
index aea8183..061fd21 100644
--- a/content/news/2013/01/index.html
+++ b/content/news/2013/01/index.html
@@ -59,6 +59,7 @@ with Wicket 6 we u...</p>
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/08">August</a></li>
             <li><a href="/news/2016/07">July</a></li>
             <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/c5d32df7/content/news/2013/02/index.html
----------------------------------------------------------------------
diff --git a/content/news/2013/02/index.html b/content/news/2013/02/index.html
index 6624a63..e631162 100644
--- a/content/news/2013/02/index.html
+++ b/content/news/2013/02/index.html
@@ -72,6 +72,7 @@ with Wicket 6 we u...</p>
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/08">August</a></li>
             <li><a href="/news/2016/07">July</a></li>
             <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/c5d32df7/content/news/2013/03/index.html
----------------------------------------------------------------------
diff --git a/content/news/2013/03/index.html b/content/news/2013/03/index.html
index 0433a68..0ec947e 100644
--- a/content/news/2013/03/index.html
+++ b/content/news/2013/03/index.html
@@ -64,6 +64,7 @@ This mig...</p>
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/08">August</a></li>
             <li><a href="/news/2016/07">July</a></li>
             <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/c5d32df7/content/news/2013/04/index.html
----------------------------------------------------------------------
diff --git a/content/news/2013/04/index.html b/content/news/2013/04/index.html
index a2d4e8e..a863261 100644
--- a/content/news/2013/04/index.html
+++ b/content/news/2013/04/index.html
@@ -59,6 +59,7 @@ with Wicket 6 we u...</p>
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/08">August</a></li>
             <li><a href="/news/2016/07">July</a></li>
             <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/c5d32df7/content/news/2013/05/index.html
----------------------------------------------------------------------
diff --git a/content/news/2013/05/index.html b/content/news/2013/05/index.html
index c901bcc..59308b9 100644
--- a/content/news/2013/05/index.html
+++ b/content/news/2013/05/index.html
@@ -59,6 +59,7 @@ with Wicket 6 we u...</p>
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/08">August</a></li>
             <li><a href="/news/2016/07">July</a></li>
             <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/c5d32df7/content/news/2013/06/index.html
----------------------------------------------------------------------
diff --git a/content/news/2013/06/index.html b/content/news/2013/06/index.html
index eed9f07..1177d30 100644
--- a/content/news/2013/06/index.html
+++ b/content/news/2013/06/index.html
@@ -59,6 +59,7 @@ Wicket 6 we u...</p>
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/08">August</a></li>
             <li><a href="/news/2016/07">July</a></li>
             <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/c5d32df7/content/news/2013/07/index.html
----------------------------------------------------------------------
diff --git a/content/news/2013/07/index.html b/content/news/2013/07/index.html
index 0624534..863079a 100644
--- a/content/news/2013/07/index.html
+++ b/content/news/2013/07/index.html
@@ -58,6 +58,7 @@
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/08">August</a></li>
             <li><a href="/news/2016/07">July</a></li>
             <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/c5d32df7/content/news/2013/08/index.html
----------------------------------------------------------------------
diff --git a/content/news/2013/08/index.html b/content/news/2013/08/index.html
index a830412..a9e0d95 100644
--- a/content/news/2013/08/index.html
+++ b/content/news/2013/08/index.html
@@ -59,6 +59,7 @@ Wicket 6 we us...</p>
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/08">August</a></li>
             <li><a href="/news/2016/07">July</a></li>
             <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/c5d32df7/content/news/2013/09/index.html
----------------------------------------------------------------------
diff --git a/content/news/2013/09/index.html b/content/news/2013/09/index.html
index 8c22012..20cf84e 100644
--- a/content/news/2013/09/index.html
+++ b/content/news/2013/09/index.html
@@ -59,6 +59,7 @@ with Wicket 6 we us...</p>
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/08">August</a></li>
             <li><a href="/news/2016/07">July</a></li>
             <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/c5d32df7/content/news/2013/11/index.html
----------------------------------------------------------------------
diff --git a/content/news/2013/11/index.html b/content/news/2013/11/index.html
index c7687de..135fc4f 100644
--- a/content/news/2013/11/index.html
+++ b/content/news/2013/11/index.html
@@ -59,6 +59,7 @@ with Wicket 6 we us...</p>
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/08">August</a></li>
             <li><a href="/news/2016/07">July</a></li>
             <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/c5d32df7/content/news/2013/index.html
----------------------------------------------------------------------
diff --git a/content/news/2013/index.html b/content/news/2013/index.html
index 06009ff..c0c5b8e 100644
--- a/content/news/2013/index.html
+++ b/content/news/2013/index.html
@@ -179,6 +179,7 @@
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/08">August</a></li>
             <li><a href="/news/2016/07">July</a></li>
             <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/c5d32df7/content/news/2014/01/index.html
----------------------------------------------------------------------
diff --git a/content/news/2014/01/index.html b/content/news/2014/01/index.html
index 8836984..5ddff7a 100644
--- a/content/news/2014/01/index.html
+++ b/content/news/2014/01/index.html
@@ -59,6 +59,7 @@ with Wicket 6 we us...</p>
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/08">August</a></li>
             <li><a href="/news/2016/07">July</a></li>
             <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/c5d32df7/content/news/2014/02/index.html
----------------------------------------------------------------------
diff --git a/content/news/2014/02/index.html b/content/news/2014/02/index.html
index 41f3bf7..68cbe9f 100644
--- a/content/news/2014/02/index.html
+++ b/content/news/2014/02/index.html
@@ -111,6 +111,7 @@ Apache Wicket 1.5.10 and 6.13.0</p>
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/08">August</a></li>
             <li><a href="/news/2016/07">July</a></li>
             <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/c5d32df7/content/news/2014/04/index.html
----------------------------------------------------------------------
diff --git a/content/news/2014/04/index.html b/content/news/2014/04/index.html
index c735825..db232d6 100644
--- a/content/news/2014/04/index.html
+++ b/content/news/2014/04/index.html
@@ -70,6 +70,7 @@ the course of the coming milestone releases....</p>
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/08">August</a></li>
             <li><a href="/news/2016/07">July</a></li>
             <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/c5d32df7/content/news/2014/06/index.html
----------------------------------------------------------------------
diff --git a/content/news/2014/06/index.html b/content/news/2014/06/index.html
index 4c728b6..6b704fb 100644
--- a/content/news/2014/06/index.html
+++ b/content/news/2014/06/index.html
@@ -70,6 +70,7 @@ with Wicket 6 we us...</p>
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/08">August</a></li>
             <li><a href="/news/2016/07">July</a></li>
             <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/c5d32df7/content/news/2014/08/index.html
----------------------------------------------------------------------
diff --git a/content/news/2014/08/index.html b/content/news/2014/08/index.html
index c79b3cc..18faf5b 100644
--- a/content/news/2014/08/index.html
+++ b/content/news/2014/08/index.html
@@ -70,6 +70,7 @@ with Wicket 6 we us...</p>
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/08">August</a></li>
             <li><a href="/news/2016/07">July</a></li>
             <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/c5d32df7/content/news/2014/09/index.html
----------------------------------------------------------------------
diff --git a/content/news/2014/09/index.html b/content/news/2014/09/index.html
index 7fc5c46..8a3aec3 100644
--- a/content/news/2014/09/index.html
+++ b/content/news/2014/09/index.html
@@ -78,6 +78,7 @@ This could lead to a security issue if two or more users with 
a temporary sessio
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/08">August</a></li>
             <li><a href="/news/2016/07">July</a></li>
             <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/c5d32df7/content/news/2014/11/index.html
----------------------------------------------------------------------
diff --git a/content/news/2014/11/index.html b/content/news/2014/11/index.html
index cb30c5c..a54636e 100644
--- a/content/news/2014/11/index.html
+++ b/content/news/2014/11/index.html
@@ -66,6 +66,7 @@ with Wicket 6 we us...</p>
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/08">August</a></li>
             <li><a href="/news/2016/07">July</a></li>
             <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/c5d32df7/content/news/2014/index.html
----------------------------------------------------------------------
diff --git a/content/news/2014/index.html b/content/news/2014/index.html
index 8d1aa91..5fc48a0 100644
--- a/content/news/2014/index.html
+++ b/content/news/2014/index.html
@@ -191,6 +191,7 @@
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/08">August</a></li>
             <li><a href="/news/2016/07">July</a></li>
             <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/c5d32df7/content/news/2015/02/index.html
----------------------------------------------------------------------
diff --git a/content/news/2015/02/index.html b/content/news/2015/02/index.html
index 039a32d..202ea80 100644
--- a/content/news/2015/02/index.html
+++ b/content/news/2015/02/index.html
@@ -88,6 +88,7 @@ to announce that he has accepted.</p>
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/08">August</a></li>
             <li><a href="/news/2016/07">July</a></li>
             <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/c5d32df7/content/news/2015/06/index.html
----------------------------------------------------------------------
diff --git a/content/news/2015/06/index.html b/content/news/2015/06/index.html
index 8ac01f3..eb7d513 100644
--- a/content/news/2015/06/index.html
+++ b/content/news/2015/06/index.html
@@ -66,6 +66,7 @@ with Wicket 6 we us...</p>
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/08">August</a></li>
             <li><a href="/news/2016/07">July</a></li>
             <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/c5d32df7/content/news/2015/07/index.html
----------------------------------------------------------------------
diff --git a/content/news/2015/07/index.html b/content/news/2015/07/index.html
index 2cde286..4c305d6 100644
--- a/content/news/2015/07/index.html
+++ b/content/news/2015/07/index.html
@@ -57,6 +57,7 @@
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/08">August</a></li>
             <li><a href="/news/2016/07">July</a></li>
             <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/c5d32df7/content/news/2015/10/index.html
----------------------------------------------------------------------
diff --git a/content/news/2015/10/index.html b/content/news/2015/10/index.html
index 33e67d5..bc8c971 100644
--- a/content/news/2015/10/index.html
+++ b/content/news/2015/10/index.html
@@ -74,6 +74,7 @@ use semantic ...</p>
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/08">August</a></li>
             <li><a href="/news/2016/07">July</a></li>
             <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/c5d32df7/content/news/2015/11/index.html
----------------------------------------------------------------------
diff --git a/content/news/2015/11/index.html b/content/news/2015/11/index.html
index 6070630..e98d9f2 100644
--- a/content/news/2015/11/index.html
+++ b/content/news/2015/11/index.html
@@ -72,6 +72,7 @@ use semantic v...</p>
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/08">August</a></li>
             <li><a href="/news/2016/07">July</a></li>
             <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/c5d32df7/content/news/2015/index.html
----------------------------------------------------------------------
diff --git a/content/news/2015/index.html b/content/news/2015/index.html
index df366f4..3ad15b9 100644
--- a/content/news/2015/index.html
+++ b/content/news/2015/index.html
@@ -149,6 +149,7 @@
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/08">August</a></li>
             <li><a href="/news/2016/07">July</a></li>
             <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/c5d32df7/content/news/2016/01/20/wicket-7.2.0-released.html
----------------------------------------------------------------------
diff --git a/content/news/2016/01/20/wicket-7.2.0-released.html 
b/content/news/2016/01/20/wicket-7.2.0-released.html
index fa12504..4edaea4 100644
--- a/content/news/2016/01/20/wicket-7.2.0-released.html
+++ b/content/news/2016/01/20/wicket-7.2.0-released.html
@@ -1,95 +1,61 @@
-<!DOCTYPE html>
-<html>
-    <head>
-        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-        <meta charset="utf-8">
-        <title>Apache Wicket 7.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/2016/01/20/wicket-7.2.0-released.html -->
-       <li class=""><a href="/start/quickstart.html">Quick Start</a></li>
-               <!-- /start/download.html || 
/news/2016/01/20/wicket-7.2.0-released.html -->
-       <li class=""><a href="/start/download.html">Download</a></li>
-               <!-- /learn || /news/2016/01/20/wicket-7.2.0-released.html -->
-       <li class=""><a href="/learn">Documentation</a></li>
-               <!-- /help || /news/2016/01/20/wicket-7.2.0-released.html -->
-       <li class=""><a href="/help">Support</a></li>
-               <!-- /contribute || /news/2016/01/20/wicket-7.2.0-released.html 
-->
-       <li class=""><a href="/contribute">Contribute</a></li>
-               <!-- /community || /news/2016/01/20/wicket-7.2.0-released.html 
-->
-       <li class=""><a href="/community">Community</a></li>
-               <!-- /apache || /news/2016/01/20/wicket-7.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 7.2.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 Jan 2016</p>
-    <p>The Apache Wicket PMC is proud to announce Apache Wicket 7.2.0!</p>
+<p>The Apache Wicket PMC is proud to announce Apache Wicket 7.2.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>In this version two new features have been implemented. The first
 features is to read resources from out of file systems with Java’s
 NIO API, which also allows you to write own file systems.</p>
+
 <p>As an example you can read audio files from within a folder of
 a ZIP file without extracting it and stream it directly to the
 client.</p>
+
 <p>The second feature is to load images from external servers.</p>
+
 <p>In addition a lot of bugs has been fixed regarding ajax and enclosures.</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>
+
 <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.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>
+
 <div class="highlight"><pre>
  * Source: http://www.apache.org/dyn/closer.cgi/wicket/7.2.0
  * Binary: http://www.apache.org/dyn/closer.cgi/wicket/7.2.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.2.0.zip:</p>
+
 <div class="highlight"><pre>
 -----BEGIN PGP SIGNATURE-----
 Comment: GPGTools - https://gpgtools.org
+
 iQIcBAABCgAGBQJWqyoKAAoJENaEKd8Bv4IClgYP/i9tJKKFIcz4uB4BLrej41HS
 oy8w7iBEAt+PbNU5QeCRJawiGLfuc8WblXsRfu2F3HLwuCyW4HXzIjGxAFf2bjDL
 GyATgVYiR0U4JVO4oCcO855e8Sgde9gVj1Eza5QuaIpDquBF9OTresydragcqJs8
@@ -105,10 +71,13 @@ T3huTv7fKGk7k+DxIyRi
 =Eokv
 -----END PGP SIGNATURE-----
 </pre></div>
+
 <p>Signature for apache-wicket-7.2.0.tar.gz:</p>
+
 <div class="highlight"><pre>
 -----BEGIN PGP SIGNATURE-----
 Comment: GPGTools - https://gpgtools.org
+
 iQIcBAABCgAGBQJWqywsAAoJENaEKd8Bv4IC0KIP/2qWdbmhs6BYdX/bj3sjkrVx
 r3tsuYWt8dYrK+qyUI2D1tB5i4Vd3i+2BPnvOGhyjUevTaiIvRQirYkYwRx7ZamE
 9jsLzuoprYzQBObOd42Gy+uOH33necSyNwgEOoXoGk/L6l+TBc30tedSWS7zsBJY
@@ -123,9 +92,13 @@ 
FPO4aMOedD/It6YWfK4aEG2sDmTtXZzO7RXzQaCJNs9Ko+3EsG4EqrY5Cnrb2pKf
 pdzbYsa2IMyPjC3a5hVK
 =pbxZ
 -----END PGP SIGNATURE-----
+
 </pre></div>
+
 <h4 id="changelog-for-720">CHANGELOG for 7.2.0</h4>
+
 <h4 id="bug">Bug</h4>
+
 <div class="highlighter-rouge"><pre class="highlight"><code>* [WICKET-6001] - 
Exception raised while refreshing a page with queued components missing in the 
markup
 * [WICKET-6002] - FileUploadField makes form-component models become null on 
submit
 * [WICKET-6006] - ModalWindow.closeCurrent() causes 414 status error
@@ -163,7 +136,9 @@ pdzbYsa2IMyPjC3a5hVK
 * [WICKET-6077] - Border's body is not added as a child due to dequeuing
 </code></pre>
 </div>
+
 <h4 id="improvement">Improvement</h4>
+
 <div class="highlighter-rouge"><pre class="highlight"><code>* [WICKET-5950] - 
Model and GenericBaseModel could both implement IObjectClassAwareModel
 * [WICKET-5969] - Please give us access to PageTable.index pageId queue
 * [WICKET-6015] - AjaxFallbackOrderByBorder/Link should support 
updateAjaxAttributes() idiom
@@ -178,33 +153,27 @@ pdzbYsa2IMyPjC3a5hVK
 * [WICKET-6072] - Improve the quickstart to make it easier to use JSR-356 web 
sockets
 </code></pre>
 </div>
+
 <h4 id="new-feature">New Feature</h4>
+
 <div class="highlighter-rouge"><pre class="highlight"><code>* [WICKET-6025] - 
Read resource files with Java's NIO API
 * [WICKET-6042] - Implementation of ExternalImage component
 </code></pre>
 </div>
+
 <h4 id="task">Task</h4>
+
 <div class="highlighter-rouge"><pre class="highlight"><code>* [WICKET-6049] - 
Update the site to point to the new deployments of the examples
 * [WICKET-6057] - Upgrade commons-collections to 4.1
 * [WICKET-6071] - Upgrade jQuery to 1.12 / 2.2.0
 </code></pre>
 </div>
+
 <h4 id="wish">Wish</h4>
 <div class="highlighter-rouge"><pre class="highlight"><code>* [WICKET-6067] - 
Provide an Ajax Behavior that prevents form submit on ENTER
 </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 src="/img/asf_logo_url.svg" style="height:90px; float:left; 
margin-right:10px;">
-    <div style="margin-top:12px;">Copyright © 2016 — 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>
-</div>
-        </footer>
-    </body>
 
-</html>
+<p>— The Wicket team</p>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/c5d32df7/content/news/2016/01/index.html
----------------------------------------------------------------------
diff --git a/content/news/2016/01/index.html b/content/news/2016/01/index.html
index 0d62055..32cee20 100644
--- a/content/news/2016/01/index.html
+++ b/content/news/2016/01/index.html
@@ -54,11 +54,20 @@
 use semantic ...</p>
        <a href="/news/2016/01/20/wicket-7.2.0-released.html">more</a></li>
 </div>
+<div class="news">
+       <h3>Wicket 7.2.0 Released</h3>
+  <p><small>20 Jan 2016</small></p>
+       <p>The Apache Wicket PMC is proud to announce Apache Wicket 7.2.0!</p>
+<p>This release marks another minor release of Wicket 7. We
+use semantic ...</p>
+       <a href="/news/2016/01/20/wicket-7.2.0-released.html">more</a></li>
+</div>
         </div>
         <div class="l-one-third">
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/08">August</a></li>
             <li><a href="/news/2016/07">July</a></li>
             <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/c5d32df7/content/news/2016/02/19/wicket-1.5.15-released.html
----------------------------------------------------------------------
diff --git a/content/news/2016/02/19/wicket-1.5.15-released.html 
b/content/news/2016/02/19/wicket-1.5.15-released.html
index 3ad6d8e..010112c 100644
--- a/content/news/2016/02/19/wicket-1.5.15-released.html
+++ b/content/news/2016/02/19/wicket-1.5.15-released.html
@@ -1,81 +1,22 @@
-<!DOCTYPE html>
-<html>
-    <head>
-        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-        <meta charset="utf-8">
-        <title>Wicket 1.5.15 released | Apache Wicket</title>
-        <meta name="viewport" content="width=device-width, initial-scale=1" />
+<p>This is the fifteenth maintenance release of the Wicket 1.5.x series. This 
release brings over 2 bug fixes.</p>
 
-        <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/2016/02/19/wicket-1.5.15-released.html -->
-       <li class=""><a href="/start/quickstart.html">Quick Start</a></li>
-               <!-- /start/download.html || 
/news/2016/02/19/wicket-1.5.15-released.html -->
-       <li class=""><a href="/start/download.html">Download</a></li>
-               <!-- /learn || /news/2016/02/19/wicket-1.5.15-released.html -->
-       <li class=""><a href="/learn">Documentation</a></li>
-               <!-- /help || /news/2016/02/19/wicket-1.5.15-released.html -->
-       <li class=""><a href="/help">Support</a></li>
-               <!-- /contribute || 
/news/2016/02/19/wicket-1.5.15-released.html -->
-       <li class=""><a href="/contribute">Contribute</a></li>
-               <!-- /community || /news/2016/02/19/wicket-1.5.15-released.html 
-->
-       <li class=""><a href="/community">Community</a></li>
-               <!-- /apache || /news/2016/02/19/wicket-1.5.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.5.15 released</h1>
-        </header>
-        <section class="l-one-third right">
-        </section>
-        <section class="l-two-third left">
-            <div class="l-full">
-    <p class="meta">19 Feb 2016</p>
-    <p>This is the fifteenth maintenance release of the Wicket 1.5.x series. 
This release brings over 2 bug fixes.</p>
 <div class="highlighter-rouge"><pre class="highlight"><code>CHANGELOG for 
1.5.15:
 </code></pre>
 </div>
+
 <h4 id="bug">Bug</h4>
+
 <ul>
   <li>[WICKET-6037] - ModalWindow vulnerable to Javascript injection through 
title model</li>
   <li>Escape the generated markup for attribute names and values in 
CheckBoxMultipleChoice and RadioChoice</li>
 </ul>
+
 <h4 id="to-use-in-maven">To use in Maven:</h4>
+
 <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.15<span 
class="nt">&lt;/version&gt;</span>
 <span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
-<h4 
id="download-the-full-distributionhttpwwwapacheorgdynclosercgiwicket1515-including-sources">Download
 the <a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.15";>full 
distribution</a> (including sources)</h4>
-</div>
-        </section>
-    </div>
-</main>
-        <footer class="l-container">
-            <div class="l-full">
-       <img src="/img/asf_logo_url.svg" style="height:90px; float:left; 
margin-right:10px;">
-    <div style="margin-top:12px;">Copyright © 2016 — 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>
-</div>
-        </footer>
-    </body>
 
-</html>
+<h4 
id="download-the-full-distributionhttpwwwapacheorgdynclosercgiwicket1515-including-sources">Download
 the <a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.15";>full 
distribution</a> (including sources)</h4>

Reply via email to