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/13 00:00:14 UTC

svn commit: r517450 - in /incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket-spring/src/site: apt/ apt/index.apt resources/ site.xml template/

Author: dashorst
Date: Mon Mar 12 16:00:13 2007
New Revision: 517450

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

Added:
    incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket-spring/src/site/apt/
    incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket-spring/src/site/apt/index.apt
    incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket-spring/src/site/site.xml   (with props)
Removed:
    incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket-spring/src/site/resources/
    incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket-spring/src/site/template/

Added: incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket-spring/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket-spring/src/site/apt/index.apt?view=auto&rev=517450
==============================================================================
--- incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket-spring/src/site/apt/index.apt (added)
+++ incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket-spring/src/site/apt/index.apt Mon Mar 12 16:00:13 2007
@@ -0,0 +1,41 @@
+ ~~ Licensed to the Apache Software Foundation (ASF) under one or more
+ ~~ 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
+ ~~
+ ~~      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,
+ ~~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~~ See the License for the specific language governing permissions and
+ ~~ limitations under the License.
+
+Apache Wicket Spring
+
+	Integration project to use Spring injection in your Wicket applications. 
+	See the wicket-spring-examples for integration patterns.
+
+* Incubation
+
+	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.
+	
+	For more information about the incubation status of the Wicket project you
+	can go to the following page:
+	
+	{{http://incubator.apache.org/projects/wicket.html}}
+
+* License
+
+	Wicket is distributed under the terms of the Apache Software Foundation license,
+	version 2.0. The text is included in the file LICENSE.txt in the root of the 
+	project.

Added: incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket-spring/src/site/site.xml
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket-spring/src/site/site.xml?view=auto&rev=517450
==============================================================================
--- incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket-spring/src/site/site.xml (added)
+++ incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket-spring/src/site/site.xml Mon Mar 12 16:00:13 2007
@@ -0,0 +1,38 @@
+<?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
+   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
+
+        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,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+-->
+<project name="Wicket Spring">
+	<skin>
+		<groupId>org.apache.wicket</groupId>
+		<artifactId>wicket-site-skin</artifactId>
+		<version>1.0-incubating-SNAPSHOT</version>
+	</skin>
+	<body>
+		<menu name="Wicket Spring">
+			<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="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>
\ No newline at end of file

Propchange: incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket-spring/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native