You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2015/11/16 22:09:54 UTC

[16/23] wicket-site git commit: Rebuild the site

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

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

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

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

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

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

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

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

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

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

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/2118a439/content/news/2011/08/23/cve-2011-2712.html
----------------------------------------------------------------------
diff --git a/content/news/2011/08/23/cve-2011-2712.html b/content/news/2011/08/23/cve-2011-2712.html
index 3de5cba..7372f90 100644
--- a/content/news/2011/08/23/cve-2011-2712.html
+++ b/content/news/2011/08/23/cve-2011-2712.html
@@ -60,12 +60,12 @@ Apache Wicket 1.4.x</p>
 With multi window support application configuration and special query parameters it is possible to execute any kind of JavaScript on a site running with the affected versions.</p>
 <p>Mitigation:
 Either disable multi window support with</p>
-<div class="highlight"><pre><code class="language-java" data-lang="java"><span class="kd">public</span> <span class="kd">class</span> <span class="nc">MyApp</span> <span class="kd">extends</span> <span class="n">WebApplication</span> <span class="o">{</span> 
-    <span class="kd">public</span> <span class="kt">void</span> <span class="nf">init</span><span class="o">()</span> <span class="o">{</span>
+<figure class="highlight"><pre><code class="language-java" data-lang="java"><span class="kd">public</span> <span class="kd">class</span> <span class="nc">MyApp</span> <span class="kd">extends</span> <span class="n">WebApplication</span> <span class="o">{</span> 
+    <span class="kd">public</span> <span class="kt">void</span> <span class="n">init</span><span class="o">()</span> <span class="o">{</span>
         <span class="kd">super</span><span class="o">.</span><span class="na">init</span><span class="o">();</span>
         <span class="n">getPageSettings</span><span class="o">.</span><span class="na">setAutomaticMultiWindowSupport</span><span class="o">(</span><span class="kc">false</span><span class="o">);</span>
     <span class="o">}</span>
-<span class="o">}</span></code></pre></div>
+<span class="o">}</span></code></pre></figure>
 <p>or upgrade to <a href="http://wicket.apache.org/news/2011/08/09/wicket-1.4.18-released.html">Apache Wicket 1.4.18</a> or
 <a href="http://wicket.apache.org/news/2011/06/25/wicket-1.5-RC5.1-released.html">Apache Wicket 1.5-RC5.1</a></p>
 <p>Credit:

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

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

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