Author: chamikara
Date: Mon Dec  5 02:33:01 2005
New Revision: 354042

URL: http://svn.apache.org/viewcvs?rev=354042&view=rev
Log:
Added download.html and download.cgi

Added:
    webservices/sandesha/trunk/xdocs/download.cgi
    webservices/sandesha/trunk/xdocs/download.html
Modified:
    webservices/sandesha/trunk/xdocs/navigation.xml

Added: webservices/sandesha/trunk/xdocs/download.cgi
URL: 
http://svn.apache.org/viewcvs/webservices/sandesha/trunk/xdocs/download.cgi?rev=354042&view=auto
==============================================================================
--- webservices/sandesha/trunk/xdocs/download.cgi (added)
+++ webservices/sandesha/trunk/xdocs/download.cgi Mon Dec  5 02:33:01 2005
@@ -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/sandesha/trunk/xdocs/download.html
URL: 
http://svn.apache.org/viewcvs/webservices/sandesha/trunk/xdocs/download.html?rev=354042&view=auto
==============================================================================
--- webservices/sandesha/trunk/xdocs/download.html (added)
+++ webservices/sandesha/trunk/xdocs/download.html Mon Dec  5 02:33:01 2005
@@ -0,0 +1,87 @@
+<html>
+<head>
+  <meta http-equiv="content-type" content="">
+  <title>Releases</title>
+</head>
+
+<body>
+<h2>Releases</h2>
+
+<div align="left">
+<p>Please select the Sandesha2 version you want to download. Latest release is 
0.9. You can download both
+the binay distribution and the source distribution.</p>
+</div>
+
+<div align="center">
+
+<table border="1" style="border-collapse: collapse" width="76%" id="table1">
+  <tbody>
+    <tr>
+      <td width="45" align="center">Name</td>
+      <td width="80" align="center">Type</td>
+      <td width="300" align="center">Distribution</td>
+      <td width="100" align="center">Date</td>
+      <td width="200" align="center">Description</td>
+    </tr>
+       <tr>
+      <td align="center" valign="middle"><a name="09"></a>0.9</td>
+      <td align="center">Release</td>
+      <td>Source Distribution <a
+        href="%5Bpreferred%5D/ws/sandesha2/0_9/Sandesha2-0.9-src.zip"
+        title="[preferred]/ws/sandesha2/0_9/Sandesha2-0.9-src.zip">zip</a> <a
+        
href="http://www.apache.org/dist/ws/sandesha2/0_9/Sandesha2-0.9-src.zip.md5";
+        
title="http://www.apache.org/dist/ws/sandesha2/0_9/Sandesha2-0.9-src.zip.md5";>MD5</a>
+        <a
+        
href="http://www.apache.org/dist/ws/sandesha2/0_9/Sandesha2-0.9-src.zip.asc";
+        
title="http://www.apache.org/dist/ws/sandesha2/0_9/Sandesha2-0.9-src.zip.asc";>PGP</a>
+        <br>
+        Binary Distribution <a
+        href="%5Bpreferred%5D/ws/sandesha2/0_9/Sandesha2-0.9-bin.zip"
+        title="[preferred]/ws/sandesha2/0_9/Sandesha2-0.9-bin.zip">zip</a> <a
+        
href="http://www.apache.org/dist/ws/sandesha2/0_9/Sandesha2-0.9-bin.zip.md5";
+        
title="http://www.apache.org/dist/ws/sandesha2/0_9/Sandesha2-0.9-bin.zip.md5";>MD5</a>
+        <a
+        
href="http://www.apache.org/dist/ws/sandesha2/0_9/Sandesha2-0.9-bin.zip.asc";
+        
title="http://www.apache.org/dist/ws/sandesha2/0_9/Sandesha2-0.9-bin.zip.asc";>PGP</a>
+        <br>        </td>
+      <td>12- 05  - 2005</td>
+      <td>0.9 Release (Mirrored)</td>
+    </tr>
+  </tbody>
+</table>
+</div>
+
+<div align="left">
+<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/sandesha2/KEYS";>KEYS</a> file contains the
+public keys used for signing release. 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>
+

Modified: webservices/sandesha/trunk/xdocs/navigation.xml
URL: 
http://svn.apache.org/viewcvs/webservices/sandesha/trunk/xdocs/navigation.xml?rev=354042&r1=354041&r2=354042&view=diff
==============================================================================
--- webservices/sandesha/trunk/xdocs/navigation.xml (original)
+++ webservices/sandesha/trunk/xdocs/navigation.xml Mon Dec  5 02:33:01 2005
@@ -4,7 +4,7 @@
         <menu name="Apache Sandesha2">
             <item name="Home" href="index.html" />
             <item name="Downloads">
-                <item name="Releases" href="releases.html"/>
+                <item name="Releases" href="download.cgi"/>
                 <item name="Source Code" 
href="http://svn.apache.org/repos/asf/webservices/sandesha/trunk"/>
             </item>
                <item name="Documentation">



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to