You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by da...@apache.org on 2007/03/12 23:45:32 UTC

svn commit: r517438 - in /incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket-quickstart/src/site: ./ resources/css/ resources/demos/ template/ xdoc/

Author: dashorst
Date: Mon Mar 12 15:45:31 2007
New Revision: 517438

URL: http://svn.apache.org/viewvc?view=rev&rev=517438
Log:
Fixed some documentation issues

Removed:
    incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket-quickstart/src/site/resources/css/
    incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket-quickstart/src/site/resources/demos/
    incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket-quickstart/src/site/template/
    incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket-quickstart/src/site/xdoc/News.xml
    incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket-quickstart/src/site/xdoc/SourceForge.xml
    incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket-quickstart/src/site/xdoc/changes.xml
Modified:
    incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket-quickstart/src/site/site.xml
    incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket-quickstart/src/site/xdoc/eclipse.xml
    incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket-quickstart/src/site/xdoc/index.xml
    incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket-quickstart/src/site/xdoc/intellij.xml
    incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket-quickstart/src/site/xdoc/netbeans.xml

Modified: incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket-quickstart/src/site/site.xml
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket-quickstart/src/site/site.xml?view=diff&rev=517438&r1=517437&r2=517438
==============================================================================
--- incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket-quickstart/src/site/site.xml (original)
+++ incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket-quickstart/src/site/site.xml Mon Mar 12 15:45:31 2007
@@ -1,13 +1,13 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
    Licensed to the Apache Software Foundation (ASF) under one or more
-   contributor license agreements.  See the NOTICE file distributed with
+   contributor license agreements.	See the NOTICE file distributed with
    this work for additional information regarding copyright ownership.
    The ASF licenses this file to You under the Apache License, Version 2.0
    (the "License"); you may not use this file except in compliance with
-   the License.  You may obtain a copy of the License at
+   the License.	 You may obtain a copy of the License at
 
-        http://www.apache.org/licenses/LICENSE-2.0
+		http://www.apache.org/licenses/LICENSE-2.0
 
    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
@@ -16,73 +16,52 @@
    limitations under the License.
 -->
 <project name="Wicket Quickstart">
-<bannerLeft>
-	<name>Wicket</name>
-	<src>http://wicket.sourceforge.net/images/logo.png</src>
-	<href>http://wicket.sourceforge.net/</href>
-</bannerLeft>
+<skin>
+	<groupId>org.apache.wicket</groupId>
+	<artifactId>wicket-site-skin</artifactId>
+	<version>1.0-incubating-SNAPSHOT</version>
+</skin>
 <body>
-	<links>
-		<item name="1.0" href="/wicket-1.0/index.html" />
-		<item name="1.1" href="/wicket-1.1/index.html"/>
-		<item name="1.2" href="/wicket-1.2/index.html"/>
-	</links>
-
-    <menu name="Wicket QuickStart">
-        <item name="Home" href="/index.html"/>
-        <item name="News" href="/News.html"/>
-           <item name="License" href="/license.html"/>
-        <item name="Dependencies" href="/dependencies.html"/>
-    </menu>
-
-	<menu name="IDE Demos">
-		<item name="Eclipse Live!" href="demos/EclipseDemo.html"/>
+	<menu name="Wicket QuickStart">
+		<item name="About" href="/index.html" />
+		<item name="Apache Wicket" href="http://incubator.apache.org/wicket" />
+		<item name="License" href="/license.html" />
 	</menu>
-	
+
 	<menu name="IDE Guides">
 		<item name="Eclipse" href="/eclipse.html" collapse="true">
-			<item name="Introduction" href="#Eclipse_Kick_Start_Guide" />
+			<item name="Introduction" href="#Eclipse_QuickStart_Guide" />
 			<item name="Setting Up" href="#Setting_Up" />
 			<item name="Running Eclipse" href="#Running_Eclipse" />
 			<item name="Next Steps" href="#Next_Steps" />
 		</item>
- 		<item name="IntelliJ IDEA" href="/intellij.html" collapse="true">
-			<item name="Introduction" href="#IntelliJ_IDEA_Kick_Start_Guide" />
+		<item name="IntelliJ IDEA" href="/intellij.html" collapse="true">
+			<item name="Introduction" href="#IntelliJ_IDEA_QuickStart_Guide" />
 			<item name="Setting Up" href="#Setting_Up" />
 			<item name="Running IDEA" href="#Running_IntelliJ_IDEA" />
 			<item name="Next Steps" href="#Next_Steps" />
- 		</item>
+		</item>
 		<item name="NetBeans" href="/netbeans.html" collapse="true">
-			<item name="Introduction" href="#NetBeans_Kick_Start_Guide" />
+			<item name="Introduction" href="#NetBeans_QuickStart_Guide" />
 			<item name="Setting Up" href="#Setting_Up" />
 			<item name="Running NetBeans" href="#Running_NetBeans" />
 			<item name="Next Steps" href="#Next_Steps" />
 		</item>
 	</menu>
 
-	<menu name="Download">
-		<item name="QuickStart Project" href="http://sourceforge.net/project/showfiles.php?group_id=119783&amp;package_id=166850"/>
-		</menu>
-
-    <menu name="Related projects">
-        <item name="Wicket" href="//index.html"/>
-        <item name="Eclipse" href="http://www.eclipse.org"/>
-        <item name="NetBeans" href="http://www.netbeans.org"/>
-        <item name="IntelliJ IDEA" href="http://www.jetbrains.com/idea/"/>
-    </menu>
-
-    <menu name="Project Info">
-        <item name="Mailing Lists" href="/mail-lists.html" />
-        <item name="SourceForge" href="/SourceForge.html"/>
-           <item name="Issue Tracker" href="http://sourceforge.net/tracker/?group_id=119783"/>
-       </menu>
+	<menu name="Related projects">
+		<item name="Apache Wicket" href="http://incubator.apache.org/wicket"/>
+		<item name="Eclipse" href="http://www.eclipse.org"/>
+		<item name="NetBeans" href="http://www.netbeans.org"/>
+		<item name="IntelliJ IDEA" href="http://www.jetbrains.com/idea/"/>
+	</menu>
 
-    <menu name="Development">
-        <item name="Developers" href="/team-list.html"/>
-        <item name="CVS Access" href="/cvs-usage.html"/>
-        <item name="Build Reports" href="/maven-reports.html" collapse="true">
-   	        <item name="License" href="/license.html"/>
-        </item>
-    </menu>
+	<menu name="Project Info">
+		<item name="Dependencies" href="/dependencies.html"/>
+		<item name="Javadoc" href="/apidocs/index.html" target="_blank" class="newwindow" />
+		<item name="Mailing Lists" href="/mail-lists.html" />
+		<item name="Issue Tracker" href="http://issues.apache.org/jira/browse/WICKET" />
+		<item name="SVN Access" href="/source-repository.html" />
+	</menu>
 </body>
 </project>

Modified: incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket-quickstart/src/site/xdoc/eclipse.xml
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket-quickstart/src/site/xdoc/eclipse.xml?view=diff&rev=517438&r1=517437&r2=517438
==============================================================================
--- incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket-quickstart/src/site/xdoc/eclipse.xml (original)
+++ incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket-quickstart/src/site/xdoc/eclipse.xml Mon Mar 12 15:45:31 2007
@@ -17,12 +17,15 @@
 -->
 <document>
 	<properties>
-		<title>Eclipse Kick Start Guide</title>
+		<title>Eclipse QuickStart Guide</title>
 	</properties>
 	<meta name="keyword" content="wicket, web, j2ee, java, eclipse" />
 	<body>
 		<section name="Eclipse QuickStart Guide">
 			<p>
+				<strong>This section may be out of date. It will be revised before the final release of Apache Wicket</strong>
+			</p>
+			<p>
 				This quickstart is a small guide to get you up and running to start using Wicket
 				within minutes. This project is meant to be a starting point for your first project.
 				If you are looking for examples, please look at the example projects.
@@ -92,14 +95,12 @@
 			</subsection>
 			<subsection name="The QuickStart Project">
 				<p>
-					Next you need to download the quickstart distribution project from our
-					sourceforge site.
+					Next you need to download the quickstart distribution from one of the Apache mirrors.
 				</p>
 				<ul>
 					<li>
 						Download the
-						<a
-							href="http://sourceforge.net/project/showfiles.php?group_id=119783&amp;package_id=166850">
+						<a href="http://www.apache.org/dyn/closer.cgi/wicket/binaries/wicket-quickstart-1.3.0-bin.zip">
 							wicket-quickstart distribution
 						</a>
 					</li>

Modified: incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket-quickstart/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket-quickstart/src/site/xdoc/index.xml?view=diff&rev=517438&r1=517437&r2=517438
==============================================================================
--- incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket-quickstart/src/site/xdoc/index.xml (original)
+++ incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket-quickstart/src/site/xdoc/index.xml Mon Mar 12 15:45:31 2007
@@ -24,7 +24,7 @@
 		<section name="Quick Start">
 			<p>
 				This quick start is a small guide to get you up and running to start using
-				<a href="http://wicket.sourceforge.net">Wicket</a>
+				<a href="http://incubator.apache.org/wicket">Wicket</a>
 				within minutes. This project is meant to be a starting point for your first project.
 				If you are looking for examples, please look at the example projects.
 			</p>
@@ -40,22 +40,22 @@
 				environment, it is not intended as a blueprint project.
 			</p>
 		</section>
-		<section name="Latest News">
-			<subsection name="May 22, 2006 - Wicket QuickStart 1.2 released">
-				<p>
-					The Wicket Quickstart project has been upgraded to use Wicket 1.2.
-				</p>
-			</subsection>
-		</section>
-		<section name="Special Thanks">
+		<section name="Incubation">
+			<p>
+				The Wicket project is an effort undergoing incubation at the Apache Software
+				Foundation (ASF), sponsored by the Incubator PMC. Incubation is required of all 
+				newly accepted projects until a further review indicates that the 
+				infrastructure, communications, and decision making process have stabilized in 
+				a manner consistent with other successful ASF projects. While incubation 
+				status is not necessarily a reflection of the completeness or stability of the 
+				code, it does indicate that the project has yet to be fully endorsed by the 
+				ASF.
+			</p>
 			<p>
-				The Wicket Stuff development team would like to thank the following partners for
-				supporting Open Source in general and Wicket in particular.
+				For more information about the incubation status of the Wicket project you
+				can go to the following page: 
+				<a href="http://incubator.apache.org/projects/wicket.html">http://incubator.apache.org/projects/wicket.html</a>.
 			</p>
-			<a href="http://www.sourceforge.net" target="_blank" class="logoLink">
-				<img alt="SourceForge.net"
-					src="http://sourceforge.net/sflogo.php?group_id=119783&amp;type=1" />
-			</a>
 		</section>
 	</body>
 </document>

Modified: incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket-quickstart/src/site/xdoc/intellij.xml
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket-quickstart/src/site/xdoc/intellij.xml?view=diff&rev=517438&r1=517437&r2=517438
==============================================================================
--- incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket-quickstart/src/site/xdoc/intellij.xml (original)
+++ incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket-quickstart/src/site/xdoc/intellij.xml Mon Mar 12 15:45:31 2007
@@ -17,11 +17,14 @@
 -->
 <document>
 	<properties>
-		<title>IntelliJ IDEA Kick Start Guide</title>
+		<title>IntelliJ IDEA QuickStart Guide</title>
 	</properties>
 	<meta name="keyword" content="wicket, web, j2ee, java, intellij, idea" />
 	<body>
 		<section name="IntelliJ IDEA QuickStart Guide">
+			<p>
+				<strong>This section may be out of date. It will be revised before the final release of Apache Wicket</strong>
+			</p>
 			<p>
 				This quickstart is a small guide to get you up and running to start using Wicket
 				within minutes. This project is meant to be a starting point for your first project.

Modified: incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket-quickstart/src/site/xdoc/netbeans.xml
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket-quickstart/src/site/xdoc/netbeans.xml?view=diff&rev=517438&r1=517437&r2=517438
==============================================================================
--- incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket-quickstart/src/site/xdoc/netbeans.xml (original)
+++ incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket-quickstart/src/site/xdoc/netbeans.xml Mon Mar 12 15:45:31 2007
@@ -23,6 +23,9 @@
 	<body>
 		<section name="NetBeans QuickStart Guide">
 			<p>
+				<strong>This section may be out of date. It will be revised before the final release of Apache Wicket</strong>
+			</p>
+			<p>
 				This quickstart is a small guide to get you up and running to start using Wicket
 				within minutes. This project is meant to be a starting point for your first project.
 				If you are looking for examples, please look at the example projects.