You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by ad...@apache.org on 2014/04/26 22:03:30 UTC

svn commit: r1590290 [10/10] - in /wicket/common/site/trunk: ./ _posts/ _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/...

Modified: wicket/common/site/trunk/_site/start/index.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/start/index.html?rev=1590290&r1=1590289&r2=1590290&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/start/index.html (original)
+++ wicket/common/site/trunk/_site/start/index.html Sat Apr 26 20:03:27 2014
@@ -92,7 +92,7 @@
 	</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.14.0">Wicket 6.14</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.15.0">Wicket 6.15</a>
 		</li>
 		<li>
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.11">Wicket 1.5</a>
@@ -175,11 +175,11 @@
 		<div id="contentbody">
 			<h1>Get Started</h1>
 			<ul>
-<li>Start with Apache Wicket using the <a href="quickstart.html">quickstart</a></li>
+<li>Start with Apache Wicket using the <a href='quickstart.html'>quickstart</a></li>
 
-<li><a href="download.html">Download</a> the latest and greatest Wicket release</li>
+<li><a href='download.html'>Download</a> the latest and greatest Wicket release</li>
 
-<li>Or use one of the available third party <a href='http://www.jweekend.com/dev/LegUp' rel='nofollow'>Maven archetypes</a></li>
+<li>Or use one of the available third party <a rel='nofollow' href='http://www.jweekend.com/dev/LegUp'>Maven archetypes</a></li>
 </ul>
 		</div>
         <div id="clearer"></div>

Modified: wicket/common/site/trunk/_site/start/installing.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/start/installing.html?rev=1590290&r1=1590289&r2=1590290&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/start/installing.html (original)
+++ wicket/common/site/trunk/_site/start/installing.html Sat Apr 26 20:03:27 2014
@@ -92,7 +92,7 @@
 	</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.14.0">Wicket 6.14</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.15.0">Wicket 6.15</a>
 		</li>
 		<li>
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.11">Wicket 1.5</a>
@@ -182,11 +182,11 @@
 <li>logging</li>
 </ul>
 
-<h2 id="required_dependencies_to_use_wicket">Required dependencies to use Wicket</h2>
+<h2 id='required_dependencies_to_use_wicket'>Required dependencies to use Wicket</h2>
 
-<p>While we are adamant users of Apache Maven and its build infrastructure, this may not be to everyone’s liking. However, if you wish to learn all about which dependencies you need for your Wicket project, we ask you to learn to read the POM file format and retrieve the required versions stated there. We take great care to keep the POM files up to date with the latest and greatest of each dependency.</p>
+<p>While we are adamant users of Apache Maven and its build infrastructure, this may not be to everyone&#8217;s liking. However, if you wish to learn all about which dependencies you need for your Wicket project, we ask you to learn to read the POM file format and retrieve the required versions stated there. We take great care to keep the POM files up to date with the latest and greatest of each dependency.</p>
 
-<h3 id="compilation__testing">Compilation &amp; Testing</h3>
+<h3 id='compilation__testing'>Compilation &amp; Testing</h3>
 
 <p>At a minimum a vanilla Wicket application requires for compilation:</p>
 
@@ -202,7 +202,7 @@
 <li>junit if you build Wicket from source or want to use <code>WicketTester</code> to test your pages and components</li>
 </ul>
 
-<h3 id="runtime_dependencies">Runtime dependencies</h3>
+<h3 id='runtime_dependencies'>Runtime dependencies</h3>
 
 <p>At a minimum a barebones Wicket application requires the following at runtime:</p>
 
@@ -214,11 +214,11 @@
 <li>slf4j-api and your slf4j implementation and required logging provider dependencies.</li>
 </ul>
 
-<h2 id="logging">Logging</h2>
+<h2 id='logging'>Logging</h2>
 
-<p>As of Wicket 1.3.0, Wicket uses the <a href="http://www.slf4j.org/">SLF4J</a> project for logging. SLF4J is similar to <a href="http://jakarta.apache.org/commons/logging/">commons-logging</a>, in that it allows libraries/frameworks like Wicket to avoid forcing a choice of logging framework on their users.</p>
+<p>As of Wicket 1.3.0, Wicket uses the <a href='http://www.slf4j.org/'>SLF4J</a> project for logging. SLF4J is similar to <a href='http://jakarta.apache.org/commons/logging/'>commons-logging</a>, in that it allows libraries/frameworks like Wicket to avoid forcing a choice of logging framework on their users.</p>
 
-<p><strong>You cannot use Wicket without adding an SLF4J logging implementation to your classpath</strong>. Most people use <a href="http://logging.apache.org/log4j">log4j</a>. If you do, just include <code>slf4j-log4j12.jar</code> on your classpath to get Wicket to use log4j too. If you want to use commons-logging or JDK14 logging or something else, please see the <a href="http://www.slf4j.org/faq.html">SLF4J site</a> for more information.</p>
+<p><strong>You cannot use Wicket without adding an SLF4J logging implementation to your classpath</strong>. Most people use <a href='http://logging.apache.org/log4j'>log4j</a>. If you do, just include <code>slf4j-log4j12.jar</code> on your classpath to get Wicket to use log4j too. If you want to use commons-logging or JDK14 logging or something else, please see the <a href='http://www.slf4j.org/faq.html'>SLF4J site</a> for more information.</p>
 		</div>
         <div id="clearer"></div>
 		<div id="footer"><span>

Modified: wicket/common/site/trunk/_site/start/quickstart.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/start/quickstart.html?rev=1590290&r1=1590289&r2=1590290&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/start/quickstart.html (original)
+++ wicket/common/site/trunk/_site/start/quickstart.html Sat Apr 26 20:03:27 2014
@@ -92,7 +92,7 @@
 	</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.14.0">Wicket 6.14</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.15.0">Wicket 6.15</a>
 		</li>
 		<li>
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.11">Wicket 1.5</a>
@@ -174,13 +174,13 @@
 
 		<div id="contentbody">
 			<h1>Create a Wicket Quickstart</h1>
-			<p>There are two really good reasons to create a Wicket quickstart. The first is if you just want to get started using Wicket quickly. The quickstart will set up a ready-to-use project in under a minute (depending on your bandwidth). Another great reason to create a quickstart is to accompany a bug report. If you report a bug in JIRA or on the mailing list, the core developers may not be able to recreate it easily. In most cases, you’ll be told “please create a quickstart and attach it to a JIRA issue”. If you don’t know how to do that, don’t worry - just follow the instructions below. (If you are submitting a quickstart for an issue report, please be sure to read the subheading below - “Submitting a quickstart for an issue report”</p>
+			<p>There are two really good reasons to create a Wicket quickstart. The first is if you just want to get started using Wicket quickly. The quickstart will set up a ready-to-use project in under a minute (depending on your bandwidth). Another great reason to create a quickstart is to accompany a bug report. If you report a bug in JIRA or on the mailing list, the core developers may not be able to recreate it easily. In most cases, you&#8217;ll be told &#8220;please create a quickstart and attach it to a JIRA issue&#8221;. If you don&#8217;t know how to do that, don&#8217;t worry - just follow the instructions below. (If you are submitting a quickstart for an issue report, please be sure to read the subheading below - &#8220;Submitting a quickstart for an issue report&#8221;</p>
 
-<p>Quickstarts are made from a Maven archetype. So, you will need to have <a href="http://maven.apache.org">Maven 2</a> installed and working (from the command line) before following this.</p>
+<p>Quickstarts are made from a Maven archetype. So, you will need to have <a href='http://maven.apache.org'>Maven 2</a> installed and working (from the command line) before following this.</p>
 
 <p>Creating a quickstart provides only a very basic starting point for your Wicket project. If you are looking for examples of how to use Wicket and its various features, please refer to the <em>wicket-example</em> projects instead!</p>
 
-<h2 id="creating_the_project__with_maven">Creating the project - with Maven</h2>
+<h2 id='creating_the_project__with_maven'>Creating the project - with Maven</h2>
 
 <p>To create your project, copy and paste the command line generated after typing in the groupId, artifactId and version.</p>
 <style>	
@@ -218,11 +218,11 @@
 </script><div id='mvncmd'>
 	<div>
 		<label for='groupId' title='Base Package'>GroupId:</label>
-		<input id='groupId' onkeyup='changeIt();' type='text' value='com.mycompany' /><span title='Base Package'>&nbsp;(?)</span><br />
+		<input id='groupId' value='com.mycompany' onkeyup='changeIt();' type='text' /><span title='Base Package'>&nbsp;(?)</span><br />
 	</div>
 	<div>
 		<label for='artifactId' title='Project Name'>ArtifactId:</label> 
-		<input id='artifactId' onkeyup='changeIt();' type='text' value='myproject' /><span title='Project Name'>&nbsp;(?)</span><br />
+		<input id='artifactId' value='myproject' onkeyup='changeIt();' type='text' /><span title='Project Name'>&nbsp;(?)</span><br />
 	</div>
 	<div>
 		<label for='version' title='Wicket Version'>Version:</label>
@@ -249,20 +249,20 @@
 		
 
 		
-			<option selected='selected' value='6.14.0'>6.14.0</option>
+			<option value='6.15.0' selected='selected'>6.15.0</option>
 		
 
 		</select><span title='Wicket Version'>&nbsp;(?)</span>
 	</div>
 	<div>
 		<label for='cmdLine' id='cmdLabel'>Command Line:</label>
-		<textarea id='cmdLine' onfocus='this.select();'>
+		<textarea onfocus='this.select();' id='cmdLine'>
 		</textarea>
 		<script>changeIt();</script>
 	</div>
 	<br />
 </div>
-<h3 id="results">Results</h3>
+<h3 id='results'>Results</h3>
 
 <p>This will produce the following project structure/files:</p>
 <div style='margin-left: 3em; border: 1px solid black'>
@@ -293,53 +293,53 @@
                                 Start.java
 </pre>
 </div>
-<h3 id="using_maven_quickstart_with_a_specific_ide">Using Maven quickstart with a specific IDE</h3>
+<h3 id='using_maven_quickstart_with_a_specific_ide'>Using Maven quickstart with a specific IDE</h3>
 
 <p>Maven has an integration with many IDEs. If you want to use your new Maven-based Wicket quickstart with your favorite IDE, see one of these instructions:</p>
 
-<h4 id="eclipse">Eclipse</h4>
+<h4 id='eclipse'>Eclipse</h4>
 
 <p>Change directory into the project that you just created. Now, run <code>mvn eclipse:eclipse</code>. This will set up the .project, .settings, and .classpath files that Eclipse requires.</p>
 
-<p>Note that your workspace will have to have the classpath variable M2_REPO set to point to the directory where your local Maven repository exists. You can see this page for how to do that with Eclipse: <a href="http://maven.apache.org/plugins/maven-eclipse-plugin/usage.html">http://maven.apache.org/plugins/maven-eclipse-plugin/usage.html</a></p>
+<p>Note that your workspace will have to have the classpath variable M2_REPO set to point to the directory where your local Maven repository exists. You can see this page for how to do that with Eclipse: <a href='http://maven.apache.org/plugins/maven-eclipse-plugin/usage.html'>http://maven.apache.org/plugins/maven-eclipse-plugin/usage.html</a></p>
 
-<p>Now, in Eclipse, you can choose “File” (menu), then “Import”, then “Existing project”. Navigate to the folder where your project exists and let Eclipse import it. The classpath should be fully configured.</p>
+<p>Now, in Eclipse, you can choose &#8220;File&#8221; (menu), then &#8220;Import&#8221;, then &#8220;Existing project&#8221;. Navigate to the folder where your project exists and let Eclipse import it. The classpath should be fully configured.</p>
 
-<p>Alternatively install the <a href="http://m2eclipse.codehaus.org/">m2eclipse</a> or <a href="http://www.eclipse.org/iam/">Eclipse IAM</a> plugin and add the project directly.</p>
+<p>Alternatively install the <a href='http://m2eclipse.codehaus.org/'>m2eclipse</a> or <a href='http://www.eclipse.org/iam/'>Eclipse IAM</a> plugin and add the project directly.</p>
 
-<h4 id="idea">IDEA</h4>
+<h4 id='idea'>IDEA</h4>
 
-<p>From within IDEA, just use “File/Import Project”, choose the project directory and specify that this is a Maven project.</p>
+<p>From within IDEA, just use &#8220;File/Import Project&#8221;, choose the project directory and specify that this is a Maven project.</p>
 
-<h4 id="netbeans">NetBeans</h4>
+<h4 id='netbeans'>NetBeans</h4>
 
 <p>To create a NetBeans project, just open the pom.xml directly.</p>
 
-<h3 id="more_examples">More examples</h3>
+<h3 id='more_examples'>More examples</h3>
 
-<p>Many more information and examples can be found on our Wiki or <a href="http://www.ralfebert.de/blog/wicket/wicket_eclipse_setup/">here</a></p>
+<p>Many more information and examples can be found on our Wiki or <a href='http://www.ralfebert.de/blog/wicket/wicket_eclipse_setup/'>here</a></p>
 
-<h2 id="using_your_new_project">Using your new project</h2>
+<h2 id='using_your_new_project'>Using your new project</h2>
 
-<p>Wicket quickstart projects include a file named Start.java. If you open this file in your IDE (after configuring the project in your IDE), you can run it as a Java application. It will run an embedded Jetty instance that will run your app on <a href="http://localhost:8080">http://localhost:8080</a> Navigate your browser to that address to see your app running.</p>
+<p>Wicket quickstart projects include a file named Start.java. If you open this file in your IDE (after configuring the project in your IDE), you can run it as a Java application. It will run an embedded Jetty instance that will run your app on <a href='http://localhost:8080'>http://localhost:8080</a> Navigate your browser to that address to see your app running.</p>
 
-<h3 id="using_the_jetty_plugin">Using the Jetty Plugin</h3>
+<h3 id='using_the_jetty_plugin'>Using the Jetty Plugin</h3>
 
-<p>The Jetty plugin is also enabled by default in the quickstart. If you are using Maven, you can change directory into the project and run the “mvn jetty:run” command. This will compile the project and deploy it to an embeded instance of the Jetty servlet engine, which will run on port 8080, by default. As a result, once running, your application will be available at <a href="http://localhost:8080">http://localhost:8080</a>.</p>
+<p>The Jetty plugin is also enabled by default in the quickstart. If you are using Maven, you can change directory into the project and run the &#8220;mvn jetty:run&#8221; command. This will compile the project and deploy it to an embeded instance of the Jetty servlet engine, which will run on port 8080, by default. As a result, once running, your application will be available at <a href='http://localhost:8080'>http://localhost:8080</a>.</p>
 
-<p>See the <a href="http://www.mortbay.org/maven-plugin/index.html">Jetty plugin</a> documentation for configuration options, etc.</p>
+<p>See the <a href='http://www.mortbay.org/maven-plugin/index.html'>Jetty plugin</a> documentation for configuration options, etc.</p>
 
-<h2 id="submitting_a_quickstart_for_an_issue_report">Submitting a quickstart for an issue report</h2>
+<h2 id='submitting_a_quickstart_for_an_issue_report'>Submitting a quickstart for an issue report</h2>
 
-<h3 id="reproduce_the_problem">Reproduce the problem</h3>
+<h3 id='reproduce_the_problem'>Reproduce the problem</h3>
 
-<p>Assuming you have followed the instructions above, the quickstart is now created and ready for you to develop. Now comes the “duplicate the problem” part. Try to create pages or components that reproduce the problem you were trying to report. You can run the Start.java class from your IDE and go to <a href="http://localhost:8080">http://localhost:8080</a> to see your test application. If you run the Start.java class in your IDE’s debug mode, you should be able to attach breakpoints and have automatic class and markup reloading.</p>
+<p>Assuming you have followed the instructions above, the quickstart is now created and ready for you to develop. Now comes the &#8220;duplicate the problem&#8221; part. Try to create pages or components that reproduce the problem you were trying to report. You can run the Start.java class from your IDE and go to <a href='http://localhost:8080'>http://localhost:8080</a> to see your test application. If you run the Start.java class in your IDE&#8217;s debug mode, you should be able to attach breakpoints and have automatic class and markup reloading.</p>
 
-<p>If you can’t reproduce the problem - start looking at your own code. Keep adding pieces from your code until either you reproduce the problem, or else you’ve found the bug in your own code. A lot of times, you will find the bug in your code just by trying to create a quickstart that demonstrates the bug in ours.</p>
+<p>If you can&#8217;t reproduce the problem - start looking at your own code. Keep adding pieces from your code until either you reproduce the problem, or else you&#8217;ve found the bug in your own code. A lot of times, you will find the bug in your code just by trying to create a quickstart that demonstrates the bug in ours.</p>
 
-<h3 id="clean_up_the_quickstart_and_submit_it">Clean up the quickstart and submit it</h3>
+<h3 id='clean_up_the_quickstart_and_submit_it'>Clean up the quickstart and submit it</h3>
 
-<p>Once you have reproduced the desired behavior in your quickstart, it would be best to make it as small as possible before submitting. The best way to do this is to run the “mvn clean” command from the project directory. Then zip (or tar and gzip) the whole directory up and submit the zip (or tgz) file. (The mvn clean command removes all of the compiled classes and generated artifacts, generally in your “target” directory, leaving only the actual source.)</p>
+<p>Once you have reproduced the desired behavior in your quickstart, it would be best to make it as small as possible before submitting. The best way to do this is to run the &#8220;mvn clean&#8221; command from the project directory. Then zip (or tar and gzip) the whole directory up and submit the zip (or tgz) file. (The mvn clean command removes all of the compiled classes and generated artifacts, generally in your &#8220;target&#8221; directory, leaving only the actual source.)</p>
 		</div>
         <div id="clearer"></div>
 		<div id="footer"><span>

Modified: wicket/common/site/trunk/_site/start/userguide.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/start/userguide.html?rev=1590290&r1=1590289&r2=1590290&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/start/userguide.html (original)
+++ wicket/common/site/trunk/_site/start/userguide.html Sat Apr 26 20:03:27 2014
@@ -92,7 +92,7 @@
 	</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.14.0">Wicket 6.14</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.15.0">Wicket 6.15</a>
 		</li>
 		<li>
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.11">Wicket 1.5</a>
@@ -177,14 +177,14 @@
 			<p>The user guide has been written using the doc engine from Grails project and is available in the following formats:</p>
 
 <ul>
-<li><a href="/guide/guide/index.html">HTML</a></li>
+<li><a href='/guide/guide/index.html'>HTML</a></li>
 
-<li><a href="/guide/guide/single.html">HTML (single page)</a></li>
+<li><a href='/guide/guide/single.html'>HTML (single page)</a></li>
 
-<li><a href="/guide/guide/single.pdf">PDF</a></li>
+<li><a href='/guide/guide/single.pdf'>PDF</a></li>
 </ul>
 
-<p>For more details about the format used to write the guide and to know how to contrinute, see <a href="/guide/guide/contributing.html">the relative chapter</a>.</p>
+<p>For more details about the format used to write the guide and to know how to contrinute, see <a href='/guide/guide/contributing.html'>the relative chapter</a>.</p>
 		</div>
         <div id="clearer"></div>
 		<div id="footer"><span>

Modified: wicket/common/site/trunk/regenerate.sh
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/regenerate.sh?rev=1590290&r1=1590289&r2=1590290&view=diff
==============================================================================
--- wicket/common/site/trunk/regenerate.sh (original)
+++ wicket/common/site/trunk/regenerate.sh Sat Apr 26 20:03:27 2014
@@ -6,7 +6,7 @@ mkdir _tmp
 tar cfT _tmp/archive.tar /dev/null
 find _site -name ".svn"|xargs -I{} tar -rf _tmp/archive.tar {}
 #jekyll
-jekyll --auto --server
+jekyll build
 echo Restoring .svn folders in _site
 tar -xf _tmp/archive.tar
 rm -rf _tmp