Author: mgrigorov
Date: Tue Mar 27 15:11:18 2012
New Revision: 1305865
URL: http://svn.apache.org/viewvc?rev=1305865&view=rev
Log:
Update docs to use Git instead of SVN.
Modified:
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/contribute/patch.html
wicket/common/site/trunk/_site/index.html
wicket/common/site/trunk/_site/learn/books/index.html
wicket/common/site/trunk/_site/start/download.html
wicket/common/site/trunk/_site/start/index.html
wicket/common/site/trunk/_site/start/quickstart.html
wicket/common/site/trunk/contribute/patch.md
wicket/common/site/trunk/start/download.md
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=1305865&r1=1305864&r2=1305865&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
Tue Mar 27 15:11:18 2012
@@ -151,7 +151,7 @@
<div id="contentbody">
<h1>Apache Wicket Cookbook Published!</h1>
- <img alt='' width='180' style='float: left;
margin-left: 10px; margin-right: 10px;'
src='http://wicket.apache.org/learn/books/awc.png' height='222' title='Apache
Wicket Cookbook' />
+ <img alt='' width='180' height='222' title='Apache
Wicket Cookbook' src='http://wicket.apache.org/learn/books/awc.png'
style='float: left; margin-left: 10px; margin-right: 10px;' />
<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=1305865&r1=1305864&r2=1305865&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 Tue
Mar 27 15:11:18 2012
@@ -151,7 +151,7 @@
<div id="contentbody">
<h1>Apache Wicket Cookbook Giveaway Contest</h1>
- <img alt='' width='90' style='float: left; margin-left:
10px; margin-right: 10px;' src='http://wicket.apache.org/learn/books/awc.png'
height='111' title='Apache Wicket Cookbook' />
+ <img alt='' width='90' height='111' title='Apache
Wicket Cookbook' src='http://wicket.apache.org/learn/books/awc.png'
style='float: left; margin-left: 10px; margin-right: 10px;' />
<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=1305865&r1=1305864&r2=1305865&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/atom.xml (original)
+++ wicket/common/site/trunk/_site/atom.xml Tue Mar 27 15:11:18 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-03-26T21:09:17+02:00</updated>
+ <updated>2012-03-27T17:09:29+02:00</updated>
<id>http://wicket.apache.org/</id>
<author>
<name>Apache Wicket</name>
Modified: wicket/common/site/trunk/_site/contribute/patch.html
URL:
http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/contribute/patch.html?rev=1305865&r1=1305864&r2=1305865&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/contribute/patch.html (original)
+++ wicket/common/site/trunk/_site/contribute/patch.html Tue Mar 27 15:11:18
2012
@@ -158,13 +158,15 @@
<ul>
<li>Identify an issue that you want to fix or improve</li>
-<li>Search JIRA and the mailing list to see if it’s already been
discussed</li>
+<li>Search <a href='https://issues.apache.org/jira/browse/WICKET'>JIRA</a> and
the mailing list to see if it’s already been discussed</li>
<li>If it’s a bug or a feature request, open a <a
href='https://issues.apache.org/jira/browse/WICKET'>JIRA issue</a></li>
-<li><a href='../start/quickstart.html'>Create a quickstart</a> that you can
use for prototyping the feature or demonstrating the bug ** Attach this
quickstart to the JIRA issue if it’s representing a bug report.</li>
+<li><a href='../start/quickstart.html'>Create a quickstart</a> that you can
use for prototyping the feature or demonstrating the bug</li>
-<li>Get Subversion running</li>
+<li>Attach this quickstart to the <a
href='https://issues.apache.org/jira/browse/WICKET'>JIRA issue</a> if
it’s representing a bug report.</li>
+
+<li>Get <a href='http://git-scm.com/'>Git</a> running</li>
<li><a
href='../start/download.html#snapshots_and_latest_bleedingedge_code'>Checkout
out the code</a></li>
@@ -172,12 +174,12 @@
<li>Create the patch:</li>
</ul>
-<div class='highlight'><pre><code class='console'><span class='go'>svn add
any_files_you_created</span>
-<span class='go'>svn diff > /tmp/fix-WICKET-NNNN.patch</span>
+<div class='highlight'><pre><code class='console'><span class='go'>git add
any_files_you_created_modified_or_deleted</span>
+<span class='go'>git diff > /tmp/fix-WICKET-NNNN.patch</span>
</code></pre>
</div>
<ul>
-<li>Attach that file (/tmp/fix-WICKET-NNNN.patch) to the JIRA</li>
+<li>Attach that file (/tmp/fix-WICKET-NNNN.patch) to the <a
href='https://issues.apache.org/jira/browse/WICKET'>JIRA</a></li>
</ul>
</div>
<div id="clearer"></div>
Modified: wicket/common/site/trunk/_site/index.html
URL:
http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/index.html?rev=1305865&r1=1305864&r2=1305865&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/index.html (original)
+++ wicket/common/site/trunk/_site/index.html Tue Mar 27 15:11:18 2012
@@ -258,7 +258,7 @@
<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 src='/learn/books/awc.png' height='200px'
/></a><a href='/learn/books/wia.html'><img src='/learn/books/wia.png'
height='200px' /></a><a href='/learn/books/ewdww.html'><img
src='/learn/books/ewdww.png' height='200px' /></a><a
href='/learn/books/prowicket.html'><img src='/learn/books/prowicket.png'
height='200px' /></a><a href='/learn/books/kwij.html'><img
src='/learn/books/kwij.png' height='200px' /></a><a
href='/learn/books/praxisbuchwicket.html'><img
src='/learn/books/praxisbuchwicket.png' height='200px' /></a><a
href='/learn/books/wicket-jp.html'><img src='/learn/books/wicket-jp.png'
height='200px' /></a>
+<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>
</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=1305865&r1=1305864&r2=1305865&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/learn/books/index.html (original)
+++ wicket/common/site/trunk/_site/learn/books/index.html Tue Mar 27 15:11:18
2012
@@ -152,7 +152,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' src='awc.png'
height='300px' title='Apache Wicket Cookbook' /></a><a href='wia.html'><img
alt='Wicket in Action cover' src='wia.png' height='300px' title='Wicket in
Action' /></a><a href='ewdww.html'><img alt='Enjoying Web Development with
Wicket cover' src='ewdww.png' height='300px' title='Enjoying Web Development
with Wicket' /></a><a href='prowicket.html'><img alt='Pro Wicket cover'
src='prowicket.png' height='300px' title='Pro Wicket' /></a><a
href='paxisbuchwicket.html'><img alt='Praxisbuch Wicket cover'
src='praxisbuchwicket.png' height='300px' title='Praxisbuch Wicket' /></a><a
href='kwij.html'><img alt='Wicket: Komponentenbasierte Webanwendungen in Java
cover' src='kwij.png' height='300px' title='Wicket: Komponentenbasierte
Webanwendungen in Java' /></a><a href='wicket-jp.html'><img alt='Wicket
Japanese cover' src='wicket-jp.png' height='300px' title='Wicket Japanese'
/></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='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>
</div>
<div id="clearer"></div>
<div id="footer"><span>
Modified: wicket/common/site/trunk/_site/start/download.html
URL:
http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/start/download.html?rev=1305865&r1=1305864&r2=1305865&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/start/download.html (original)
+++ wicket/common/site/trunk/_site/start/download.html Tue Mar 27 15:11:18 2012
@@ -185,24 +185,26 @@
<div class='highlight'><pre><code class='xml'><span
class='nt'><dependency></span>
<span class='nt'><groupId></span>org.slf4j<span
class='nt'></groupId></span>
<span class='nt'><artifactId></span>slf4j-log4j12<span
class='nt'></artifactId></span>
- <span class='nt'><version></span>1.5.6<span
class='nt'></version></span>
+ <span class='nt'><version></span>1.6.4<span
class='nt'></version></span>
<span class='nt'></dependency></span>
</code></pre>
</div>
<h2 id='snapshots_and_latest_bleedingedge_code'>SNAPSHOTs and latest
bleeding-edge code</h2>
-<p>If you wish to build the latest code from scratch, trunk and branches live
in the following places in Subversion:</p>
+<p>If you wish to build the latest code from scratch, master and branches live
in Git repository: <a
href='https://git-wip-us.apache.org/repos/asf/wicket.git'>https://git-wip-us.apache.org/repos/asf/wicket.git</a></p>
+
+<p>Branches:</p>
<ul>
-<li><strong>6.0.x</strong>: <a
href='http://svn.apache.org/repos/asf/wicket/trunk'>http://svn.apache.org/repos/asf/wicket/trunk</a></li>
+<li><strong>6.0.x</strong>: master</li>
-<li><strong>1.5.x</strong>: <a
href='http://svn.apache.org/repos/asf/wicket/branches/wicket-1.5.x'>http://svn.apache.org/repos/asf/wicket/branches/wicket-1.5.x</a></li>
+<li><strong>1.5.x</strong>: wicket-1.5.x</li>
-<li><strong>1.4.x</strong>: <a
href='http://svn.apache.org/repos/asf/wicket/branches/wicket-1.4.x'>http://svn.apache.org/repos/asf/wicket/branches/wicket-1.4.x</a></li>
+<li><strong>1.4.x</strong>: wicket-1.4.x</li>
-<li><strong>1.3.x</strong>: <a
href='http://svn.apache.org/repos/asf/wicket/branches/wicket-1.3.x'>http://svn.apache.org/repos/asf/wicket/branches/wicket-1.3.x</a></li>
+<li><strong>1.3.x</strong>: wicket-1.3.x</li>
-<li><strong>1.2.x</strong>: <a
href='http://svn.apache.org/repos/asf/wicket/branches/wicket-1.2.x'>http://svn.apache.org/repos/asf/wicket/branches/wicket-1.2.x</a></li>
+<li><strong>1.2.x</strong>: wicket-1.2.x</li>
</ul>
<p>There’s also a Maven 2 repository providing SNAPSHOTs available
here:</p>
Modified: wicket/common/site/trunk/_site/start/index.html
URL:
http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/start/index.html?rev=1305865&r1=1305864&r2=1305865&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/start/index.html (original)
+++ wicket/common/site/trunk/_site/start/index.html Tue Mar 27 15:11:18 2012
@@ -156,7 +156,7 @@
<li><a href='download.html'>Download</a> the latest and greatest Wicket
release</li>
-<li>Or use one of the available third party <a rel='nofollow'
href='http://www.jweekend.com/dev/LegUp'>Maven archetypes</a></li>
+<li>Or use one of the available third party <a
href='http://www.jweekend.com/dev/LegUp' rel='nofollow'>Maven
archetypes</a></li>
</ul>
</div>
<div id="clearer"></div>
Modified: wicket/common/site/trunk/_site/start/quickstart.html
URL:
http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/start/quickstart.html?rev=1305865&r1=1305864&r2=1305865&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/start/quickstart.html (original)
+++ wicket/common/site/trunk/_site/start/quickstart.html Tue Mar 27 15:11:18
2012
@@ -194,11 +194,11 @@
</script><div id='mvncmd'>
<div>
<label for='groupId' title='Base Package'>GroupId:</label>
- <input id='groupId' type='text' value='com.mycompany'
onkeyup='changeIt();' /><span title='Base Package'> (?)</span><br />
+ <input id='groupId' type='text' onkeyup='changeIt();'
value='com.mycompany' /><span title='Base Package'> (?)</span><br />
<label for='artifactId' title='Project
Name'>ArtifactId:</label>
- <input id='artifactId' type='text' value='myproject'
onkeyup='changeIt();' /><span title='Project Name'> (?)</span><br />
+ <input id='artifactId' type='text' onkeyup='changeIt();'
value='myproject' /><span title='Project Name'> (?)</span><br />
<label for='version' title='Wicket Version'>Version:</label>
- <select onchange='changeIt();' id='version'>
+ <select id='version' onchange='changeIt();'>
<option value='6.0-SNAPSHOT'>6.0-SNAPSHOT</option>
@@ -223,7 +223,7 @@
</select><span title='Wicket Version'> (?)</span>
</div>
<div>
- <label for='cmdLine' id='cmdLabel'>Command Line:</label>
+ <label id='cmdLabel' for='cmdLine'>Command Line:</label>
<textarea id='cmdLine' onfocus='this.select();'>
</textarea>
<script>changeIt();</script>
Modified: wicket/common/site/trunk/contribute/patch.md
URL:
http://svn.apache.org/viewvc/wicket/common/site/trunk/contribute/patch.md?rev=1305865&r1=1305864&r2=1305865&view=diff
==============================================================================
--- wicket/common/site/trunk/contribute/patch.md (original)
+++ wicket/common/site/trunk/contribute/patch.md Tue Mar 27 15:11:18 2012
@@ -9,18 +9,18 @@ TODO: this is just a set of basic instru
The steps to submitting a patch for Wicket are:
* Identify an issue that you want to fix or improve
-* Search JIRA and the mailing list to see if it's already been discussed
+* Search [JIRA](https://issues.apache.org/jira/browse/WICKET) and the mailing
list to see if it's already been discussed
* If it's a bug or a feature request, open a [JIRA
issue](https://issues.apache.org/jira/browse/WICKET)
* [Create a quickstart](../start/quickstart.html) that you can use for
prototyping the feature or demonstrating the bug
-** Attach this quickstart to the JIRA issue if it's representing a bug report.
-* Get Subversion running
+* Attach this quickstart to the [JIRA
issue](https://issues.apache.org/jira/browse/WICKET) if it's representing a bug
report.
+* Get [Git](http://git-scm.com/) running
* [Checkout out the
code](../start/download.html#snapshots_and_latest_bleedingedge_code)
* Make your changes
* Create the patch:
{% highlight console %}
-svn add any_files_you_created
-svn diff > /tmp/fix-WICKET-NNNN.patch
+git add any_files_you_created_modified_or_deleted
+git diff > /tmp/fix-WICKET-NNNN.patch
{% endhighlight %}
-* Attach that file (/tmp/fix-WICKET-NNNN.patch) to the JIRA
+* Attach that file (/tmp/fix-WICKET-NNNN.patch) to the
[JIRA](https://issues.apache.org/jira/browse/WICKET)
Modified: wicket/common/site/trunk/start/download.md
URL:
http://svn.apache.org/viewvc/wicket/common/site/trunk/start/download.md?rev=1305865&r1=1305864&r2=1305865&view=diff
==============================================================================
--- wicket/common/site/trunk/start/download.md (original)
+++ wicket/common/site/trunk/start/download.md Tue Mar 27 15:11:18 2012
@@ -45,20 +45,21 @@ For the SLF4J log4j binding:
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
- <version>1.5.6</version>
+ <version>1.6.4</version>
</dependency>
{% endhighlight %}
## SNAPSHOTs and latest bleeding-edge code ##
-If you wish to build the latest code from scratch, trunk and branches live in
-the following places in Subversion:
+If you wish to build the latest code from scratch, master and branches live in
Git repository:
+<https://git-wip-us.apache.org/repos/asf/wicket.git>
-* **6.0.x**: <http://svn.apache.org/repos/asf/wicket/trunk>
-* **1.5.x**: <http://svn.apache.org/repos/asf/wicket/branches/wicket-1.5.x>
-* **1.4.x**: <http://svn.apache.org/repos/asf/wicket/branches/wicket-1.4.x>
-* **1.3.x**: <http://svn.apache.org/repos/asf/wicket/branches/wicket-1.3.x>
-* **1.2.x**: <http://svn.apache.org/repos/asf/wicket/branches/wicket-1.2.x>
+Branches:
+* **6.0.x**: master
+* **1.5.x**: wicket-1.5.x
+* **1.4.x**: wicket-1.4.x
+* **1.3.x**: wicket-1.3.x
+* **1.2.x**: wicket-1.2.x
There's also a Maven 2 repository providing SNAPSHOTs available here: