You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by ch...@apache.org on 2007/07/02 07:46:33 UTC

svn commit: r552409 - in /webservices/axis2/trunk/java/xdocs: download.html download/1_3/ download/1_3/download.cgi download/1_3/download.html

Author: chatra
Date: Sun Jul  1 22:46:32 2007
New Revision: 552409

URL: http://svn.apache.org/viewvc?view=rev&rev=552409
Log:
adding downloads page to 1.3

Added:
    webservices/axis2/trunk/java/xdocs/download/1_3/
    webservices/axis2/trunk/java/xdocs/download/1_3/download.cgi
    webservices/axis2/trunk/java/xdocs/download/1_3/download.html
Modified:
    webservices/axis2/trunk/java/xdocs/download.html

Modified: webservices/axis2/trunk/java/xdocs/download.html
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/xdocs/download.html?view=diff&rev=552409&r1=552408&r2=552409
==============================================================================
--- webservices/axis2/trunk/java/xdocs/download.html (original)
+++ webservices/axis2/trunk/java/xdocs/download.html Sun Jul  1 22:46:32 2007
@@ -42,6 +42,11 @@
       <th>Description</th>
     </tr>
     <tr>
+      <td><a href="download/1_3/download.cgi"><strong>1.3</strong></a></td>
+      <td>06 - 07 - 2007</td>
+      <td>1.3 Release (Mirrored)</td>
+    </tr>
+    <tr>
       <td><a href="download/1_2/download.cgi"><strong>1.2</strong></a></td>
       <td>27 - 04 - 2007</td>
       <td>1.2 Release (Mirrored)</td>

Added: webservices/axis2/trunk/java/xdocs/download/1_3/download.cgi
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/xdocs/download/1_3/download.cgi?view=auto&rev=552409
==============================================================================
--- webservices/axis2/trunk/java/xdocs/download/1_3/download.cgi (added)
+++ webservices/axis2/trunk/java/xdocs/download/1_3/download.cgi Sun Jul  1 22:46:32 2007
@@ -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/axis2/trunk/java/xdocs/download/1_3/download.html
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/xdocs/download/1_3/download.html?view=auto&rev=552409
==============================================================================
--- webservices/axis2/trunk/java/xdocs/download/1_3/download.html (added)
+++ webservices/axis2/trunk/java/xdocs/download/1_3/download.html Sun Jul  1 22:46:32 2007
@@ -0,0 +1,157 @@
+<!--
+~ 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.
+-->
+<html>
+<head>
+  <meta http-equiv="content-type" content="">
+  <title>Axis2 1.3 Release</title>
+</head>
+
+<body>
+<!--Google Anayitcs tracking code-->
+<script type="text/javascript"
+src="http://www.google-analytics.com/urchin.js">
+</script>
+<script type="text/javascript">
+_uacct = "UA-1954378-3";
+urchinTracker();</script>
+<!--End of Google Anayitcs tracking code-->
+
+<h2>Axis2 1.3 Release</h2>
+
+<div>
+
+<table border="1" cellpadding="1">
+  <tbody>
+    <tr>
+      <th scope="col">Distribution Name</th>
+      <th scope="col">Description</th>
+      <!--<th scope="col">Items</th>-->
+      <th scope="col">Download</th>
+    </tr>
+    <tr>
+      <td><a name="std-bin"></a><strong>Standard Binary
+      Distribution</strong></td>
+      <td>This is the complete version of Axis2 and will contain samples as
+        well. Since WS-Addressing implementation and SOAP Monitor utility
+        modules are engaged in to Axis2, by default, this distribution will
+        contain addressing.mar and soapmonitor.mar. But the other modules
+        that are being developed within Axis2 will not be included here, and
+        need to be <a href="../../modules/index.html">downloaded</a>
+        separately.</td>
+      <td><a href="[preferred]/ws/axis2/1_3/axis2-1.3.zip"
+        title="[preferred]/ws/axis2/1_3/axis2-1.3.zip"
+        onclick="javascript:urchinTracker ('/downloads/axis2-1.3.zip'); ">zip</a>
+        <a href="http://www.apache.org/dist/ws/axis2/1_3/axis2-1.3.zip.md5"
+        title="http://www.apache.org/dist/ws/axis2/1_3/axis2-1.3.zip.md5"
+        onclick="javascript:urchinTracker ('/downloads/axis2-1.3.zip.md5'); ">MD5</a>
+        <a href="http://www.apache.org/dist/ws/axis2/1_3/axis2-1.3.zip.asc"
+        title="http://www.apache.org/dist/ws/axis2/1_3/axis2-1.3.zip.asc"
+        onclick="javascript:urchinTracker ('/downloads/axis2-1.3.zip.asc'); ">PGP</a></td>
+    </tr>
+    <tr>
+      <td><a name="src"></a><strong> Source Distribution</strong></td>
+      <td>This will contain the sources of Axis2 standard distribution. One
+        can generate a binary distribution from this by typing <span
+        class="style1">$maven dist-bin</span> (<a
+        href="http://ws.apache.org/axis2/1_3/installationguide.html#env-src">Set
+        up Axis2 environment</a> before running this command). Useful for
+        advanced users.</td>
+      <td><a href="[preferred]/ws/axis2/1_3/axis2-1.3-src.zip"
+        title="[preferred]/ws/axis2/1_3/axis2-1.3-src.zip"
+        onclick="javascript:urchinTracker ('/downloads/axis2-1.3-src.zip'); ">zip</a>
+        <a
+        href="http://www.apache.org/dist/ws/axis2/1_3/axis2-1.3-src.zip.md5"
+        title="http://www.apache.org/dist/ws/axis2/1_3/axis2-1.3-src.zip.md5"
+        onclick="javascript:urchinTracker ('/downloads/axis2-1.3-src.zip.md5'); ">MD5</a>
+        <a
+        href="http://www.apache.org/dist/ws/axis2/1_3/axis2-1.3-src.zip.asc"
+        title="http://www.apache.org/dist/ws/axis2/1_3/axis2-1.3-src.zip.asc"
+        onclick="javascript:urchinTracker ('/downloads/axis2-1.3-src.zip.asc'); ">PGP</a></td>
+    </tr>
+    <tr>
+      <td><a name="war"></a><strong>WAR (Web Archive)
+      Distribution</strong></td>
+      <td>This will be the web application of Axis2 which can be deployed in
+        most of the servlet containers.</td>
+      <td><a href="[preferred]/ws/axis2/1_3/axis2.war"
+        title="[preferred]/ws/axis2/1_3/axis2.war"
+        onclick="javascript:urchinTracker ('/downloads/axis2-1.3.war'); ">zip</a>
+        <a href="http://www.apache.org/dist/ws/axis2/1_3/axis2.war.md5"
+        title="http://www.apache.org/dist/ws/axis2/1_3/axis2.war.md5"
+        onclick="javascript:urchinTracker ('/downloads/axis2-1.3.war.md5'); ">MD5</a>
+        <a href="http://www.apache.org/dist/ws/axis2/1_3/axis2.war.asc"
+        title="http://www.apache.org/dist/ws/axis2/1_3/axis2.war.asc"
+        onclick="javascript:urchinTracker ('/downloads/axis2-1.3.war.asc'); ">PGP</a></td>
+    </tr>
+    <tr>
+      <td><strong>Documents Distribution</strong></td>
+      <td>This will contain all the documentation in one package.</td>
+      <td><a href="[preferred]/ws/axis2/1_3/axis2-1.3-docs.zip"
+        title="[preferred]/ws/axis2/1_3/axis2-1.3-docs.zip"
+        onclick="javascript:urchinTracker ('/downloads/axis2-1.3-docs.zip'); ">zip</a>
+        <a
+        href="http://www.apache.org/dist/ws/axis2/1_3/axis2-1.3-docs.zip.md5"
+        title="http://www.apache.org/dist/ws/axis2/1_3/axis2-1.3-docs.zip.md5"
+        onclick="javascript:urchinTracker ('/downloads/axis2-1.3-docs.zip.md5'); ">MD5</a>
+        <a
+        href="http://www.apache.org/dist/ws/axis2/1_3/axis2-1.3-docs.zip.asc"
+        title="http://www.apache.org/dist/ws/axis2/1_3/axis2-1.3-docs.zip.asc"
+        onclick="javascript:urchinTracker ('/downloads/axis2-1.3-docs.zip.asc'); ">PGP</a></td>
+    </tr>
+  </tbody>
+</table>
+</div>
+
+<div align="left">
+<br>
+
+
+<p>[if-any logo] <a href="[link]"><img align="right" src="[logo]"
+border="0"></a>[end] The currently selected mirror is <b>[preferred]</b>.  If
+you encounter a problem with this mirror, please select another mirror.  If
+all mirrors are failing, there are <i>backup</i> mirrors (at the end of the
+mirrors list) that should be available.</p>
+
+<form action="[location]" method="get" id="SelectMirror">
+  Other mirrors: 
+  <select name="Preferred">[if-any http][for http]
+    <option value="[http]"
+    selected="selected">[http]</option>[end][end][if-any ftp][for ftp]
+    <option value="[ftp]">[ftp]</option>[end][end][if-any backup][for backup]
+    <option value="[backup]">[backup] (backup)</option>[end][end]
+  </select>
+   
+  <input type="submit" value="Change"></form>
+
+<p>You may also consult the <a href="http://www.apache.org/mirrors/">complete
+list of mirrors</a>.</p>
+
+<p><strong>Note:</strong> when downloading from a mirror please check the <a
+href="http://www.apache.org/dev/release-signing#md5">md5sum</a> and verify
+the <a href="http://www.apache.org/dev/release-signing#openpgp">OpenPGP</a>
+compatible signature from the main Apache site. These can be downloaded by
+following the links above. This <a
+href="http://www.apache.org/dist/ws/axis2/KEYS">KEYS</a> file contains the
+public keys that can be used for verifying signatures. It is recommended that
+(when possible)a <a
+href="http://www.apache.org/dev/release-signing#web-of-trust">Web of
+trust</a> is used to confirm the identity of these keys.</p>
+</div>
+</body>
+</html>



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org