Hello,
The http://wicketstuff.org site presently has a basic page and then
shows several links before automatically redirecting to the confluence wiki.
I have been migrating the confluence content into the github wiki.
Would it be possible to change the index page at wicketstuff.org to not
automatically redirect to confluence and instead show a different message?
Here is a draft version of I am suggesting for the main page in place of
what is currently there:
"
<html>
<body>
<h1>About WicketStuff.org</h1>
<p>A place for accessing the examples for <a
href="http://wicket.apache.org">Apache Wicket</a> and information on
user contributed wicketstuff projects.
<p>
Development and issue tracking of the wicketstuff-core projects
have moved to <a
href="https://github.com/wicketstuff/core">https://github.com/wicketstuff/core</a>.
<p>
The information contained in the <a href="confluence">Confluence
wiki</a> is being migrated into the <a
href="https://github.com/wicketstuff/core/wiki">github wiki</a>
<p>
The Apache Wicket project wiki is located here: <a
href="https://cwiki.apache.org/WICKET">https://cwiki.apache.org/WICKET</a>
<p>
<h2>Wicket Examples Demo</h2>
The <b>wicket-examples</b> maven artifact contains a war file
showcasing the main interface controls provided by Wicket.
<p>
Below are the examples running on the old stable 1.3.x version, the
current stable 1.4.x version and the development trunk 1.5.x version.
<ul>
<li><a href="wicket13/">Wicket 1.3 Examples</a></li>
<li><a href="wicket14/">Wicket 1.4 Examples</a></li>
<li><a href="wicket/">Wicket trunk Examples</a></li>
</ul>
<h2>Contributed Wicket Examples Demo</h2>
Note that most wicketstuff-core projects have an example
application but they are not presently hosted.
<li><a href="wicketsecurity">Wicket Security Examples</a></li>
<li><a href="wicketdojo13">Wicketstuff Dojo 1.3 Examples</a></li>
</ul>
<p>- The Wicket Stuff admins</p>
</body>
</html>
"
Thanks,
Mike