You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by ch...@apache.org on 2006/03/23 09:12:14 UTC

svn commit: r388097 - in /webservices/commons/modules/axiom/xdocs: download.cgi download.xml navigation.xml

Author: chinthaka
Date: Thu Mar 23 00:12:13 2006
New Revision: 388097

URL: http://svn.apache.org/viewcvs?rev=388097&view=rev
Log:
Adding download stuff


Added:
    webservices/commons/modules/axiom/xdocs/download.cgi
    webservices/commons/modules/axiom/xdocs/download.xml
    webservices/commons/modules/axiom/xdocs/navigation.xml

Added: webservices/commons/modules/axiom/xdocs/download.cgi
URL: http://svn.apache.org/viewcvs/webservices/commons/modules/axiom/xdocs/download.cgi?rev=388097&view=auto
==============================================================================
--- webservices/commons/modules/axiom/xdocs/download.cgi (added)
+++ webservices/commons/modules/axiom/xdocs/download.cgi Thu Mar 23 00:12:13 2006
@@ -0,0 +1,6 @@
+#!/bin/sh
+# Wrapper script around mirrors.cgi script
+# (we must change to that directory in order for python to pick up the
+#  python includes correctly)
+cd /www/www.apache.org/dyn/mirrors
+/www/www.apache.org/dyn/mirrors/mirrors.cgi $*
\ No newline at end of file

Added: webservices/commons/modules/axiom/xdocs/download.xml
URL: http://svn.apache.org/viewcvs/webservices/commons/modules/axiom/xdocs/download.xml?rev=388097&view=auto
==============================================================================
--- webservices/commons/modules/axiom/xdocs/download.xml (added)
+++ webservices/commons/modules/axiom/xdocs/download.xml Thu Mar 23 00:12:13 2006
@@ -0,0 +1,58 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<document>
+	<properties>
+		<title>Releases</title>
+	</properties>
+	
+	<head>
+		<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
+		<meta content="text/html; charset=iso-8859-1" />
+		<meta name="generator" content="amaya 9.2.1, see http://www.w3.org/Amaya/" />
+	</head>
+	
+	<body>
+		
+		<section>
+			<h2>Releases</h2>
+			<div align="left">
+				<p>Please select the WS-AXIOM version you want to download. Latest release is 0.95. You can download both
+the binay distribution and the source distribution.</p>
+			</div>
+			<div align="center">
+				
+				<table class="bodyTable">
+					<tbody>
+						<tr class="a">
+							<td align="center" width="45">Name</td>
+							<td align="center" width="80">Type</td>
+							<td align="center" width="300">Distribution</td>
+							<td align="center" width="100">Date</td>
+							<td align="center" width="200">Description</td>
+						</tr>
+						<tr class="b">
+							<td align="center" valign="middle">
+								<a name="05"></a>0.95</td>
+							<td align="center">Release</td>
+							<td>Source Distribution <a href="[preferred]/ws/commons/axiom/0_95/policy-1.0-src.zip" title="[preferred]/ws/commons/axiom/0_95/axiom-0.95-src.zip">zip</a>
+								
+								<a href="http://www.apache.org/dist/ws/commons/axiom/0_95/axiom-0.95-src.zip.md5" class="externalLink" title="http://www.apache.org/dist/ws/commons/axiom/0_95/axiom-0.95-src.zip.md5">MD5</a>
+								<a href="http://www.apache.org/dist/ws/commons/axiom/0_95/axiom-0.95-src.zip.asc" class="externalLink" title="http://www.apache.org/dist/ws/commons/axiom/0_95/axiom-0.95-src.zip.asc">PGP</a>
+								<br />
+        Binary Distribution <a href="[preferred]/ws/commons/axiom/0_95/axiom-0.95-bin.zip" title="[preferred]/ws/commons/axiom/0_95/axiom-0.95-bin.zip">zip</a>
+								<a href="http://www.apache.org/dist/ws/commons/axiom/0_95/axiom-0.95-bin.zip.md5" class="externalLink" title="http://www.apache.org/dist/ws/commons/axiom/0_95/axiom-0.95-bin.zip.md5">MD5</a>
+								<a href="http://www.apache.org/dist/ws/commons/axiom/0_95/axiom-0.95-bin.zip.asc" class="externalLink" title="http://www.apache.org/dist/ws/ws/commons/axiom/0_95/axiom-0.95-bin.zip.asc">PGP</a>
+									
+								<br />
+							</td>
+							<td>23 - 03  - 2006</td>
+							<td>0.95 Release (Mirrored)</td>
+						</tr>
+						
+					</tbody>
+				</table>
+			</div>
+								
+				</section>
+			</body>
+		</document>

Added: webservices/commons/modules/axiom/xdocs/navigation.xml
URL: http://svn.apache.org/viewcvs/webservices/commons/modules/axiom/xdocs/navigation.xml?rev=388097&view=auto
==============================================================================
--- webservices/commons/modules/axiom/xdocs/navigation.xml (added)
+++ webservices/commons/modules/axiom/xdocs/navigation.xml Thu Mar 23 00:12:13 2006
@@ -0,0 +1,21 @@
+<project name="AXIOM">
+	<title>Web Services Commons : AXIOM Implemenation</title>
+	<body>
+		<menu name="AXIOM">
+			<item name="Home" href="index.html"/>
+			<item nane="Downloads">
+				<item name="Releases" href="/download.cgi"/>
+				<item name="Source Code" href="http://svn.apache.org/repos/asf/webservices/commons/modules/axiom"/>
+			</item>
+			<item name="Documentation">
+				<item name="Version 1.0" href="OMTutorial.html"/>
+				<item name="Javadocs" href="/apidocs/index.html"/>
+			</item>
+			<item name="Project Information">
+				<item name="Mailing Lists" href="/mail-lists.html"/>
+				<item name="Project Team" href="/team-list.html"/>
+			</item>
+		</menu>
+	</body>
+	
+</project>