Added the intial content for the site.


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="chamikara@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>