Author: dashorst
Date: Mon Jul 26 11:01:47 2010
New Revision: 979238
URL: http://svn.apache.org/viewvc?rev=979238&view=rev
Log:
Fixed minor stuff in the help file
Modified:
wicket/common/site/trunk/_site/atom.xml
wicket/common/site/trunk/_site/help/index.html
wicket/common/site/trunk/help/index.md
Modified: wicket/common/site/trunk/_site/atom.xml
URL:
http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/atom.xml?rev=979238&r1=979237&r2=979238&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/atom.xml (original)
+++ wicket/common/site/trunk/_site/atom.xml Mon Jul 26 11:01:47 2010
@@ -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>2010-07-26T12:49:46+02:00</updated>
+ <updated>2010-07-26T13:01:41+02:00</updated>
<id>http://wicket.apache.org/</id>
<author>
<name>Apache Wicket</name>
Modified: wicket/common/site/trunk/_site/help/index.html
URL:
http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/help/index.html?rev=979238&r1=979237&r2=979238&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/help/index.html (original)
+++ wicket/common/site/trunk/_site/help/index.html Mon Jul 26 11:01:47 2010
@@ -154,13 +154,13 @@
<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 the Discussion Forums or join one of the Mailing Lists. Below
are some resources to check before asking for help:</p>
+<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='https://issues.apache.org/jira/browse/WICKET'>Issue
Tracker</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='irc://irc.freenode.net/%23%23wicket'>IRC</a></li>
</ul>
@@ -175,7 +175,7 @@
<li>what platform and JDK</li>
-<li>any particular container being used - if so what version</li>
+<li>any particular JEE container being used - if so what version</li>
<li>stack traces generally really help! If in doubt include the whole thing;
often exceptions get wrapped in other exceptions and the exception right near
the bottom explains the actual error, not the first few lines at the top. Its
very easy for us to skim-read past unnecessary parts of a stack trace.</li>
Modified: wicket/common/site/trunk/help/index.md
URL:
http://svn.apache.org/viewvc/wicket/common/site/trunk/help/index.md?rev=979238&r1=979237&r2=979238&view=diff
==============================================================================
--- wicket/common/site/trunk/help/index.md (original)
+++ wicket/common/site/trunk/help/index.md Mon Jul 26 11:01:47 2010
@@ -10,13 +10,13 @@ There are two types of help available fo
## Support From the Apache Wicket Open Source Project ##
-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 the Discussion Forums or join one of the Mailing Lists. Below
-are some resources to check before asking for help:
+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:
-* [Issue Tracker](https://issues.apache.org/jira/browse/WICKET)
* [Mailing Lists](email.html)
+* [Issue Tracker](https://issues.apache.org/jira/browse/WICKET)
* [IRC](irc://irc.freenode.net/%23%23wicket)
Before asking for help with your issue, it's a very good idea to search for
@@ -33,7 +33,7 @@ resolution.
* which version of the software
* what platform and JDK
-* any particular container being used - if so what version
+* any particular JEE container being used - if so what version
* stack traces generally really help! If in doubt include the whole thing;
often exceptions get wrapped in other exceptions and the exception right
near the bottom explains the actual error, not the first few lines at the