Modified: wicket/common/site/trunk/_site/start/installing.html URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/start/installing.html?rev=1166418&r1=1166417&r2=1166418&view=diff ============================================================================== --- wicket/common/site/trunk/_site/start/installing.html (original) +++ wicket/common/site/trunk/_site/start/installing.html Wed Sep 7 21:43:49 2011 @@ -86,6 +86,10 @@ </h5> <ul> <li> + <a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.0">Wicket 1.5</a> + (<a href="http://wicket.apache.org/apidocs/1.4" title="JavaDocs of the latest stable release - 1.4.x">docs</a>) + </li> + <li> <a href="http://www.apache.org/dyn/closer.cgi/wicket/1.4.18">Wicket 1.4</a> (<a href="http://wicket.apache.org/apidocs/1.4" title="JavaDocs of the latest stable release - 1.4.x">docs</a>) </li>
Modified: wicket/common/site/trunk/_site/start/quickstart.html URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/start/quickstart.html?rev=1166418&r1=1166417&r2=1166418&view=diff ============================================================================== --- wicket/common/site/trunk/_site/start/quickstart.html (original) +++ wicket/common/site/trunk/_site/start/quickstart.html Wed Sep 7 21:43:49 2011 @@ -86,6 +86,10 @@ </h5> <ul> <li> + <a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.0">Wicket 1.5</a> + (<a href="http://wicket.apache.org/apidocs/1.4" title="JavaDocs of the latest stable release - 1.4.x">docs</a>) + </li> + <li> <a href="http://www.apache.org/dyn/closer.cgi/wicket/1.4.18">Wicket 1.4</a> (<a href="http://wicket.apache.org/apidocs/1.4" title="JavaDocs of the latest stable release - 1.4.x">docs</a>) </li> @@ -198,23 +202,15 @@ - <option value='1.5-RC7'>1.5-RC7</option> - - - - <option value='1.5-RC5.1'>1.5-RC5.1</option> - - - <option value='1.4-SNAPSHOT'>1.4-SNAPSHOT</option> - <option selected='selected' value='1.4.18'>1.4.18</option> + <option value='1.4.18'>1.4.18</option> - <option value='1.4.17'>1.4.17</option> + <option selected='selected' value='1.5.0'>1.5.0</option> </select><span title='Wicket Version'> (?)</span> Modified: wicket/common/site/trunk/regenerate.sh URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/regenerate.sh?rev=1166418&r1=1166417&r2=1166418&view=diff ============================================================================== --- wicket/common/site/trunk/regenerate.sh (original) +++ wicket/common/site/trunk/regenerate.sh Wed Sep 7 21:43:49 2011 @@ -5,7 +5,8 @@ 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 +#jekyll --auto --server echo Restoring .svn folders in _site tar -xf _tmp/archive.tar rm -rf _tmp
