You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by cm...@apache.org on 2012/09/05 16:50:10 UTC

svn commit: r1381210 - in /wicket/common/site/trunk: ./ _posts/ _site/ _site/2011/03/25/ _site/2011/05/17/ _site/learn/books/ _site/learn/examples/ _site/start/

Author: cmenzel
Date: Wed Sep  5 14:50:10 2012
New Revision: 1381210

URL: http://svn.apache.org/viewvc?rev=1381210&view=rev
Log:
wicket 1.4.21

Added:
    wicket/common/site/trunk/_posts/2012-09-05-wicket-1.4.21-released.md
Modified:
    wicket/common/site/trunk/_config.yml
    wicket/common/site/trunk/_site/2011/03/25/wicket-cookbook-published.html
    wicket/common/site/trunk/_site/2011/05/17/wicket-cookbook-contest.html
    wicket/common/site/trunk/_site/atom.xml
    wicket/common/site/trunk/_site/index.html
    wicket/common/site/trunk/_site/learn/books/index.html
    wicket/common/site/trunk/_site/learn/examples/guestbook.html
    wicket/common/site/trunk/_site/learn/examples/markupinheritance.html
    wicket/common/site/trunk/_site/learn/examples/navomatic.html
    wicket/common/site/trunk/_site/start/quickstart.html
    wicket/common/site/trunk/liveedit.sh

Modified: wicket/common/site/trunk/_config.yml
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_config.yml?rev=1381210&r1=1381209&r2=1381210&view=diff
==============================================================================
--- wicket/common/site/trunk/_config.yml (original)
+++ wicket/common/site/trunk/_config.yml Wed Sep  5 14:50:10 2012
@@ -15,4 +15,4 @@ exclude:    readme.md
 wicket:
     version:    1.5.8
     released:   2012-08-04
-    versions:   [6.0.0-beta3, 1.5.8, 1.4.20, 1.4-SNAPSHOT, 1.5-SNAPSHOT, 6.0-SNAPSHOT]
+    versions:   [6.0.0-beta3, 1.5.8, 1.4.21, 1.4-SNAPSHOT, 1.5-SNAPSHOT, 6.0-SNAPSHOT]

Added: wicket/common/site/trunk/_posts/2012-09-05-wicket-1.4.21-released.md
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_posts/2012-09-05-wicket-1.4.21-released.md?rev=1381210&view=auto
==============================================================================
--- wicket/common/site/trunk/_posts/2012-09-05-wicket-1.4.21-released.md (added)
+++ wicket/common/site/trunk/_posts/2012-09-05-wicket-1.4.21-released.md Wed Sep  5 14:50:10 2012
@@ -0,0 +1,21 @@
+---
+layout: post
+title: Wicket 1.4.21 released
+---
+
+This is 21st release of the Wicket 1.4.x series. This is also the last release of the 1.4.x series, rounding up the remaining
+bugfixes. No further
+releases will happen in this branch.
+
+* [Git tag](http://git-wip-us.apache.org/repos/asf/wicket/repo?p=wicket.git;a=shortlog;h=refs/tags/release/wicket-1.4.21)
+* [Changelog](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&version=12320171)
+* To use in Maven:
+{% highlight xml %}
+<dependency>
+    <groupId>org.apache.wicket</groupId>
+    <artifactId>wicket</artifactId>
+    <version>1.4.21</version>
+</dependency>
+{% endhighlight %}
+* Download the [full distribution](http://www.apache.org/dyn/closer.cgi/wicket/1.4.21) (including source)
+

Modified: wicket/common/site/trunk/_site/2011/03/25/wicket-cookbook-published.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/2011/03/25/wicket-cookbook-published.html?rev=1381210&r1=1381209&r2=1381210&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/2011/03/25/wicket-cookbook-published.html (original)
+++ wicket/common/site/trunk/_site/2011/03/25/wicket-cookbook-published.html Wed Sep  5 14:50:10 2012
@@ -157,7 +157,7 @@
 
 		<div id="contentbody">
 			<h1>Apache Wicket Cookbook Published!</h1>
-			<img width='180' alt='' height='222' src='http://wicket.apache.org/learn/books/awc.png' style='float: left; margin-left: 10px; margin-right: 10px;' title='Apache Wicket Cookbook' />
+			<img title='Apache Wicket Cookbook' height='222' src='http://wicket.apache.org/learn/books/awc.png' alt='' style='float: left; margin-left: 10px; margin-right: 10px;' width='180' />
 <p>For the past nine months I have been quietly working on a book about Wicket. Unlike other books on the market this one does not attempt to teach you Wicket from the ground up. Instead, it is for developers who already know the basics and want to learn how to implement some of the more advanced use cases. Essentially, it contains recipes that show the reader how to implement solutions to some of, what I think are, the most commonly asked questions and stumbling blocks.</p>
 
 <p>This morning I was informed that the book has been published! You can read more about it and pick up a copy on <a href='https://www.packtpub.com/apache-wicket-cookbook/book'>PACKT's Site</a>.</p>

Modified: wicket/common/site/trunk/_site/2011/05/17/wicket-cookbook-contest.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/2011/05/17/wicket-cookbook-contest.html?rev=1381210&r1=1381209&r2=1381210&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/2011/05/17/wicket-cookbook-contest.html (original)
+++ wicket/common/site/trunk/_site/2011/05/17/wicket-cookbook-contest.html Wed Sep  5 14:50:10 2012
@@ -157,7 +157,7 @@
 
 		<div id="contentbody">
 			<h1>Apache Wicket Cookbook Giveaway Contest</h1>
-			<img width='90' alt='' height='111' src='http://wicket.apache.org/learn/books/awc.png' style='float: left; margin-left: 10px; margin-right: 10px;' title='Apache Wicket Cookbook' />
+			<img title='Apache Wicket Cookbook' height='111' src='http://wicket.apache.org/learn/books/awc.png' alt='' style='float: left; margin-left: 10px; margin-right: 10px;' width='90' />
 <p>Packt Publishing has generously allowed me to give away a free copy of the ebook version of <a href='http://link.packtpub.com/AzN8N9'><strong>Apache Wicket Cookbook</strong></a> (http://link.packtpub.com/AzN8N9), and a <strong>free one year subscription</strong> to PacktLib. For details see the <a href='http://wicketinaction.com/2011/05/apache_wicket_cookbook_giveaway_contest'>contest announcement</a>.</p>
 
 <p>Cheers,<br /> -Igor <br /><br /><br /><br /><br /><br /></p>

Modified: wicket/common/site/trunk/_site/atom.xml
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/atom.xml?rev=1381210&r1=1381209&r2=1381210&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/atom.xml (original)
+++ wicket/common/site/trunk/_site/atom.xml Wed Sep  5 14:50:10 2012
@@ -4,7 +4,7 @@
  <title>Apache Wicket</title>
  <link href="http://wicket.apache.org/atom.xml" rel="self"/>
  <link href="http://wicket.apache.org/"/>
- <updated>2012-09-05T09:04:52+02:00</updated>
+ <updated>2012-09-05T16:26:04+02:00</updated>
  <id>http://wicket.apache.org/</id>
  <author>
    <name>Apache Wicket</name>
@@ -13,6 +13,32 @@
  
  
  <entry>
+   <title>Wicket 1.4.21 released</title>
+   <link href="http://wicket.apache.org/2012/09/05/wicket-1.4.21-released.html"/>
+   <updated>2012-09-05T00:00:00+02:00</updated>
+   <id>http://wicket.apache.org/2012/09/05/wicket-1.4.21-released</id>
+   <content type="html">&lt;p&gt;This is 21st release of the Wicket 1.4.x series. This is also the last release of the 1.4.x series, rounding up the remaining bugfixes. No further releases will happen in this branch.&lt;/p&gt;
+
+&lt;ul&gt;
+&lt;li&gt;&lt;a href='http://git-wip-us.apache.org/repos/asf/wicket/repo?p=wicket.git;a=shortlog;h=refs/tags/release/wicket-1.4.21'&gt;Git tag&lt;/a&gt;&lt;/li&gt;
+
+&lt;li&gt;&lt;a href='https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&amp;amp;version=12320171'&gt;Changelog&lt;/a&gt;&lt;/li&gt;
+
+&lt;li&gt;To use in Maven:&lt;/li&gt;
+&lt;/ul&gt;
+&lt;div class='highlight'&gt;&lt;pre&gt;&lt;code class='xml'&gt;&lt;span class='nt'&gt;&amp;lt;dependency&amp;gt;&lt;/span&gt;
+    &lt;span class='nt'&gt;&amp;lt;groupId&amp;gt;&lt;/span&gt;org.apache.wicket&lt;span class='nt'&gt;&amp;lt;/groupId&amp;gt;&lt;/span&gt;
+    &lt;span class='nt'&gt;&amp;lt;artifactId&amp;gt;&lt;/span&gt;wicket&lt;span class='nt'&gt;&amp;lt;/artifactId&amp;gt;&lt;/span&gt;
+    &lt;span class='nt'&gt;&amp;lt;version&amp;gt;&lt;/span&gt;1.4.21&lt;span class='nt'&gt;&amp;lt;/version&amp;gt;&lt;/span&gt;
+&lt;span class='nt'&gt;&amp;lt;/dependency&amp;gt;&lt;/span&gt;
+&lt;/code&gt;&lt;/pre&gt;
+&lt;/div&gt;
+&lt;ul&gt;
+&lt;li&gt;Download the &lt;a href='http://www.apache.org/dyn/closer.cgi/wicket/1.4.21'&gt;full distribution&lt;/a&gt; (including source)&lt;/li&gt;
+&lt;/ul&gt;</content>
+ </entry>
+ 
+ <entry>
    <title>Wicket 1.5.8 released</title>
    <link href="http://wicket.apache.org/2012/08/24/wicket-1.5.8-released.html"/>
    <updated>2012-08-24T00:00:00+02:00</updated>
@@ -341,30 +367,4 @@ public void renderHead(IHeaderResponse r
 &lt;p&gt;Credit: This issue was discovered by Jens Schenck and Stefan Schmidt.&lt;/p&gt;</content>
  </entry>
  
- <entry>
-   <title>Wicket 1.5.5 released</title>
-   <link href="http://wicket.apache.org/2012/03/12/wicket-1.5.5-released.html"/>
-   <updated>2012-03-12T00:00:00+01:00</updated>
-   <id>http://wicket.apache.org/2012/03/12/wicket-1.5.5-released</id>
-   <content type="html">&lt;p&gt;This is the fifth maintenance release of the Wicket 1.5.x series. This release brings over 50 bug fixes and improvements.&lt;/p&gt;
-
-&lt;ul&gt;
-&lt;li&gt;&lt;a href='http://git-wip-us.apache.org/repos/asf/wicket/repo?p=wicket.git;a=shortlog;h=refs/tags/release/wicket-1.5.5'&gt;Git tag&lt;/a&gt;&lt;/li&gt;
-
-&lt;li&gt;&lt;a href='https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&amp;amp;version=12319052'&gt;Changelog&lt;/a&gt;&lt;/li&gt;
-
-&lt;li&gt;To use in Maven:&lt;/li&gt;
-&lt;/ul&gt;
-&lt;div class='highlight'&gt;&lt;pre&gt;&lt;code class='xml'&gt;&lt;span class='nt'&gt;&amp;lt;dependency&amp;gt;&lt;/span&gt;
-    &lt;span class='nt'&gt;&amp;lt;groupId&amp;gt;&lt;/span&gt;org.apache.wicket&lt;span class='nt'&gt;&amp;lt;/groupId&amp;gt;&lt;/span&gt;
-    &lt;span class='nt'&gt;&amp;lt;artifactId&amp;gt;&lt;/span&gt;wicket-core&lt;span class='nt'&gt;&amp;lt;/artifactId&amp;gt;&lt;/span&gt;
-    &lt;span class='nt'&gt;&amp;lt;version&amp;gt;&lt;/span&gt;1.5.5&lt;span class='nt'&gt;&amp;lt;/version&amp;gt;&lt;/span&gt;
-&lt;span class='nt'&gt;&amp;lt;/dependency&amp;gt;&lt;/span&gt;
-&lt;/code&gt;&lt;/pre&gt;
-&lt;/div&gt;
-&lt;ul&gt;
-&lt;li&gt;Download the &lt;a href='http://www.apache.org/dyn/closer.cgi/wicket/1.5.5'&gt;full distribution&lt;/a&gt; (including source)&lt;/li&gt;
-&lt;/ul&gt;</content>
- </entry>
- 
 </feed>

Modified: wicket/common/site/trunk/_site/index.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/index.html?rev=1381210&r1=1381209&r2=1381210&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/index.html (original)
+++ wicket/common/site/trunk/_site/index.html Wed Sep  5 14:50:10 2012
@@ -179,6 +179,22 @@
 <h1>Security announcement: CVE-2011-2712</h1>
 <p>A XSS vulnerability has been found in Apache Wicket version 1.4. This is solved in Apache Wicket 1.4.18. Please upgrade your applications to this release. Wicket versions 1.3.x and 1.5.x are not affected by this vulnerability. <a href='2011/08/23/cve-2011-2712.html'>More information</a></p>
 
+<h1 id='wicket_1421_released'><a href='/2012/09/05/wicket-1.4.21-released.html'>Wicket 1.4.21 released</a></h1>
+<p>This is 21st release of the Wicket 1.4.x series. This is also the last release of the 1.4.x series, rounding up the remaining bugfixes. No further releases will happen in this branch.</p><ul>
+<li><a href='http://git-wip-us.apache.org/repos/asf/wicket/repo?p=wicket.git;a=shortlog;h=refs/tags/release/wicket-1.4.21'>Git tag</a></li>
+
+<li><a href='https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&amp;version=12320171'>Changelog</a></li>
+
+<li>To use in Maven:</li>
+</ul><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<span class='nt'>&lt;/artifactId&gt;</span>
+    <span class='nt'>&lt;version&gt;</span>1.4.21<span class='nt'>&lt;/version&gt;</span>
+<span class='nt'>&lt;/dependency&gt;</span>
+</code></pre>
+</div><ul>
+<li>Download the <a href='http://www.apache.org/dyn/closer.cgi/wicket/1.4.21'>full distribution</a> (including source)</li>
+</ul>
 <h1 id='wicket_158_released'><a href='/2012/08/24/wicket-1.5.8-released.html'>Wicket 1.5.8 released</a></h1>
 <p>This is the eighth maintenance release of the Wicket 1.5.x series. This release brings over 45 bug fixes and improvements.</p><ul>
 <li><a href='https://git-wip-us.apache.org/repos/asf/wicket/repo?p=wicket.git;a=shortlog;h=refs/tags/release/wicket.1.5.8'>Git tag</a></li>
@@ -194,32 +210,13 @@
 </code></pre>
 </div><ul>
 <li>Download the <a href='http://www.apache.org/dyn/closer.cgi/wicket/1.5.8'>full distribution</a> (including source)</li>
-</ul>
-<h1 id='wicket_600beta3_released'><a href='/2012/07/16/wicket-6.0.0-beta3-released.html'>Wicket 6.0.0-beta3 released</a></h1>
-<p>The Wicket team is proud to announce the third beta release of the Wicket 6.x series. This release is an intermediary release just before we give you 6.0.0 final.</p><p>There are no more planned API breaks but if you find something that can be made better now it the time to discuss it! The next planned release is 6.0.0 final, so speak now or forever be silenced (or learn to live with it until 7.0.0 comes out).</p><p>Any feedback about the new features, their implementation and their documentation is very welcome!</p><h1 id='new_and_noteworthy_in_600beta3'>New and Noteworthy in 6.0.0-beta3</h1><p><strong>NOTA BENE:</strong> the use of modules that are marked experimental, by being part of the sub module &#8216;wicket-experimental&#8217;, are really that: experimental. These modules can change, disappear or blow up your computer without notice and you really use/depend on them at your own risk.</p><h2 id='wicket_native_websockets'>Wicket Native Websockets</h2><p>A new <stro
 ng>experimental</strong> module has been added to Wicket 6 - Wicket Native WebSocket. This module adds support for using HTML5 WebSockets as you may use Ajax in your Wicket applications.</p><p>All you have to do is to add a WebSocketBehavior to your page and from there on you can receive messages from the clients and push messages back to them.</p><p>At <a href='https://cwiki.apache.org/confluence/x/0vSoAQ'>our wiki</a> you may find the documentation and a link to a demo application.</p><p>If something is not clear feel free to ask your question in the mailing lists and we will improve the documentation.</p><h2 id='wicket_bootstrap'>Wicket Bootstrap</h2><p>The <strong>experimental</strong> modules now contain a new module for integration with Twitter&#8217;s Bootstrap. Currently this module only provides a central way of using the Bootstrap resources. In the future we will provide proper components and behaviors for the Bootstrap concepts.</p><p>To use this new <strong>exper
 imental</strong> module, add this to your pom:</p><pre><code>&lt;dependency&gt;
-    &lt;groupId&gt;org.apache.wicket&lt;/groupId&gt;
-    &lt;artifactId&gt;wicket-bootstrap&lt;/artifactId&gt;
-    &lt;version&gt;0.1&lt;/version&gt;
-&lt;/dependency&gt;</code></pre><p>To add Bootstrap support to your pages, add this in the <code>renderHead</code> method:</p><pre><code>@Override
-public void renderHead(IHeaderResponse response) {
-    super.renderHead(response);
-
-    Bootstrap.renderHead(response);
-}</code></pre><p>This will render a dependency to the Twitter bootstrap CSS and JS files, including the required dependency to JQuery.</p><h2 id='new_wicket_examples'>New Wicket Examples</h2><p>We have started an effort to revamp the tried and tested Wicket Examples and bring them into 2012. The new examples are located in the <strong>experimental</strong> module.</p><p>It is currently a copy of Twitter Bootstrap&#8217;s design but with Wicket specific filling.</p><p>You can test the examples by running the</p><pre><code>wicket-examples-jar/src/test/java/Start.java</code></pre><p>class in the default package.</p><p>The examples will feature a component reference with typical use cases, full examples such as Hello, World, and descriptions of the code in play.</p><h2 id='wicket_atmosphere'>Wicket Atmosphere</h2><p>Wicket Atmosphere in the experimental modules has seen an upgrade of the Atmosphere dependency to 1.0.0-beta3. This has caused an incompatibility with Jetty 7.6.3 (u
 sed with Wicket and the examples). To mitigate this, you need to override either:</p><ul>
-<li>the dependency on Jetty to 8.1.3 or newer, or</li>
-
-<li>the dependency on Atmosphere to 0.9.5 (0.9.6 and 0.9.7 are broken as well)</li>
-</ul><p>See <a href='https://issues.apache.org/jira/browse/WICKET-4656'>WICKET-4656</a> for more information regarding this issue.</p><h1 id='this_release'>This release</h1><ul>
-<li>Check the roadmap with a list of the major goals: <a href='https://cwiki.apache.org/WICKET/wicket-60-roadmap.html'>6.0 roadmap</a></li>
-
-<li>And the migration guide with all major and some minor changes between 1.5.x and 6.x series: <a href='http://s.apache.org/wicket-6.0-migration'>migration guide</a></li>
-
-<li>The Jira changelog of all closed ticket at Jira: <a href='http://s.apache.org/wicket-6.0.0-beta3-changelog'>changelog</a></li>
-</ul><p>To use it in Maven:</p><pre><code>&lt;dependency&gt;
-    &lt;groupId&gt;org.apache.wicket&lt;/groupId&gt;
-    &lt;artifactId&gt;wicket-core&lt;/artifactId&gt;
-    &lt;version&gt;6.0.0-beta3&lt;/version&gt;
-&lt;/dependency&gt;</code></pre><p>If you don’t use a dependencies management build tool then you can download the full distribution (including source) and build from source yourself.</p><p>Have fun,</p><p>The Wicket team!</p><h1>Older news items</h1><ul>
+</ul><h1>Older news items</h1><ul>
+
+
+<li>
+        <a href='/2012/07/16/wicket-6.0.0-beta3-released.html'>Wicket 6.0.0-beta3 released</a> - <span>16 Jul 2012</span><br />
+        The Wicket team is proud to announce the third beta release of the Wicket 6.x series. This release is an intermediary release just before we...
+        <a href='/2012/07/16/wicket-6.0.0-beta3-released.html'>more</a></li>
 
 
 <li>
@@ -275,12 +272,6 @@ public void renderHead(IHeaderResponse r
         This is twentieth release of the Wicket 1.4.x series. This is primarily a minor bugfix release on the 1.4.x (stable) branch. Subversion tag Changelog To...
         <a href='/2012/03/12/wicket-1.4.20-released.html'>more</a></li>
 
-
-<li>
-        <a href='/2012/01/23/wicket-1.5.4-released.html'>Wicket 1.5.4 released</a> - <span>23 Jan 2012</span><br />
-        This is the fourth maintenance release of the Wicket 1.5.x series. This release brings over 68 bug fixes and improvements. Git tag Changelog To use...
-        <a href='/2012/01/23/wicket-1.5.4-released.html'>more</a></li>
-
 </ul>
 <h1 id='books_about_wicket'>Books about Wicket</h1>
 

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=1381210&r1=1381209&r2=1381210&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/learn/books/index.html (original)
+++ wicket/common/site/trunk/_site/learn/books/index.html Wed Sep  5 14:50:10 2012
@@ -158,7 +158,7 @@
 		<div id="contentbody">
 			<h1>Books about Wicket</h1>
 			<p>Several books have been written about Apache Wicket, 4 in English, 2 in German and 1 in Japanese. Click on a cover to learn more about each book.</p>
-<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.png' 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>
+<a href='awc.html'><img title='Apache Wicket Cookbook' height='300px' src='awc.png' alt='Apache Wicket Cookbook cover' /></a><a href='wia.html'><img title='Wicket in Action' height='300px' src='wia.png' alt='Wicket in Action cover' /></a><a href='koda.html'><img title=' Komponentenbasiert und objektorientiert- das alternative Java-Webframework' height='300px' src='koda.jpg' alt=' Komponentenbasiert und objektorientiert - das alternative Java-Webframework cover' /></a><a href='ewdww.html'><img title='Enjoying Web Development with Wicket' height='300px' src='ewdww.png' alt='Enjoying Web Development with Wicket cover' /></a><a href='prowicket.html'><img title='Pro Wicket' height='300px' src='prowicket.png' alt='Pro Wicket cover' /></a><a href='paxisbuchwicket.html'><img title='Praxisbuch Wicket' height='300px' src='praxisbuchwicket.png' alt='Praxisbuch Wicket cover' /></a><a href='kwij.html'><img title='Wicket: Komponentenbasierte Webanwendungen in Java' height='300px' src='kwi
 j.png' alt='Wicket: Komponentenbasierte Webanwendungen in Java cover' /></a><a href='wicket-jp.html'><img title='Wicket Japanese' height='300px' src='wicket-jp.png' alt='Wicket Japanese cover' /></a>
 		</div>
         <div id="clearer"></div>
 		<div id="footer"><span>

Modified: wicket/common/site/trunk/_site/learn/examples/guestbook.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/learn/examples/guestbook.html?rev=1381210&r1=1381209&r2=1381210&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/learn/examples/guestbook.html (original)
+++ wicket/common/site/trunk/_site/learn/examples/guestbook.html Wed Sep  5 14:50:10 2012
@@ -159,7 +159,7 @@
 			<h1>Guestbook</h1>
 			<p>The GuestBook application allows users to enter comments that appear on a page like a weblog. Drawing the list of comments is very easy with the Wicket <code>ListView</code> component. This example also gives an impression of what form handling is like.</p>
 
-<p><img alt='Guestbook screenshot' src='guestbook.png' /></p>
+<p><img src='guestbook.png' alt='Guestbook screenshot' /></p>
 
 <p>As with all examples, you have to put all files in the same package directory. This means putting the markup files and the java files next to one another. It is possible to alter this behavior, but that is beyond the scope of this example.</p>
 

Modified: wicket/common/site/trunk/_site/learn/examples/markupinheritance.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/learn/examples/markupinheritance.html?rev=1381210&r1=1381209&r2=1381210&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/learn/examples/markupinheritance.html (original)
+++ wicket/common/site/trunk/_site/learn/examples/markupinheritance.html Wed Sep  5 14:50:10 2012
@@ -169,7 +169,7 @@
 
 <p>In the next figure we show a standard strategy for laying out a page. A standard header, the main content body and a standard footer.</p>
 
-<p><img alt='Markup inheritance diagram' src='markupinheritance1.png' /></p>
+<p><img src='markupinheritance1.png' alt='Markup inheritance diagram' /></p>
 
 <p>In Wicket you can achieve this using different strategies. This article focuses on one strategy: markup inheritance.</p>
 

Modified: wicket/common/site/trunk/_site/learn/examples/navomatic.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/learn/examples/navomatic.html?rev=1381210&r1=1381209&r2=1381210&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/learn/examples/navomatic.html (original)
+++ wicket/common/site/trunk/_site/learn/examples/navomatic.html Wed Sep  5 14:50:10 2012
@@ -163,11 +163,11 @@
 
 <p>The link in the navigation to the current page is automatically turned into italic text to indicate to the user what page they are on. The first screen capture shows the Page1 page with the Page1 link in italics.</p>
 
-<p><img alt='Figure 1' src='navomatic1.png' /></p>
+<p><img src='navomatic1.png' alt='Figure 1' /></p>
 
 <p>When you click on the Page2 link, you get the following screen.</p>
 
-<p><img alt='Figure 2' src='navomatic2.png' /></p>
+<p><img src='navomatic2.png' alt='Figure 2' /></p>
 
 <p>As you can see, Page1 has no special style anymore, and Page2 is now displayed in italics. Also the message box shows that we are viewing Page2 instead of Page1.</p>
 

Modified: wicket/common/site/trunk/_site/start/quickstart.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/start/quickstart.html?rev=1381210&r1=1381209&r2=1381210&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/start/quickstart.html (original)
+++ wicket/common/site/trunk/_site/start/quickstart.html Wed Sep  5 14:50:10 2012
@@ -199,11 +199,11 @@
 	}
 </script><div id='mvncmd'>
 	<div>
-		<label for='groupId' title='Base Package'>GroupId:</label>
-		<input type='text' value='com.mycompany' onkeyup='changeIt();' id='groupId' /><span title='Base Package'>&nbsp;(?)</span><br />
-		<label for='artifactId' title='Project Name'>ArtifactId:</label> 
-		<input type='text' value='myproject' onkeyup='changeIt();' id='artifactId' /><span title='Project Name'>&nbsp;(?)</span><br />
-		<label for='version' title='Wicket Version'>Version:</label>
+		<label title='Base Package' for='groupId'>GroupId:</label>
+		<input value='com.mycompany' type='text' onkeyup='changeIt();' id='groupId' /><span title='Base Package'>&nbsp;(?)</span><br />
+		<label title='Project Name' for='artifactId'>ArtifactId:</label> 
+		<input value='myproject' type='text' onkeyup='changeIt();' id='artifactId' /><span title='Project Name'>&nbsp;(?)</span><br />
+		<label title='Wicket Version' for='version'>Version:</label>
 		<select onchange='changeIt();' id='version'>
 
 		
@@ -219,11 +219,11 @@
 		
 
 		
-			<option value='1.4.20'>1.4.20</option>
+			<option value='1.4.21'>1.4.21</option>
 		
 
 		
-			<option selected='selected' value='1.5.8'>1.5.8</option>
+			<option value='1.5.8' selected='selected'>1.5.8</option>
 		
 
 		

Modified: wicket/common/site/trunk/liveedit.sh
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/liveedit.sh?rev=1381210&r1=1381209&r2=1381210&view=diff
==============================================================================
--- wicket/common/site/trunk/liveedit.sh (original)
+++ wicket/common/site/trunk/liveedit.sh Wed Sep  5 14:50:10 2012
@@ -5,7 +5,7 @@ echo Backing up .svn folders in _site
 mkdir _tmp
 tar cfT _tmp/archive.tar /dev/null
 find _site -name ".svn"|xargs -I{} tar -rf _tmp/archive.tar {}
-jekyll --auto --server
+jekyll --auto --server --pygments
 echo Restoring .svn folders in _site
 tar -xf _tmp/archive.tar
 rm -rf _tmp