Author: veithen
Date: Sat Sep 5 18:27:50 2015
New Revision: 1701416
URL: http://svn.apache.org/r1701416
Log:
Replace builds.html with a zero maintenance download page.
Added:
webservices/woden/trunk/java/src/site/markdown/
webservices/woden/trunk/java/src/site/markdown/download.md.vm
Removed:
webservices/woden/trunk/java/src/site/xdoc/dev/1.0/builds.xml
Modified:
webservices/woden/trunk/java/src/site/site.xml
webservices/woden/trunk/java/src/site/xdoc/userguide.xml
Added: webservices/woden/trunk/java/src/site/markdown/download.md.vm
URL:
http://svn.apache.org/viewvc/webservices/woden/trunk/java/src/site/markdown/download.md.vm?rev=1701416&view=auto
==============================================================================
--- webservices/woden/trunk/java/src/site/markdown/download.md.vm (added)
+++ webservices/woden/trunk/java/src/site/markdown/download.md.vm Sat Sep 5
18:27:50 2015
@@ -0,0 +1,47 @@
+##
+## 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.
+##
+
+Downloading Woden
+-----------------
+
+The current release is ${project.version}. The following distributions are
available for download:
+
+ | Link | Checksums and
signatures
+--------------------|---------------------------------------|----------------------------
+Binary distribution | [woden-${project.version}-bin.zip][1] | [MD5][2]
[SHA1][3] [PGP][4]
+Source distribution | [woden-${project.version}-src.zip][5] | [MD5][6]
[SHA1][7] [PGP][8]
+
+The signatures of the distributions can be [verified][9] against the public
keys in the [KEYS][10] file.
+
+Distributions for older releases can be found in the [archive][11].
+
+All releases are also available as Maven artifacts in the [central
repository][12].
+
+[1]:
http://www.apache.org/dyn/closer.lua/ws/woden/${project.version}/woden-${project.version}-bin.zip
+[2]:
https://www.apache.org/dist/ws/woden/${project.version}/woden-${project.version}-bin.zip.md5
+[3]:
https://www.apache.org/dist/ws/woden/${project.version}/woden-${project.version}-bin.zip.sha1
+[4]:
https://www.apache.org/dist/ws/woden/${project.version}/woden-${project.version}-bin.zip.asc
+[5]:
http://www.apache.org/dyn/closer.lua/ws/woden/${project.version}/woden-${project.version}-src.zip
+[6]:
https://www.apache.org/dist/ws/woden/${project.version}/woden-${project.version}-src.zip.md5
+[7]:
https://www.apache.org/dist/ws/woden/${project.version}/woden-${project.version}-src.zip.sha1
+[8]:
https://www.apache.org/dist/ws/woden/${project.version}/woden-${project.version}-src.zip.asc
+[9]: http://www.apache.org/dev/release-signing#verifying-signature
+[10]: https://www.apache.org/dist/ws/woden/KEYS
+[11]: http://archive.apache.org/dist/ws/woden/
+[12]: http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.woden%22
Modified: webservices/woden/trunk/java/src/site/site.xml
URL:
http://svn.apache.org/viewvc/webservices/woden/trunk/java/src/site/site.xml?rev=1701416&r1=1701415&r2=1701416&view=diff
==============================================================================
--- webservices/woden/trunk/java/src/site/site.xml (original)
+++ webservices/woden/trunk/java/src/site/site.xml Sat Sep 5 18:27:50 2015
@@ -33,7 +33,7 @@
<item name="Projects Using Woden" href="projectsusingwoden.html"/>
</menu>
<menu name="Downloads">
- <item name="Builds" href="dev/1.0/builds.html"/>
+ <item name="Releases" href="download.html"/>
</menu>
<menu name="Documentation">
<item name="User Guide" href="userguide.html"/>
Modified: webservices/woden/trunk/java/src/site/xdoc/userguide.xml
URL:
http://svn.apache.org/viewvc/webservices/woden/trunk/java/src/site/xdoc/userguide.xml?rev=1701416&r1=1701415&r2=1701416&view=diff
==============================================================================
--- webservices/woden/trunk/java/src/site/xdoc/userguide.xml (original)
+++ webservices/woden/trunk/java/src/site/xdoc/userguide.xml Sat Sep 5
18:27:50 2015
@@ -185,7 +185,7 @@
<p>Obtain the Apache Woden WSDL processor in one of 2 ways:</p>
<ul>
<li>extract the source code from the Woden Subversion (SVN) <a
href="version_control.html">repository</a> and compile it, or</li>
- <li>obtain the Woden binary distribution from the latest <a
href="dev/1.0/builds.html">milestone build</a>.</li>
+ <li>obtain the Woden binary distribution from the latest <a
href="download.html">release</a>.</li>
</ul>
<p>
Woden's DOM-based XML parsing depends on Apache Xerces 2.7.1.