You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ro...@apache.org on 2011/06/13 22:11:48 UTC

svn commit: r1135257 - in /qpid/site/docs: download.html footer.include header.include includes/ includes/footer.include includes/header.include includes/menu.include menu.include test.html

Author: robbie
Date: Mon Jun 13 20:11:47 2011
New Revision: 1135257

URL: http://svn.apache.org/viewvc?rev=1135257&view=rev
Log:
NO-JIRA: move download page over to use SSIs for testing

Added:
    qpid/site/docs/includes/
    qpid/site/docs/includes/footer.include   (props changed)
      - copied unchanged from r1133538, qpid/site/docs/footer.include
    qpid/site/docs/includes/header.include   (props changed)
      - copied unchanged from r1133538, qpid/site/docs/header.include
    qpid/site/docs/includes/menu.include   (props changed)
      - copied unchanged from r1133538, qpid/site/docs/menu.include
Removed:
    qpid/site/docs/footer.include
    qpid/site/docs/header.include
    qpid/site/docs/menu.include
    qpid/site/docs/test.html
Modified:
    qpid/site/docs/download.html   (contents, props changed)

Modified: qpid/site/docs/download.html
URL: http://svn.apache.org/viewvc/qpid/site/docs/download.html?rev=1135257&r1=1135256&r2=1135257&view=diff
==============================================================================
--- qpid/site/docs/download.html (original)
+++ qpid/site/docs/download.html Mon Jun 13 20:11:47 2011
@@ -19,410 +19,318 @@
  - under the License.
  -
 -->
-
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <title>Apache Qpid&#8482;: Open Source AMQP Messaging</title>
-    <link href="style.css" rel="stylesheet" type="text/css"/>
+    <link href="/styles/style.css" rel="stylesheet" type="text/css"/>
   </head>
 
   <body>
     <div class="container">
-      <div class="header">
-        <div class="logo">
-          <h1>Apache Qpid&#8482;</h1>
-          <h2>Open Source AMQP Messaging</h2>
-        </div>
-      </div>  <!-- end of header --> 
-
-      <div class="menu_box">
-	<div class="menu_box_top"></div>
-	<div class="menu_box_body">
-	  <h3>Apache Qpid</h3>
-	  <ul>
-	    <li><a href="index.html">Home</a></li>
-	    <li><a href="download.cgi">Download</a></li>
-	    <li><a href="getting_started.html">Getting Started</a></li>
-	    <li><a href="http://www.apache.org/licenses/">License</a></li>
-	    <li><a href="https://cwiki.apache.org/qpid/faq.html">FAQ</a></li>
-	  </ul>
-	</div> <!-- end of menu_box_body --> 
-	<div class="menu_box_bottom"></div>
-
-	<div class="menu_box_top"></div>
-	<div class="menu_box_body">
-	  <h3>Documentation</h3>
-	  <ul>
-	    <li><a href="documentation.html#doc-release">0.10 Release</a></li>
-	    <li><a href="documentation.html#doc-trunk">Trunk</a></li>
-	    <li><a href="documentation.html#doc-archives">Archive</a></li>
-	  </ul>
-	</div> <!-- end of menu_box_body -->
-	<div class="menu_box_bottom"></div>
-
-	<div class="menu_box_top"></div>
-	<div class="menu_box_body">
-	  <h3>Community</h3>
-	  <ul>
-	    <li><a href="getting_involved.html">Getting Involved</a></li>
-	    <li><a href="source_repository.html">Source Repository</a></li>
-	    <li><a href="mailing_lists.html">Mailing Lists</a></li>
-	    <li><a href="https://cwiki.apache.org/qpid/">Wiki</a></li>
-	    <li><a href="https://issues.apache.org/jira/browse/qpid">Issue Reporting</a></li>
-	    <li><a href="people.html">People</a></li>
-	    <li><a href="acknowledgements.html">Acknowledgements</a></li>
-	  </ul>
-	</div> <!-- end of menu_box_body -->
-	<div class="menu_box_bottom"></div>
-
-	<div class="menu_box_top"></div>
-	<div class="menu_box_body">
-	  <h3>Developers</h3>
-	  <ul>
-	    <li><a href="https://cwiki.apache.org/qpid/building.html">Building Qpid</a></li>
-	    <li><a href="https://cwiki.apache.org/qpid/developer-pages.html">Developer Pages</a></li>
-	  </ul>
-	</div> <!-- end of menu_box_body -->
-	<div class="menu_box_bottom"></div>
-
-	<div class="menu_box_top"></div>
-	<div class="menu_box_body">
-	  <h3>About AMQP</h3>
-	  <ul>
-	    <li><a href="amqp.html">What is AMQP?</a></li>
-	  </ul>
-	</div> <!-- end of menu_box_body -->
-	<div class="menu_box_bottom"></div>
-
-	<div class="menu_box_top"></div>
-	<div class="menu_box_body">
-	  <h3>About Apache</h3>
-	  <ul>
-	    <li><a href="http://www.apache.org">Home</a></li>
-	    <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
-	    <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
-	    <li><a href="http://www.apache.org/security/">Security</a></li>
-	  </ul>
-	</div> <!-- end of menu_box_body -->
-	<div class="menu_box_bottom"></div>
-      </div> <!-- end of menu_box -->
+      <!-- begin header -->
+      <!--#include virtual="/includes/header.include" -->
+      <!-- end header -->
+
+      <!-- begin menu -->
+      <!--#include virtual="/includes/menu.include" -->
+      <!-- end menu -->
 
+      <!-- begin content -->
       <div class="main_text_area">
-	<div class="main_text_area_top"></div>
-<!--
- -
- - 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.
- -
--->
-<div class="main_text_area_body">
-  <h1>Downloads</h1>
-
-  <h2>Production Releases</h2>
-
-  <p>These releases are well tested and appropriate for production use, use the links below to download them from one of our mirrors. Older versions can be found in the <a href="http://archive.apache.org/dist/qpid/">archive</a></p>
-
-  <p>Qpid supports the latest version of AMQP 0-10, and some components also the earlier AMQP 0-8 and 0-9 versions. The Java Broker and Client provide protocol negotiation. For details on cross component compatibility among releases, see: <a href="./compatibility.html">AMQP Release Compatibility for Qpid</a></p>
-
-  <p>If you have any questions about these releases, please email the <a href="mailto:users@qpid.apache.org">user list</a></p>
-
-  <h2>Mirrors</h2>
-
-  <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.  If all mirrors are failing, there are <i>backup</i> mirrors (at the end of the list) that should be available, or you may also consult the <a href="http://www.apache.org/mirrors/">complete list</a> of mirrors.</p> 
-
-<form action="[location]" method="get" id="SelectMirror">
-<p>
-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" />
-</p>
-</form>
-
-  <p> It is good practice to <a href="#Download-Verify">verify</a> the integrity of the downloaded files using signatures downloaded from our <a href="http://www.apache.org/dist/qpid/">main distribution directory</a>.</p>
-
-  <h2>Latest Release: 0.10</h2>
-
-  <p>Individual PGP signatures are provided below, and the sha1sum output for each artefact is listed here: <a href="http://www.apache.org/dist/qpid/0.10/SHA1SUM">SHA1SUM</a>.</p>
-
-  <h3>Multiple Component Packages</h3>
-
-  <div>
-    <table class="download_table"><tbody>
-	<tr>
-	  <th class="download_table_col_1"> Component </th>
-
-	  <th> Download </th>
-	  <th class="download_table_amqp_col"> AMQP<br />0-10 </th>
-	  <th class="download_table_amqp_col"> AMQP<br />0-8/0-9 </th>
-	</tr>
-	<tr>
-	  <td class="download_table_col_1"> Full source release</td>
-	  <td> <a href="[preferred]/qpid/0.10/qpid-0.10.tar.gz">qpid-0.10.tar.gz</a> [<a href="http://www.apache.org/dist/qpid/0.10/qpid-0.10.tar.gz.asc">PGP</a>] </td>
-
-	  <td class="download_table_amqp_col"> Y </td>
-	  <td class="download_table_amqp_col"> Y </td>
-	</tr>
-	<tr>
-	  <td class="download_table_col_1"> C+&#43; broker &amp; client </td>
-	  <td> <a href="[preferred]/qpid/0.10/qpid-cpp-0.10.tar.gz">qpid-cpp-0.10.tar.gz</a> [<a href="http://www.apache.org/dist/qpid/0.10/qpid-cpp-0.10.tar.gz.asc">PGP</a>] </td>
-
-	  <td class="download_table_amqp_col"> Y </td>
-	  <td class="download_table_amqp_col">&nbsp;</td>
-	</tr>
-	<tr>
-	  <td class="download_table_col_1"> Java broker, client &amp; tools </td>
-	  <td> <a href="[preferred]/qpid/0.10/qpid-java-0.10.tar.gz">qpid-java-0.10.tar.gz</a> [<a href="http://www.apache.org/dist/qpid/0.10/qpid-java-0.10.tar.gz.asc">PGP</a>] </td>
-	  <td class="download_table_amqp_col"> Y </td>
-
-	  <td class="download_table_amqp_col"> Y </td>
-	</tr>
-	<tr>
-	  <td class="download_table_col_1"> All released artefacts</td>
-	  <td> <a href="[preferred]/qpid/0.10/">/qpid/0.10/</a> </td>
-
-	  <td class="download_table_amqp_col"> Y </td>
-	  <td class="download_table_amqp_col"> Y </td>
-	</tr>
-    </tbody></table>
-  </div>
-
-  <h3><a name="Download-SingleComponentPackage"></a>Single Component Packages</h3>
-
-  <p><b>Broker</b></p>
-  <div>
-    <table class="download_table"><tbody>
-	<tr>
-	  <th class="download_table_col_1"> Language </th>
-
-	  <th> Download </th>
-	  <th class="download_table_amqp_col"> AMQP<br />0-10 </th>
-	  <th class="download_table_amqp_col"> AMQP<br />0-8/0-9 </th>
-	</tr>
-	<tr>
-	  <td class="download_table_col_1"> Java </td>
-	  <td> <a href="[preferred]/qpid/0.10/qpid-java-broker-0.10.tar.gz">qpid-java-broker-0.10.tar.gz</a> [<a href="http://www.apache.org/dist/qpid/0.10/qpid-java-broker-0.10.tar.gz.asc">PGP</a>] </td>
-
-	  <td class="download_table_amqp_col"> Y </td>
-	  <td class="download_table_amqp_col"> Y </td>
-	</tr>
-    </tbody></table>
-  </div>
-
-  <p><b>Client</b></p>
-  <div>
-    <table class="download_table"><tbody>
-	<tr>
-	  <th class="download_table_col_1"> Language </th>
-
-	  <th> Download </th>
-	  <th class="download_table_amqp_col"> AMQP<br />0-10 </th>
-	  <th class="download_table_amqp_col"> AMQP<br />0-8/0-9 </th>
-	</tr>
-	<tr>
-	  <td class="download_table_col_1"> C# (.NET, WCF) WCF channel (C+&#43; Broker Compatible) </td>
-	  <td> <a href="[preferred]/qpid/0.10/qpid-wcf-0.10.zip">qpid-wcf-0.10.zip</a> [<a href="http://www.apache.org/dist/qpid/0.10/qpid-wcf-0.10.zip.asc">PGP</a>] </td>
+        <div class="main_text_area_top"></div>
 
-	  <td class="download_table_amqp_col"> Y </td>
-	  <td class="download_table_amqp_col">&nbsp;</td>
-	</tr>
-	<tr>
-	  <td class="download_table_col_1"> Java </td>
-
-	  <td> <a href="[preferred]/qpid/0.10/qpid-java-client-0.10.tar.gz">qpid-java-client-0.10.tar.gz</a> [<a href="http://www.apache.org/dist/qpid/0.10/qpid-java-client-0.10.tar.gz.asc">PGP</a>] </td>
-	  <td class="download_table_amqp_col"> Y </td>
-	  <td class="download_table_amqp_col"> Y </td>
-	</tr>
-	<tr>
-	  <td class="download_table_col_1"> Python </td>
-	  <td> <a href="[preferred]/qpid/0.10/qpid-python-0.10.tar.gz">qpid-python-0.10.tar.gz</a> [<a href="http://www.apache.org/dist/qpid/0.10/qpid-python-0.10.tar.gz.asc">PGP</a>] </td>
-
-	  <td class="download_table_amqp_col"> Y </td>
-	  <td class="download_table_amqp_col"> Y </td>
-	</tr>
-    </tbody></table>
-  </div>
-
-  <p><b>Management tools</b></p>
-
-  <p>C+&#43; broker management</p>
-  <div>
-    <table class="download_table"><tbody>
-
-	<tr>
-	  <th class="download_table_col_1"> Component </th>
-	  <th> Download </th>
-	  <th class="download_table_amqp_col"> AMQP<br />0-10 </th>
-	  <th class="download_table_amqp_col"> AMQP<br />0-8/0-9 </th>
-	</tr>
-	<tr>
-	  <td class="download_table_col_1">Command-line tools</td>
-	  <td> <a href="[preferred]/qpid/0.10/qpid-tools-0.10.tar.gz">qpid-tools-0.10.tar.gz</a> [<a href="http://www.apache.org/dist/qpid/0.10/qpid-tools-0.10.tar.gz.asc">PGP</a>] </td>
-	  <td class="download_table_amqp_col"> Y </td>
-	  <td class="download_table_amqp_col">&nbsp;</td>
-	</tr>
-	<tr>
-	  <td class="download_table_col_1">QMF APIs</td>
-	  <td> <a href="[preferred]/qpid/0.10/qpid-qmf-0.10.tar.gz">qpid-qmf-0.10.tar.gz</a> [<a href="http://www.apache.org/dist/qpid/0.10/qpid-qmf-0.10.tar.gz.asc">PGP</a>] </td>
-	  <td class="download_table_amqp_col"> Y </td>
-	  <td class="download_table_amqp_col">&nbsp;</td>
-	</tr>
-    </tbody></table>
-
-  </div>
-
-  <p>Java broker management</p>
-  <div>
-    <table class="download_table"><tbody>
-	<tr>
-	  <th class="download_table_col_1"> Component </th>
-	  <th> Download </th>
-	</tr>
-	<tr>
-	  <td class="download_table_col_1"> JMX Management Console <br  /> </td>
-
-	  <td> <a href="[preferred]/qpid/0.10/qpid-jmx-management-console-0.10-linux-gtk-x86.tar.gz">Linux x86</a> [<a href="http://www.apache.org/dist/qpid/0.10/qpid-jmx-management-console-0.10-linux-gtk-x86.tar.gz.asc">PGP</a>] | <a href="[preferred]/qpid/0.10/qpid-jmx-management-console-0.10-linux-gtk-x86_64.tar.gz">Linux x86_64</a> [<a href="http://www.apache.org/dist/qpid/0.10/qpid-jmx-management-console-0.10-linux-gtk-x86_64.tar.gz.asc">PGP</a>] | <a href="[preferred]/qpid/0.10/qpid-jmx-management-console-0.10-macosx.zip">Mac OS X</a> [<a href="http://www.apache.org/dist/qpid/0.10/qpid-jmx-management-console-0.10-macosx.zip.asc">PGP</a>] | <a href="[preferred]/qpid/0.10/qpid-jmx-management-console-0.10-solaris-gtk-sparc.tar.gz">Solaris 10 Sparc</a> [<a href="http://www.apache.org/dist/qpid/0.10/qpid-jmx-management-console-0.10-solaris-gtk-sparc.tar.gz.asc">PGP</a>] | <a href="[preferred]/qpid/0.10/qpid-jmx-management-console-0.10-win32-win32-x86.zip">Windows x86</a> [<a href=
 "http://www.apache.org/dist/qpid/0.10/qpid-jmx-management-console-0.10-win32-win32-x86.zip.asc">PGP</a>] </td>
-	</tr>
-    </tbody></table>
-  </div>
-
-  <h3><a name="Download-Maven"></a>Maven artifacts</h3>
- <p>The Java client is also available via the Maven central repository. To use the client in your Maven build you should add the following dependency to your POM:</p>
- <code>
-&lt;dependency&gt;<br />
-&nbsp;&nbsp;&lt;groupId&gt;org.apache.qpid&lt;/groupId&gt;<br />
-&nbsp;&nbsp;&lt;artifactId&gt;qpid-client&lt;/artifactId&gt;<br />
-&nbsp;&nbsp;&lt;version&gt;0.10&lt;/version&gt;<br />
-&lt;/dependency&gt;
- </code>
-
- <p>Additionally, you must provide the JMS API if it is not already available in your compilation and/or runtime environment, an example dependency for this would be:</p>
- <code>
-&lt;dependency&gt;<br />
-&nbsp;&nbsp;&lt;groupId&gt;org.apache.geronimo.specs&lt;/groupId&gt;<br />
-&nbsp;&nbsp;&lt;artifactId&gt;geronimo-jms_1.1_spec&lt;/artifactId&gt;<br />
-&nbsp;&nbsp;&lt;version&gt;1.0&lt;/version&gt;<br />
-&lt;/dependency&gt;
- </code>
-
-  <h2><a name="Download-PreviousRelease"></a>Previous Releases</h2>
-
-  <p>Previous releases are available from <a href="http://archive.apache.org/dist/qpid/">http://archive.apache.org/dist/qpid/
-</a>.</p>
-
-  <h2><a name="Download-QpidComponents.org"></a>QpidComponents.org </h2>
-
-  <p><a href="http://QpidComponents.org">QpidComponents.org</a> provides further components for Apache Qpid, including both persistence and management tools. These components are open source, but are not developed as part of the Apache Qpid project due to licensing or other restrictions.</p>
-
-  <h2><a name="Download-ContributedC%5CPackages"></a>Contributed C+&#43; Packages</h2>
-
-  <h3><a name="Download-WindowsInstaller"></a>Windows Installer</h3>
-
-  <p>The Windows installer is available from <a href="http://www.riverace.com/qpid/downloads.htm">http://www.riverace.com/qpid/downloads.htm</a>. It is built from the C+&#43; broker &amp; client and C# WCF Channel source distributions listed above. It has been tested for Windows XP SP3 and above.</p>
-
-  <h3><a name="Download-PrebuiltLinuxPackages"></a>Pre-built Linux Packages</h3>
-
-  <h4><a name="Download-Fedora"></a>Fedora </h4>
-
-  <p>On Fedora, Qpid can be installed using yum. Because Java RPMs are not yet available in Fedora repos, the Java client is not in these distributions.</p>
-
-  <p>To install the server:</p>
-  <div><div>
-      <pre>
-# yum install qpidd
-      </pre>
-  </div></div>
-
-  <p>To install C+&#43; and Python clients:</p>
-  <div><div>
-      <pre>
-# yum install qpidc-devel
-      </pre>
-  </div></div>
-  <div><div>
-      <pre>
-# yum install amqp python-qpid
-      </pre>
-  </div></div>
-  <p>To install documentation:</p>
-  <div><div>
-
-      <pre>
-# yum install rhm-docs
-      </pre>
-  </div></div>
-  <p>To install persistence using an external store module:</p>
-  <div><div>
-      <pre>
-# yum install rhm
-      </pre>
-  </div></div>
-
-  <h2><a name="Download-SourceCodeRepository"></a>Source Code Repository</h2>
-
-  <p>The latest version of the code is always available in the <a href="source_repository.html" title="Source Repository">source repository</a>.</p>
-
-
-  <h2><a name="Download-Verify"></a>Verify the integrity of the files</h2>
-
-  <p>It is essential that you verify the integrity of the downloaded files using the PGP signatures or SHA1 checksums.</p>
-
-  <p>The PGP signatures can be verified using PGP or GPG. First download the <a href="http://www.apache.org/dist/qpid/KEYS">KEYS</a> file as well as the <code>.asc</code> PGP signature file for the relevant artefact. Make sure you get these files from the relevant subdirectory of the <a href="http://www.apache.org/dist/qpid/">main distribution directory</a>, rather than from a mirror. Then verify the signatures using:</p>
-
-  <p>
-  <code>
-% pgpk -a KEYS<br />
-% pgpv qpid-0.10.tar.gz.asc<br />
-  </code>
-  <em>or</em><br />
-  <code>
-% pgp -ka KEYS<br />
-% pgp qpid-0.10.tar.gz.asc<br />
-  </code>
-  <em>or</em><br />
-  <code>
-% gpg --import KEYS<br />
-% gpg --verify qpid-0.10.tar.gz.asc
-  </code>
-  </p>
-
-<p>Alternatively, you can verify the SHA1 checksum of the files. A unix program called <code>sha1</code> or <code>sha1sum</code> is included in many unix distributions. It is also available as part of <a href="http://www.gnu.org/software/textutils/textutils.html">GNU Textutils</a>. For windows users, <a href="http://www.slavasoft.com/fsum/">fsum</a> supports SHA1. Ensure your generated checksum string matches the string published in the SHA1SUM file included with each release. Again, make sure you get this file from the relevant subdirectory of the <a href="http://www.apache.org/dist/qpid/">main distribution directory</a>, rather than from a mirror</p>
-
-</div>
-      </div>
-
-      <div class="footer">
+        <div class="main_text_area_body">
+          <h1>Downloads</h1>
+        
+          <h2>Production Releases</h2>
+        
+          <p>These releases are well tested and appropriate for production use, use the links below to download them from one of our mirrors. Older versions can be found in the <a href="http://archive.apache.org/dist/qpid/">archive</a></p>
+        
+          <p>Qpid supports the latest version of AMQP 0-10, and some components also the earlier AMQP 0-8 and 0-9 versions. The Java Broker and Client provide protocol negotiation. For details on cross component compatibility among releases, see: <a href="./compatibility.html">AMQP Release Compatibility for Qpid</a></p>
+        
+          <p>If you have any questions about these releases, please email the <a href="mailto:users@qpid.apache.org">user list</a></p>
+        
+          <h2>Mirrors</h2>
+        
+          <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.  If all mirrors are failing, there are <i>backup</i> mirrors (at the end of the list) that should be available, or you may also consult the <a href="http://www.apache.org/mirrors/">complete list</a> of mirrors.</p> 
+        
+        <form action="[location]" method="get" id="SelectMirror">
         <p>
-          &#xA9; 2004-2011 The Apache Software Foundation.<br />
-          Apache Qpid, Qpid, Apache, the Apache feather logo, and the Apache Qpid project logo are trademarks of The Apache Software Foundation.<br />
-          All other marks mentioned may be trademarks or registered trademarks of their respective owners.
+        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" />
         </p>
+        </form>
+        
+          <p> It is good practice to <a href="#Download-Verify">verify</a> the integrity of the downloaded files using signatures downloaded from our <a href="http://www.apache.org/dist/qpid/">main distribution directory</a>.</p>
+        
+          <h2>Latest Release: 0.10</h2>
+        
+          <p>Individual PGP signatures are provided below, and the sha1sum output for each artefact is listed here: <a href="http://www.apache.org/dist/qpid/0.10/SHA1SUM">SHA1SUM</a>.</p>
+        
+          <h3>Multiple Component Packages</h3>
+        
+          <div>
+            <table class="download_table"><tbody>
+        	<tr>
+        	  <th class="download_table_col_1"> Component </th>
+        
+        	  <th> Download </th>
+        	  <th class="download_table_amqp_col"> AMQP<br />0-10 </th>
+        	  <th class="download_table_amqp_col"> AMQP<br />0-8/0-9 </th>
+        	</tr>
+        	<tr>
+        	  <td class="download_table_col_1"> Full source release</td>
+        	  <td> <a href="[preferred]/qpid/0.10/qpid-0.10.tar.gz">qpid-0.10.tar.gz</a> [<a href="http://www.apache.org/dist/qpid/0.10/qpid-0.10.tar.gz.asc">PGP</a>] </td>
+        
+        	  <td class="download_table_amqp_col"> Y </td>
+        	  <td class="download_table_amqp_col"> Y </td>
+        	</tr>
+        	<tr>
+        	  <td class="download_table_col_1"> C+&#43; broker &amp; client </td>
+        	  <td> <a href="[preferred]/qpid/0.10/qpid-cpp-0.10.tar.gz">qpid-cpp-0.10.tar.gz</a> [<a href="http://www.apache.org/dist/qpid/0.10/qpid-cpp-0.10.tar.gz.asc">PGP</a>] </td>
+        
+        	  <td class="download_table_amqp_col"> Y </td>
+        	  <td class="download_table_amqp_col">&nbsp;</td>
+        	</tr>
+        	<tr>
+        	  <td class="download_table_col_1"> Java broker, client &amp; tools </td>
+        	  <td> <a href="[preferred]/qpid/0.10/qpid-java-0.10.tar.gz">qpid-java-0.10.tar.gz</a> [<a href="http://www.apache.org/dist/qpid/0.10/qpid-java-0.10.tar.gz.asc">PGP</a>] </td>
+        	  <td class="download_table_amqp_col"> Y </td>
+        
+        	  <td class="download_table_amqp_col"> Y </td>
+        	</tr>
+        	<tr>
+        	  <td class="download_table_col_1"> All released artefacts</td>
+        	  <td> <a href="[preferred]/qpid/0.10/">/qpid/0.10/</a> </td>
+        
+        	  <td class="download_table_amqp_col"> Y </td>
+        	  <td class="download_table_amqp_col"> Y </td>
+        	</tr>
+            </tbody></table>
+          </div>
+        
+          <h3><a name="Download-SingleComponentPackage"></a>Single Component Packages</h3>
+        
+          <p><b>Broker</b></p>
+          <div>
+            <table class="download_table"><tbody>
+        	<tr>
+        	  <th class="download_table_col_1"> Language </th>
+        
+        	  <th> Download </th>
+        	  <th class="download_table_amqp_col"> AMQP<br />0-10 </th>
+        	  <th class="download_table_amqp_col"> AMQP<br />0-8/0-9 </th>
+        	</tr>
+        	<tr>
+        	  <td class="download_table_col_1"> Java </td>
+        	  <td> <a href="[preferred]/qpid/0.10/qpid-java-broker-0.10.tar.gz">qpid-java-broker-0.10.tar.gz</a> [<a href="http://www.apache.org/dist/qpid/0.10/qpid-java-broker-0.10.tar.gz.asc">PGP</a>] </td>
+        
+        	  <td class="download_table_amqp_col"> Y </td>
+        	  <td class="download_table_amqp_col"> Y </td>
+        	</tr>
+            </tbody></table>
+          </div>
+        
+          <p><b>Client</b></p>
+          <div>
+            <table class="download_table"><tbody>
+        	<tr>
+        	  <th class="download_table_col_1"> Language </th>
+        
+        	  <th> Download </th>
+        	  <th class="download_table_amqp_col"> AMQP<br />0-10 </th>
+        	  <th class="download_table_amqp_col"> AMQP<br />0-8/0-9 </th>
+        	</tr>
+        	<tr>
+        	  <td class="download_table_col_1"> C# (.NET, WCF) WCF channel (C+&#43; Broker Compatible) </td>
+        	  <td> <a href="[preferred]/qpid/0.10/qpid-wcf-0.10.zip">qpid-wcf-0.10.zip</a> [<a href="http://www.apache.org/dist/qpid/0.10/qpid-wcf-0.10.zip.asc">PGP</a>] </td>
+        
+        	  <td class="download_table_amqp_col"> Y </td>
+        	  <td class="download_table_amqp_col">&nbsp;</td>
+        	</tr>
+        	<tr>
+        	  <td class="download_table_col_1"> Java </td>
+        
+        	  <td> <a href="[preferred]/qpid/0.10/qpid-java-client-0.10.tar.gz">qpid-java-client-0.10.tar.gz</a> [<a href="http://www.apache.org/dist/qpid/0.10/qpid-java-client-0.10.tar.gz.asc">PGP</a>] </td>
+        	  <td class="download_table_amqp_col"> Y </td>
+        	  <td class="download_table_amqp_col"> Y </td>
+        	</tr>
+        	<tr>
+        	  <td class="download_table_col_1"> Python </td>
+        	  <td> <a href="[preferred]/qpid/0.10/qpid-python-0.10.tar.gz">qpid-python-0.10.tar.gz</a> [<a href="http://www.apache.org/dist/qpid/0.10/qpid-python-0.10.tar.gz.asc">PGP</a>] </td>
+        
+        	  <td class="download_table_amqp_col"> Y </td>
+        	  <td class="download_table_amqp_col"> Y </td>
+        	</tr>
+            </tbody></table>
+          </div>
+        
+          <p><b>Management tools</b></p>
+        
+          <p>C+&#43; broker management</p>
+          <div>
+            <table class="download_table"><tbody>
+        
+        	<tr>
+        	  <th class="download_table_col_1"> Component </th>
+        	  <th> Download </th>
+        	  <th class="download_table_amqp_col"> AMQP<br />0-10 </th>
+        	  <th class="download_table_amqp_col"> AMQP<br />0-8/0-9 </th>
+        	</tr>
+        	<tr>
+        	  <td class="download_table_col_1">Command-line tools</td>
+        	  <td> <a href="[preferred]/qpid/0.10/qpid-tools-0.10.tar.gz">qpid-tools-0.10.tar.gz</a> [<a href="http://www.apache.org/dist/qpid/0.10/qpid-tools-0.10.tar.gz.asc">PGP</a>] </td>
+        	  <td class="download_table_amqp_col"> Y </td>
+        	  <td class="download_table_amqp_col">&nbsp;</td>
+        	</tr>
+        	<tr>
+        	  <td class="download_table_col_1">QMF APIs</td>
+        	  <td> <a href="[preferred]/qpid/0.10/qpid-qmf-0.10.tar.gz">qpid-qmf-0.10.tar.gz</a> [<a href="http://www.apache.org/dist/qpid/0.10/qpid-qmf-0.10.tar.gz.asc">PGP</a>] </td>
+        	  <td class="download_table_amqp_col"> Y </td>
+        	  <td class="download_table_amqp_col">&nbsp;</td>
+        	</tr>
+            </tbody></table>
+        
+          </div>
+        
+          <p>Java broker management</p>
+          <div>
+            <table class="download_table"><tbody>
+        	<tr>
+        	  <th class="download_table_col_1"> Component </th>
+        	  <th> Download </th>
+        	</tr>
+        	<tr>
+        	  <td class="download_table_col_1"> JMX Management Console <br  /> </td>
+        
+        	  <td> <a href="[preferred]/qpid/0.10/qpid-jmx-management-console-0.10-linux-gtk-x86.tar.gz">Linux x86</a> [<a href="http://www.apache.org/dist/qpid/0.10/qpid-jmx-management-console-0.10-linux-gtk-x86.tar.gz.asc">PGP</a>] | <a href="[preferred]/qpid/0.10/qpid-jmx-management-console-0.10-linux-gtk-x86_64.tar.gz">Linux x86_64</a> [<a href="http://www.apache.org/dist/qpid/0.10/qpid-jmx-management-console-0.10-linux-gtk-x86_64.tar.gz.asc">PGP</a>] | <a href="[preferred]/qpid/0.10/qpid-jmx-management-console-0.10-macosx.zip">Mac OS X</a> [<a href="http://www.apache.org/dist/qpid/0.10/qpid-jmx-management-console-0.10-macosx.zip.asc">PGP</a>] | <a href="[preferred]/qpid/0.10/qpid-jmx-management-console-0.10-solaris-gtk-sparc.tar.gz">Solaris 10 Sparc</a> [<a href="http://www.apache.org/dist/qpid/0.10/qpid-jmx-management-console-0.10-solaris-gtk-sparc.tar.gz.asc">PGP</a>] | <a href="[preferred]/qpid/0.10/qpid-jmx-management-console-0.10-win32-win32-x86.zip">Windows x86</a> [
 <a href="http://www.apache.org/dist/qpid/0.10/qpid-jmx-management-console-0.10-win32-win32-x86.zip.asc">PGP</a>] </td>
+        	</tr>
+            </tbody></table>
+          </div>
+        
+          <h3><a name="Download-Maven"></a>Maven artifacts</h3>
+         <p>The Java client is also available via the Maven central repository. To use the client in your Maven build you should add the following dependency to your POM:</p>
+         <code>
+        &lt;dependency&gt;<br />
+        &nbsp;&nbsp;&lt;groupId&gt;org.apache.qpid&lt;/groupId&gt;<br />
+        &nbsp;&nbsp;&lt;artifactId&gt;qpid-client&lt;/artifactId&gt;<br />
+        &nbsp;&nbsp;&lt;version&gt;0.10&lt;/version&gt;<br />
+        &lt;/dependency&gt;
+         </code>
+        
+         <p>Additionally, you must provide the JMS API if it is not already available in your compilation and/or runtime environment, an example dependency for this would be:</p>
+         <code>
+        &lt;dependency&gt;<br />
+        &nbsp;&nbsp;&lt;groupId&gt;org.apache.geronimo.specs&lt;/groupId&gt;<br />
+        &nbsp;&nbsp;&lt;artifactId&gt;geronimo-jms_1.1_spec&lt;/artifactId&gt;<br />
+        &nbsp;&nbsp;&lt;version&gt;1.0&lt;/version&gt;<br />
+        &lt;/dependency&gt;
+         </code>
+        
+          <h2><a name="Download-PreviousRelease"></a>Previous Releases</h2>
+        
+          <p>Previous releases are available from <a href="http://archive.apache.org/dist/qpid/">http://archive.apache.org/dist/qpid/
+        </a>.</p>
+        
+          <h2><a name="Download-QpidComponents.org"></a>QpidComponents.org </h2>
+        
+          <p><a href="http://QpidComponents.org">QpidComponents.org</a> provides further components for Apache Qpid, including both persistence and management tools. These components are open source, but are not developed as part of the Apache Qpid project due to licensing or other restrictions.</p>
+        
+          <h2><a name="Download-ContributedC%5CPackages"></a>Contributed C+&#43; Packages</h2>
+        
+          <h3><a name="Download-WindowsInstaller"></a>Windows Installer</h3>
+        
+          <p>The Windows installer is available from <a href="http://www.riverace.com/qpid/downloads.htm">http://www.riverace.com/qpid/downloads.htm</a>. It is built from the C+&#43; broker &amp; client and C# WCF Channel source distributions listed above. It has been tested for Windows XP SP3 and above.</p>
+        
+          <h3><a name="Download-PrebuiltLinuxPackages"></a>Pre-built Linux Packages</h3>
+        
+          <h4><a name="Download-Fedora"></a>Fedora </h4>
+        
+          <p>On Fedora, Qpid can be installed using yum. Because Java RPMs are not yet available in Fedora repos, the Java client is not in these distributions.</p>
+        
+          <p>To install the server:</p>
+          <div><div>
+              <pre>
+        # yum install qpidd
+              </pre>
+          </div></div>
+        
+          <p>To install C+&#43; and Python clients:</p>
+          <div><div>
+              <pre>
+        # yum install qpidc-devel
+              </pre>
+          </div></div>
+          <div><div>
+              <pre>
+        # yum install amqp python-qpid
+              </pre>
+          </div></div>
+          <p>To install documentation:</p>
+          <div><div>
+        
+              <pre>
+        # yum install rhm-docs
+              </pre>
+          </div></div>
+          <p>To install persistence using an external store module:</p>
+          <div><div>
+              <pre>
+        # yum install rhm
+              </pre>
+          </div></div>
+        
+          <h2><a name="Download-SourceCodeRepository"></a>Source Code Repository</h2>
+        
+          <p>The latest version of the code is always available in the <a href="source_repository.html" title="Source Repository">source repository</a>.</p>
+        
+        
+          <h2><a name="Download-Verify"></a>Verify the integrity of the files</h2>
+        
+          <p>It is essential that you verify the integrity of the downloaded files using the PGP signatures or SHA1 checksums.</p>
+        
+          <p>The PGP signatures can be verified using PGP or GPG. First download the <a href="http://www.apache.org/dist/qpid/KEYS">KEYS</a> file as well as the <code>.asc</code> PGP signature file for the relevant artefact. Make sure you get these files from the relevant subdirectory of the <a href="http://www.apache.org/dist/qpid/">main distribution directory</a>, rather than from a mirror. Then verify the signatures using:</p>
+        
+          <p>
+          <code>
+        % pgpk -a KEYS<br />
+        % pgpv qpid-0.10.tar.gz.asc<br />
+          </code>
+          <em>or</em><br />
+          <code>
+        % pgp -ka KEYS<br />
+        % pgp qpid-0.10.tar.gz.asc<br />
+          </code>
+          <em>or</em><br />
+          <code>
+        % gpg --import KEYS<br />
+        % gpg --verify qpid-0.10.tar.gz.asc
+          </code>
+          </p>
+        
+        <p>Alternatively, you can verify the SHA1 checksum of the files. A unix program called <code>sha1</code> or <code>sha1sum</code> is included in many unix distributions. It is also available as part of <a href="http://www.gnu.org/software/textutils/textutils.html">GNU Textutils</a>. For windows users, <a href="http://www.slavasoft.com/fsum/">fsum</a> supports SHA1. Ensure your generated checksum string matches the string published in the SHA1SUM file included with each release. Again, make sure you get this file from the relevant subdirectory of the <a href="http://www.apache.org/dist/qpid/">main distribution directory</a>, rather than from a mirror</p>
+        
+        </div>
+        <div class="main_text_area_bottom"></div>
       </div>
+      <!-- end content -->
+
+      <!-- begin footer -->
+      <!--#include virtual="/includes/footer.include" -->
+      <!-- end footer -->
 
     </div>
   </body>

Propchange: qpid/site/docs/download.html
------------------------------------------------------------------------------
    svn:executable = *

Propchange: qpid/site/docs/includes/footer.include
------------------------------------------------------------------------------
    svn:mergeinfo = 

Propchange: qpid/site/docs/includes/header.include
------------------------------------------------------------------------------
    svn:mergeinfo = 

Propchange: qpid/site/docs/includes/menu.include
------------------------------------------------------------------------------
    svn:mergeinfo = 



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org