You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2007/12/21 15:06:57 UTC

svn commit: r606204 - in /httpcomponents/project/src/site: apt/download.apt resources/downloads.cgi site.xml xdoc/ xdoc/downloads.xml

Author: olegk
Date: Fri Dec 21 06:06:57 2007
New Revision: 606204

URL: http://svn.apache.org/viewvc?rev=606204&view=rev
Log:
HC download page

Added:
    httpcomponents/project/src/site/resources/downloads.cgi   (with props)
    httpcomponents/project/src/site/xdoc/
    httpcomponents/project/src/site/xdoc/downloads.xml   (with props)
Removed:
    httpcomponents/project/src/site/apt/download.apt
Modified:
    httpcomponents/project/src/site/site.xml

Added: httpcomponents/project/src/site/resources/downloads.cgi
URL: http://svn.apache.org/viewvc/httpcomponents/project/src/site/resources/downloads.cgi?rev=606204&view=auto
==============================================================================
--- httpcomponents/project/src/site/resources/downloads.cgi (added)
+++ httpcomponents/project/src/site/resources/downloads.cgi Fri Dec 21 06:06:57 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 $*

Propchange: httpcomponents/project/src/site/resources/downloads.cgi
------------------------------------------------------------------------------
    svn:executable = *

Modified: httpcomponents/project/src/site/site.xml
URL: http://svn.apache.org/viewvc/httpcomponents/project/src/site/site.xml?rev=606204&r1=606203&r2=606204&view=diff
==============================================================================
--- httpcomponents/project/src/site/site.xml (original)
+++ httpcomponents/project/src/site/site.xml Fri Dec 21 06:06:57 2007
@@ -53,7 +53,7 @@
       <item name="Project Goals" href="goals.html"/>
       <item name="News" href="news.html"/>
       <item name="Status" href="status.html"/>
-      <item name="Download" href="download.html"/>
+      <item name="Download" href="downloads.cgi"/>
       <item name="Wiki (external)" href="http://wiki.apache.org/jakarta-httpclient/FrontPage"/>
     </menu>
     <menu name="Documentation">

Added: httpcomponents/project/src/site/xdoc/downloads.xml
URL: http://svn.apache.org/viewvc/httpcomponents/project/src/site/xdoc/downloads.xml?rev=606204&view=auto
==============================================================================
--- httpcomponents/project/src/site/xdoc/downloads.xml (added)
+++ httpcomponents/project/src/site/xdoc/downloads.xml Fri Dec 21 06:06:57 2007
@@ -0,0 +1,157 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<document>
+
+  <properties>
+    <title>HttpComponents Downloads</title>
+    <revision>$Id:$</revision>
+  </properties>
+
+  <body>
+
+  <section name="HttpComponents Downloads">
+  <p>We recommend you use a mirror to download our release builds, but you <strong>must</strong> 
+   verify the integrity of the downloaded files using signatures downloaded from our main 
+   distribution directories. Recent releases (48 hours) may not yet be available from the mirrors.
+  </p>
+
+  <p>You are currently using <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.
+  <br/>
+  [if-any logo]<a href="[link]">
+  <img align="right" src="[logo]" border="0"/>
+  </a>
+  [end]
+  </p>
+
+  <form action="[location]" method="get" id="SelectMirror">
+    Other mirrors: 
+    <select name="Preferred">
+    [if-any http]
+      [for http]<option value="[http]">[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>The <code>KEYS</code> link links to the code signing keys used to sign the product. The 
+   <code>PGP</code> link downloads the OpenPGP compatible signature from our main site. The 
+   <code>MD5</code> link downloads the checksum from the main site.
+  </p>
+
+  <subsection name="Commons HttpClient 3.1">
+    <a href="http://www.apache.org/dist/httpcomponents/commons-httpclient/KEYS">KEYS</a>
+    <a href="http://www.apache.org/dist/httpcomponents/commons-httpclient/RELEASE_NOTES.txt">Release Notes</a>
+    <br/>
+    <p>Binary</p>
+    <ul>
+     <li>
+       <a href="[preferred]/httpcomponents/commons-httpclient/binary/commons-httpclient-3.1.tar.gz">3.1.tar.gz</a>
+       [<a href="http://www.apache.org/dist/httpcomponents/commons-httpclient/binary/commons-httpclient-3.1.tar.gz.md5">md5</a>]
+       [<a href="http://www.apache.org/dist/httpcomponents/commons-httpclient/binary/commons-httpclient-3.1.tar.gz.asc">pgp</a>]
+     </li>
+     <li>
+       <a href="[preferred]/httpcomponents/commons-httpclient/binary/commons-httpclient-3.1-bin.zip">3.1.zip</a>
+       [<a href="http://www.apache.org/dist/httpcomponents/commons-httpclient/binary/commons-httpclient-3.1.zip.md5">md5</a>]
+       [<a href="http://www.apache.org/dist/httpcomponents/commons-httpclient/binary/commons-httpclient-3.1.zip.asc">pgp</a>]
+     </li>
+    </ul>
+    <p>Source</p>
+    <ul>
+     <li>
+       <a href="[preferred]/httpcomponents/commons-httpclient/source/commons-httpclient-3.1-src.tar.gz">3.1.tar.gz</a>
+       [<a href="http://www.apache.org/dist/httpcomponents/commons-httpclient/source/commons-httpclient-3.1-src.tar.gz.md5">md5</a>]
+       [<a href="http://www.apache.org/dist/httpcomponents/commons-httpclient/source/commons-httpclient-3.1-src.tar.gz.asc">pgp</a>]
+     </li>
+     <li>
+       <a href="[preferred]/httpcomponents/commons-httpclient/source/commons-httpclient-3.1-src.zip">3.1.zip</a>
+       [<a href="http://www.apache.org/dist/httpcomponents/commons-httpclient/source/commons-httpclient-3.1-src.zip.md5">md5</a>]
+       [<a href="http://www.apache.org/dist/httpcomponents/commons-httpclient/source/commons-httpclient-3.1-src.zip.asc">pgp</a>]
+     </li>
+    </ul>
+  </subsection>
+
+  <subsection name="HttpCore 4.0-alpha6">
+    <a href="http://www.apache.org/dist/httpcomponents/httpcore/KEYS">KEYS</a>
+    <a href="http://www.apache.org/dist/httpcomponents/httpcore/RELEASE_NOTES.txt">Release Notes</a>
+    <br/>
+    <p>Binary</p>
+    <ul>
+     <li>
+       <a href="[preferred]/httpcomponents/httpcore/binary/httpcomponents-core-4.0-alpha6-bin.tar.gz">4.0-alpha6.tar.gz</a>
+       [<a href="http://www.apache.org/dist/httpcomponents/httpcore/binary/httpcomponents-core-4.0-alpha6-bin.tar.gz.md5">md5</a>]
+       [<a href="http://www.apache.org/dist/httpcomponents/httpcore/binary/httpcomponents-core-4.0-alpha6-bin.tar.gz.asc">pgp</a>]
+     </li>
+     <li>
+       <a href="[preferred]/httpcomponents/httpcore/binary/httpcomponents-core-4.0-alpha6-bin.zip">4.0-alpha6.zip</a>
+       [<a href="http://www.apache.org/dist/httpcomponents/httpcore/binary/httpcomponents-core-4.0-alpha6-bin.zip.md5">md5</a>]
+       [<a href="http://www.apache.org/dist/httpcomponents/httpcore/binary/httpcomponents-core-4.0-alpha6-bin.zip.asc">pgp</a>]
+     </li>
+    </ul>
+    <p>Source</p>
+    <ul>
+     <li>
+       <a href="[preferred]/httpcomponents/httpcore/source/httpcomponents-core-4.0-alpha6-src.tar.gz">4.0-alpha6.tar.gz</a>
+       [<a href="http://www.apache.org/dist/httpcomponents/httpcore/source/httpcomponents-core-4.0-alpha6-src.tar.gz.md5">md5</a>]
+       [<a href="http://www.apache.org/dist/httpcomponents/httpcore/source/httpcomponents-core-4.0-alpha6-src.tar.gz.asc">pgp</a>]
+     </li>
+     <li>
+       <a href="[preferred]/httpcomponents/httpcore/source/httpcomponents-core-4.0-alpha6-src.zip">4.0-alpha6.zip</a>
+       [<a href="http://www.apache.org/dist/httpcomponents/httpcore/source/httpcomponents-core-4.0-alpha6-src.zip.md5">md5</a>]
+       [<a href="http://www.apache.org/dist/httpcomponents/httpcore/source/httpcomponents-core-4.0-alpha6-src.zip.asc">pgp</a>]
+     </li>
+    </ul>
+  </subsection>
+
+  <subsection name="HttpClient 4.0-alpha2">
+    <a href="http://www.apache.org/dist/httpcomponents/httpclient/KEYS">KEYS</a>
+    <a href="http://www.apache.org/dist/httpcomponents/httpclient/RELEASE_NOTES.txt">Release Notes</a>
+    <br/>
+    <p>Binary</p>
+    <ul>
+     <li>
+       <a href="[preferred]/httpcomponents/httpclient/binary/httpcomponents-client-4.0-alpha2-bin.tar.gz">4.0-alpha6.tar.gz</a>
+       [<a href="http://www.apache.org/dist/httpcomponents/httpclient/binary/httpcomponents-client-4.0-alpha2-bin.tar.gz.md5">md5</a>]
+       [<a href="http://www.apache.org/dist/httpcomponents/httpclient/binary/httpcomponents-client-4.0-alpha2-bin.tar.gz.asc">pgp</a>]
+     </li>
+     <li>
+       <a href="[preferred]/httpcomponents/httpclient/binary/httpcomponents-client-4.0-alpha2-bin.zip">4.0-alpha2.zip</a>
+       [<a href="http://www.apache.org/dist/httpcomponents/httpclient/binary/httpcomponents-client-4.0-alpha2-bin.zip.md5">md5</a>]
+       [<a href="http://www.apache.org/dist/httpcomponents/httpclient/binary/httpcomponents-client-4.0-alpha2-bin.zip.asc">pgp</a>]
+     </li>
+    </ul>
+    <p>Source</p>
+    <ul>
+     <li>
+       <a href="[preferred]/httpcomponents/httpclient/source/httpcomponents-client-4.0-alpha2-src.tar.gz">4.0-alpha2.tar.gz</a>
+       [<a href="http://www.apache.org/dist/httpcomponents/httpclient/source/httpcomponents-client-4.0-alpha2-src.tar.gz.md5">md5</a>]
+       [<a href="http://www.apache.org/dist/httpcomponents/httpclient/source/httpcomponents-client-4.0-alpha2-src.tar.gz.asc">pgp</a>]
+     </li>
+     <li>
+       <a href="[preferred]/httpcomponents/httpclient/source/httpcomponents-client-4.0-alpha2-src.zip">4.0-alpha2.zip</a>
+       [<a href="http://www.apache.org/dist/httpcomponents/httpclient/source/httpcomponents-client-4.0-alpha2-alpha6-src.zip.md5">md5</a>]
+       [<a href="http://www.apache.org/dist/httpcomponents/httpclient/source/httpcomponents-client-4.0-alpha2-src.zip.asc">pgp</a>]
+     </li>
+    </ul>
+  </subsection>
+
+  <subsection name="Older releases">
+    <p>
+    Older releases are available from the 
+    <a href="http://archive.apache.org/dist/httpcomponents/">archives</a>. 
+    </p>
+  </subsection>
+
+  </section>
+
+  </body>
+
+</document>
+

Propchange: httpcomponents/project/src/site/xdoc/downloads.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: httpcomponents/project/src/site/xdoc/downloads.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: httpcomponents/project/src/site/xdoc/downloads.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml