Author: veithen
Date: Sun Jun 13 11:12:05 2010
New Revision: 954201
URL: http://svn.apache.org/viewvc?rev=954201&view=rev
Log:
Added an overview page of the available documentation.
Added:
webservices/commons/trunk/modules/axiom/src/site/apt/documentation.apt
(with props)
Modified:
webservices/commons/trunk/modules/axiom/src/site/site.xml
Added: webservices/commons/trunk/modules/axiom/src/site/apt/documentation.apt
URL:
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/src/site/apt/documentation.apt?rev=954201&view=auto
==============================================================================
--- webservices/commons/trunk/modules/axiom/src/site/apt/documentation.apt
(added)
+++ webservices/commons/trunk/modules/axiom/src/site/apt/documentation.apt Sun
Jun 13 11:12:05 2010
@@ -0,0 +1,30 @@
+~~ 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.
+
+ The following documentation for the Axiom framework is available:
+
+ * A {{{userguide/userguide.html}User Guide}} explaining how to use
+ Axiom in your project.
+
+ * A {{{devguide/devguide.html}Developer Guide}} containing information
+ for committers and contributors.
+
+ * The {{{apidocs/index.html}Javadoc}} for the Axiom API.
+
+ The user and developer guides are also available in PDF format in the
+ binary distribution and as individual Maven artifacts that can be downloaded
from
+ the central repository or the Apache snapshot repository.
Propchange:
webservices/commons/trunk/modules/axiom/src/site/apt/documentation.apt
------------------------------------------------------------------------------
eol:style = native
Modified: webservices/commons/trunk/modules/axiom/src/site/site.xml
URL:
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/src/site/site.xml?rev=954201&r1=954200&r2=954201&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/src/site/site.xml (original)
+++ webservices/commons/trunk/modules/axiom/src/site/site.xml Sun Jun 13
11:12:05 2010
@@ -41,7 +41,7 @@
<item name="Releases" href="download.cgi"/>
<item name="Source Code" href="source-repository.html"/>
</item>
- <item name="Documentation">
+ <item name="Documentation" href="documentation.html">
<item name="User guide" href="userguide/userguide.html"/>
<item name="Developer guide" href="devguide/devguide.html"/>
<item name="Javadocs" href="/apidocs/index.html"/>