You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by gs...@apache.org on 2007/11/16 23:25:51 UTC

svn commit: r595846 - in /wicket/trunk/jdk-1.4/wicket-extensions/src/site: site.xml xdoc/index.xml

Author: gseitz
Date: Fri Nov 16 14:25:49 2007
New Revision: 595846

URL: http://svn.apache.org/viewvc?rev=595846&view=rev
Log:
updated links to javadocs as well as links to demos

Modified:
    wicket/trunk/jdk-1.4/wicket-extensions/src/site/site.xml
    wicket/trunk/jdk-1.4/wicket-extensions/src/site/xdoc/index.xml

Modified: wicket/trunk/jdk-1.4/wicket-extensions/src/site/site.xml
URL: http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket-extensions/src/site/site.xml?rev=595846&r1=595845&r2=595846&view=diff
==============================================================================
--- wicket/trunk/jdk-1.4/wicket-extensions/src/site/site.xml (original)
+++ wicket/trunk/jdk-1.4/wicket-extensions/src/site/site.xml Fri Nov 16 14:25:49 2007
@@ -28,18 +28,18 @@
 			<item name="License" href="/license.html" />
 		</menu>
 		<menu name="Components">
-			<item name="Repeaters" href="/apidocs/wicket/extensions/markup/html/repeater/package-summary.html" />
-			<item name="Ajax" href="/apidocs/wicket/extensions/ajax/markup/html/package-summary.html" />
-			<item name="AutoComplete" href="/apidocs/wicket/extensions/ajax/markup/html/autocomplete/package-summary.html" />
-			<item name="File Upload" href="/apidocs/wicket/extensions/ajax/markup/html/form/upload/package-summary.html" />
-			<item name="Modal Window" href="/apidocs/wicket/extensions/ajax/markup/html/modal/package-summary.html" />
-			<item name="Rating Panel" href="/apidocs/wicket/extensions/rating/RatingPanel.html" />
-			<item name="Tabbed Panel" href="/apidocs/wicket/extensions/markup/html/tabs/package-summary.html" />
-			<item name="Ajax Tabbed Panel" href="/apidocs/wicket/extensions/ajax/markup/html/tabs/AjaxTabbedPanel.html" />
-			<item name="Tree/TreeTable" href="/apidocs/wicket/extensions/markup/html/tree/package-summary.html" />
-			<item name="Breadcrumbs" href="/apidocs/wicket/extensions/breadcrumb/package-summary.html" />
-			<item name="Captcha" href="/apidocs/wicket/extensions/markup/html/captcha/package-summary.html" />
-			<item name="Wizard" href="/apidocs/wicket/extensions/wizard/package-summary.html" />
+			<item name="Repeaters" href="/apidocs/org/apache/wicket/extensions/markup/html/repeater/package-summary.html" />
+			<item name="Ajax" href="/apidocs/org/apache/wicket/extensions/ajax/markup/html/package-summary.html" />
+			<item name="AutoComplete" href="/apidocs/org/apache/wicket/extensions/ajax/markup/html/autocomplete/package-summary.html" />
+			<item name="File Upload" href="/apidocs/org/apache/wicket/extensions/ajax/markup/html/form/upload/package-summary.html" />
+			<item name="Modal Window" href="/apidocs/org/apache/wicket/extensions/ajax/markup/html/modal/package-summary.html" />
+			<item name="Rating Panel" href="/apidocs/org/apache/wicket/extensions/rating/RatingPanel.html" />
+			<item name="Tabbed Panel" href="/apidocs/org/apache/wicket/extensions/markup/html/tabs/package-summary.html" />
+			<item name="Ajax Tabbed Panel" href="/apidocs/org/apache/wicket/extensions/ajax/markup/html/tabs/AjaxTabbedPanel.html" />
+			<item name="Tree/TreeTable" href="/apidocs/org/apache/wicket/extensions/markup/html/tree/package-summary.html" />
+			<item name="Breadcrumbs" href="/apidocs/org/apache/wicket/extensions/breadcrumb/package-summary.html" />
+			<item name="Captcha" href="/apidocs/org/apache/wicket/extensions/markup/html/captcha/package-summary.html" />
+			<item name="Wizard" href="/apidocs/org/apache/wicket/extensions/wizard/package-summary.html" />
 		</menu>
 		<menu name="Project Info">
 	        <item name="Dependencies" href="/dependencies.html"/>

Modified: wicket/trunk/jdk-1.4/wicket-extensions/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket-extensions/src/site/xdoc/index.xml?rev=595846&r1=595845&r2=595846&view=diff
==============================================================================
--- wicket/trunk/jdk-1.4/wicket-extensions/src/site/xdoc/index.xml (original)
+++ wicket/trunk/jdk-1.4/wicket-extensions/src/site/xdoc/index.xml Fri Nov 16 14:25:49 2007
@@ -31,106 +31,106 @@
 			<table>
 				<tr>
 					<td>
-						<a href="apidocs/wicket/extensions/markup/html/repeater/package-summary.html">Repeater components</a>
+						<a href="apidocs/org/apache/wicket/extensions/markup/html/repeater/package-summary.html">Repeater components</a>
 					</td>
 					<td>Components for working with data coming from a database, DataTabel, DataGrid, DataView, etc.</td>
 					<td>
-						<a href="http://www.wicket-library.com/wicket-examples/repeater">demo</a>
+						<a href="http://www.wicketstuff.org/wicket13/repeater">demo</a>
 					</td>
 				</tr>
 				<tr>
 					<td>
-						<a href="apidocs/wicket/extensions/ajax/markup/html/package-summary.html">Various Ajax components</a>
+						<a href="apidocs/org/apache/wicket/extensions/ajax/markup/html/package-summary.html">Various Ajax components</a>
 					</td>
 					<td>Editable labels, Ajax indicators</td>
 					<td>
-						<a href="http://www.wicket-library.com/wicket-examples/ajax">demo</a>
+						<a href="http://www.wicketstuff.org/wicket13/ajax">demo</a>
 					</td>
 				</tr>
 				<tr>
 					<td>
-						<a href="apidocs/wicket/extensions/ajax/markup/html/autocomplete/package-summary.html">Auto complete</a>
+						<a href="apidocs/org/apache/wicket/extensions/ajax/markup/html/autocomplete/package-summary.html">Auto complete</a>
 					</td>
 					<td>Wicket's version of Google suggest</td>
 					<td>
-						<a href="http://www.wicket-library.com/wicket-examples/ajax?wicket:bookmarkablePage=:wicket.examples.ajax.builtin.AutoCompletePage">demo</a>
+						<a href="http://www.wicketstuff.org/wicket13/ajax/autocomplete">demo</a>
 					</td>
 				</tr>
 				<tr>
 					<td>
-						<a href="apidocs/wicket/extensions/ajax/markup/html/form/upload/package-summary.html">File Upload Progress bar</a>
+						<a href="apidocs/org/apache/wicket/extensions/ajax/markup/html/form/upload/package-summary.html">File Upload Progress bar</a>
 					</td>
 					<td>Show how long the upload is going to take using ajax</td>
 					<td>
-						<a href="http://www.wicket-library.com/wicket-examples/upload">demo</a>
+						<a href="http://www.wicketstuff.org/wicket13/upload">demo</a>
 					</td>
 				</tr>
 				<tr>
 					<td>
-						<a href="apidocs/wicket/extensions/ajax/markup/html/modal/package-summary.html">Modal Window</a>
+						<a href="apidocs/org/apache/wicket/extensions/ajax/markup/html/modal/package-summary.html">Modal Window</a>
 					</td>
 					<td>Popup, modal window that can either take another page or a panel as contents.</td>
 					<td>
-						<a href="http://www.wicket-library.com/wicket-examples/ajax?wicket:bookmarkablePage=:wicket.examples.ajax.builtin.modal.ModalWindowPage">demo</a>
+						<a href="http://www.wicketstuff.org/wicket13/ajax/modal-window">demo</a>
 					</td>
 				</tr>
 				<tr>
 					<td>
-						<a href="apidocs/wicket/extensions/ajax/markup/html/tabs/AjaxTabbedPanel.html">Ajax tabbed panel</a>
+						<a href="apidocs/org/apache/wicket/extensions/ajax/markup/html/tabs/AjaxTabbedPanel.html">Ajax tabbed panel</a>
 					</td>
 					<td>Ajax version of the TabbedPanel component</td>
 					<td>
-						<a href="http://www.wicket-library.com/wicket-examples/ajax?wicket:bookmarkablePage=:wicket.examples.ajax.builtin.TabbedPanelPage">demo</a>
+						<a href="http://www.wicketstuff.org/wicket13/ajax/tabbed-panel">demo</a>
 					</td>
 				</tr>
 				<tr>
 					<td>
-						<a href="apidocs/wicket/extensions/rating/RatingPanel.html">Rating panel</a>
+						<a href="apidocs/org/apache/wicket/extensions/rating/RatingPanel.html">Rating panel</a>
 					</td>
 					<td>Component to rate stuff, **** (4 out of 5)</td>
 					<td>
-						<a href="http://www.wicket-library.com/wicket-examples/ajax?wicket:bookmarkablePage=:wicket.examples.ajax.builtin.RatingsPage">demo</a>
+						<a href="http://www.wicketstuff.org/wicket13/ajax/ratings">demo</a>
 					</td>
 				</tr>
 				<tr>
 					<td>
-						<a href="apidocs/wicket/extensions/markup/html/tabs/package-summary.html">Tabbed panel</a>
+						<a href="apidocs/org/apache/wicket/extensions/markup/html/tabs/package-summary.html">Tabbed panel</a>
 					</td>
 					<td>Panels with tabs on top.</td>
-					<td>demo</td>
+					<td><a href="http://www.wicketstuff.org/wicket13/compref/?wicket:bookmarkablePage=%3Aorg.apache.wicket.examples.compref.TabbedPanelPage">demo</a></td>
 				</tr>
 				<tr>
 					<td>
-						<a href="apidocs/wicket/extensions/wizard/package-summary.html">Wizard</a>
+						<a href="apidocs/org/apache/wicket/extensions/wizard/package-summary.html">Wizard</a>
 					</td>
 					<td>Presto! A ready to cook wizard component</td>
 					<td>
-						<a href="http://www.wicket-library.com/wicket-examples/wizard">demo</a>
+						<a href="http://www.wicketstuff.org/wicket13/wizard">demo</a>
 					</td>
 				</tr>
 				<tr>
 					<td>
-						<a href="apidocs/wicket/extensions/markup/html/tree/package-summary.html">Tree &amp; TreeTable</a>
+						<a href="apidocs/org/apache/wicket/extensions/markup/html/tree/package-summary.html">Tree &amp; TreeTable</a>
 					</td>
 					<td>Ajax and non-ajax, javascript Tree component, including a TreeTable. No oaks were harmed in the production</td>
 					<td>
-						<a href="http://www.wicket-library.com/wicket-examples/ajax?wicket:bookmarkablePage=:wicket.examples.ajax.builtin.tree.SimpleTreePage">demo</a>
+						<a href="http://www.wicketstuff.org/wicket13/ajax/tree/simple">demo</a>
 					</td>
 				</tr>
 				<tr>
 					<td>
-						<a href="apidocs/wicket/extensions/markup/html/captcha/package-summary.html">Captcha</a>
+						<a href="apidocs/org/apache/wicket/extensions/markup/html/captcha/package-summary.html">Captcha</a>
 					</td>
 					<td>Always wanted to know that a human is at the keyboard? Captcha! the ultimate turing test</td>
-					<td>demo</td>
+					<td><a href="http://www.wicketstuff.org/wicket13/captcha">demo</a></td>
 				</tr>
 				<tr>
 					<td>
-						<a href="apidocs/wicket/extensions/breadcrumb/package-summary.html">Breadcrumbs</a>
+						<a href="apidocs/org/apache/wicket/extensions/breadcrumb/package-summary.html">Breadcrumbs</a>
 					</td>
 					<td>What worked for Hansel and Gretel works also on Web 1.0: breadcrums so you'll never get lost</td>
 					<td>
-						<a href="http://www.wicket-library.com/wicket-examples/breadcrumb">demo</a>
+						<a href="http://www.wicketstuff.org/wicket13/breadcrumb">demo</a>
 					</td>
 				</tr>
 			</table>