Author: veithen
Date: Sat Sep 5 22:02:36 2015
New Revision: 1701427
URL: http://svn.apache.org/r1701427
Log:
Migrate index.html to Markdown.
Added:
webservices/woden/trunk/java/src/site/markdown/index.md.vm
- copied, changed from r1701412,
webservices/woden/trunk/java/src/site/xdoc/index.xml
Removed:
webservices/woden/trunk/java/src/site/xdoc/index.xml
Copied: webservices/woden/trunk/java/src/site/markdown/index.md.vm (from
r1701412, webservices/woden/trunk/java/src/site/xdoc/index.xml)
URL:
http://svn.apache.org/viewvc/webservices/woden/trunk/java/src/site/markdown/index.md.vm?p2=webservices/woden/trunk/java/src/site/markdown/index.md.vm&p1=webservices/woden/trunk/java/src/site/xdoc/index.xml&r1=1701412&r2=1701427&rev=1701427&view=diff
==============================================================================
--- webservices/woden/trunk/java/src/site/xdoc/index.xml (original)
+++ webservices/woden/trunk/java/src/site/markdown/index.md.vm Sat Sep 5
22:02:36 2015
@@ -1,41 +1,47 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- Copyright 2002-2004 The Apache Software Foundation
-
- Licensed 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.
--->
-<document xmlns="http://maven.apache.org/XDOC/2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/XDOC/2.0
http://maven.apache.org/xsd/xdoc-2.0.xsd">
- <properties>
- <title>Welcome to Woden</title>
- </properties>
- <body>
- <section name="Introduction">
- <p>The Woden project is a subproject of the Apache Web Services Project
to develop a Java class library for reading, manipulating, creating and writing
WSDL documents, initially to support WSDL 2.0 but with the longer term aim of
supporting past, present and future versions of WSDL.</p>
-
-<p>There are two main deliverables: an API and an implementation. The Woden
API will consist of a set of Java interfaces. The WSDL 2.0-specific portion of
the Woden API will conform to the W3C WSDL 2.0 specification. The
implementation will be a high performance implementation directly usable in
other Apache projects such as Axis2. </p>
- </section>
-
- <section name="Your Help Wanted">
- <p>Looking to get involved in an Open Source project? Interested in Web
services or WSDL? Woden is looking for your help.</p>
- <p>There are a number of different areas in which help is needed
including:</p>
- <ul>
- <li>Updating the WSDL 1.1 -> 2.0 converter to the WSDL 2.0
recommendation</li>
- <li>Adding validation logic for more WSDL 2.0 assertions</li>
- <li>Documenting design decisions and use patterns</li>
- <li>Creating more automated tests</li>
- <li>Reviewing the Woden API</li>
- </ul>
- <p>Getting involved is easy. Just send an e-mail to <a
href="mailto:[email protected]">[email protected]</a> stating that you'd like
to help and what you'd like to help with (if you know).</p>
- </section>
- </body>
-</document>
+##
+## 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.
+##
+
+Introduction
+------------
+
+The Woden project is a subproject of the Apache Web Services Project to
develop a Java class
+library for reading, manipulating, creating and writing WSDL documents,
initially to support
+WSDL 2.0 but with the longer term aim of supporting past, present and future
versions of WSDL.
+
+There are two main deliverables: an API and an implementation. The Woden API
will consist of a
+set of Java interfaces. The WSDL 2.0-specific portion of the Woden API will
conform to the W3C
+WSDL 2.0 specification. The implementation will be a high performance
implementation directly usable
+in other Apache projects such as Axis2.
+
+Your Help Wanted
+----------------
+
+Looking to get involved in an Open Source project? Interested in Web services
or WSDL? Woden is
+looking for your help.
+
+There are a number of different areas in which help is needed including:
+
+* Updating the WSDL 1.1 -> 2.0 converter to the WSDL 2.0 recommendation
+* Adding validation logic for more WSDL 2.0 assertions
+* Documenting design decisions and use patterns
+* Creating more automated tests
+* Reviewing the Woden API
+
+Getting involved is easy. Just send an e-mail to
[[email protected]](mailto:[email protected])
+stating that you'd like to help and what you'd like to help with (if you know).