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 2014/07/19 14:14:04 UTC

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

Modified: wicket/common/site/trunk/_site/contribute/release.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/contribute/release.html?rev=1611901&r1=1611900&r2=1611901&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/contribute/release.html (original)
+++ wicket/common/site/trunk/_site/contribute/release.html Sat Jul 19 12:14:02 2014
@@ -187,33 +187,33 @@
 
 		<div id="contentbody">
 			<h1>Build a release</h1>
-			<h2 id='contents'>Contents</h2>
+			<h2 id="contents">Contents</h2>
 
 <ul>
-<li><a href='#release-60'>Releasing Apache Wicket 6.x</a></li>
+<li><a href="#release-60">Releasing Apache Wicket 6.x</a></li>
 
-<li><a href='#release-14'>Releasing Apache Wicket 1.4.x+</a></li>
+<li><a href="#release-14">Releasing Apache Wicket 1.4.x+</a></li>
 
-<li><a href='#release-13'>Releasing Apache Wicket 1.3.x</a></li>
+<li><a href="#release-13">Releasing Apache Wicket 1.3.x</a></li>
 
-<li><a href='#nexus'>Staging Releases using the Apache Nexus Repository</a></li>
+<li><a href="#nexus">Staging Releases using the Apache Nexus Repository</a></li>
 
-<li><a href='#announcing'>Announcing the release</a></li>
+<li><a href="#announcing">Announcing the release</a></li>
 
-<li><a href='#additional'>Additional tasks</a></li>
+<li><a href="#additional">Additional tasks</a></li>
 </ul>
 
-<h2 id='release-60'>Releasing Apache Wicket 6.x</h2>
+<h2 id="release-60">Releasing Apache Wicket 6.x</h2>
 
-<p>Per <a href='http://apache.org/dev/release.html'>Apache release policy</a> we need to build, vote on and release a source distribution. As a convenience to our users, we can also provide binary packages, that are uploaded to Maven Central, and a binary archive for folks that for whatever reason don&#8217;t use Maven.</p>
+<p>Per <a href="http://apache.org/dev/release.html">Apache release policy</a> we need to build, vote on and release a source distribution. As a convenience to our users, we can also provide binary packages, that are uploaded to Maven Central, and a binary archive for folks that for whatever reason don’t use Maven.</p>
 
-<h3 id='building_the_release'>Building the Release</h3>
+<h3 id="building_the_release">Building the Release</h3>
 
-<h4 id='required_software'>Required software</h4>
+<h4 id="required_software">Required software</h4>
 
 <p>This assumes running a unix-y environment (i.e. OS X, Linux) and that you have the necessary tools installed, such as recent Maven, Java 6, gpg (-agent).</p>
 
-<h4 id='preparing'>Preparing</h4>
+<h4 id="preparing">Preparing</h4>
 
 <ul>
 <li>Pull changes</li>
@@ -223,42 +223,37 @@
 <li>Update changelog and commit them</li>
 </ul>
 
-<h4 id='building'>Building</h4>
+<h4 id="building">Building</h4>
 
 <ul>
 <li>Start gpg-agent as a daemon (OS X, using homebrew installation of gpg, gpg-agent, pinentry):</li>
 </ul>
 <div class='highlight'><pre><code class='console'><span class='go'>    eval `gpg-agent --daemon --pinentry-program /usr/local/bin/pinentry`</span>
-</code></pre>
-</div>
+</code></pre></div>
 <ul>
-<li>Create an environment variable such that you can copy/paste several of the following commands (substitute 6.0.0 with the number you&#8217;re actually going to release)</li>
+<li>Create an environment variable such that you can copy/paste several of the following commands (substitute 6.0.0 with the number you’re actually going to release)</li>
 
 <li>And create an environment variable for your Apache username for uploading the release:</li>
 </ul>
 <div class='highlight'><pre><code class='console'><span class='go'>export NEWVERSION=6.0.0</span>
 <span class='go'>export APACHEID=apacheid</span>
-</code></pre>
-</div>
+</code></pre></div>
 <ul>
 <li>Sign pom.xml such that gpg-agent has enabled your key (and remove the .asc file). This triggers the pinentry program and sets the stage for gpg-agent:</li>
 </ul>
 <div class='highlight'><pre><code class='console'><span class='go'>gpg --armor --detach-sign --use-agent --sign pom.xml</span>
 <span class='go'>rm pom.xml.asc</span>
-</code></pre>
-</div>
+</code></pre></div>
 <ul>
 <li>Create release branch:</li>
 </ul>
 <div class='highlight'><pre><code class='console'><span class='go'>mvn release:branch -DbranchName=build/wicket-$NEWVERSION</span>
-</code></pre>
-</div>
+</code></pre></div>
 <ul>
 <li>Checkout the release branch:</li>
 </ul>
 <div class='highlight'><pre><code class='console'><span class='go'>git checkout build/wicket-$NEWVERSION</span>
-</code></pre>
-</div>
+</code></pre></div>
 <ul>
 <li>
 <p>Update archetypes/quickstart/src/main/archetype-resources/pom.xml to use NEWVERSION of Wicket and commit</p>
@@ -270,32 +265,29 @@
 <ul>
 <li>Fill in NEWVERSION for all but the experimental submodules</li>
 
-<li>New development version doesn&#8217;t matter–just press enter, see next step</li>
+<li>New development version doesn’t matter–just press enter, see next step</li>
 
 <li>And running the following command:</li>
 </ul>
 </li>
 </ul>
 <div class='highlight'><pre><code class='console'><span class='go'>mvn release:prepare</span>
-</code></pre>
-</div>
+</code></pre></div>
 <ul>
 <li>Remove last commit such that HEAD points to the NEWVERSION release, not the new development version</li>
 </ul>
 <div class='highlight'><pre><code class='console'><span class='go'>git reset HEAD^ --hard</span>
-</code></pre>
-</div>
+</code></pre></div>
 <ul>
 <li>Create source archive:</li>
 </ul>
 <div class='highlight'><pre><code class='console'><span class='go'>git archive --format=tar.gz --prefix=apache-wicket-$NEWVERSION/ -o apache-wicket-$NEWVERSION.tar.gz wicket-$NEWVERSION</span>
 <span class='go'>git archive --format=zip --prefix=apache-wicket-$NEWVERSION/ -o apache-wicket-$NEWVERSION.zip wicket-$NEWVERSION</span>
-</code></pre>
-</div>
+</code></pre></div>
 <ul>
-<li><strong>NOTE 1</strong> the trailing &#8217;/&#8217; after &#8211;prefix=NEWVERSION is vital for the tarball</li>
+<li><strong>NOTE 1</strong> the trailing ‘/’ after –prefix=NEWVERSION is vital for the tarball</li>
 
-<li><strong>NOTE 2</strong> you can ignore the gpg generated messages telling &#8216;You need a passphrase to unlock the secret key for&#8217;, unless an error occurred&#8212;these messages are not error messages</li>
+<li><strong>NOTE 2</strong> you can ignore the gpg generated messages telling ‘You need a passphrase to unlock the secret key for’, unless an error occurred—these messages are not error messages</li>
 
 <li>Sign the packages, the git tag and create the digests:</li>
 </ul>
@@ -305,19 +297,14 @@
 <span class='go'>gpg --print-md MD5  apache-wicket-$NEWVERSION.tar.gz &gt; apache-wicket-$NEWVERSION.tar.gz.md5</span>
 <span class='go'>gpg --print-md SHA1 apache-wicket-$NEWVERSION.zip &gt; apache-wicket-$NEWVERSION.zip.sha</span>
 <span class='go'>gpg --print-md MD5  apache-wicket-$NEWVERSION.zip &gt; apache-wicket-$NEWVERSION.zip.md5</span>
-</code></pre>
-</div>
+</code></pre></div>
 <p>To sign the tag (overwrites the maven generated tag), execute:</p>
 <div class='highlight'><pre><code class='console'><span class='go'>git tag -s --force wicket-$NEWVERSION</span>
-</code></pre>
-</div>
-<h4 id='staging_the_build'>Staging the build</h4>
-
-<p><div class='highlight'><pre><code class='console'><span class='go'>ssh $APACHEID@people.apache.org mkdir public_html/wicket-$NEWVERSION</span>
+</code></pre></div>
+<h4 id="staging_the_build">Staging the build</h4>
+<div class='highlight'><pre><code class='console'><span class='go'>ssh $APACHEID@people.apache.org mkdir public_html/wicket-$NEWVERSION</span>
 <span class='go'>scp apache-wicket-* $APACHEID@people.apache.org:public_html/wicket-$NEWVERSION</span>
-</code></pre>
-</div></p>
-
+</code></pre></div>
 <p>The step below uploads the artifacts to a staging area for Maven.</p>
 
 <ul>
@@ -328,13 +315,12 @@
 <li>artifacts will have different signature than in previous release:prepare build (due to times changing)</li>
 </ul>
 <div class='highlight'><pre><code class='console'><span class='go'>mvn release:perform</span>
-</code></pre>
-</div>
+</code></pre></div>
 <p>This will upload artifacts and signatures to Apache nexus in a staging repository.</p>
 
-<h4 id='create_a_binary_release'>Create a binary release</h4>
+<h4 id="create_a_binary_release">Create a binary release</h4>
 
-<p>As we don&#8217;t vote on binary packages, but do want to cater to developers not using Maven, it is very convenient to create a download for non-Maven users.</p>
+<p>As we don’t vote on binary packages, but do want to cater to developers not using Maven, it is very convenient to create a download for non-Maven users.</p>
 
 <p>The binary distribution should contain the same jar files that are uploaded to Maven Central. Unfortunately the Maven build creates duplicate jar files, but with different manifests (due to the inclusion of date/time of build), and the jar files have different signatures. Therefore it is necessary to create a distribution of the artifacts generated by the <code>mvn release:perform</code> command.</p>
 
@@ -357,37 +343,35 @@
 <span class='go'>gpg --print-md MD5  apache-wicket-$NEWVERSION-bin.zip &gt; apache-wicket-$NEWVERSION-bin.zip.md5</span>
 <span class='go'>ssh $APACHEID@people.apache.org mkdir public_html/wicket-$NEWVERSION/bin</span>
 <span class='go'>scp apache-wicket-*bin.* $APACHEID@people.apache.org:public_html/wicket-$NEWVERSION/bin</span>
-</code></pre>
-</div>
+</code></pre></div>
 <p>This binary release contains all required files to comply with the release policy, and the binary artefacts generated by our Maven release build, including the experimental modules and examples.</p>
 
-<h4 id='vote_the_build'>Vote the build</h4>
+<h4 id="vote_the_build">Vote the build</h4>
 
 <p>Start a vote on dev@ for this release. Allow for at least 72 hours, and ensure you take into account weekends.</p>
 
-<h4 id='promoting_the_build'>Promoting the build</h4>
+<h4 id="promoting_the_build">Promoting the build</h4>
 
-<p>When the vote has passed successfully (at least 3 binding +1&#8217;s) push the branch and the tag to Apache git:</p>
+<p>When the vote has passed successfully (at least 3 binding +1’s) push the branch and the tag to Apache git:</p>
 <div class='highlight'><pre><code class='console'><span class='go'>git push origin build/wicket-$NEWVERSION:refs/heads/build/wicket-$NEWVERSION</span>
 <span class='go'>git push -tags origin</span>
-</code></pre>
-</div>
-<p>You only need to do them if you haven&#8217;t done so yet.</p>
+</code></pre></div>
+<p>You only need to do them if you haven’t done so yet.</p>
 
-<p>See also <a href='#nexus'>managing nexus</a> for the steps needed to publish the artifacts to Maven Central. And don&#8217;t forget to announce the release!</p>
+<p>See also <a href="#nexus">managing nexus</a> for the steps needed to publish the artifacts to Maven Central. And don’t forget to announce the release!</p>
 
-<h2 id='release-14'>Releasing Apache Wicket 1.4.x+</h2>
+<h2 id="release-14">Releasing Apache Wicket 1.4.x+</h2>
 
-<h3 id='building_the_release'>Building the Release</h3>
+<h3 id="building_the_release_2">Building the Release</h3>
 
-<h4 id='preparing'>Preparing</h4>
+<h4 id="preparing_2">Preparing</h4>
 
 <ul>
 <li>Ask the dev@ mailing list if there are any issues that still need to be in the release (looking at JIRA is a good start)</li>
 
-<li><a href='https://issues.apache.org/jira/plugins/servlet/project-config/WICKET/versions'>Release</a> the version in JIRA</li>
+<li><a href="https://issues.apache.org/jira/plugins/servlet/project-config/WICKET/versions">Release</a> the version in JIRA</li>
 
-<li>Assuming there are none, and you are now in build mode, update the CHANGELOG-x.y file (you can use JIRA for this list: go to &#8220;releases&#8221;, and under &#8220;unreleased&#8221;, next to your version, there&#8217;s a release notes link)</li>
+<li>Assuming there are none, and you are now in build mode, update the CHANGELOG-x.y file (you can use JIRA for this list: go to “releases”, and under “unreleased”, next to your version, there’s a release notes link)</li>
 </ul>
 
 <p>Make sure your <code>~/.m2/settings.xml</code> contains the following definition</p>
@@ -401,12 +385,11 @@
 <span class='go'>        &lt;/server&gt;</span>
 <span class='go'>&lt;/servers&gt;</span>
 <span class='go'>&lt;/settings&gt;</span>
-</code></pre>
-</div>
+</code></pre></div>
 <ul>
-<li>Make sure you have a GnuPG key which is added to <a href='https://svn.apache.org/repos/asf/wicket/common/KEYS'>KEYS</a>. Read the header of KEYS file to see how to add it.</li>
+<li>Make sure you have a GnuPG key which is added to <a href="https://svn.apache.org/repos/asf/wicket/common/KEYS">KEYS</a>. Read the header of KEYS file to see how to add it.</li>
 
-<li>Copy release-igor.sh script and modify any commands which don&#8217;t match your environment (e.g. mvn5)</li>
+<li>Copy release-igor.sh script and modify any commands which don’t match your environment (e.g. mvn5)</li>
 
 <li>Run ./release-mine.sh and enter the required input (new version, gpg passphrase, etc.). The script will create the build branch in Git, will upload the artifacts at Apache Nexus Staging repository and will copy the assemblies to your people.apache.org account.</li>
 
@@ -420,10 +403,9 @@
 <span class='go'>mkdir /www/www.apache.org/dist/wicket/x.y.z</span>
 <span class='go'>mv ~/public_html/wicket-x.y.z/dist/* /www/www.apache.org/dist/wicket/x.y.z</span>
 <span class='go'>chown -R :wicket /www/www.apache.org/dist/wicket/x.y.z</span>
-</code></pre>
-</div>
+</code></pre></div>
 <ul>
-<li>Login to <a href='https://repository.apache.org'>Apache Nexus Staging repo</a>, select the closed repository and click <strong>Release</strong>. It will be accessible immediately through the apache release repo and then within 1-2 hours through maven central.</li>
+<li>Login to <a href="https://repository.apache.org">Apache Nexus Staging repo</a>, select the closed repository and click <strong>Release</strong>. It will be accessible immediately through the apache release repo and then within 1-2 hours through maven central.</li>
 
 <li>If the release is voted down you can <strong>Drop</strong> the staged release and then restage later after incorporating the necessary changes.</li>
 
@@ -432,21 +414,20 @@
 <div class='highlight'><pre><code class='console'><span class='go'>git checkout build/wicket-x.y.z</span>
 <span class='go'>git tag release/wicket-x.y.z</span>
 <span class='go'>git push --tags</span>
-</code></pre>
-</div>
+</code></pre></div>
 <ul>
 <li>Wait until repo1.maven.org has picked up the release artifacts.</li>
 
 <li>Wait 24 hours until mirrors picked up release artifacts</li>
 
-<li>Announce (see <a href='#announcing'>below</a>)</li>
+<li>Announce (see <a href="#announcing">below</a>)</li>
 </ul>
 
-<h2 id='nexus'>Staging Releases using the Apache Nexus Staging Repository</h2>
+<h2 id="nexus">Staging Releases using the Apache Nexus Staging Repository</h2>
 
-<p>The key to stage and manage repositories on <a href='https://repository.apache.org'>Apache Nexus Staging repo</a> are your Apache Commiter credentials.</p>
+<p>The key to stage and manage repositories on <a href="https://repository.apache.org">Apache Nexus Staging repo</a> are your Apache Commiter credentials.</p>
 
-<h3 id='staging_artifacts'>Staging Artifacts</h3>
+<h3 id="staging_artifacts">Staging Artifacts</h3>
 
 <p><strong>Note</strong>: The steps below are part of release-igor.sh script!</p>
 
@@ -467,13 +448,12 @@
 <span class='go'>        &lt;/server&gt;</span>
 <span class='go'>&lt;/servers&gt;</span>
 <span class='go'>&lt;/settings&gt;</span>
-</code></pre>
-</div>
-<p>This works if you can deploy artifacts into the repository.apache.org properly (i.e. you don&#8217;t see failures mentioning 401 errors).</p>
+</code></pre></div>
+<p>This works if you can deploy artifacts into the repository.apache.org properly (i.e. you don’t see failures mentioning 401 errors).</p>
 
-<h3 id='managing_staged_artifacts'>Managing Staged Artifacts</h3>
+<h3 id="managing_staged_artifacts">Managing Staged Artifacts</h3>
 
-<p>By logging in with your Apache committer credentials to <a href='https://repository.apache.org'>Apache Nexus Staging repo</a> you can access the management interface for the staged artifacts.</p>
+<p>By logging in with your Apache committer credentials to <a href="https://repository.apache.org">Apache Nexus Staging repo</a> you can access the management interface for the staged artifacts.</p>
 
 <p>The interface will allow you to:</p>
 
@@ -487,18 +467,17 @@
 <li>Drop open and closed staging repositories.</li>
 </ul>
 
-<p>More information is available at: <a href='http://www.apache.org/dev/publishing-maven-artifacts.html#staging-maven'>Publishing Maven Artifacts</a></p>
+<p>More information is available at: <a href="http://www.apache.org/dev/publishing-maven-artifacts.html#staging-maven">Publishing Maven Artifacts</a></p>
 
-<h2 id='announcing'>Announcing the release</h2>
+<h2 id="announcing">Announcing the release</h2>
 
 <p>Edit the _config.yaml file. This file contains a site wide configuration section specific to Wicket:</p>
 <div class='highlight'><pre><code class='yaml'><span class='l-Scalar-Plain'>wicket</span><span class='p-Indicator'>:</span>
     <span class='l-Scalar-Plain'>version</span><span class='p-Indicator'>:</span>    <span class='l-Scalar-Plain'>1.4.10</span>
     <span class='l-Scalar-Plain'>released</span><span class='p-Indicator'>:</span>   <span class='l-Scalar-Plain'>2010-08-11</span>
     <span class='l-Scalar-Plain'>versions</span><span class='p-Indicator'>:</span>   <span class='p-Indicator'>[</span><span class='nv'>1.3.7</span><span class='p-Indicator'>,</span> <span class='nv'>1.3-SNAPSHOT</span><span class='p-Indicator'>,</span> <span class='nv'>1.4.9</span><span class='p-Indicator'>,</span> <span class='nv'>1.4.10</span><span class='p-Indicator'>,</span> <span class='nv'>1.4-SNAPSHOT</span><span class='p-Indicator'>,</span> <span class='nv'>1.5-M1</span><span class='p-Indicator'>,</span> <span class='nv'>1.5-SNAPSHOT</span><span class='p-Indicator'>]</span>
-</code></pre>
-</div>
-<p>You&#8217;ll need to edit this part: modify the version, update the released date, and add the new version to the versions list (remove any stale releases, typically just leave the previous release as well).</p>
+</code></pre></div>
+<p>You’ll need to edit this part: modify the version, update the released date, and add the new version to the versions list (remove any stale releases, typically just leave the previous release as well).</p>
 
 <ul>
 <li>Write an announcement in the _posts directory</li>
@@ -510,10 +489,10 @@
 <li>Misc. websites like javalobby, serverside, onjava etc.</li>
 </ul>
 
-<h2 id='additional'>Additional tasks</h2>
+<h2 id="additional">Additional tasks</h2>
 
 <ul>
-<li>Commit the JavaDocs to <a href='https://svn.apache.org/repos/asf/wicket/common/site/apidocs/1.4'>https://svn.apache.org/repos/asf/wicket/common/site/apidocs/1.4</a> svnpubsub will push this directly to our website. (example script below)</li>
+<li>Commit the JavaDocs to <a href="https://svn.apache.org/repos/asf/wicket/common/site/apidocs/1.4">https://svn.apache.org/repos/asf/wicket/common/site/apidocs/1.4</a> svnpubsub will push this directly to our website. (example script below)</li>
 </ul>
 <div class='highlight'><pre><code class='console'><span class='gp'>#</span> <span class='k'>do </span>this in your locally-checked-out release branch <span class='o'>(</span>i.e. svn.../releases/wicket-1.4.13<span class='o'>)</span>
 <span class='go'>mvn javadoc:aggregate</span>
@@ -523,8 +502,7 @@
 <span class='gp'>#</span> call <span class='s2'>&quot;svn add&quot;</span> <span class='k'>for </span>files that are new <span class='o'>(</span>there<span class='err'>&#39;</span>s probably an easier way to <span class='k'>do </span>this<span class='o'>)</span>
 <span class='go'>svn stat | grep -e &#39;^?&#39; | sed &#39;s/\?\W*//&#39; | xargs svn add</span>
 <span class='go'>svn commit -m &quot;changes to update javadocs to latest release&quot;</span>
-</code></pre>
-</div>
+</code></pre></div>
 		</div>
         <div id="clearer"></div>
 		<div id="footer"><span>

Modified: wicket/common/site/trunk/_site/contribute/write.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/contribute/write.html?rev=1611901&r1=1611900&r2=1611901&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/contribute/write.html (original)
+++ wicket/common/site/trunk/_site/contribute/write.html Sat Jul 19 12:14:02 2014
@@ -187,84 +187,79 @@
 
 		<div id="contentbody">
 			<h1>Write documentation</h1>
-			<p>We use <a href='http://github.com/mojombo/jekyll'>Jekyll</a> for writing our documentation on our main website. Publishing new content is as simple as regenerating the site and committing the changed files.</p>
+			<p>We use <a href="http://github.com/mojombo/jekyll">Jekyll</a> for writing our documentation on our main website. Publishing new content is as simple as regenerating the site and committing the changed files.</p>
 
-<h2 id='contents'>Contents</h2>
+<h2 id="contents">Contents</h2>
 
 <ul>
-<li><a href='#introduction'>Introduction</a></li>
+<li><a href="#introduction">Introduction</a></li>
 
-<li><a href='#install'>Install Jekyll</a></li>
+<li><a href="#install">Install Jekyll</a></li>
 
-<li><a href='#checkout'>Check out from SVN</a></li>
+<li><a href="#checkout">Check out from SVN</a></li>
 
-<li><a href='#run'>Run the site</a></li>
+<li><a href="#run">Run the site</a></li>
 
-<li><a href='#write'>Write some documentation</a></li>
+<li><a href="#write">Write some documentation</a></li>
 
-<li><a href='#update'>Update the site</a></li>
+<li><a href="#update">Update the site</a></li>
 </ul>
 
-<h2 id='introduction'>Introduction</h2>
+<h2 id="introduction">Introduction</h2>
 
 <p>The site is split into two parts: static content and the official Apache Wicket blog. The static content contains all the documentation that is more static (such as mailing lists, downloads, examples). The blog includes release announcements, adding new committers and other important Wicket related news.</p>
 
-<h2 id='install'>Install Jekyll</h2>
+<h2 id="install">Install Jekyll</h2>
 
-<p>Follow the instructions available on the <a href='http://github.com/mojombo/jekyll'>Jekyll website</a>. Basically it boils down to:</p>
+<p>Follow the instructions available on the <a href="http://github.com/mojombo/jekyll">Jekyll website</a>. Basically it boils down to:</p>
 <div class='highlight'><pre><code class='console'><span class='go'>gem install jekyll</span>
-</code></pre>
-</div>
+</code></pre></div>
 <p>You also need to install the Pygments Python module.</p>
 
-<h2 id='checkout'>Check out from SVN</h2>
+<h2 id="checkout">Check out from SVN</h2>
 
 <p>Before you can edit the site, you need to check it out from SVN:</p>
 <div class='highlight'><pre><code class='console'><span class='go'>svn co https://svn.apache.org/repos/asf/wicket/common/site/trunk wicket-site</span>
-</code></pre>
-</div>
-<h2 id='generate'>Generating the site</h2>
+</code></pre></div>
+<h2 id="generate">Generating the site</h2>
 
 <p>You can regenerate the site in the checked out directory:</p>
 <div class='highlight'><pre><code class='console'><span class='go'>./regenerate.sh</span>
-</code></pre>
-</div>
+</code></pre></div>
 <p>Note that this script restores Subversion (<code>.svn</code>) subfolders inside <code>_site</code>, which are erased when Jekyll is generating the content.</p>
 
-<h2 id='run'>Run the site</h2>
+<h2 id="run">Run the site</h2>
 
 <p>You can run the website and edit it live:</p>
 <div class='highlight'><pre><code class='console'><span class='go'>./liveedit.sh</span>
-</code></pre>
-</div>
+</code></pre></div>
 <p>This not only runs the server, but watches for modifications and regenerates any modified files.</p>
 
-<p>You can check out the website running at <a href='http://localhost:4000'>localhost, port 4000</a>.</p>
+<p>You can check out the website running at <a href="http://localhost:4000">localhost, port 4000</a>.</p>
 
-<h2 id='write'>Write some documentation</h2>
+<h2 id="write">Write some documentation</h2>
 
 <p>Jekyll can render HTML from markdown syntax and textile syntax. <strong>For our site we use markdown</strong>.</p>
 
-<h3 id='page_template'>Page template</h3>
+<h3 id="page_template">Page template</h3>
 
-<p>Each page needs to have a YAML preamble that specifies the rendered template and other variables. If it doesn&#8217;t include the YAML preamble, it won&#8217;t be rendered correctly.</p>
+<p>Each page needs to have a YAML preamble that specifies the rendered template and other variables. If it doesn’t include the YAML preamble, it won’t be rendered correctly.</p>
 
 <p>Example preamble (includes the <code>---</code>):</p>
 <div class='highlight'><pre><code class='yaml'><span class='nn'>---</span>
 <span class='l-Scalar-Plain'>layout</span><span class='p-Indicator'>:</span> <span class='l-Scalar-Plain'>default</span>
 <span class='l-Scalar-Plain'>title</span><span class='p-Indicator'>:</span> <span class='l-Scalar-Plain'>Write documentation</span>
 <span class='nn'>---</span>
-</code></pre>
-</div>
-<h3 id='syntax_highlighting'>Syntax highlighting</h3>
+</code></pre></div>
+<h3 id="syntax_highlighting">Syntax highlighting</h3>
 
 <p>If you have a need to render code in your templates and have it syntax highlighted, surround the code with {\% highlight java \%} (substitute java with the language you want highlighted.)</p>
 
-<h3 id='menu'>Menu</h3>
+<h3 id="menu">Menu</h3>
 
 <p>If you want your page linked from every page, include the link in <code>_includes/navigation.html</code>.</p>
 
-<h3 id='blog_posts'>Blog posts</h3>
+<h3 id="blog_posts">Blog posts</h3>
 
 <p>For news items such as release announcements, new committers and other happenings, it is appriorate to create a blog post. The blog post is automatically added to the front page and the RSS feed.</p>
 
@@ -273,11 +268,10 @@
 <span class='l-Scalar-Plain'>layout</span><span class='p-Indicator'>:</span> <span class='l-Scalar-Plain'>post</span>
 <span class='l-Scalar-Plain'>title</span><span class='p-Indicator'>:</span> <span class='l-Scalar-Plain'>Wicket 1.4.7 released</span>
 <span class='nn'>---</span>
-</code></pre>
-</div>
-<h2 id='update'>Update the site</h2>
+</code></pre></div>
+<h2 id="update">Update the site</h2>
 
-<p>When you&#8217;re done with making your changes, please check the following:</p>
+<p>When you’re done with making your changes, please check the following:</p>
 
 <ul>
 <li>Do the modified files contain only those changes that you actually want to publish? (Use <code>svn diff</code> to check)</li>
@@ -285,7 +279,7 @@
 <li>Did you restart Jekyll to generate the site?</li>
 </ul>
 
-<p>If these things are OK, you can either <a href='patch.html'>generate a patch</a> when you&#8217;re not a committer, or just commit the changes. In the latter case, the modifications are pushed immediately to the site and are live within a minute.</p>
+<p>If these things are OK, you can either <a href="patch.html">generate a patch</a> when you’re not a committer, or just commit the changes. In the latter case, the modifications are pushed immediately to the site and are live within a minute.</p>
 		</div>
         <div id="clearer"></div>
 		<div id="footer"><span>

Modified: wicket/common/site/trunk/_site/dtds.data/index.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/dtds.data/index.html?rev=1611901&r1=1611900&r2=1611901&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/dtds.data/index.html (original)
+++ wicket/common/site/trunk/_site/dtds.data/index.html Sat Jul 19 12:14:02 2014
@@ -192,11 +192,11 @@
 <p>These definitions are not used by Wicket for its internal working but you can use them in your HTML/XML editor to simplify the development of your pages/panels markup.</p>
 
 <ul>
-<li><a href='wicket-xhtml1.3-strict.dtd'>Wicket 1.3 DTD</a></li>
+<li><a href="wicket-xhtml1.3-strict.dtd">Wicket 1.3 DTD</a></li>
 
-<li><a href='wicket-xhtml1.4-strict.dtd'>Wicket 1.4 DTD</a></li>
+<li><a href="wicket-xhtml1.4-strict.dtd">Wicket 1.4 DTD</a></li>
 
-<li><a href='http://git-wip-us.apache.org/repos/asf/wicket/repo?p=wicket.git;a=blob_plain;f=wicket-core/src/main/resources/META-INF/wicket-1.5.xsd;hb=master'>Wicket 1.5 XSD</a></li>
+<li><a href="http://git-wip-us.apache.org/repos/asf/wicket/repo?p=wicket.git;a=blob_plain;f=wicket-core/src/main/resources/META-INF/wicket-1.5.xsd;hb=master">Wicket 1.5 XSD</a></li>
 </ul>
 		</div>
         <div id="clearer"></div>

Modified: wicket/common/site/trunk/_site/help/email.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/help/email.html?rev=1611901&r1=1611900&r2=1611901&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/help/email.html (original)
+++ wicket/common/site/trunk/_site/help/email.html Sat Jul 19 12:14:02 2014
@@ -192,14 +192,14 @@
 <ul>
 <li>The <strong>announcements</strong> mailing list for announcing new releases and other important Wicket news.</li>
 
-<li>The <strong>users</strong> mailing list for developers working with Wicket&emdash;that would be if you&#8217;re using Wicket or are interested in using it</li>
+<li>The <strong>users</strong> mailing list for developers working with Wicket&emdash;that would be if you’re using Wicket or are interested in using it</li>
 
 <li>The <strong>dev</strong> mailing list for talking about development of Wicket itself. If you doubt that your message belongs on this list, use the <strong>users</strong> list.</li>
 
 <li>There’s also a <strong>commits</strong> mailing list for following SVN commits and JIRA issues.</li>
 </ul>
 
-<h2 id='subscribing_and_unsubscribing'>Subscribing and unsubscribing</h2>
+<h2 id="subscribing_and_unsubscribing">Subscribing and unsubscribing</h2>
 <table>
 	<tr>
 		<td>Announcements list</td>
@@ -238,9 +238,9 @@
 		<td><a href='mailto:commits-help@wicket.apache.org?subject=Help for Apache Wicket commits list'>Help</a></td>
 	</tr>
 </table>
-<h2 id='report_a_security_issue'>Report a security issue</h2>
+<h2 id="report_a_security_issue">Report a security issue</h2>
 
-<p>If you have a security issue to report, please contact the <a href='mailto:private@wicket.apache.org?Security'>Wicket PMC</a>.</p>
+<p>If you have a security issue to report, please contact the <a href="mailto:private@wicket.apache.org?Security">Wicket PMC</a>.</p>
 		</div>
         <div id="clearer"></div>
 		<div id="footer"><span>

Modified: wicket/common/site/trunk/_site/help/index.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/help/index.html?rev=1611901&r1=1611900&r2=1611901&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/help/index.html (original)
+++ wicket/common/site/trunk/_site/help/index.html Sat Jul 19 12:14:02 2014
@@ -195,21 +195,21 @@
 <li>Commercial Support</li>
 </ol>
 
-<h2 id='support_from_the_apache_wicket_open_source_project'>Support From the Apache Wicket Open Source Project</h2>
+<h2 id="support_from_the_apache_wicket_open_source_project">Support From the Apache Wicket Open Source Project</h2>
 
 <p>If you are experiencing problems using Wicket please report your problem via the Issue Tracker. You may also find it useful to discuss your issues with the community on one of the Mailing Lists. Below are some resources to check before asking for help:</p>
 
 <ul>
-<li><a href='email.html'>Mailing Lists</a></li>
+<li><a href="email.html">Mailing Lists</a></li>
 
-<li><a href='https://issues.apache.org/jira/browse/WICKET'>Issue Tracker</a></li>
+<li><a href="https://issues.apache.org/jira/browse/WICKET">Issue Tracker</a></li>
 
-<li><a href='irc://irc.freenode.net/%23%23wicket'>IRC</a></li>
+<li><a href="irc://irc.freenode.net/%23%23wicket">IRC</a></li>
 </ul>
 
-<p>Before asking for help with your issue, it&#8217;s a very good idea to search for your issue in the mailing list archives and the FAQ. The majority of issues can be solved in this manner without having to send an email to the mailing list. If you don&#8217;t find an answer, use the guidelines below when writing the e-mail.</p>
+<p>Before asking for help with your issue, it’s a very good idea to search for your issue in the mailing list archives and the FAQ. The majority of issues can be solved in this manner without having to send an email to the mailing list. If you don’t find an answer, use the guidelines below when writing the e-mail.</p>
 
-<h3 id='how_to_get_help'>How to Get Help</h3>
+<h3 id="how_to_get_help">How to Get Help</h3>
 
 <p>Whenever you are reporting a problem, please be sure to include as much information as possible; the more we know, the better the chance of a quicker resolution.</p>
 
@@ -225,21 +225,21 @@
 <li>log output can be useful too; sometimes enabling DEBUG logging can help your code &amp; configuration files are often useful</li>
 </ul>
 
-<h3 id='how_to_get_help_faster'>How to get help faster</h3>
+<h3 id="how_to_get_help_faster">How to get help faster</h3>
 
 <p>We can help you much quicker if you try the following</p>
 
 <ul>
-<li>provide us with a JUnit test case that demonstrates your issue. e.g. if you think you&#8217;ve found a bug, can you create a test case to demonstrate the bug?</li>
+<li>provide us with a JUnit test case that demonstrates your issue. e.g. if you think you’ve found a bug, can you create a test case to demonstrate the bug?</li>
 
 <li>submit a patch fixing the bug! (We also buy you beer when we meet you if you submit bug fixes for memory leaks or performance related issues, if you can run a profiler on your test case and attach the output as a file (or zipped file if its huge) to the JIRA we can normally fix things much faster. e.g. run JProfiler or YourKit on your code and send us the output. To find memory leaks its quicker to resolve if you can tell us what classes are taking up all of the RAM; we can normally figure out whats wrong from that.</li>
 </ul>
 
-<h2 id='commercial_support'>Commercial Support</h2>
+<h2 id="commercial_support">Commercial Support</h2>
 
-<p>The list of companies found at <a href='https://cwiki.apache.org/confluence/display/WICKET/Companies+that+provide+services'>this wiki page</a> provide commercial services for Wicket which ranges from training courses, consultancy and even project development.</p>
+<p>The list of companies found at <a href="https://cwiki.apache.org/confluence/display/WICKET/Companies+that+provide+services">this wiki page</a> provide commercial services for Wicket which ranges from training courses, consultancy and even project development.</p>
 
-<p>Being mentioned here is not an indication of official &#8220;endorsement&#8221; by the Apache Software Foundation, but is instead provided as a public service. This list is in no way a complete listing of the many organizations providing either free or for cost support for ASF projects. If you would like to be added to this list, or removed, sign up for the wiki and add yourself to the list.</p>
+<p>Being mentioned here is not an indication of official “endorsement” by the Apache Software Foundation, but is instead provided as a public service. This list is in no way a complete listing of the many organizations providing either free or for cost support for ASF projects. If you would like to be added to this list, or removed, sign up for the wiki and add yourself to the list.</p>
 		</div>
         <div id="clearer"></div>
 		<div id="footer"><span>

Modified: wicket/common/site/trunk/_site/help/reportabug.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/help/reportabug.html?rev=1611901&r1=1611900&r2=1611901&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/help/reportabug.html (original)
+++ wicket/common/site/trunk/_site/help/reportabug.html Sat Jul 19 12:14:02 2014
@@ -187,39 +187,39 @@
 
 		<div id="contentbody">
 			<h1>Report a bug</h1>
-			<p>Wicket manages bug reports via the <a href='http://issues.apache.org/jira/browse/WICKET'>Apache Jira site</a></p>
+			<p>Wicket manages bug reports via the <a href="http://issues.apache.org/jira/browse/WICKET">Apache Jira site</a></p>
 
-<p>It requires you to register with the site, to avoid spamming, and attribute credit where its due. It&#8217;s relatively painless. Much harder is writing a clear and concise bug report.</p>
+<p>It requires you to register with the site, to avoid spamming, and attribute credit where its due. It’s relatively painless. Much harder is writing a clear and concise bug report.</p>
 
 <p>Etiquette for a bug report is:</p>
 
 <ol>
-<li><strong>Always search for an existing bug report about the issue before adding your own.</strong> This can be tricky, but several duplicate bug reports just cause an administration headache for developers. If in doubt you can always post the details of the bug to the <a href='email.html'>mailing list</a>, and wait to be asked to submit a bug report by a dev. But the jira search functionality is pretty good, so do have go.</li>
+<li><strong>Always search for an existing bug report about the issue before adding your own.</strong> This can be tricky, but several duplicate bug reports just cause an administration headache for developers. If in doubt you can always post the details of the bug to the <a href="email.html">mailing list</a>, and wait to be asked to submit a bug report by a dev. But the jira search functionality is pretty good, so do have go.</li>
 
 <li><strong>Be clear and concise in your language.</strong> Wording a short but useful summary, with a description that contains all the steps leading up to the error plus any extra circumstantial evidence, is not always easy, but its vital to getting the issue resolved, and really valuable.</li>
 
 <li><strong>Watch the bug.</strong> The developers may ask you for more information via the issue comments, so its good practices to check in on the issue whilst its still open.</li>
 
-<li><strong>Don&#8217;t be shy of maintaining the issue.</strong> If you find its a duplicate of some other issue that was reported before yours, then mark it as a duplicate, and watch the original. If you get more info on the bug, add it as a comment. If it doesnt get noticed by a dev, try submitting a quickstart or better still a patch. Ask for it to be reviewed via the mailing list.</li>
+<li><strong>Don’t be shy of maintaining the issue.</strong> If you find its a duplicate of some other issue that was reported before yours, then mark it as a duplicate, and watch the original. If you get more info on the bug, add it as a comment. If it doesnt get noticed by a dev, try submitting a quickstart or better still a patch. Ask for it to be reviewed via the mailing list.</li>
 </ol>
 
-<p>You will be rewarded with <a href='https://issues.apache.org/jira/secure/ConfigureReport.jspa?versionId=-1&amp;issueStatus=all&amp;selectedProjectId=12310561&amp;reportKey=com.sourcelabs.jira.plugin.report.contributions%3Acontributionreport&amp;Next=Next'>subtle kudos</a> and the bug is much more likely to be fixed promptly.</p>
+<p>You will be rewarded with <a href="https://issues.apache.org/jira/secure/ConfigureReport.jspa?versionId=-1&issueStatus=all&selectedProjectId=12310561&reportKey=com.sourcelabs.jira.plugin.report.contributions%3Acontributionreport&Next=Next">subtle kudos</a> and the bug is much more likely to be fixed promptly.</p>
 
-<h2 id='build_a_quickstart'>Build a Quickstart</h2>
+<h2 id="build_a_quickstart">Build a Quickstart</h2>
 
-<p>See <a href='/start/quickstart.html'>getting started</a> for a good introduction to building a barebone Wicket project from one command. There is even a tool to let you customise the command for your project.</p>
+<p>See <a href="/start/quickstart.html">getting started</a> for a good introduction to building a barebone Wicket project from one command. There is even a tool to let you customise the command for your project.</p>
 
-<p>Or you can watch Al Maw&#8217;s excellent <a href='http://herebebeasties.com/2007-10-07/wicket-quickstart'>screencast</a> covering the whole process of installing and running Maven, and getting your Eclipse workspace set up.</p>
+<p>Or you can watch Al Maw’s excellent <a href="http://herebebeasties.com/2007-10-07/wicket-quickstart">screencast</a> covering the whole process of installing and running Maven, and getting your Eclipse workspace set up.</p>
 
 <p>The Maven command provided there is the quickest way to get a working Wicket project that you can use to clearly demonstrate a bug.</p>
 
 <p>Once you have an example that shows the minimum conditions under which the issue occurs, then you can zip up the project and attach it to the relevant issue.</p>
 
-<p>When a Wicket dev <a href='https://issues.apache.org/jira/browse/WICKET-497?focusedCommentId=12521870&amp;page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#action_12521870'>asks you to submit a quickstart</a>, that is what they mean.</p>
+<p>When a Wicket dev <a href="https://issues.apache.org/jira/browse/WICKET-497?focusedCommentId=12521870&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#action_12521870">asks you to submit a quickstart</a>, that is what they mean.</p>
 
-<p>That is far more useful than posting reams of your application code and telling everyone it doesn&#8217;t work. The former will help diagnose the problem, the latter will mainly get you abused on the mailing list.</p>
+<p>That is far more useful than posting reams of your application code and telling everyone it doesn’t work. The former will help diagnose the problem, the latter will mainly get you abused on the mailing list.</p>
 
-<h2 id='submit_a_patch'>Submit a patch</h2>
+<h2 id="submit_a_patch">Submit a patch</h2>
 
 <p>This is the most involved, but the most rewarding route ;-). In a nutshell this involves:</p>
 
@@ -233,25 +233,25 @@
 <li>Submitting your fix as a Subversion patch file.</li>
 </ul>
 
-<p>This guide will outline how to do it with Eclipse + Subclipse + m2eclipse. If you prefer the command line, then start here: <a href='/contribute/build.html'>building from source</a> If you can provide a walk through for your IDE of choice then please do add it.</p>
+<p>This guide will outline how to do it with Eclipse + Subclipse + m2eclipse. If you prefer the command line, then start here: <a href="/contribute/build.html">building from source</a> If you can provide a walk through for your IDE of choice then please do add it.</p>
 
-<h3 id='setting_up'>Setting up</h3>
+<h3 id="setting_up">Setting up</h3>
 
 <p>Using an Eclipse 3.4.x flavour of your choice add install the following plugins</p>
 
 <ul>
-<li><a href='http://subclipse.tigris.org/'>Subclipse for accessing Subversion</a> - Eclipse update site URL http://subclipse.tigris.org/update_1.6.x</li>
+<li><a href="http://subclipse.tigris.org/">Subclipse for accessing Subversion</a> - Eclipse update site URL http://subclipse.tigris.org/update_1.6.x</li>
 
-<li><a href='http://m2eclipse.sonatype.org/'>m2eclipse for maven support</a> - Eclipse update site: http://m2eclipse.sonatype.org/update/</li>
+<li><a href="http://m2eclipse.sonatype.org/">m2eclipse for maven support</a> - Eclipse update site: http://m2eclipse.sonatype.org/update/</li>
 </ul>
 
-<p>I usually install the entire Subclipse plugin, and all of m2eclipse except the Project configurators unless I am using a J2EE version of Eclipse. I had a spurious error when adding the m2eclipse update site, &#8220;No repository found at http://www.md.pp.ru/~eu/12/&#8221; but it didn&#8217;t cause any problems with the install.</p>
+<p>I usually install the entire Subclipse plugin, and all of m2eclipse except the Project configurators unless I am using a J2EE version of Eclipse. I had a spurious error when adding the m2eclipse update site, “No repository found at http://www.md.pp.ru/~eu/12/” but it didn’t cause any problems with the install.</p>
 
-<h3 id='checking_out_wicket_from_subversion'>Checking out Wicket from Subversion</h3>
+<h3 id="checking_out_wicket_from_subversion">Checking out Wicket from Subversion</h3>
 
 <ul>
 <li>
-<p><strong>Add the Wicket Subversion repository</strong> - Navigate to Window &gt; Show Perspective &gt; Other&#8230; &gt; SVN Repository Exploring (eclipse uses the term perspective to mean a collection of views, and a view is one single panel with some specific function like the navigator view or the editor view) In the SVN Repositories tab on the left, right click &gt; New &gt; Repository Location&#8230; and paste in the repository url: http://svn.apache.org/repos/asf/wicket</p>
+<p><strong>Add the Wicket Subversion repository</strong> - Navigate to Window &gt; Show Perspective &gt; Other… &gt; SVN Repository Exploring (eclipse uses the term perspective to mean a collection of views, and a view is one single panel with some specific function like the navigator view or the editor view) In the SVN Repositories tab on the left, right click &gt; New &gt; Repository Location… and paste in the repository url: http://svn.apache.org/repos/asf/wicket</p>
 </li>
 
 <li>
@@ -265,11 +265,11 @@
 </li>
 
 <li>
-<p><strong>Building Wicket</strong> - All that waiting wasn&#8217;t in vain, as you should now have a fully checked out, dependency managed, built, possibly working, Wicket code base.</p>
+<p><strong>Building Wicket</strong> - All that waiting wasn’t in vain, as you should now have a fully checked out, dependency managed, built, possibly working, Wicket code base.</p>
 </li>
 </ul>
 
-<h3 id='kick_the_tires'>Kick the tires</h3>
+<h3 id="kick_the_tires">Kick the tires</h3>
 
 <ul>
 <li>Create a Quickstart via the wicket-archetype-quickstart</li>
@@ -278,7 +278,7 @@
 
 <li>Set version element to the same value as the one found in the Wicket project pom.xml (e.g. 1.4-SNAPSHOT)</li>
 
-<li>The plugin should automagically resolve the quickstart&#8217;s Wicket dependency from the project rather than a .jar</li>
+<li>The plugin should automagically resolve the quickstart’s Wicket dependency from the project rather than a .jar</li>
 
 <li>Find WicketApplication.java</li>
 
@@ -287,29 +287,33 @@
 <li>If all is well, you should be taken to the Wicket project .java version of WebApplication rather than a .class file from a .jar</li>
 </ul>
 
-<h3 id='proving_a_bug_exists'>Proving a bug exists</h3>
+<h3 id="proving_a_bug_exists">Proving a bug exists</h3>
 
 <ul>
 <li><strong>Writing a unit test with WicketTester</strong></li>
 </ul>
 
-<h3 id='submitting_a_patch'>Submitting a patch</h3>
+<h3 id="submitting_a_patch">Submitting a patch</h3>
 
 <ul>
 <li>
-<p><strong>Extract your changeset into a patch file</strong> - As we don&#8217;t all have commit access to the svn repository, we need some other way of getting our changes to the developers. This is done by making an svn patch file, essentially a plain text diff, with some subversion specific formatting. With the Subclipse plug-in creating a patch file is as simple as:</p>
+<p><strong>Extract your changeset into a patch file</strong> - As we don’t all have commit access to the svn repository, we need some other way of getting our changes to the developers. This is done by making an svn patch file, essentially a plain text diff, with some subversion specific formatting. With the Subclipse plug-in creating a patch file is as simple as:</p>
 
 <ol>
 <li>Right click on the project root (e.g. wicket)</li>
 
 <li>
-<p>Team &gt; Create Patch&#8230;</p>
+<blockquote>
+<p>Team &gt; Create Patch</p>
+</blockquote>
 </li>
 
-<li>Save In File System (and provide a filename, of the form <strong>WICKET-&#60;bug id number&gt;-fix.patch</strong>)</li>
+<li>Save In File System (and provide a filename, of the form <strong>WICKET-&lt;bug id number&gt;-fix.patch</strong>)</li>
 
 <li>
+<blockquote>
 <p>Next &gt;</p>
+</blockquote>
 </li>
 
 <li>Patch Root: Project</li>

Modified: wicket/common/site/trunk/_site/index.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/index.html?rev=1611901&r1=1611900&r2=1611901&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/index.html (original)
+++ wicket/common/site/trunk/_site/index.html Sat Jul 19 12:14:02 2014
@@ -190,24 +190,24 @@
 			<p>With proper mark-up/logic separation, a POJO data model, and a refreshing lack of XML, Apache Wicket makes developing web-apps simple and enjoyable again. Swap the boilerplate, complex debugging and brittle code for powerful, reusable components written with plain Java and HTML.</p>
 
 <ul>
-<li>Check the <a href='meet/features.html'>feature list</a></li>
+<li>Check the <a href="meet/features.html">feature list</a></li>
 
-<li>Read some <a href='meet/buzz.html'>Wicket buzz</a>, some <a href='meet/blogs.html'>Wicket blogs</a></li>
+<li>Read some <a href="meet/buzz.html">Wicket buzz</a>, some <a href="meet/blogs.html">Wicket blogs</a></li>
 
-<li>Find out why you should <a href='meet/introduction.html'>use Wicket</a></li>
+<li>Find out why you should <a href="meet/introduction.html">use Wicket</a></li>
 
-<li>Check out some selected <a href='learn/examples'>examples in detail</a> or see them and many more in <a href='http://www.wicket-library.com/wicket-examples/'>live action</a></li>
+<li>Check out some selected <a href="learn/examples">examples in detail</a> or see them and many more in <a href="http://www.wicket-library.com/wicket-examples/">live action</a></li>
 
-<li>Take a look at our live <a href='http://www.wicket-library.com/wicket-examples/compref/'>component reference</a></li>
+<li>Take a look at our live <a href="http://www.wicket-library.com/wicket-examples/compref/">component reference</a></li>
 
-<li>Go and <a href='start/download.html'>download Wicket</a></li>
+<li>Go and <a href="start/download.html">download Wicket</a></li>
 
-<li>See what <a href='learn/projects'>extras are available</a></li>
+<li>See what <a href="learn/projects">extras are available</a></li>
 </ul>
 
-<p>Wicket is released under the <a href='http://www.apache.org/licenses/LICENSE-2.0.html'>Apache License, Version 2.0</a>.</p>
+<p>Wicket is released under the <a href="http://www.apache.org/licenses/LICENSE-2.0.html">Apache License, Version 2.0</a>.</p>
 
-<h1 id='apache_wicket_6160_released'><a href='/2014/06/21/wicket-6.16.0-released.html'>Apache Wicket 6.16.0 released</a></h1>
+<h1 id="apache_wicket_6160_released"><a href="/2014/06/21/wicket-6.16.0-released.html">Apache Wicket 6.16.0 released</a></h1>
 <p>The Apache Wicket PMC is proud to announce Apache Wicket 6.16.0!</p><p>This release marks the sixteenth minor release of Wicket 6. Starting with Wicket 6 we use semantic versioning for the future development of Wicket, and as such no API breaks are present in this release compared to 6.0.0.</p><h3 id='new_and_noteworthy'>New and noteworthy</h3><p>This release fixes 15 bugs and adds the following improvements:</p><ul>
 <li>Upgrade JQuery to latest releases - 1.11.1 &amp; 2.1.1</li>
 
@@ -216,13 +216,12 @@
 <li>Generation of wicket ids with prefix / suffix</li>
 
 <li>Introduce CharSequenceResource similar to ByteArrayResource</li>
-</ul><p>The full list of improvements and fixes can be found at the end of this announcement.</p><h3 id='using_this_release'>Using this release</h3><p>With Apache Maven update your dependency to (and don&#8217;t forget to update any other dependencies on Wicket projects to the same version):</p><div class='highlight'><pre><code class='xml'><span class='nt'>&lt;dependency&gt;</span>
+</ul><p>The full list of improvements and fixes can be found at the end of this announcement.</p><h3 id='using_this_release'>Using this release</h3><p>With Apache Maven update your dependency to (and don’t forget to update any other dependencies on Wicket projects to the same version):</p><div class='highlight'><pre><code class='xml'><span class='nt'>&lt;dependency&gt;</span>
  <span class='nt'>&lt;groupId&gt;</span>org.apache.wicket<span class='nt'>&lt;/groupId&gt;</span>
  <span class='nt'>&lt;artifactId&gt;</span>wicket-core<span class='nt'>&lt;/artifactId&gt;</span>
  <span class='nt'>&lt;version&gt;</span>6.16.0<span class='nt'>&lt;/version&gt;</span>
 <span class='nt'>&lt;/dependency&gt;</span>
-</code></pre>
-</div><p>Or download and build the distribution yourself, or use our convenience binary package</p><ul>
+</code></pre></div><p>Or download and build the distribution yourself, or use our convenience binary package</p><ul>
 <li>Source: <a href='http://www.apache.org/dyn/closer.cgi/wicket/6.16.0'>http://www.apache.org/dyn/closer.cgi/wicket/6.16.0</a></li>
 
 <li>Binary: <a href='http://www.apache.org/dyn/closer.cgi/wicket/6.16.0/binaries'>http://www.apache.org/dyn/closer.cgi/wicket/6.16.0/binaries</a></li>
@@ -251,20 +250,19 @@
 * [WICKET-5586] - NextButton isEnabled() should bo logical conjunction of getWizardModel().isNextAvailable() and super.isEnabled()
 * [WICKET-5600] - Introduce CharSequenceResource similar to ByteArrayResource
 * [WICKET-5606] - SelectOptions with #setRecreateChoices(true) loses selection on form errors</code></pre><h4 id='task'>Task</h4><pre><code>* [WICKET-5587] - Upgrade JQuery to latest releases - 1.11.1 &amp; 2.1.1</code></pre>
-<h1 id='apache_wicket_700m2_released'><a href='/2014/06/20/wicket-7.0.0-M2-released.html'>Apache Wicket 7.0.0-M2 released</a></h1>
+<h1 id="apache_wicket_700m2_released"><a href="/2014/06/20/wicket-7.0.0-M2-released.html">Apache Wicket 7.0.0-M2 released</a></h1>
 <p>We have released the first of a series of milestone releases for Apache Wicket 7. We aim to finalise Wicket 7 over the coming months and request your help in testing the new major version.</p><h3 id='caveats'>Caveats</h3><p>It is still a development version so expect API breaks to happen over the course of the coming milestone releases.</p><h3 id='semantic_versioning'>Semantic versioning</h3><p>As we adopted semver Wicket 7 will be the first release since 6.0 where we are able to refactor the API. We will continue to use semver when we have made Wicket 7 final and maintain api compatibility between minor versions of Wicket 7.</p><h3 id='requirements'>Requirements</h3><p>Wicket 7 requires the following:</p><ul>
 <li>Java 7</li>
 
 <li>Servlet 3 compatible container</li>
-</ul><p>You can&#8217;t mix wicket libraries from prior Wicket versions with Wicket 7.</p><h3 id='migration_guide'>Migration guide</h3><p>As usual we have a migration guide available online for people migrating their applications to Wicket 7. We will continue to update the guide as development progresses. If you find something that is not in the guide, please update the guide, or let us know so we can update the guide.</p><ul>
+</ul><p>You can’t mix wicket libraries from prior Wicket versions with Wicket 7.</p><h3 id='migration_guide'>Migration guide</h3><p>As usual we have a migration guide available online for people migrating their applications to Wicket 7. We will continue to update the guide as development progresses. If you find something that is not in the guide, please update the guide, or let us know so we can update the guide.</p><ul>
 <li><a href='http://s.apache.org/wicket7migrate'>Migration to Wicket 7.0</a></li>
-</ul><h3 id='using_this_release'>Using this release</h3><p>This is pre-release software: use at your own peril!</p><p>With Apache Maven update your dependency to (and don&#8217;t forget to update any other dependencies on Wicket projects to the same version):</p><div class='highlight'><pre><code class='xml'><span class='nt'>&lt;dependency&gt;</span>
+</ul><h3 id='using_this_release'>Using this release</h3><p>This is pre-release software: use at your own peril!</p><p>With Apache Maven update your dependency to (and don’t forget to update any other dependencies on Wicket projects to the same version):</p><div class='highlight'><pre><code class='xml'><span class='nt'>&lt;dependency&gt;</span>
     <span class='nt'>&lt;groupId&gt;</span>org.apache.wicket<span class='nt'>&lt;/groupId&gt;</span>
     <span class='nt'>&lt;artifactId&gt;</span>wicket-core<span class='nt'>&lt;/artifactId&gt;</span>
     <span class='nt'>&lt;version&gt;</span>7.0.0-M2<span class='nt'>&lt;/version&gt;</span>
 <span class='nt'>&lt;/dependency&gt;</span>
-</code></pre>
-</div><p>Or download and build the distribution yourself, or use our convenience binary package</p><ul>
+</code></pre></div><p>Or download and build the distribution yourself, or use our convenience binary package</p><ul>
 <li>Source: <a href='http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M2'>http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M2</a></li>
 
 <li>Binary: <a href='http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M2/binaries'>http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M2/binaries</a></li>
@@ -331,10 +329,25 @@
         <a href='/2013/09/20/wicket-6.11.0-released.html'>more</a></li>
 
 </ul>
-<h1 id='books_about_wicket'>Books about Wicket</h1>
+<h1 id="books_about_wicket">Books about Wicket</h1>
 
 <p>The following books are published regarding Apache Wicket (click a cover to learn more about the book):</p>
-<a href='/learn/books/awc.html'><img height='200px' src='/learn/books/awc.png' /></a><a href='/learn/books/wia.html'><img height='200px' src='/learn/books/wia.png' /></a><a href='/learn/books/ewdww.html'><img height='200px' src='/learn/books/ewdww.png' /></a><a href='/learn/books/prowicket.html'><img height='200px' src='/learn/books/prowicket.png' /></a><a href='/learn/books/kwij.html'><img height='200px' src='/learn/books/kwij.png' /></a><a href='/learn/books/praxisbuchwicket.html'><img height='200px' src='/learn/books/praxisbuchwicket.png' /></a><a href='/learn/books/wicket-jp.html'><img height='200px' src='/learn/books/wicket-jp.png' /></a><a href='/learn/books/koda.html'><img height='200px' src='/learn/books/koda.jpg' /></a>
+
+<p><a href='/learn/books/awc.html'><img height='200px' src='/learn/books/awc.png' /></a></p>
+
+<p><a href='/learn/books/wia.html'><img height='200px' src='/learn/books/wia.png' /></a></p>
+
+<p><a href='/learn/books/ewdww.html'><img height='200px' src='/learn/books/ewdww.png' /></a></p>
+
+<p><a href='/learn/books/prowicket.html'><img height='200px' src='/learn/books/prowicket.png' /></a></p>
+
+<p><a href='/learn/books/kwij.html'><img height='200px' src='/learn/books/kwij.png' /></a></p>
+
+<p><a href='/learn/books/praxisbuchwicket.html'><img height='200px' src='/learn/books/praxisbuchwicket.png' /></a></p>
+
+<p><a href='/learn/books/wicket-jp.html'><img height='200px' src='/learn/books/wicket-jp.png' /></a></p>
+
+<p><a href='/learn/books/koda.html'><img height='200px' src='/learn/books/koda.jpg' /></a></p>
 		</div>
         <div id="clearer"></div>
 		<div id="footer"><span>

Modified: wicket/common/site/trunk/_site/learn/books/awc.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/learn/books/awc.html?rev=1611901&r1=1611900&r2=1611901&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/learn/books/awc.html (original)
+++ wicket/common/site/trunk/_site/learn/books/awc.html Sat Jul 19 12:14:02 2014
@@ -187,22 +187,22 @@
 
 		<div id="contentbody">
 			<h1>Books — Apache Wicket Cookbook</h1>
-			<h2 id='description'>Description</h2>
+			<h2 id="description">Description</h2>
 
-<p>Apache Wicket is one of the most famous Java web application frameworks. Wicket simplifies web development and makes it fun. Are you bored of going through countless pages of theory to find out how to get your web development done? With this book in hand, you don&#8217;t need to go through hundreds of pages to figure out how you will actually build a web application. You will get practical solutions to your common everyday development tasks to pace up your development activities.</p>
+<p>Apache Wicket is one of the most famous Java web application frameworks. Wicket simplifies web development and makes it fun. Are you bored of going through countless pages of theory to find out how to get your web development done? With this book in hand, you don’t need to go through hundreds of pages to figure out how you will actually build a web application. You will get practical solutions to your common everyday development tasks to pace up your development activities.</p>
 
-<p>Apache Wicket Cookbook provides you with information that gets your problems solved quickly without beating around the bush. This book is perfect for you if you are ready to take the next step from tutorials and step into the practical world. It will take you beyond the basics of using Apache Wicket and show you how to leverage Wicket&#8217;s advanced features to create simpler and more maintainable solutions to what at first may seem complex problems.</p>
+<p>Apache Wicket Cookbook provides you with information that gets your problems solved quickly without beating around the bush. This book is perfect for you if you are ready to take the next step from tutorials and step into the practical world. It will take you beyond the basics of using Apache Wicket and show you how to leverage Wicket’s advanced features to create simpler and more maintainable solutions to what at first may seem complex problems.</p>
 
 <p>You will learn how to integrate with client-side technologies such as JavaScript libraries or Flash components, which will help you to build your application faster. You will discover how to use Wicket paradigms to factor out commonly used code into custom Components, which will reduce the maintenance cost of your application, and how to leverage the existing Wicket Components to make your own code simpler.</p>
 
 <p>A straightforward Cookbook with highly focused practical recipes to make your web application development easier with the Wicket web framework</p>
 
-<h2 id='what_you_will_learn_from_this_book'>What you will learn from this book</h2>
+<h2 id="what_you_will_learn_from_this_book">What you will learn from this book</h2>
 
 <ul>
 <li>Leverage Wicket to implement a wide variety of both simple and advanced use cases in a narrative that gets straight to the point</li>
 
-<li>Make forms work in the crazy world of the Web by learning the ways of Wicket&#8217;s form processing</li>
+<li>Make forms work in the crazy world of the Web by learning the ways of Wicket’s form processing</li>
 
 <li>Simplify localizing your Wicket applications</li>
 
@@ -210,30 +210,30 @@
 
 <li>Leverage the built-in Table component to make displaying tabular data a snap</li>
 
-<li>Think Wicket&#8217;s Borders are not very useful? Learn to use them in unexpected places to simplify things</li>
+<li>Think Wicket’s Borders are not very useful? Learn to use them in unexpected places to simplify things</li>
 
 <li>See how to integrate with Flash components and create interactive charts at the same time</li>
 
-<li>Web 1.0 too boring? Learn how to tame Wicket&#8217;s AJAX support and bring your application into Web 2.0</li>
+<li>Web 1.0 too boring? Learn how to tame Wicket’s AJAX support and bring your application into Web 2.0</li>
 
 <li>Simplify your security code by learning various security techniques</li>
 
 <li>An application cannot be built with Wicket alone; see how to make it play nice with other frameworks</li>
 </ul>
 
-<h2 id='approach'>Approach</h2>
+<h2 id="approach">Approach</h2>
 
 <p>This is a hands-on practical guide to a large variety of topics and use cases. This book tries to use real-world examples when possible, but is not afraid to come up with a contrived pretext if it makes explaining the problem simpler. Unlike a lot of other books, this one does not try to maintain a continuous theme from chapter to chapter, such as demonstrating solutions on the same fictional application; doing so would be almost impossible given the wide variety of recipes presented here. Instead, this book concentrates on focused problems users are likely to encounter and shows clear solutions in a step-by-step manner. This book tries to teach by example and is not afraid to show a lot of code because, after all, it is for coders.</p>
 
-<h2 id='who_this_book_is_written_for'>Who this book is written for</h2>
+<h2 id="who_this_book_is_written_for">Who this book is written for</h2>
 
 <p>This book is for current users of the Apache Wicket framework; it is not an introduction to Wicket that will bore you with tons of theory. You are expected to have built or maintained a simple Wicket application in the past and to be looking to learn new and better ways of using Wicket. If you are ready to take your Wicket skills to the next level this book is for you.</p>
 
-<h2 id='about_the_author'>About the author</h2>
+<h2 id="about_the_author">About the author</h2>
 
-<p>Igor Vaynberg is a software architect with more than ten years of experience in the software field. His liking for computers was sparked when his parents got him a Sinclair Z80 when he was but ten years old. Since then he has worked with companies both large and small building modular and scalable web applications. Igor&#8217;s main interest is finding ways to simplify the development of complex user interfaces required by modern web applications. Igor is a committer for the Apache Wicket framework, the aim of which is to simplify the programming model as well as reintroduce OOP to the web UI tier. In his AFK time he enjoys snowboarding with his beautiful wife and playing with his amazing children.</p>
+<p>Igor Vaynberg is a software architect with more than ten years of experience in the software field. His liking for computers was sparked when his parents got him a Sinclair Z80 when he was but ten years old. Since then he has worked with companies both large and small building modular and scalable web applications. Igor’s main interest is finding ways to simplify the development of complex user interfaces required by modern web applications. Igor is a committer for the Apache Wicket framework, the aim of which is to simplify the programming model as well as reintroduce OOP to the web UI tier. In his AFK time he enjoys snowboarding with his beautiful wife and playing with his amazing children.</p>
 
-<h2 id='book_details'>Book details</h2>
+<h2 id="book_details">Book details</h2>
 <table>
 	<tr>
 		<th>Title</th>

Modified: wicket/common/site/trunk/_site/learn/books/ewdww.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/learn/books/ewdww.html?rev=1611901&r1=1611900&r2=1611901&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/learn/books/ewdww.html (original)
+++ wicket/common/site/trunk/_site/learn/books/ewdww.html Sat Jul 19 12:14:02 2014
@@ -189,19 +189,19 @@
 			<h1>Books — Enjoying Web Development with Wicket</h1>
 			<p>Enjoying Web Development with Wicket is written by Kent Tong and is self published.</p>
 
-<h2 id='description'>Description</h2>
+<h2 id="description">Description</h2>
 
-<p>If you&#8217;d like to create AJAX web-based applications easily, then this book is for you. More importantly, it shows you how to do that with joy and feel good about your own work! You don&#8217;t need to know servlet or JSP while your productivity will be much higher than using servlet or JSP directly. This is possible because we&#8217;re going to use a library called Wicket that makes complicated stuff simple and elegant.</p>
+<p>If you’d like to create AJAX web-based applications easily, then this book is for you. More importantly, it shows you how to do that with joy and feel good about your own work! You don’t need to know servlet or JSP while your productivity will be much higher than using servlet or JSP directly. This is possible because we’re going to use a library called Wicket that makes complicated stuff simple and elegant.</p>
 
-<p>How does it do that? First, it allows the web designer to work on the static contents and design of a page while allowing the developer to work on the dynamic contents of that page without stepping on each other&#8217;s toes; Second, it allows developers to work with high level concepts such as objects and properties instead of HTTP URLs, query parameters or HTML string values; Third, it comes with powerful components such as calendar, tree and data grid and it allows you to create your own components for reuse in your own project.</p>
+<p>How does it do that? First, it allows the web designer to work on the static contents and design of a page while allowing the developer to work on the dynamic contents of that page without stepping on each other’s toes; Second, it allows developers to work with high level concepts such as objects and properties instead of HTTP URLs, query parameters or HTML string values; Third, it comes with powerful components such as calendar, tree and data grid and it allows you to create your own components for reuse in your own project.</p>
 
-<p>However, don&#8217;t take our word for it! This book will quickly walk you through real world use cases to show you how to use Wicket and leave it up to you to judge.</p>
+<p>However, don’t take our word for it! This book will quickly walk you through real world use cases to show you how to use Wicket and leave it up to you to judge.</p>
 
-<h2 id='about_the_author'>About the author</h2>
+<h2 id="about_the_author">About the author</h2>
 
-<p>Kent Ka Iok Tong is the manager of the IT department of the Macau Productivity and Technology Transfer Center. With a Master degree in Computer Science from the New South Wales University, Sydney, Australia and having won the &#8220;Macao Programming Competition (Open Category)&#8221; in 1992, Mr. Tong has been involved in professional software development, training and project management since 1993. He is the author of several popular books on web technologies including Developing Web Services with Apache CXF and Axis2. He has also created an open source project &#8220;Wicket Page Test&#8221; for unit testing Wicket pages.</p>
+<p>Kent Ka Iok Tong is the manager of the IT department of the Macau Productivity and Technology Transfer Center. With a Master degree in Computer Science from the New South Wales University, Sydney, Australia and having won the “Macao Programming Competition (Open Category)” in 1992, Mr. Tong has been involved in professional software development, training and project management since 1993. He is the author of several popular books on web technologies including Developing Web Services with Apache CXF and Axis2. He has also created an open source project “Wicket Page Test” for unit testing Wicket pages.</p>
 
-<h2 id='book_details'>Book details</h2>
+<h2 id="book_details">Book details</h2>
 <table>
 	<tr>
 		<th>Title</th>

Modified: wicket/common/site/trunk/_site/learn/books/freeguide.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/learn/books/freeguide.html?rev=1611901&r1=1611900&r2=1611901&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/learn/books/freeguide.html (original)
+++ wicket/common/site/trunk/_site/learn/books/freeguide.html Sat Jul 19 12:14:02 2014
@@ -187,11 +187,11 @@
 
 		<div id="contentbody">
 			<h1>Wicket free guide</h1>
-			<h3 id='description'>Description</h3>
+			<h3 id="description">Description</h3>
 
-<p>Wicket framework has been around since 2004 and it&#8217;s an Apache project since 2007. During these years it has proved to be a solid and valuable solution for building enterprise web applications. Wicket core developers have done a wonderful job with this framework and they continue to improve it release after release.</p>
+<p>Wicket framework has been around since 2004 and it’s an Apache project since 2007. During these years it has proved to be a solid and valuable solution for building enterprise web applications. Wicket core developers have done a wonderful job with this framework and they continue to improve it release after release.</p>
 
-<p>However Wicket never provided a freely available documentation and even if you can find on Internet many live examples and many technical articles on it (most of them at http://www.wicket-library.com/ and at http://wicketinaction.com/), the lack of an organized and freely available documentation has always been a sore point for this framework. That&#8217;s quite an issue as many other popular frameworks (like Spring, Hibernate or Struts) offer a vast and very good documentation which substantially contributed to their success.</p>
+<p>However Wicket never provided a freely available documentation and even if you can find on Internet many live examples and many technical articles on it (most of them at http://www.wicket-library.com/ and at http://wicketinaction.com/), the lack of an organized and freely available documentation has always been a sore point for this framework. That’s quite an issue as many other popular frameworks (like Spring, Hibernate or Struts) offer a vast and very good documentation which substantially contributed to their success.</p>
 
 <p>This project is an attempt to fill this void providing a free guide to the framework that should significantly reduce its learning curve. The guide is aimed at both beginners and more advanced users of this framework.</p>
 
@@ -199,13 +199,13 @@
 
 <p>The Wicket version covered in this guide is the 6.x</p>
 
-<h3 id='author'>Author</h3>
+<h3 id="author">Author</h3>
 
 <p>Andrea Del Bene is a passionate enterprise web developer and an advocate of Apache Wicket. He started programming in Java since version 1.2 and he is a strong supporter of open source technologies.</p>
 
-<h3 id='where_can_you_find_it'>Where can you find it</h3>
+<h3 id="where_can_you_find_it">Where can you find it</h3>
 
-<p>The guide is hosted as a Google project. You can find it <a href='http://code.google.com/p/wicket-guide/'>here</a>.</p>
+<p>The guide is hosted as a Google project. You can find it <a href="http://code.google.com/p/wicket-guide/">here</a>.</p>
 		</div>
         <div id="clearer"></div>
 		<div id="footer"><span>

Modified: wicket/common/site/trunk/_site/learn/books/index.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/learn/books/index.html?rev=1611901&r1=1611900&r2=1611901&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/learn/books/index.html (original)
+++ wicket/common/site/trunk/_site/learn/books/index.html Sat Jul 19 12:14:02 2014
@@ -188,7 +188,24 @@
 		<div id="contentbody">
 			<h1>Books about Wicket</h1>
 			<p>Several books have been written about Apache Wicket, 5 in English, 2 in German and 1 in Japanese. Click on a cover to learn more about each book.</p>
-<a href='freeguide.html'><img alt='Apache Wicket Reference Guide' height='300px' src='freeguide.png' title='Apache Wicket Free Reference Guide' /></a><a href='awc.html'><img alt='Apache Wicket Cookbook cover' height='300px' src='awc.png' title='Apache Wicket Cookbook' /></a><a href='wia.html'><img alt='Wicket in Action cover' height='300px' src='wia.png' title='Wicket in Action' /></a><a href='koda.html'><img alt=' Komponentenbasiert und objektorientiert - das alternative Java-Webframework cover' height='300px' src='koda.jpg' title=' Komponentenbasiert und objektorientiert- das alternative Java-Webframework' /></a><a href='ewdww.html'><img alt='Enjoying Web Development with Wicket cover' height='300px' src='ewdww.png' title='Enjoying Web Development with Wicket' /></a><a href='prowicket.html'><img alt='Pro Wicket cover' height='300px' src='prowicket.png' title='Pro Wicket' /></a><a href='paxisbuchwicket.html'><img alt='Praxisbuch Wicket cover' height='300px' src='praxisbuchwicket.pn
 g' title='Praxisbuch Wicket' /></a><a href='kwij.html'><img alt='Wicket: Komponentenbasierte Webanwendungen in Java cover' height='300px' src='kwij.png' title='Wicket: Komponentenbasierte Webanwendungen in Java' /></a><a href='wicket-jp.html'><img alt='Wicket Japanese cover' height='300px' src='wicket-jp.png' title='Wicket Japanese' /></a>
+
+<p><a href='freeguide.html'><img alt='Apache Wicket Reference Guide' height='300px' src='freeguide.png' title='Apache Wicket Free Reference Guide' /></a></p>
+
+<p><a href='awc.html'><img alt='Apache Wicket Cookbook cover' height='300px' src='awc.png' title='Apache Wicket Cookbook' /></a></p>
+
+<p><a href='wia.html'><img alt='Wicket in Action cover' height='300px' src='wia.png' title='Wicket in Action' /></a></p>
+
+<p><a href='koda.html'><img alt=' Komponentenbasiert und objektorientiert - das alternative Java-Webframework cover' height='300px' src='koda.jpg' title=' Komponentenbasiert und objektorientiert- das alternative Java-Webframework' /></a></p>
+
+<p><a href='ewdww.html'><img alt='Enjoying Web Development with Wicket cover' height='300px' src='ewdww.png' title='Enjoying Web Development with Wicket' /></a></p>
+
+<p><a href='prowicket.html'><img alt='Pro Wicket cover' height='300px' src='prowicket.png' title='Pro Wicket' /></a></p>
+
+<p><a href='paxisbuchwicket.html'><img alt='Praxisbuch Wicket cover' height='300px' src='praxisbuchwicket.png' title='Praxisbuch Wicket' /></a></p>
+
+<p><a href='kwij.html'><img alt='Wicket: Komponentenbasierte Webanwendungen in Java cover' height='300px' src='kwij.png' title='Wicket: Komponentenbasierte Webanwendungen in Java' /></a></p>
+
+<p><a href='wicket-jp.html'><img alt='Wicket Japanese cover' height='300px' src='wicket-jp.png' title='Wicket Japanese' /></a></p>
 		</div>
         <div id="clearer"></div>
 		<div id="footer"><span>

Modified: wicket/common/site/trunk/_site/learn/books/koda.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/learn/books/koda.html?rev=1611901&r1=1611900&r2=1611901&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/learn/books/koda.html (original)
+++ wicket/common/site/trunk/_site/learn/books/koda.html Sat Jul 19 12:14:02 2014
@@ -187,17 +187,17 @@
 
 		<div id="contentbody">
 			<h1>Books —  Komponentenbasiert und objektorientiert - das alternative Java-Webframework</h1>
-			<h2 id='description'>Description</h2>
+			<h2 id="description">Description</h2>
 
 <p>Apache Wicket ist ein komponentbasiertes Webframework, das sich in den letzten Jahren zu einem der beliebtesten Vertreter seiner Gattung gemausert hat. Man könnte diese Beliebtheit mit der einfachen Integration von Ajax oder der rigorosen Trennung von Markup und Logik erklären. Aber was Wicket wirklich über die Masse konkurrierender Frameworks erhebt, sind der Verzicht auf eine eigene Markup-Sprache und das objektorientierte Programmiermodell. Dadurch rücken Java und seine Sprachmittel stark in den Vordergrund. Das ermöglicht es erfahrenen Entwicklern, sehr schnell in die Kernkonzepte von Wicket einzusteigen und auch komplexeste Anwendungen umzusetzen.</p>
 
-<p>Ziel dieses Buchs ist es, die grundlegenden Konzepte von Wicket zu vermitteln und im weiteren Verlauf auf fortgeschrittene Aspekte einzugehen. Hierzu wird eine Beispielanwendung entwickelt und Schritt für Schritt erweitert. Anhand detaillierte Codebeispiele werden Sachverhalte wie der Wicket Request Cycle, Models, Validierung und JUnit Testing erklärt. Des Weiteren werden Themen wie Deplyoment-Szenarien (JEE6, Spring, &#8230;) , jQuery-Integration und Performance-Tuning in separaten Kapiteln behandelt. Durch Studium dieses Buchs soll ein Entwickler befähigt werden, skalierbare, wartbare Webanwendungen in Wicket zu bauen, und er soll lernen, eigene, wiederverwendbare Komponenten zu entwickeln und fremde Komponenten zu erweitern. Zielgruppe Entwickler mit soliden Java-Kenntnissen und einem Grundverständnis der wichtigen Webtechnologien wie HTML und CSS</p>
+<p>Ziel dieses Buchs ist es, die grundlegenden Konzepte von Wicket zu vermitteln und im weiteren Verlauf auf fortgeschrittene Aspekte einzugehen. Hierzu wird eine Beispielanwendung entwickelt und Schritt für Schritt erweitert. Anhand detaillierte Codebeispiele werden Sachverhalte wie der Wicket Request Cycle, Models, Validierung und JUnit Testing erklärt. Des Weiteren werden Themen wie Deplyoment-Szenarien (JEE6, Spring, …) , jQuery-Integration und Performance-Tuning in separaten Kapiteln behandelt. Durch Studium dieses Buchs soll ein Entwickler befähigt werden, skalierbare, wartbare Webanwendungen in Wicket zu bauen, und er soll lernen, eigene, wiederverwendbare Komponenten zu entwickeln und fremde Komponenten zu erweitern. Zielgruppe Entwickler mit soliden Java-Kenntnissen und einem Grundverständnis der wichtigen Webtechnologien wie HTML und CSS</p>
 
-<h2 id='about_the_author'>About the author</h2>
+<h2 id="about_the_author">About the author</h2>
 
 <p>Jochen Mader hat über zehn Jahre Erfahrung im Bereich Architektur und Entwicklung. Derzeit ist er bei der Senacor Technologies AG für verschiedene Wicket-Projekte als Technical Lead verantwortlich.</p>
 
-<h2 id='book_details'>Book details</h2>
+<h2 id="book_details">Book details</h2>
 
 <p>Titel Wicket: Komponentenbasiert und objektorientiert- das alternative Java-Webframework Autor Jochen Mader Verlag Software + Support, 2012 ISBN 3868020810, 9783868020816 Länge 219 Seiten</p>
 		</div>

Modified: wicket/common/site/trunk/_site/learn/books/kwij.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/learn/books/kwij.html?rev=1611901&r1=1611900&r2=1611901&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/learn/books/kwij.html (original)
+++ wicket/common/site/trunk/_site/learn/books/kwij.html Sat Jul 19 12:14:02 2014
@@ -189,7 +189,7 @@
 			<h1>Books — Wicket - Komponentenbasierte Webanwendungen in Java</h1>
 			<p>The book was written by Roland Förther, Carl-Eric Menzel and Olaf Siefart. It was published by dpunkt.verlag in December 2009.</p>
 
-<h2 id='description'>Description</h2>
+<h2 id="description">Description</h2>
 
 <p>Wicket ist ein neuer Typ Webframework für die Java-Welt: Java als Sprache rückt hier wieder in den Mittelpunkt und an die Stelle von deklarativer, XML-lastiger Programmierung tritt natürliche objektorientierte Entwicklung. Typische Probleme wie Codeduplizierung, aufwendige Ajax-Integration und kompliziertes Testen werden durch leicht zu erstellende und wiederverwendbare Komponenten radikal vereinfacht. Dieses Buch bietet Java-Entwicklern eine praxisorientierte Einführung in Wicket und zeigt, wie die Entwicklung von Webanwendungen in Java beschleunigt werden kann und wieder Spaß macht. Dazu werden die zugrunde liegenden Konzepte umfassend erklärt und anhand einer konkreten Beispielanwendung veranschaulicht, die im Laufe der Kapitel Schritt für Schritt entwickelt wird. Nach der Lektüre des Buches sind Sie in der Lage, professionelle Webanwendungen mit Wicket zu schreiben, Komponenten für die eigenen Bedürfnisse anzupassen oder sie in neue Komponenten z
 usammenzufassen. Sie erfahren zudem, wie Webanwendungen unter Einsatz von Wicket architektonisch sauber aufgebaut werden können. Umsteiger von anderen Webframeworks wie JSF und Struts lernen die wichtigsten Unterschiede zu Wicket kennen und werden in die Lage versetzt, bestehende Java-Webanwendungen schrittweise nach Wicket zu migrieren.</p>
 
@@ -213,7 +213,7 @@
 
 <p>Webentwickler Java-Entwickler Softwarearchitekten</p>
 
-<h2 id='about_the_author'>About the author</h2>
+<h2 id="about_the_author">About the author</h2>
 
 <p>Roland Förther ist Chief Developer bei der Senacor Technologies AG in Nürnberg. Seine Arbeitsschwerpunkte sind u.a. Client-Anwendungen in C unter Unix/X11 sowie in Java/Swing, Webanwendungen in Java/Struts und Ruby on Rails. Er studierte Informatik an der Friedrich-Alexander-Universität in Erlangen.</p>
 
@@ -221,7 +221,7 @@
 
 <p>Olaf Siefart ist Chief Developer bei der Senacor Technologies AG, wo er mit J2EE-Applikationen und Client-Architekturen (Webanwendungen) arbeitet. Er absolvierte sein Studium der Informatik an der Universität Marburg.</p>
 
-<h2 id='book_details'>Book details</h2>
+<h2 id="book_details">Book details</h2>
 
 <p>Title Wicket: Komponentenbasierte Webanwendungen in Java Author Roland Förther, Carl-Eric Menzel and Olaf Siefart Version covered Wicket 1.4 URL Wicket: Komponentenbasierte Webanwendungen in Java Hardcover 350 pages Publisher dpunkt Date December, 2009 Language German ISBN-13 978-3-89864-569-0 Buy dpunkt Amazon</p>
 		</div>

Modified: wicket/common/site/trunk/_site/learn/books/praxisbuchwicket.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/learn/books/praxisbuchwicket.html?rev=1611901&r1=1611900&r2=1611901&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/learn/books/praxisbuchwicket.html (original)
+++ wicket/common/site/trunk/_site/learn/books/praxisbuchwicket.html Sat Jul 19 12:14:02 2014
@@ -189,7 +189,7 @@
 			<h1>Books — Praxisbuch Wicket</h1>
 			<p>Praxisbuch Wicket, written by by Michael Mosmann. It was published by Hanser Fachbuch in September 2009.</p>
 
-<h2 id='description'>Description</h2>
+<h2 id="description">Description</h2>
 
 <p>DER SCHNELLE WEG ZU WEB 2.0</p>
 
@@ -197,15 +197,15 @@
 
 <p>In diesem Buch erfahren Sie, wie Wicket Sie bei der Entwicklung von Web-2.0-Anwendungen unterstützt und welche Vorteile es bietet. Der Autor entwickelt gemeinsam mit Ihnen eine komplette Anwendung, erklärt unterwegs die wesentlichen Konzepte von Wicket und zeigt elegante, praxiserprobte Lösungen u.a. für Aufgabenstellungen wie suchmaschinenoptimierte Seiten oder Applikationen mit Desktop-Charakter.</p>
 
-<p>Das umfangreiche Kapitel &#8220;Wicket in der Praxis&#8221; bietet Ihnen eine Reihe von effektiven Lösungsvorschlägen für typische Aufgabenstellungen.</p>
+<p>Das umfangreiche Kapitel “Wicket in der Praxis” bietet Ihnen eine Reihe von effektiven Lösungsvorschlägen für typische Aufgabenstellungen.</p>
 
 <p>Aus dem Inhalt: Die Grundstruktur aufsetzen und mit Leben füllen - Die Wicket-Architektur - Modelle - Komponenten - Basiskomponenten - Listen und Tabellen - Formulare - Sessions und Security - Wicket in der Praxis - Fehlersuche</p>
 
-<h2 id='about_the_author'>About the author</h2>
+<h2 id="about_the_author">About the author</h2>
 
 <p>Michael Mosmann has more than 10 years of Java experience, especially with web based b2c application.</p>
 
-<h2 id='book_details'>Book details</h2>
+<h2 id="book_details">Book details</h2>
 
 <p>Title Praxisbuch Wicket: Professionelle Web-2.0-Anwendungen entwickeln Author Michael Mosmann Version covered Wicket 1.4 URL Praxisbuch Wicket Hardcover 312 pages Publisher Hanser Date September 1, 2009 Language German ISBN-10 3446419098 ISBN-13 978-3446419094 Buy Amazon Hanser</p>
 		</div>