This is an automated email from the ASF dual-hosted git repository. billblough pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-savan.git
commit 9a82fee86f5e309098812af4ec3a0b52fe385a3a Author: Hettige Don Ignatious Nywan Sanka Samaranayake <sa...@apache.org> AuthorDate: Wed Feb 14 12:45:12 2007 +0000 Added the intial content for the site. --- src/site/site.xml | 34 ++++++++++++++++++++++++++++++++++ src/site/xdoc/savan-tutorial.xml | 14 ++++++++++++++ 2 files changed, 48 insertions(+) diff --git a/src/site/site.xml b/src/site/site.xml new file mode 100644 index 0000000..aac005c --- /dev/null +++ b/src/site/site.xml @@ -0,0 +1,34 @@ +<?xml version="1.0" encoding="ISO-8859-1"?> +<site> + <bannerLeft> + <name>Apache XmlSchema</name> + <src>http://www.apache.org/images/asf-logo.gif</src> + <href>http://ws.apache.org/</href> + </bannerLeft> + <body> + <links> + <item name="Apache" href="http://www.apache.org/"/> + <item name="WebServices" href="http://ws.apache.org/"/> + <!-- <item name="Savan" href="http://ws.apache.org/savan/"/> --> + </links> + <menu name="Savan"> + <item name="Home" href="index.html"/> + <item name="Downloads"> + <item name="Source Code" href="source-repository.html"/> + </item> + <item name="Documentation"> + <item name="Tutorial" href="savan-tutorial.html"/> + <item name="Javadocs" href="/apidocs/index.html"/> + <item name="View Source" + href="http://svn.apache.org/viewvc/webservices/savan/?root=Apache-SVN"/> + </item> + <item name="Project Information"> + <item name="Mailing Lists" href="/mail-lists.html"/> + <item name="Project Team" href="/team-list.html"/> + <item name="Issue Tracking" href="issue-tracking.html"/> + </item> + <item name="License" href="/license.html"/> + </menu> + + </body> +</site> diff --git a/src/site/xdoc/savan-tutorial.xml b/src/site/xdoc/savan-tutorial.xml new file mode 100644 index 0000000..bf0d9d2 --- /dev/null +++ b/src/site/xdoc/savan-tutorial.xml @@ -0,0 +1,14 @@ + +<document> + <properties> + <author email="chamik...@wso2.com">Chamikara Jayalath</author> + <title>Apache Savan Tutorial</title> + </properties> + <body> + <section name="Introduction"> + <p> + This is the Apache Savan Tutorial + </p> + </section> + </body> +</document>