summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Gemmell <robbie@apache.org>2011-06-13 21:06:13 +0000
committerRobert Gemmell <robbie@apache.org>2011-06-13 21:06:13 +0000
commiteacbc8611b29c0c50974ee5a4f77ad632fbad898 (patch)
treea9ad4c98c2cef3b70e3693307c043f3293fe1a3e
parentb8b606c34de8452f635ffe959c9709cf3b877bfd (diff)
downloadqpid-python-eacbc8611b29c0c50974ee5a4f77ad632fbad898.tar.gz
NO-JIRA: remove the old src etc files for the website which are no longer required. Update README.txt to reflect the new process.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1135282 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--qpid/doc/website/README.txt28
-rwxr-xr-xqpid/doc/website/build.sh53
-rw-r--r--qpid/doc/website/content/.htaccess20
-rw-r--r--qpid/doc/website/content/acknowledgements.html39
-rw-r--r--qpid/doc/website/content/amqp.html71
-rw-r--r--qpid/doc/website/content/compatibility.html386
-rw-r--r--qpid/doc/website/content/documentation.html92
-rw-r--r--qpid/doc/website/content/download.cgi26
-rw-r--r--qpid/doc/website/content/download.html304
-rw-r--r--qpid/doc/website/content/getting_involved.html69
-rw-r--r--qpid/doc/website/content/getting_started.html73
-rw-r--r--qpid/doc/website/content/images/README.txt1
-rw-r--r--qpid/doc/website/content/images/jprofiler.pngbin584 -> 0 bytes
-rw-r--r--qpid/doc/website/content/images/structure101.jpgbin3465 -> 0 bytes
-rw-r--r--qpid/doc/website/content/index.html91
-rw-r--r--qpid/doc/website/content/mailing_lists.html81
-rw-r--r--qpid/doc/website/content/people.html99
-rw-r--r--qpid/doc/website/content/qpid_integrated_with.html40
-rw-r--r--qpid/doc/website/content/qpid_project_etiquette_guide.html104
-rw-r--r--qpid/doc/website/content/release_notes_0.10.html379
-rw-r--r--qpid/doc/website/content/release_notes_0.8.html437
-rw-r--r--qpid/doc/website/content/source_repository.html74
-rw-r--r--qpid/doc/website/example/images/asf-logo.pngbin4735 -> 0 bytes
-rw-r--r--qpid/doc/website/example/images/asf_logo.gifbin7279 -> 0 bytes
-rw-r--r--qpid/doc/website/example/images/header.pngbin22354 -> 0 bytes
-rw-r--r--qpid/doc/website/example/images/main_body.pngbin211 -> 0 bytes
-rw-r--r--qpid/doc/website/example/images/main_bottom.pngbin1719 -> 0 bytes
-rw-r--r--qpid/doc/website/example/images/main_top.pngbin295 -> 0 bytes
-rw-r--r--qpid/doc/website/example/images/menu_body.pngbin198 -> 0 bytes
-rw-r--r--qpid/doc/website/example/images/menu_bottom.pngbin264 -> 0 bytes
-rw-r--r--qpid/doc/website/example/images/menu_top.pngbin258 -> 0 bytes
-rw-r--r--qpid/doc/website/example/images/qpid-logo-900x480.pngbin39038 -> 0 bytes
-rw-r--r--qpid/doc/website/example/images/qpid-logo.pngbin5775 -> 0 bytes
-rw-r--r--qpid/doc/website/example/index.html185
-rw-r--r--qpid/doc/website/example/style.css263
-rw-r--r--qpid/doc/website/template/images/asf-logo.pngbin4735 -> 0 bytes
-rw-r--r--qpid/doc/website/template/images/asf_logo.gifbin7279 -> 0 bytes
-rw-r--r--qpid/doc/website/template/images/header.pngbin22576 -> 0 bytes
-rw-r--r--qpid/doc/website/template/images/main_body.pngbin211 -> 0 bytes
-rw-r--r--qpid/doc/website/template/images/main_bottom.pngbin1719 -> 0 bytes
-rw-r--r--qpid/doc/website/template/images/main_top.pngbin295 -> 0 bytes
-rw-r--r--qpid/doc/website/template/images/menu_body.pngbin198 -> 0 bytes
-rw-r--r--qpid/doc/website/template/images/menu_bottom.pngbin264 -> 0 bytes
-rw-r--r--qpid/doc/website/template/images/menu_top.pngbin258 -> 0 bytes
-rw-r--r--qpid/doc/website/template/images/qpid-logo-900x480.pngbin39038 -> 0 bytes
-rw-r--r--qpid/doc/website/template/images/qpid-logo.pngbin6600 -> 0 bytes
-rw-r--r--qpid/doc/website/template/style.css276
-rw-r--r--qpid/doc/website/template/template.html126
-rwxr-xr-xqpid/doc/website/tools/generate56
-rwxr-xr-xqpid/doc/website/tools/wrap44
50 files changed, 6 insertions, 3411 deletions
diff --git a/qpid/doc/website/README.txt b/qpid/doc/website/README.txt
index 6a0c2876ab..dcb3b423e5 100644
--- a/qpid/doc/website/README.txt
+++ b/qpid/doc/website/README.txt
@@ -1,26 +1,10 @@
-This is the source directory for creating web pages for the Qpid web
-site.
+To edit the website, check out the /site repo area:
-The template used for all pages (template.html), stylesheet
-(style.css), and images are in the ./template directory.
+ svn co https://svn.apache.org/repos/asf/qpid/site
-The tools directory contains a very simple Python script (wrap) that
-combines a template and content to create static html pages. Content
-should be written in XHTML, with one <div/> element at the root - see
-./content/home.html for an example.
+The HTML files for the site reside in the docs directory, where a README
+can be found to describe the process of adding new content.
-Use wrap like this:
+It is no longer necessary to generate the main website pages, the live files
+are now edited directly, and are deployed to the web server after check in.
-$ tools/wrap template/template.html content/<filename> build/<filename>
-
-Content for the main pages should be check into the content
-directory. Content for documentation is created in the ../book
-directory.
-
-To publish generated content, check out the website repo:
-
-$ svn co https://svn.apache.org/repos/asf/qpid/site/docs
-
-Copy generated content (NOT the source!) into the website repo, add it
-using $ svn add, and commit it. When it is committed, it appears on
-the website.
diff --git a/qpid/doc/website/build.sh b/qpid/doc/website/build.sh
deleted file mode 100755
index 25162b4de0..0000000000
--- a/qpid/doc/website/build.sh
+++ /dev/null
@@ -1,53 +0,0 @@
-#!/bin/bash
-#
-# 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.
-#
-
-TEMPLATE_DIR=template
-TEMPLATE=template.html
-CONTENT_DIR=content
-BUILD_DIR=build
-WRAP="tools/wrap"
-
-# Gather the *.html filenames to wrap
-pushd $CONTENT_DIR >/dev/null
-HTML_FILES=`ls *.html`
-popd >/dev/null
-
-# Clear the existing artefacts, or create the build dir
-if [ -d $BUILD_DIR ];
-then
- rm -rf $BUILD_DIR/*;
-else
- mkdir $BUILD_DIR
-fi
-
-# Wrap the html files
-for FILE in $HTML_FILES;
-do
- ./$WRAP "$TEMPLATE_DIR/$TEMPLATE" "$CONTENT_DIR/$FILE" "$BUILD_DIR/$FILE"
-done
-
-# Copy the .htaccess, style.css, images, and any specifically required non-html content
-cp $CONTENT_DIR/.htaccess $BUILD_DIR/
-cp $TEMPLATE_DIR/style.css $BUILD_DIR/
-cp -R $TEMPLATE_DIR/images $BUILD_DIR/
-cp -R $CONTENT_DIR/images $BUILD_DIR/
-cp $CONTENT_DIR/download.cgi $BUILD_DIR/
-
-
diff --git a/qpid/doc/website/content/.htaccess b/qpid/doc/website/content/.htaccess
deleted file mode 100644
index a6ab32531b..0000000000
--- a/qpid/doc/website/content/.htaccess
+++ /dev/null
@@ -1,20 +0,0 @@
-#
-# 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.
-#
-Redirect /download.html http://qpid.apache.org/download.cgi
-Redirect /licence.html http://www.apache.org/licenses/
diff --git a/qpid/doc/website/content/acknowledgements.html b/qpid/doc/website/content/acknowledgements.html
deleted file mode 100644
index daeb21c172..0000000000
--- a/qpid/doc/website/content/acknowledgements.html
+++ /dev/null
@@ -1,39 +0,0 @@
-<!--
- -
- - 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>Acknowledgements</h1>
- <div>
- <table>
- <tbody>
- <tr>
- <td><a href="http://www.ej-technologies.com/products/jprofiler/overview.html">
- <img src="images/jprofiler.png" /></a>
- </td>
- <td><p>We acknowledge <a href="http://www.ej-technologies.com">ej-technologies</a> for giving us a free team license for profiling Qpid Java code.</p></td>
-
- </tr>
- <tr>
- <td><a href="http://www.headwaysoftware.com/products/structure101"><img src="images/structure101.jpg"/></a> </td>
- <td><p>We acknowledge <a href="http://www.headwaysoftware.com">Headway Software</a> for giving us free licenses of Structure101 for analyzing and managing the architecture of Qpid Java code.</p></td>
- </tr>
- </tbody></table>
- </div>
-</div>
diff --git a/qpid/doc/website/content/amqp.html b/qpid/doc/website/content/amqp.html
deleted file mode 100644
index a251164d07..0000000000
--- a/qpid/doc/website/content/amqp.html
+++ /dev/null
@@ -1,71 +0,0 @@
-<!--
- -
- - 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>What is AMQP?</h1>
-
- <p>AMQP <a href="http://www.amqp.org">Advanced Message Queuing Protocol</a> is an open standard designed to support reliable, high-performance messaging over the Internet. AMQP can be used for any distributed or business application, and supports common messaging paradigms like point-to-point, fanout, publish-subscribe, and request-response.</p>
-
- <p>Apache Qpid implements AMQP, including transaction management, queuing, clustering, federation, security, management and multi-platform support.</p>
-
-
- <p>Apache Qpid implements the latest AMQP specification, providing transaction management, queuing, distribution, security, management, clustering, federation and heterogeneous multi-platform support and a lot more. </p>
-
- <p>Apache Qpid is highly optimized, and <a href="compatibility.html" title="AMQP compatibility">aims to be 100% AMQP Compliant</a>.</p>
-
- <h2><a name="AMQP%28AdvancedMessageQueueingProtocol%29-DownloadtheAMQPSpecifications"></a>Download the AMQP Specifications</h2>
-
- <h3><a name="AMQP%28AdvancedMessageQueueingProtocol%29-AMQPversion010"></a>AMQP version 0-10</h3>
-
-
- <ul>
- <li><a href="https://jira.amqp.org/confluence/download/attachments/720900/amqp.0-10.pdf?version=1">AMQP 0-10 Specification (PDF) </a></li>
- <li><a href="https://jira.amqp.org/confluence/download/attachments/720900/amqp.0-10.xml?version=1">AMQP 0-10 Protocol Definition XML </a></li>
- <li><a href="https://jira.amqp.org/confluence/download/attachments/720900/amqp.0-10.dfd?version=1">AMQP 0-10 Protocol Definition DTD </a></li>
-
- </ul>
-
-
- <h3><a name="AMQP%28AdvancedMessageQueueingProtocol%29-AMQPversion091"></a>AMQP version 0-9-1</h3>
-
- <ul>
- <li><a href="https://jira.amqp.org/confluence/download/attachments/720900/amqp0-9-1.pdf?version=1">AMQP 0-9-1 Specification (PDF) </a></li>
- <li><a href="https://jira.amqp.org/confluence/download/attachments/720900/amqp0-9-1.xml?version=1">AMQP 0-9-1 Protocol Documentation (PDF) </a></li>
- <li><a href="https://jira.amqp.org/confluence/download/attachments/720900/amqp0-9-1.dtd?version=1">AMQP 0-9-1 Protocol Definitions (XML) </a></li>
- </ul>
-
-
- <h3><a name="AMQP%28AdvancedMessageQueueingProtocol%29-AMQPversion09"></a>AMQP version 0-9</h3>
-
- <ul>
- <li><a href="https://jira.amqp.org/confluence/download/attachments/720900/amqp0-9.pdf?version=1">AMQP 0-9 Specification (PDF) </a></li>
- <li><a href="https://jira.amqp.org/confluence/download/attachments/720900/amqp0-9.xml?version=1">AMQP 0-9 Protocol Documentation (PDF) </a></li>
- <li><a href="https://jira.amqp.org/confluence/download/attachments/720900/amqp0-9.dtd?version=1">AMQP 0-9 Protocol Definitions (XML) </a></li>
- </ul>
-
- <h3><a name="AMQP%28AdvancedMessageQueueingProtocol%29-AMQPversion08"></a>AMQP version 0-8</h3>
-
- <ul>
- <li><a href="https://jira.amqp.org/confluence/download/attachments/720900/amqp0-8.pdf?version=1">AMQP 0-8 Specification (PDF) </a></li>
- <li><a href="https://jira.amqp.org/confluence/download/attachments/720900/amqp0-8.dtd?version=1">AMQP 0-8 Protocol Documentation (PDF) </a></li>
- <li><a href="https://jira.amqp.org/confluence/download/attachments/720900/amqp0-8.xml?version=1">AMQP 0-8 Protocol Definitions (XML) </a></li>
- </ul>
-</div>
-
diff --git a/qpid/doc/website/content/compatibility.html b/qpid/doc/website/content/compatibility.html
deleted file mode 100644
index a213665ba6..0000000000
--- a/qpid/doc/website/content/compatibility.html
+++ /dev/null
@@ -1,386 +0,0 @@
-<!--
- -
- - 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">
- <p><b>Qpid provides the most complete and compatible implementation of AMQP and is the most aggressive in implementing the latest version of the specification. Qpid can be</b> <b><a href="./download.cgi" title="Download"><b>downloaded here</b></a></b>.</p>
-
- <p>There are two brokers:</p>
-
- <ul>
- <li>C+&#43; with support for AMQP 0-10.</li>
- <li>Java with support for AMQP 0-8, 0-9, and 0-10.</li>
- </ul>
-
- <p>There are client libraries for C++, Java (JMS), .Net (written in C#), python and ruby.</p>
-
- <ul>
- <li>All clients support 0-10 and interoperate with both brokers as of Qpid 0.6.</li>
- <li>The JMS client supports 0-8, 0-9 and 0-10 and interoperates with both brokers.</li>
- <li>The python and ruby clients will also support all versions, but the API is dynamically driven by the specification used and so differs between versions. To work with the C+&#43; broker you must use 0-10. To work with the Java broker you can use any version as of Qpid 0.6, or prior to that you can use 0-8 or 0-9.</li>
- <li>There is also a WCF channel, which wraps the 0-10 native C++ client library.</li>
- </ul>
-
- <p>QMF Management is supported in Ruby, Python, C++, and can be translated to Java JMX &amp; WS-DM via the QMan management tool.</p>
-
- <h3><a name="AMQPcompatibility-AMQPCompatibilityofQpidreleases%3A"></a>AMQP Compatibility of Qpid releases:</h3>
-
- <p>Qpid implements the AMQP Specification, and as the specification has progressed Qpid is keeping up with the updates. This means that different Qpid versions support different versions of AMQP. Here is a simple guide on what to use.</p>
-
- <p>Here is a matrix that describes the different versions supported by each release<br/>
- Y = supported<br/>
- N = unsupported<br/>
-
- IP = in progress<br/>
- P = planned</p>
- <div >
- <table ><tbody>
- <tr>
- <th > Component </th>
- <th > Spec </th>
- <th >&nbsp;</th>
- <th >&nbsp;</th>
- <th >&nbsp;</th>
- <th >&nbsp;</th>
- <th >&nbsp;</th>
- <th >&nbsp;</th>
- <th >&nbsp;</th>
- </tr>
- <tr>
- <td >&nbsp;</td>
- <td >&nbsp;</td>
- <th > M2.1 </th>
- <th > M3 </th>
- <th > M4 </th>
- <th > 0.5 </th>
- <th > 0.6 </th>
- <th > 0.8 </th>
- <th > 0.10 </th>
- </tr>
- <tr>
- <th > Java client </th>
- <td > 0-10 </td>
- <td >&nbsp;</td>
- <td > Y </td>
- <td > Y </td>
- <td > Y </td>
- <td > Y </td>
- <td > Y </td>
- <td > Y </td>
- </tr>
- <tr>
- <td >&nbsp;</td>
- <td > 0-9 </td>
- <td > Y </td>
- <td > Y </td>
- <td > Y </td>
- <td > Y </td>
- <td > Y </td>
- <td > Y </td>
- <td > Y </td>
- </tr>
- <tr>
- <td >&nbsp;</td>
- <td > 0-8 </td>
- <td > Y </td>
- <td > Y </td>
- <td > Y </td>
- <td > Y </td>
- <td > Y </td>
- <td > Y </td>
- <td > Y </td>
- </tr>
- <tr>
- <th > Java broker </th>
- <td > 0-10 </td>
- <td >&nbsp;</td>
- <td >&nbsp;</td>
- <td >&nbsp;</td>
- <td >&nbsp;</td>
- <td > Y </td>
- <td > Y </td>
- <td > Y </td>
- </tr>
- <tr>
- <td >&nbsp;</td>
- <td > 0-9 </td>
- <td > Y </td>
- <td > Y </td>
- <td > Y </td>
- <td > Y </td>
- <td > Y </td>
- <td > Y </td>
- <td > Y </td>
- </tr>
- <tr>
- <td >&nbsp;</td>
- <td > 0-8 </td>
- <td > Y </td>
- <td > Y </td>
- <td > Y </td>
- <td > Y </td>
- <td > Y </td>
- <td > Y </td>
- <td > Y </td>
- </tr>
- <tr>
-
- <th > C+&#43; client/broker </th>
- <td > 0-10 </td>
- <td >&nbsp;</td>
- <td > Y </td>
- <td > Y </td>
- <td > Y </td>
- <td > Y </td>
- <td > Y </td>
- <td > Y </td>
- </tr>
- <tr>
- <td >&nbsp;</td>
- <td > 0-9 </td>
- <td > Y </td>
- <td >&nbsp;</td>
- <td >&nbsp;</td>
- <td >&nbsp;</td>
- <td >&nbsp;</td>
- <td >&nbsp;</td>
- <td >&nbsp;</td>
- </tr>
-
- <tr>
- <th > Python client </th>
- <td > 0-10 </td>
- <td >&nbsp;</td>
- <td > Y </td>
- <td > Y </td>
- <td > Y </td>
- <td > Y </td>
- <td > Y </td>
- <td > Y </td>
- </tr>
- <tr>
- <td >&nbsp;</td>
- <td > 0-9 </td>
- <td > Y </td>
- <td > Y </td>
- <td > Y </td>
- <td > Y </td>
- <td > Y </td>
- <td > Y </td>
- <td > Y </td>
- </tr>
- <tr>
- <td >&nbsp;</td>
- <td > 0-8 </td>
- <td > Y </td>
- <td > Y </td>
- <td > Y </td>
- <td > Y </td>
- <td > Y </td>
- <td > Y </td>
- <td > Y </td>
- </tr>
- <tr>
- <th > WCF channel </th>
- <td > 0-10 </td>
- <td >&nbsp;</td>
- <td >&nbsp;</td>
- <td >&nbsp;</td>
- <td >&nbsp;</td>
- <td > Y </td>
- <td > Y </td>
- <td > Y </td>
- </tr>
- <tr>
- <th > Ruby client </th>
- <td > 0-10 </td>
- <td >&nbsp;</td>
- <td >&nbsp;</td>
- <td > Y </td>
- <td > Y </td>
- <td > Y </td>
- <td > Y </td>
- <td >&nbsp;</td>
- </tr>
- <tr>
- <td >&nbsp;</td>
- <td > 0-8 </td>
- <td > Y </td>
- <td > Y </td>
- <td > Y </td>
- <td > Y </td>
- <td > Y </td>
- <td > Y </td>
- <td >&nbsp;</td>
- </tr>
- <tr>
-
- <th > C# client </th>
- <td > 0-10 </td>
- <td >&nbsp;</td>
- <td >&nbsp;</td>
- <td > Y </td>
- <td > Y </td>
- <td > Y </td>
- <td > Y </td>
- <td >&nbsp;</td>
- </tr>
- <tr>
- <td >&nbsp;</td>
- <td > 0-8 </td>
- <td > Y </td>
- <td > Y </td>
- <td > Y </td>
- <td > Y </td>
- <td > Y </td>
- <td > Y </td>
- <td >&nbsp;</td>
- </tr>
- </tbody></table>
- </div>
-
-
- <h3><a name="AMQPcompatibility-InteroptablebyAMQPspecificationversion"></a>Interop table by AMQP specification version</h3>
-
- <p>Above table represented in another format.</p>
- <div >
- <table ><tbody>
- <tr>
- <th >Component</th>
- <th >Release </th>
-
- <th > 0-8 </th>
- <th > 0-9 </th>
- <th > 0-10 </th>
- </tr>
- <tr>
- <td > Java client </td>
- <td > M3, M4, 0.5, 0.6, 0.8, 0.10</td>
-
- <td > Y </td>
- <td > Y </td>
- <td > Y </td>
- </tr>
- <tr>
- <td > Java client </td>
- <td > M2.1 </td>
-
- <td > Y </td>
- <td > Y </td>
- <td > N </td>
- </tr>
- <tr>
- <td > Java broker </td>
- <td > 0.6, 0.8, 0.10</td>
-
- <td > Y </td>
- <td > Y </td>
- <td > Y </td>
- </tr>
- <tr>
- <td > Java broker </td>
- <td > M3, M4, 0.5 </td>
-
- <td > Y </td>
- <td > Y </td>
- <td > N </td>
- </tr>
- <tr>
- <td > Java broker </td>
- <td > M2.1 </td>
-
- <td > Y </td>
- <td > Y </td>
- <td > N </td>
- </tr>
- <tr>
- <td > C+&#43; client/broker </td>
- <td > M3, M4, 0.5, 0.6, 0.8, 0.10</td>
-
- <td > N </td>
- <td > N </td>
- <td > Y </td>
- </tr>
- <tr>
- <td > C+&#43; client/broker </td>
- <td > M2.1 </td>
-
- <td > N </td>
- <td > Y </td>
- <td > N </td>
- </tr>
- <tr>
- <td > Python client </td>
- <td > M3, M4, 0.5, 0.6, 0.8, 0.10</td>
-
- <td > Y </td>
- <td > Y </td>
- <td > Y </td>
- </tr>
- <tr>
- <td > Python client </td>
- <td > M2.1 </td>
-
- <td > Y </td>
- <td > Y </td>
- <td > N </td>
- </tr>
- <tr>
- <td > WCF channel </td>
- <td > 0.6, 0.8, 0.10</td>
-
- <td > N </td>
- <td > N </td>
- <td > Y </td>
- </tr>
- <tr>
- <td > Ruby client </td>
- <td > M4, 0.5, 0.6, 0.8</td>
-
- <td > Y </td>
- <td > Y </td>
- <td > Y </td>
- </tr>
- <tr>
- <td > Ruby client </td>
- <td > M3 </td>
-
- <td > Y </td>
- <td > Y </td>
- <td > N </td>
- </tr>
- <tr>
- <td > C# client 0-10 </td>
- <td > M4, 0.5, 0.6, 0.8</td>
-
- <td > N </td>
- <td > N </td>
- <td > Y</td>
- </tr>
- <tr>
- <td > C# client 0-8 </td>
- <td > M3, M4, 0.5, 0.6, 0.8</td>
-
- <td > Y </td>
- <td > N </td>
- <td > N </td>
- </tr>
- </tbody></table>
- </div>
-</div>
diff --git a/qpid/doc/website/content/documentation.html b/qpid/doc/website/content/documentation.html
deleted file mode 100644
index 304c9ea26f..0000000000
--- a/qpid/doc/website/content/documentation.html
+++ /dev/null
@@ -1,92 +0,0 @@
-<!--
- -
- - 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>Qpid Documentation</h1>
-
- <h2 id="doc-release">Documentation for Qpid 0.10 release</h2>
-
- <p>This documentation was converted from the Wiki and organized into
- book form. <a href="#doc-archives">The archives</a> contain the
- original content of the Wiki.</p>
-
- <ul>
- <li><a href="getting_started.html">Getting Started</a></li>
- <li><p>AMQP Messaging Broker (C++ implementation for Linux, Windows, Solaris)</p>
- <p>
- <a href="books/0.10/AMQP-Messaging-Broker-CPP-Book/pdf/AMQP-Messaging-Broker-CPP-Book.pdf"
- name="AMQP Messaging Broker (C++ implemementation)">PDF</a> |
- <a href="books/0.10/AMQP-Messaging-Broker-CPP-Book/html/index.html">HTML</a></p></li>
- <li><p>AMQP Messaging Broker (Java implemementation)</p>
- <p><a href="books/0.10/AMQP-Messaging-Broker-Java-Book/pdf/AMQP-Messaging-Broker-Java-Book.pdf"
- name="AMQP Messaging Broker (Java implemementation)">PDF</a> |
- <a href="books/0.10/AMQP-Messaging-Broker-Java-Book/html/index.html">HTML</a></p></li>
- <li><p>Programming in Apache Qpid: Cross-Platform AMQP Messaging in Java JMS, .NET, C++, and Python</p>
- <p>
- <a href="books/0.10/Programming-In-Apache-Qpid/pdf/Programming-In-Apache-Qpid.pdf"
- name="Cross-Platform AMQP Messaging in Java JMS, .NET, C++, and Python">PDF</a> |
- <a href="books/0.10/Programming-In-Apache-Qpid/html/index.html"
- name="Cross-Platform AMQP Messaging in Java JMS, .NET, C++, and Python">HTML</a></p></li>
- <li><p>For programming examples and documentation for Qpid,
- see the <a href="getting_started.html">Getting Started</a>
- page.</p></li>
- <li><p>API Reference Documentation</p>
- <p>C++: <a href="apis/0.10/cpp/html/index.html">HTML</a> | <a href="apis/0.10/cpp/qpid-cpp-doxygen-0.10.html.tar.gz">qpid-cpp-doxygen-0.10.html.tar.gz</a></p>
- <p>Python: <a href="apis/0.10/python/html/index.html">HTML</a> | <a href="apis/0.10/python/qpid-python-epydoc-0.10.html.tar.gz">qpid-python-epydoc-0.10.html.tar.gz</a></p></li>
- </ul>
-
-
- <h2 id="doc-trunk">Documentation for Qpid development trunk</h2>
- <ul>
- <li><a href="getting_started.html">Getting Started</a></li>
- <li><p>AMQP Messaging Broker (C++ implementation for Linux, Windows, Solaris)</p>
- <p>
- <a href="books/trunk/AMQP-Messaging-Broker-CPP-Book/pdf/AMQP-Messaging-Broker-CPP-Book.pdf"
- name="AMQP Messaging Broker (C++ implemementation)">PDF</a> |
- <a href="books/trunk/AMQP-Messaging-Broker-CPP-Book/html/index.html">HTML</a></p></li>
- <li><p>AMQP Messaging Broker (Java implemementation)</p>
- <p><a href="books/trunk/AMQP-Messaging-Broker-Java-Book/pdf/AMQP-Messaging-Broker-Java-Book.pdf"
- name="AMQP Messaging Broker (Java implemementation)">PDF</a> |
- <a href="books/trunk/AMQP-Messaging-Broker-Java-Book/html/index.html">HTML</a></p></li>
- <li><p>Programming in Apache Qpid: Cross-Platform AMQP Messaging in Java JMS, .NET, C++, and Python</p>
- <p>
- <a href="books/trunk/Programming-In-Apache-Qpid/pdf/Programming-In-Apache-Qpid.pdf"
- name="Cross-Platform AMQP Messaging in Java JMS, .NET, C++, and Python">PDF</a> |
- <a href="books/trunk/Programming-In-Apache-Qpid/html/index.html"
- name="Cross-Platform AMQP Messaging in Java JMS, .NET, C++, and Python">HTML</a></p></li>
- </ul>
-
-
-
- <h2 id="doc-archives">Documentation Archives</h2>
-
- <ul>
- <li><p>Qpid Wiki converted to PDF format on 26 May 2010</p>
- <a href="archives/qpid-2010-05-26.html.zip">HTML</a> |
- <a href="archives/qpid-2010-05-26.pdf">PDF</a></li>
- </ul>
-
- <h2 id="qpid-wiki">Qpid Wiki</h2>
-
- <ul>
- <li><p><a href="https://cwiki.apache.org/qpid/">Qpid Wiki</a></p></li>
- </ul>
-
-</div>
diff --git a/qpid/doc/website/content/download.cgi b/qpid/doc/website/content/download.cgi
deleted file mode 100644
index c4e25082c8..0000000000
--- a/qpid/doc/website/content/download.cgi
+++ /dev/null
@@ -1,26 +0,0 @@
-#!/bin/sh
-#
-# 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.
-#
-
-# 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 $*
-
diff --git a/qpid/doc/website/content/download.html b/qpid/doc/website/content/download.html
deleted file mode 100644
index 477e7aa0cf..0000000000
--- a/qpid/doc/website/content/download.html
+++ /dev/null
@@ -1,304 +0,0 @@
-<!--
- -
- - 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>
-
- <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>
diff --git a/qpid/doc/website/content/getting_involved.html b/qpid/doc/website/content/getting_involved.html
deleted file mode 100644
index 033abdc443..0000000000
--- a/qpid/doc/website/content/getting_involved.html
+++ /dev/null
@@ -1,69 +0,0 @@
-<!--
- -
- - 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>Getting Involved</h1>
-
-<h2><a name="GettingInvolved-TherearemanywaysyoucangetinvolvedinQpid%3A"></a>Join in</h2>
-
-<ol>
- <li>Participate on the <a href="mailing_lists.html" title="Mailing Lists">Mailing Lists</a>.</li>
- <li>Contibute via <a href="http://issues.apache.org/jira/browse/qpid">JIRA issues</a>. Remember that all patches must be attached to a JIRA with the ASL usage granted or we can't use it!</li>
- <li>Review the current code.</li>
- <li>Help write user documentation.</li>
- <li>Help write user examples.</li>
- <li>Most definitely add more tests.</li>
-</ol>
-
-<p>Please be sure to take a look at the coding guidelines for the section of the project that you contribute to:</p>
-
-<ul>
- <li><a href="https://cwiki.apache.org/qpid/java-coding-standards.html">Java Coding Standards</a></li>
- <li><a href="https://cwiki.apache.org/qpid/cppstyleguide.html">C++ Coding Standards</a></li>
-
- <li><a href="https://cwiki.apache.org/qpid/cpptips.html">C++ Tips</a></li>
- <li><a href="https://cwiki.apache.org/qpid/osvc.html">OS version considerations</a></li>
-</ul>
-
-<h2><a name="GettingInvolved-ProjectEtiquette"></a>Project Etiquette</h2>
-
-<p>Please read and digest our <a href="qpid_project_etiquette_guide.html" title="Qpid Project Etiquette Guide">Qpid Project Etiquette Guide</a>. This is a key guide for new contributers and required reading.</p>
-
-<h2><a name="GettingInvolved-Becomingacommitter%3A"></a>Becoming a Committer</h2>
-
-<p>Qpid uses the following guidelines for voting in new committers. First off we would like new committers to have provided meaningful contribution to the project. By contributions we include development (tests, features, examples) or documentation through patches and interactions with the project through lists and JIRA. It should be noted that as we send our JIRA to the dev list, thus some people filter the JIRA's to limit traffic. It is thus good to cross post something to the dev list every now and again, if the discussion is being held primarily on JIRA.</p>
-
-<p>The key question is what does the Qpid project consider to be a meaningful contribution to be come a committer. As this bar is set for all new commiters Qpid will be conservative in general with adding new committers.</p>
-
-<p>The Qpid project will look to see if someone consistently provides quality contributions and interactions with the project over a period of several weeks. Based on that the PMC will vote the new committers onto the project. </p>
-
-<p>If you have any question please mail <a href="mailto:dev@qpid.apache.org">dev@qpid.apache.org</a> or <a href="mailto:private@qpid.apache.org">private@qpid.apache.org</a> </p>
-
-<p>Many thanks for you interest,<br />
-
-The Qpid Team.</p>
-
-<h2><a name="GettingInvolved-JoiningthePMC"></a>Joining the PMC</h2>
-
-<p>Nominations for Qpid PMC membership will be voted on by the Qpid PMC.</p>
-
-</div>
-
diff --git a/qpid/doc/website/content/getting_started.html b/qpid/doc/website/content/getting_started.html
deleted file mode 100644
index 5706d77781..0000000000
--- a/qpid/doc/website/content/getting_started.html
+++ /dev/null
@@ -1,73 +0,0 @@
-<!--
- -
- - 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>Getting Started with Apache Qpid</h1>
- <p>To get started with Apache Qpid, follow the steps below.</p>
-
- <ol>
- <li>Download the software:
- <ul>
- <li><a href="download.cgi" title="Download page">Download page</a></li>
- </ul>
- </li>
- <li>Start a broker:
- <ul>
- <li>Instructions for <a href="https://cwiki.apache.org/qpid/getting-started-guide.html" title="Getting Started Guide">running a Qpid Java broker (AMQP 0-8, 0-9) </a></li>
- <li>Instructions for <a href="http://qpid.apache.org/books/trunk/AMQP-Messaging-Broker-CPP-Book/html/ch01.html#section-Running-a-Qpid-CPP-Broker" title="RASC">running a Qpid C++ broker (AMQP 0-10) </a></li>
-
- <li><a href="https://cwiki.apache.org/qpid/mgmtc.html" title="MgmtC++">Management tools </a> (AMQP 0-10, works with the Qpid C++ broker)</li>
- </ul>
- </li>
- <li>Run an example program from the downloaded software, or from the following URLs (these are Subversion URLs, which you can use to browse the examples or check them out):
- <ul>
- <li>C++ (AMQP 0-10):
- <ul>
- <li>Examples: <a href="https://svn.apache.org/repos/asf/qpid/trunk/qpid/cpp/examples/">https://svn.apache.org/repos/asf/qpid/trunk/qpid/cpp/examples/ </a></li>
- <li><a href="https://svn.apache.org/repos/asf/qpid/trunk/qpid/cpp/examples/README.txt">Running the C++ Examples </a></li>
- </ul>
- </li>
- <li>Java JMS (AMQP 0-10):
- <ul>
- <li>Examples: <a href="https://svn.apache.org/repos/asf/qpid/trunk/qpid/java/client/example/">https://svn.apache.org/repos/asf/qpid/trunk/qpid/java/client/example/ </a></li>
- <li><a href="https://svn.apache.org/repos/asf/qpid/trunk/qpid/java/client/example/src/main/java/runSample.sh">Script for Running the Java JMS Examples </a></li>
- </ul>
- </li>
- <li>Python (AMQP 0-10):
- <ul>
- <li>Examples: <a href="https://svn.apache.org/repos/asf/qpid/trunk/qpid/python/examples/">https://svn.apache.org/repos/asf/qpid/trunk/qpid/python/examples/ </a></li>
- <li><a href="https://svn.apache.org/repos/asf/qpid/trunk/qpid/python/examples/README">Running the Python Examples </a></li>
- </ul>
- </li>
- </ul>
- </li>
- <li>Read the API Guides and Documentation:
- <ul>
- <li><a href="documentation.html">API Guides and Documentation</a></li>
- </ul>
- </li>
- <li>Get your questions answered:
- <ul>
- <li>Read the <a href="https://cwiki.apache.org/qpid/faq.html" title="FAQ">FAQ</a></li>
- <li>Ask a question on the user list <a href="mailto:users-subscribe@qpid.apache.org">users-subscribe@qpid.apache.org</a></li>
- </ul>
- </li>
- </ol>
-</div>
diff --git a/qpid/doc/website/content/images/README.txt b/qpid/doc/website/content/images/README.txt
deleted file mode 100644
index c53909bfd2..0000000000
--- a/qpid/doc/website/content/images/README.txt
+++ /dev/null
@@ -1 +0,0 @@
-This directory is for images associated with content, not the images used in page templates.
diff --git a/qpid/doc/website/content/images/jprofiler.png b/qpid/doc/website/content/images/jprofiler.png
deleted file mode 100644
index 7c5da2cf94..0000000000
--- a/qpid/doc/website/content/images/jprofiler.png
+++ /dev/null
Binary files differ
diff --git a/qpid/doc/website/content/images/structure101.jpg b/qpid/doc/website/content/images/structure101.jpg
deleted file mode 100644
index 9242ea9176..0000000000
--- a/qpid/doc/website/content/images/structure101.jpg
+++ /dev/null
Binary files differ
diff --git a/qpid/doc/website/content/index.html b/qpid/doc/website/content/index.html
deleted file mode 100644
index 16e96ebc7a..0000000000
--- a/qpid/doc/website/content/index.html
+++ /dev/null
@@ -1,91 +0,0 @@
-<!--
- -
- - 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>Introduction</h1>
-
- <p>Apache Qpid&#8482; is a cross-platform Enterprise
- Messaging system which implements the Advanced Message Queuing Protocol
- (AMQP), providing message brokers written in C++ and
- Java, along with clients for C++, Java JMS, .Net, Python, and Ruby.</p>
-
- <p>Enterprise Messaging systems let programs communicate by
- exchanging messages, much as people communicate by
- exchanging email. Unlike email, enterprise messaging systems
- provide guaranteed delivery, speed, security, and freedom
- from spam. Until recently, there was no open standard for
- Enterprise Messaging systems, so programmers either wrote
- their own, or used expensive proprietary systems.</p>
-
- <p><a href="http://www.amqp.org/">AMQP</a> is the first open standard for
- Enterprise Messaging. It is designed to support messaging
- for just about any distributed or business
- application. Routing can be configured flexibly, easily
- supporting common messaging paradigms like point-to-point,
- fanout, publish-subscribe, and request-response.</p>
-
- <p>Apache Qpid implements the latest AMQP specification, providing
- transaction management, queuing, distribution, security,
- management, clustering, federation and heterogeneous
- multi-platform support and a lot more. And Apache Qpid is
- extremely fast. Apache Qpid <a href="compatibility.html"
- title="AMQP compatibility">aims to be 100% AMQP Compliant</a>.</p>
-
- <p>This is a project of the <a href="http://www.apache.org/">Apache Software Foundation.</a></p>
-
- <div class="feature_box">
- <div class="feature_box_column1">
- <h3>AMQP Brokers</h3>
- <ul>
- <li><p>Java Implementation</p>
- </li>
- <li><p>C++ Implementation</p>
- </li>
- </ul>
- <br/>
- <br/>
- </div> <!-- end of feature_box_column -->
-
- <div class="feature_box_column2">
- <h3>AMQP Client APIs</h3>
- <ul>
- <li>Java (JMS 1.1 compliant)</li>
- <li>C++ (Linux/Windows)</li>
- <li>C# .NET</li>
- <li>WCF Adapter (Windows Only)</li>
- <li>Python</li>
- <li>Ruby</li>
- </ul>
- </div> <!-- end of feature_box_column -->
-
- <div class="feature_box_column3">
- <h3>Qpid Management</h3>
- <ul>
- <li>QMF Python API</li>
- <li>QMF C++ API </li>
- <li>Python tools</li>
- <li>JMX</li>
- </ul>
- </div> <!-- end of feature_box_column -->
-
- </div> <!-- end of feature_box -->
-
-</div> <!-- end of main_text_area_body -->
-
diff --git a/qpid/doc/website/content/mailing_lists.html b/qpid/doc/website/content/mailing_lists.html
deleted file mode 100644
index 3494e092e0..0000000000
--- a/qpid/doc/website/content/mailing_lists.html
+++ /dev/null
@@ -1,81 +0,0 @@
-<!--
- -
- - 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>Qpid Mailing lists</h1>
-
- <p>There are a number of lists listed below. Note when sening subscription emails it is best to have a value in the subjsct and body even if it is only 'subscribe'. This will help the ensure the email get past the spam filters.</p>
-
- <h2>Qpid User List</h2>
-
- <p>The user's list is for discussions that relate to use or questions
- on Qpid. If you have questions about how a feature works, suggestions
- on additional requirements, or general questions about Qpid please use
- this list.</p>
-
- <ul>
- <li>To subscribe to the user's list send an e-mail with subject 'subscribe' to:<br />
- <a href="mailto:users-subscribe@qpid.apache.org">users-subscribe@qpid.apache.org</a></li>
-
- <li>To remove yourself from the user's list send an e-mail with subject 'unsubscribe' to:<br />
- <a href="mailto:users-unsubscribe@qpid.apache.org">users-unsubscribe@qpid.apache.org</a></li>
- <li>The user's mailing list is archived. You can view the archive at:
- <ul>
- <li>Apache archive: <a href="http://mail-archives.apache.org/mod_mbox/qpid-users/">http://mail-archives.apache.org/mod_mbox/qpid-users/</a><br/></li>
- <li>Nabble archive: <a href="http://apache-qpid-users.2158936.n2.nabble.com">http://apache-qpid-users.2158936.n2.nabble.com</a></li>
- </ul>
- </li>
- </ul>
-
-
- <h2><a name="MailingLists-QpidDeveloperList"></a>Qpid Developer List</h2>
-
- <p>The developer's list is for discussions that relate to the on going development of Qpid. If you have questions about how a feature is being developed, suggestions on how to implement a new feature, or requests for a new feature this is the list to use.</p>
-
- <ul>
- <li>To subscribe to the developer's list send an e-mail with subject 'subscribe' to:<br />
- <a href="mailto:dev-subscribe@qpid.apache.org">dev-subscribe@qpid.apache.org</a></li>
- <li>To remove yourself from the developer's list send an e-mail with subject 'unsubscribe' to:
- <a href="mailto:dev-unsubscribe@qpid.apache.org">dev-unsubscribe@qpid.apache.org</a></li>
- <li>The developer's mailing list is archived. You can view the archive at:
- <ul>
- <li>Apache archive: <a href="http://mail-archives.apache.org/mod_mbox/qpid-dev/">http://mail-archives.apache.org/mod_mbox/qpid-dev/</a></li>
- <li>Nabble archive: <a href="http://apache-qpid-developers.2158895.n2.nabble.com">http://apache-qpid-developers.2158895.n2.nabble.com</a></li>
- </ul>
- </li>
- </ul>
-
-
- <h2><a name="MailingLists-QpidCommitsList"></a>Qpid Commits List</h2>
-
- <p>The commits list is for recieving notifications about code being committed to the Qpid repository. The trafic on this list is automatically generated by Subversion. You should not post messages to this list.</p>
-
- <ul>
- <li>To subscribe to the commits list send an e-mail with subject 'subscribe' to:<br />
- <a href="mailto:commits-subscribe@qpid.apache.org">commits-subscribe@qpid.apache.org</a></li>
- <li>To remove yourself from the commits list send an e-mail with subject 'unsubscribe' to:<br />
- <a href="mailto:commits-unsubscribe@qpid.apache.org">commits-unsubscribe@qpid.apache.org</a></li>
- <li>The commits mailing list is archived. You can view the archive at:
- <ul>
- <li>Apache archive: <a href="http://mail-archives.apache.org/mod_mbox/qpid-commits/">http://mail-archives.apache.org/mod_mbox/qpid-commits/</a></li>
- </ul>
- </li>
- </ul>
-</div>
diff --git a/qpid/doc/website/content/people.html b/qpid/doc/website/content/people.html
deleted file mode 100644
index 23cafa2b53..0000000000
--- a/qpid/doc/website/content/people.html
+++ /dev/null
@@ -1,99 +0,0 @@
-<!--
- -
- - 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>People</h1>
-
- <p>This page lists some of the people who have contributed to Qpid.</p>
-
- <h2>Committers</h2>
- <p>The people listed below have made significant contributions to
- Qpid by working long and hard to make quality software for the rest
- of the world to use.</p>
-
- <p>In addition to providing us contribuions, or being commmitters
- some of the following people are also members of the Project
- Management Committee (PMC). Refer to the How the ASF works for
- details on meritocracy.</p>
-
- <p>If you would like to contribute to Qpid please look at the Get
- Involved page to see how you can contribute.</p>
-
- <ul>
- <li>Aidan Skinner</li>
- <li>Alan Conway</li>
- <li>Andrea Gazzarini</li>
- <li>Andrew Kennedy</li>
- <li>Andrew Stitcher</li>
- <li>Arnaud Simon</li>
- <li>Carl Trieloff</li>
- <li>Chuck Rolke</li>
- <li>Cliff Jansen</li>
- <li>Gordon Sim</li>
- <li>Jim Meyering</li>
- <li>John O'Hara</li>
- <li>Jonathan Robie</li>
- <li>Justin Ross</li>
- <li>Ken Giusti</li>
- <li>Kim van der Riet</li>
- <li>Lahiru Gunathilake</li>
- <li>Manuel Teira</li>
- <li>Marnie McCormack</li>
- <li>Martin Ritchie</li>
- <li>Michael Goulish</li>
- <li>Nuno Santos</li>
- <li>Paul Fremantle</li>
- <li>Rafael Schloming</li>
- <li>Rajith Attapattu</li>
- <li>Robbie Gemmell</li>
- <li>Robert Godfrey</li>
- <li>Robert Greig</li>
- <li>Rupert Smith</li>
- <li>Steve Huston</li>
- <li>Ted Ross</li>
- <li>Yoav Shapira</li>
- </ul>
-
- <h2>Contributors</h2>
-
-
- <p>Many thanks to the following people for providing contributions:</p>
-
- <ul>
- <li>Colin Crist</li>
- <li>Bhupendra Bhardwaj</li>
- <li>Kevin Smith</li>
- <li>Steve Vinoski</li>
- <li>Steven Shaw</li>
- <li>Tomas Restrepo</li>
- </ul>
-
- <h2>Mentors</h2>
-
- <p>And many thanks to our project's mentors:</p>
-
- <ul>
- <li>Cliff Schmidt</li>
- <li>Craig Russell</li>
- <li>Paul Fremantle</li>
- <li>Yoav Shapira</li>
- <li>Scott Deboy</li>
- </ul>
-</div>
diff --git a/qpid/doc/website/content/qpid_integrated_with.html b/qpid/doc/website/content/qpid_integrated_with.html
deleted file mode 100644
index a2b53209c7..0000000000
--- a/qpid/doc/website/content/qpid_integrated_with.html
+++ /dev/null
@@ -1,40 +0,0 @@
-<!--
- -
- - 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><a name="QpidIntegrations-AMQPintegrations"></a>AMQP integrations </h1>
-
- <ul>
- <li><a href="http://qpid.apache.org/archives/wiki/hermesjms.html" title="HermesJMS">HermesJMS</a> - The integration of Hermes JMS with Qpid</li>
- <li>Twisted AMQP - <a href="https://launchpad.net/txamqp" class="external-link" rel="nofollow">https://launchpad.net/txamqp</a></li>
- <li>Apache Camel - <a href="http://activemq.apache.org/camel/amqp.html" class="external-link" rel="nofollow">http://activemq.apache.org/camel/amqp.html</a></li>
- <li>Apache Axis2 Java - <a href="http://wso2.org/library/3663" class="external-link" rel="nofollow">http://wso2.org/library/3663</a></li>
-
- <li>Apache Axis2 C - <a href="http://ws.apache.org/axis2/c/docs/axis2c_manual.html#amqptrans" class="external-link" rel="nofollow">http://ws.apache.org/axis2/c/docs/axis2c_manual.html#amqptrans</a></li>
- <li>Apache Synapse</li>
- <li>libvirt - <a href="http://libvirt.org/" class="external-link" rel="nofollow">http://libvirt.org/</a> Provides QMF access to visualization</li>
- <li>Ovirt - <a href="http://ovirt.org/" class="external-link" rel="nofollow">http://ovirt.org/</a> QMFC - used to build management tools</li>
-
- <li>Python web plugin - Plug-in for AMQP support from web browser</li>
- <li>Red Hat MRG - <a href="http://redhat.com/mrg" class="external-link" rel="nofollow">http://redhat.com/mrg</a> Distro of Qpid with added management console and persistence</li>
- <li>Condor - <a href="http://www.cs.wisc.edu/condor/" class="external-link" rel="nofollow">http://www.cs.wisc.edu/condor/</a> QMF Agents and AMQP job routing</li>
- </ul>
-</div>
diff --git a/qpid/doc/website/content/qpid_project_etiquette_guide.html b/qpid/doc/website/content/qpid_project_etiquette_guide.html
deleted file mode 100644
index 7ce69c327a..0000000000
--- a/qpid/doc/website/content/qpid_project_etiquette_guide.html
+++ /dev/null
@@ -1,104 +0,0 @@
-<!--
- -
- - 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>Qpid Project Etiquette Guide</h1>
-
-<h2><a name="QpidProjectEtiquetteGuide-Purpose"></a>Purpose</h2>
-
-<p>This guide, written by Rafael Schloming, gives both Qpid committers and submitters a useful introduction to project etiquette, shedding light on how we do things &amp; why. Following this etiquette makes the path to righteousness less long and winding !</p>
-
-<h2><a name="QpidProjectEtiquetteGuide-Maintainers"></a>Maintainers</h2>
-
-<p>The Qpid project consists of a number of major components spread across almost as many different languages. Thus it is rare for qpid committers to be experts in every single area of the project.</p>
-
-<p>As such it is expected that qpid committers make some effort to reach out to their teammates before directly modifying components that are outside their chosen areas. </p>
-
-<p>You should use the dev list to reach out to Qpid developers and comment on any JIRAs you're progressing.</p>
-
-<h2><a name="QpidProjectEtiquetteGuide-PatchSubmission"></a>Patch Submission</h2>
-
-<p>As a committer it can be difficult to decide whether/how to provide feedback when someone submits a patch. Often it is tempting to just fix up the patch and avoid the slower and sometimes awkward process of telling someone that they got some part of it wrong. </p>
-
-<p>However, it is necessary to ensure that those who submit patches get to learn what they need to know in order to become a valued qpid committer.</p>
-
-<p>In that spirit, here are a few guidelines for contributing patch submissions and how we handle them:</p>
-
-<ul>
- <li>Submitters should produce the final patch(s) as applied to the tree. Producing a patch that needs little or no rework is a key skill for a qpid committer.</li>
-
- <li>Maintainers may make requests for 'trivial' updates to the patch. Such requests are vital to ensuring that contributers get familiar with subtle yet important aspects of the code, stylistic conventions, etc.</li>
-
- <li>Make sure the submitter is familiar with project etiquette so they understand why we make seemingly trivial requests. We'll ask new contributers to read this etiquette info for that reason !</li>
-
- <li>A one-time patch from someone passing through may need nothing more than a polite thank you regardless of the content. If a submitter does aim for committership, best to make it plain you're planning to stay around on the project.</li>
-
- <li>Break up unrelated changes. It wouldn't be considered correct for a committer to glom together too many unrelated changes within a single commit, and so we won't commit this kind of patch from submitters.</li>
-
- <li>You need a JIRA for any patch to be attached to, which should accurately describe the change.</li>
-</ul>
-
-
-<h2><a name="QpidProjectEtiquetteGuide-BigIdeas"></a>Big Ideas</h2>
-
-<p>Every so often someone has a Big Idea that they get excited about and want to go do. They generally mail the list about it to give people the opportunity to comment, and then when nobody says anything they go off and do it.</p>
-
-<p>Fast forward six months later they commit/merge/enable/publish the result of their Big Idea, and suddenly everyone understands the full implications, and not everyone is happy. </p>
-
-<h3><a name="QpidProjectEtiquetteGuide-Guidelines"></a>Guidelines</h3>
-
-<p>So, here are a few guidelines for making sure this doesn't happen, starting with how to write a good proposal for a Big Idea:</p>
-
-<ul>
- <li>Make sure your proposal is recognizable as a proposal. An easy way to avoid ambiguity is to start a new thread for your proposal and stick &quot;proposal&quot; somewhere in the subject.</li>
-
- <li>Understand who and what your proposal effects, and make this clear. If you think X's implementation of Y doesn't deserve to live and you're going to rewrite the whole thing from scratch then make this very clear so X can object sooner rather than later.</li>
-
- <li>Make sure you call out loudly that you intend to kill feature A, even if you think no-one on earth should care.</li>
-
- <li>Even if you're going to write an Atari emulator, and you're 100% sure that it won't overlap with anything in the rest of the project, make sure you understand how and why it relates to the rest of the project in general, and make that clear.</li>
-
- <li>Be concrete. Often a proposal of the form &quot;hey, I did a little of this, here is a proof-of-concept, I'd like to do it for real now&quot; is far more effective than a proposal of the form &quot;hey, I have this vague idea about this, I'm going to vaguely suggest it would be good if someone did it&quot;.</li>
-
- <li>Talk about the long term implications of your proposal. If it's code then someone needs to maintain it, and committers will expect this to be you. Make clear your intentions.</li>
-
- <li>Never assume silence implies complicity, more likely it means people didn't understand the implications of your proposal, or didn't have time to figure out why they didn't like it. Ask again !</li>
-
- <li>The bigger your idea is, the more time and effort you should spend on the proposal, and ensuring that you get positive responses and deal with the comments and feedback provided in your actual implementation.</li>
-</ul>
-
-
-<h3><a name="QpidProjectEtiquetteGuide-Talkearly%2Ctalkoften"></a>Talk early, talk often</h3>
-
-<p>No matter how incredibly excellent your proposal is, there is going to need to be some discussion before the result of your Big Idea is blessed. Here are some things you can do to help that discussion go smoothly:</p>
-
-<ul>
- <li>Make frequent progress reports. Every hour/day/week/month you spend working without telling people what you're doing is an hour/day/week/month of your time that you risk wasting.</li>
-
- <li>Define milestones and make them visible to the rest of the project. Just like a concrete proof-of-concept can help a proposal, it helps to give people a concrete look at what you're doing while it's in progress. This can go a long way towards avoiding surprises.</li>
-</ul>
-
-<h3><a name="QpidProjectEtiquetteGuide-Andfinally....."></a>And finally .....</h3>
-
-<p>When the time does come to commit/merge/enable/publish your Big Idea, it really shouldn't be a surprise to anyone if you've followed the steps up until now, but make sure you let people know in advance by making note in your final few progress reports of when you expect to be finished, and sending a note to the dev list a day or so before you flip the big switch.</p>
-
-</div>
-
diff --git a/qpid/doc/website/content/release_notes_0.10.html b/qpid/doc/website/content/release_notes_0.10.html
deleted file mode 100644
index 5a93082b87..0000000000
--- a/qpid/doc/website/content/release_notes_0.10.html
+++ /dev/null
@@ -1,379 +0,0 @@
-<!--
- -
- - 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>0.10 Release Notes</h1>
-
-<h3>Changes Requiring User Attention</h3>
-
-<ul>
- <li>The C++ broker now enables producer flow control by default. It is controlled via the default-flow-stop-threshold and default-flow-resume-threshold broker configuration parameters. See <a href="https://issues.apache.org/jira/browse/QPID-2935">QPID-2935</a>.</li>
- <li>In the C++ broker, when declaring an exchange with an unknown type or canceling a message on an unknown subscription, an exception with code 404 is created. See <a href="https://issues.apache.org/jira/browse/QPID-2324">QPID-2324</a> and <a href="https://issues.apache.org/jira/browse/QPID-2326">QPID-2326</a>.</li>
- <li>The C++ broker now enables QMF version 1 and 2 event broadcasts by default. Previously only QMF version 1 events were enabled.</li>
- <li>In the C++ broker, invalid arguments now result in a rejected queue-declare where previously they were ignored. See <a href="https://issues.apache.org/jira/browse/QPID-3087">QPID-3087</a>.</li>
- <li>The C++ client now raises an exception if it is issued connection options that it doesn't recognize. Previously it silently ignored them. See <a href="https://issues.apache.org/jira/browse/QPID-3115">QPID-3115</a>.</li>
-</ul>
-
-<h3>Resolved Issues</h3>
-
-<p>The full list of changes in the Qpid 0.10 release incorporates both the issues worked on during the 0.9 development stream and any final touches made during the 0.10 release process. A list of these JIRA issues can be found below.</p>
-
-<h4>New Feature</h4>
-<ul>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-529'>QPID-529</a>] - Support message priority
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-1916'>QPID-1916</a>] - Maven artifacts for the client
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2777'>QPID-2777</a>] - Additional bindings for the C++ messaging API (Python, Ruby)
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2934'>QPID-2934</a>] - Feature to pass the authenticated userId to QMF agent method handlers for authorization
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2935'>QPID-2935</a>] - Support &quot;best effort&quot; producer flow control within the AMQP 0.10 implementation.
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-3002'>QPID-3002</a>] - Configurable queue depth alerts
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-3009'>QPID-3009</a>] - Perl binding to Qpid messaging
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-3015'>QPID-3015</a>] - object creation and deletion via management
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-3031'>QPID-3031</a>] - Allow C++ messaging client to specify SSL cert-name in connection
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-3046'>QPID-3046</a>] - QMFv2 Completion and Cleanup
-</li>
-</ul>
-
-
-<h4>Bug</h4>
-<ul>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-1608'>QPID-1608</a>] - getCurrent method in FailoverPolicy returns null even when a FailoverMethod is present
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-1670'>QPID-1670</a>] - Errors thrown from onMessage can kill the dispatcher
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-1672'>QPID-1672</a>] - Inter-broker links need full SASL support
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2324'>QPID-2324</a>] - message_cancel should throw 404 not-found exception if subscription does not exist
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2326'>QPID-2326</a>] - exchange.declare should throw a 404 - not found exception if the exchange type is unknown
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2486'>QPID-2486</a>] - cannot move messages onto a durable subscription backing queue using the JMX Management Console
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2499'>QPID-2499</a>] - Stale federation routes remain after route deletion.
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2546'>QPID-2546</a>] - QMF: ruby and python bindings need event support
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2900'>QPID-2900</a>] - CommitRollbackTest#testGetThenRollback and CommitRollbackTest#testSend2ThenRollback fail on java.0.10 profile
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2902'>QPID-2902</a>] - LargeMessageTest fails on java.0.10 test profiles
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2930'>QPID-2930</a>] - JMS msg.getPropertyNames() method should not return x-amqp-0-10.routing-key
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2933'>QPID-2933</a>] - Messaging .NET binding has several assembly properties misnamed
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2944'>QPID-2944</a>] - QMan readme is not included in the release package and contains incorrect URL.
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2949'>QPID-2949</a>] - broker prompts console interactively for password when --auth=no
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2951'>QPID-2951</a>] - QMF: C++ example agent needs to be properly integrated into the release distribution.
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2952'>QPID-2952</a>] - Qpid Cpp Messaging .NET Binding - Address constructor mishandles Name and Type fields
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2954'>QPID-2954</a>] - Dummy queue naming error for transcation test
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2956'>QPID-2956</a>] - cluster broker exits with &quot;error deliveryRecord no update message.&quot;
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2957'>QPID-2957</a>] - Management methods on the broker don&#39;t work on newly created objects
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2959'>QPID-2959</a>] - Java client null pointer exception thrown when there is no exchange set for ReplyTo
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2963'>QPID-2963</a>] - doxygen-generated C++ docs lost CSS references
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2977'>QPID-2977</a>] - Updated pom files for slf4j
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2979'>QPID-2979</a>] - The following SASL mechanisms [PLAIN] specified by the client are not supported by the broker
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2982'>QPID-2982</a>] - Inconsistent management messages in a cluster with federation routes
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2989'>QPID-2989</a>] - .NET Cpp Messaging Binding - Example program file is misnamed
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2991'>QPID-2991</a>] - Add message counts for both directions to connection stats
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2994'>QPID-2994</a>] - transactions atomicity violated by &#39;transparent&#39; failover
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2996'>QPID-2996</a>] - qmf/SchemaMethod.cpp fails to compile on s390
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2997'>QPID-2997</a>] - C++ broker creates duplicate management objects under rapid create/delete/create scenarios.
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2998'>QPID-2998</a>] - Spurious declarations in qpid::messaging::Session
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2999'>QPID-2999</a>] - isRedelivered is not set on messages replayed by sender
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-3001'>QPID-3001</a>] - Add const declaration to Connection::isOpen()
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-3006'>QPID-3006</a>] - Broken acl check on link close
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-3007'>QPID-3007</a>] - Inconsistent management messages in a cluster, test fails sporadically
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-3010'>QPID-3010</a>] - broker uses the MINA PooledByteBufferAllocator instead of the SimpleByteBufferAllocator
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-3011'>QPID-3011</a>] - NPE thrown when using a custom exchange in a replyTo address.
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-3014'>QPID-3014</a>] - an inbalance in use of the CurrentActor stack holds 0-10 connections in memory after they are closed
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-3016'>QPID-3016</a>] - Java JMS client ReplyTo memory leak
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-3019'>QPID-3019</a>] - Exception not reported properly when creating a Producer with an invalid destination
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-3020'>QPID-3020</a>] - an inbalance in use of the CurrentActor stack holds 0-10 subscriptions in memory after they are closed
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-3021'>QPID-3021</a>] - the Session and Connector actors should be set for events occurring on 0-10 connections
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-3022'>QPID-3022</a>] - status logging tests are disabled and/or failing on Java 0-10 test profile
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-3028'>QPID-3028</a>] - Java broker uses excessive amounts of memory to service 0-10 connections
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-3029'>QPID-3029</a>] - Java broker claims to support 2^16 channels per connection when it doesn&#39;t
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-3030'>QPID-3030</a>] - C++ buffer encoding allows overflow on write.
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-3033'>QPID-3033</a>] - Bug 674183 - Segmentation fault while processing session.attach
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-3035'>QPID-3035</a>] - Removing a sequence number from a SequenceSet can corrupt the sequence.
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-3040'>QPID-3040</a>] - Closed Receivers Do Not Delete Queues and Do Not Reroute Acquired Messages to Alternate Exchange
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-3042'>QPID-3042</a>] - Session.attach could be sent before the connection is open.
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-3043'>QPID-3043</a>] - If a new session is created during failover, but before &#39;resume&#39; is completed, the new session gets reattached again.
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-3045'>QPID-3045</a>] - Sporadic failure of cluster_tests.ShortTests.test_route_update
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-3047'>QPID-3047</a>] - The QueueDepthWithSelectorTest fails on 0-10 profiles
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-3048'>QPID-3048</a>] - InternalBrokerBasecase not removing all log actors
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-3049'>QPID-3049</a>] - qpid-send --durable does not send durable messages.
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-3050'>QPID-3050</a>] - JMS client producer option -Dsync_publish=persistent has no effect
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-3051'>QPID-3051</a>] - Reject can fail to restore message credit
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-3053'>QPID-3053</a>] - QMFv2 events disabled by default
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-3058'>QPID-3058</a>] - Windows installer doesn&#39;t package qpidtypes, qpidmessaging, or dotnet bindings
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-3060'>QPID-3060</a>] - QMF Console (console.py) uses the wrong user-id to annotate messages sent
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-3063'>QPID-3063</a>] - Python Client messaging/endpoints.py Connection Class: def check_closed(self): method crashes when called.
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-3065'>QPID-3065</a>] - Send header and frame data as single buffer
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-3068'>QPID-3068</a>] - Some Windows-related files not packaged in release
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-3069'>QPID-3069</a>] - C++ cmake build assumes presence of dotnet binding source
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-3072'>QPID-3072</a>] - Producer flow control does not work properly in a clustered broker configuration.
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-3077'>QPID-3077</a>] - cpp INSTALL-WINDOWS errors, inconsistencies, improvements
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-3078'>QPID-3078</a>] - qpid-receive&#39;s use of the &quot;-t&quot; option is ambiguous and will cause the command to fail.
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-3082'>QPID-3082</a>] - Add qmf-tool to the qpid/tools/setup.py distribution file.
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-3084'>QPID-3084</a>] - Cluster may hang during update if asynchronous completion is pending.
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-3087'>QPID-3087</a>] - Bad handling of invalid queue arguments
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-3090'>QPID-3090</a>] - JMX ObjectName name may not match the underlying managed object
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-3091'>QPID-3091</a>] - Can&#39;t specify arbitrary arguments for queue-declare in qpid-config
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-3092'>QPID-3092</a>] - JMX Management Console does not expose VirtualHost attributes
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-3094'>QPID-3094</a>] - unable to delete durable subscription backing queues using the JMX Management Console
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-3099'>QPID-3099</a>] - Java qpid-client ignores hostnames containing underscores
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-3100'>QPID-3100</a>] - Excessive memory use per-connection
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-3101'>QPID-3101</a>] - qpid-tool does not allow maps to be passed as arguments
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-3102'>QPID-3102</a>] - messaging API produces messages with ttl=0 by default
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-3103'>QPID-3103</a>] - qpid-config doesn&#39;t handle null arguments for queues/exchanges
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-3105'>QPID-3105</a>] - Alternate-Exchange configuration not communicated between nodes in a cluster
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-3106'>QPID-3106</a>] - QueueReceiver and TopicSubscriber does not work with new addressing
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-3107'>QPID-3107</a>] - Messages following a queue&#39;s Alternate-Exchange do not follow the exchange&#39;s Alternate-Exchange
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-3108'>QPID-3108</a>] - QueueSender incorrectly checks for null queue
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-3110'>QPID-3110</a>] - JMX Management console does not show aggregate virtual host notifications
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-3116'>QPID-3116</a>] - rubygen with ruby 1.9
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-3118'>QPID-3118</a>] - cpp/examples/CMakeLists.txt tries to install non-existant files
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-3120'>QPID-3120</a>] - Queue reroute doesn&#39;t honor alternate exchange
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-3121'>QPID-3121</a>] - Cluster management inconsistency when using persistent store.
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-3122'>QPID-3122</a>] - backward compatibility problem with 0.9 agents
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-3127'>QPID-3127</a>] - Accept mode should be NONE for 0-10 NO_ACKNOWLEDGE subscriptions
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-3130'>QPID-3130</a>] - slow codec
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-3132'>QPID-3132</a>] - Threshold alert on a queue used to receive alerts causes broker crash
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-3135'>QPID-3135</a>] - cpp/bld-winsdk.ps1 tries to install non-existant files
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-3137'>QPID-3137</a>] - old examples are installed incorrectly
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-3144'>QPID-3144</a>] - qpidd --check does not work with info logging and --log-to-stdout=yes
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-3147'>QPID-3147</a>] - Misconfigured tracing/logging can lead to hung threads in logging stack
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-3150'>QPID-3150</a>] - sasl_fed test fails to specify client&#39;s sasl mechanism
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-3152'>QPID-3152</a>] - non-clustered sasl_fed_ex_* tests load cluster.so
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-3154'>QPID-3154</a>] - Fix qpidd late/overran warnings.
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-3169'>QPID-3169</a>] - qpid-route tool should output usage info if bad/unknown command entered.
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-3174'>QPID-3174</a>] - broker crash using rdma+sasl
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-3176'>QPID-3176</a>] - 0.10 RC2 cpp dist missing examples/old_api/CMakeLists.txt
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-3177'>QPID-3177</a>] - JMS Failover Not Working
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-3185'>QPID-3185</a>] - Wrong help text for qpid-config
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-3192'>QPID-3192</a>] - .NET Binding for Messaging classes are missing intrinsic copy contructors
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-3197'>QPID-3197</a>] - C++ Broker crashes on persistence-based stress tests.
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-3199'>QPID-3199</a>] - Severe but difficult to diagnose lock error in qpid::sys::StateMonitor
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-3221'>QPID-3221</a>] - Fix bug in Cluster::timerDrop - calling wrong function
-</li>
-</ul>
-
-
-<h4>Improvement</h4>
-<ul>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2104'>QPID-2104</a>] - Improved LVQ implementation
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2505'>QPID-2505</a>] - WCF project needs to encode/decode all AMQP data types
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2921'>QPID-2921</a>] - c++ broker: Improvements to asynchronos completion
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2939'>QPID-2939</a>] - Qpid .NET Messaging Binding has stray references and using statements
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2958'>QPID-2958</a>] - Qpid Cpp Messaging .NET Binding library should use Framework v2.0 and not v3.5
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2966'>QPID-2966</a>] - Provide mechanism to alter brokers logging level at runtime
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-3000'>QPID-3000</a>] - Support optional timeout before auto-deleting queues
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-3032'>QPID-3032</a>] - QMFv2 - Allow endpoints to be directly addressed via a topic exchange
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-3039'>QPID-3039</a>] - explicitly define the included debug info instead of relying on defaults which can differ between compilers
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-3057'>QPID-3057</a>] - New Visual Studio solution to build org.apache.qpid.messaging.sessionreceiver separately
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-3067'>QPID-3067</a>] - Example structure is misleading (c++ examples)
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-3073'>QPID-3073</a>] - Producer flow control need performance tuning.
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-3081'>QPID-3081</a>] - Maintain a per-queue counter for flow control state change
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-3089'>QPID-3089</a>] - add method/function to get a descriptive string for VariantType enumeration
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-3097'>QPID-3097</a>] - Adapt installer to rearranged C++ examples
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-3098'>QPID-3098</a>] - Java client does not support java.util.UUID in a Map message
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-3109'>QPID-3109</a>] - Java client needs to implement the Delete option in address string
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-3115'>QPID-3115</a>] - Differences in connection options between c++ and python clients
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-3124'>QPID-3124</a>] - Update release script for new build artifacts
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-3128'>QPID-3128</a>] - Update CPP broker documentation with producer flow control user api.
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-3136'>QPID-3136</a>] - Add option to disable defaults for queue threshold alerts
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-3151'>QPID-3151</a>] - Remove dotnet and ruby from the --all release artifacts
-</li>
-</ul>
-
-
-<h4>Wish</h4>
-<ul>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-1688'>QPID-1688</a>] - Need more powerful search functionality
-</li>
-</ul>
-
-
-<h4>Sub-task</h4>
-<ul>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2680'>QPID-2680</a>] - Provide user documentation for configuring SCD
-</li>
-</ul>
-
-
-<h4>Task</h4>
-<ul>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-3017'>QPID-3017</a>] - Add unit tests and improve error handling for classes within org.apache.qpid.server.txn
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-3054'>QPID-3054</a>] - Remove unused old tests from java/systests/src/old_test
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-3056'>QPID-3056</a>] - remove unused SSL cert in java/common/src/main/resources
-</li>
-</ul>
-
-
-<h4>Test</h4>
-<ul>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-3012'>QPID-3012</a>] - ConnectionCloseTest creates an extreme number of connections
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-3013'>QPID-3013</a>] - ConnectionCloseTest fails on machines with increased processor counts
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-3023'>QPID-3023</a>] - logging tests unnecessarily use an InternalBrokerBaseCase to load configuration for test comparison
-</li>
-</ul>
-
-<h3>Known Issues</h3>
-
-<ul>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-3182'>QPID-3182</a>] - Node bindings not established correctly when address used for producer
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-3214'>QPID-3214</a>]* - Deadlock between the failover mutex (in AMQConnection.java) and the current_exception_lock (in AMQSession.java)
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-3216'>QPID-3216</a>]* - Deadlock between "_lock" (in AMQSession#DisptcherThread) and "_messageDeliveryLock" (in AMQSession.java)
-</ul>
-
-<p>*Although these deadlocks are present in the release, the changes
-that are known to trigger them were committed post-release. Therefore
-the likelihood of these deadlocks appearing in the 0.10 release is
-slim.</p>
-
-</div>
diff --git a/qpid/doc/website/content/release_notes_0.8.html b/qpid/doc/website/content/release_notes_0.8.html
deleted file mode 100644
index 2e0bb1fd7a..0000000000
--- a/qpid/doc/website/content/release_notes_0.8.html
+++ /dev/null
@@ -1,437 +0,0 @@
-<!--
- -
- - 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>0.8 Release Notes</h1>
-
-<p>The full list of changes in the Qpid 0.8 release incorporates both the issues worked on during the 0.7 development stream and any final touches made during the 0.8 release process. A list of these JIRA issues can be found below.</p>
-
-<h3>JIRA Issues</h3>
-
-<h4>New Feature</h4>
-<ul>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-664'>QPID-664</a>] - High-level C++ client API.</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-1403'>QPID-1403</a>] - Add SSL support for C++ Windows broker/client</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-1940'>QPID-1940</a>] - QMF Feature Request - Structured exceptions for method failure</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2321'>QPID-2321</a>] - [Java Broker] Add "conflation queue" to Java Broker</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2363'>QPID-2363</a>] - JMS Map Message Should Support AMQP 0-10 Encoded Map As Message Body</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2365'>QPID-2365</a>] - Reroute messages on a queue - remove messages from a queue and send them to an exchange</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2412'>QPID-2412</a>] - Support for SASL EXTERNAL when using SSL</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2500'>QPID-2500</a>] - Transport security for the WCF channel</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2555'>QPID-2555</a>] - Qpid Info OSGI plugin</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2581'>QPID-2581</a>] - Create a ConfigurationManager to allow plugins to provide configuration handling classes</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2589'>QPID-2589</a>] - Add a .NET binding to QPID Messaging API</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2614'>QPID-2614</a>] - QueueConfiguration requires to configurations to be provided on construction</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2646'>QPID-2646</a>] - Qpid Messaging address support for WCF Channel</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2700'>QPID-2700</a>] - Ability to remove queue binding in QPID</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2807'>QPID-2807</a>] - More flexible acknowledgement</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2867'>QPID-2867</a>] - enable the JMX management console to remove bindings from direct/topic exchanges</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2909'>QPID-2909</a>] - Hybrid SQL-CLFS persistence store for C++ broker on Windows</li>
-</ul>
-
-<h4>Bug</h4>
-<ul>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-1662'>QPID-1662</a>] - TimeToLiveTest.testPassive occasionally receives more messages.</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-1879'>QPID-1879</a>] - The client library uses a new thread for every connection</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-1904'>QPID-1904</a>] - Timestamps are incorrect</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2137'>QPID-2137</a>] - StringIndexOutOfBounds when formating Connection Message during failed systest run.</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2165'>QPID-2165</a>] - MINANetworkDriverTest fails to socket already in use</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2173'>QPID-2173</a>] - Java client should set the process ID in the client properties during Connection open</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2174'>QPID-2174</a>] - When kerberos auth is used, Java client should use the kerberos userid &amp; domain when setting the userid in messages</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2186'>QPID-2186</a>] - Windows - "vector iterator not dereferencable"</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2262'>QPID-2262</a>] - Random test failures in SimpleACLTest</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2265'>QPID-2265</a>] - Ruby Rakfile References an old file</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2297'>QPID-2297</a>] - ACL policy won't allow "." in the realm for users added to a group</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2298'>QPID-2298</a>] - CMake-based install based on released sources tries to include generated headers from build tree</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2299'>QPID-2299</a>] - C++ Messaging drain and spout examples need vcproj files</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2300'>QPID-2300</a>] - C++ packaging directory not included in release</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2301'>QPID-2301</a>] - C++ examples changed at r880718; obsolete vcproj files not removed</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2302'>QPID-2302</a>] - Missing header.html, footer.html in C++ docs/api distribution</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2306'>QPID-2306</a>] - C++ uninstaller does not uninstall some header files.</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2318'>QPID-2318</a>] - qpid-tool does not seem to issue session acknowledgements </li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2320'>QPID-2320</a>] - Failed acquire on LVQ causes broker crash</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2323'>QPID-2323</a>] - Add uuid to variant</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2325'>QPID-2325</a>] - [Java Broker] SASL PLAIN authentication does not work when both an authentication and authorization id are supplied</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2328'>QPID-2328</a>] - Querying for 500 objects causes C++ based ruby console to hang</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2336'>QPID-2336</a>] - Cannot disable heatbeats in JMS client</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2338'>QPID-2338</a>] - [C++ Broker] Ring queue does not properly implement byte size limits</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2339'>QPID-2339</a>] - JMS (0-10 client) does not verify if it supports the SASL mechanisms sent by the broker.</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2340'>QPID-2340</a>] - [Java] ProducerFlowControlTest failing due to race condition in test</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2344'>QPID-2344</a>] - qpid/messaging/uuid.h r899657 breaks Windows build...</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2347'>QPID-2347</a>] - Subscribers are never notified if queue is deleted from under them</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2355'>QPID-2355</a>] - QMF bindings build conflicts with installed qmf headers</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2360'>QPID-2360</a>] - declaring virtualhost level firewall configuration in virtualhosts.xml leads to NPE on startup</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2361'>QPID-2361</a>] - exchange configuration attributes are ignored when configuration is placed in virtualhosts.xml</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2366'>QPID-2366</a>] - Windows C++ broker port written to stdout at startup is wrong</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2370'>QPID-2370</a>] - TTR-Qpid-07-NA failed due to channel error 504 during tear down</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2372'>QPID-2372</a>] - PeriodicTimerImpl addition broker Windows build</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2374'>QPID-2374</a>] - qpidd: --require-encryption with "--auth no" will reject SSL connections as being "un-encrypted" </li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2376'>QPID-2376</a>] - C++ broker build broken at 20:00 Thurs Jan 28, 2010</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2378'>QPID-2378</a>] - WCF/C++ Client subtree lacks Apache licensing files</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2387'>QPID-2387</a>] - qpidd does not replicate management agent lists, causes brokers to exit. </li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2388'>QPID-2388</a>] - user-defined signals can cause process terminate</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2392'>QPID-2392</a>] - Powershell scripts not included in release source kits</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2395'>QPID-2395</a>] - fd leak in Connection</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2398'>QPID-2398</a>] - C++ examples' Visual Studio projects need BOOST_ALL_DYN_LINK to build against installed kit</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2406'>QPID-2406</a>] - Consistent approach to durations in qpid::messaging api</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2407'>QPID-2407</a>] - C++ SSL session can get bad buffer management</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2413'>QPID-2413</a>] - ACL - error handling/bounds checking</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2418'>QPID-2418</a>] - Existing durable subscription with selector is not unsubscribed during change to new subscription</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2420'>QPID-2420</a>] - Windows SQL-based persistence loses prepared two-phase transactions on broker restart</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2422'>QPID-2422</a>] - DerbyStore does not persist queue exclusivity or arguments</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2426'>QPID-2426</a>] - Better error message and logging when receving/sending from/to empty address</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2427'>QPID-2427</a>] - Modify browse option in-line with path chosen for python client</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2428'>QPID-2428</a>] - qpid.subject should be set on outgoing messages if the address specifies a suject</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2429'>QPID-2429</a>] - headers exchange does not match correctly on a map entry with a null value</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2430'>QPID-2430</a>] - Java broker emits NPE following qpid-tool being connected</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2431'>QPID-2431</a>] - .NET csproj files missing Apache license text</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2433'>QPID-2433</a>] - qpid-server.bat fails if the path contains a space character</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2434'>QPID-2434</a>] - make clean in qpid/cpp/src/tests/testagent breaks build</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2435'>QPID-2435</a>] - Deadlock can occur during the registration of a qmf agent</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2437'>QPID-2437</a>] - Define exceptions for messaging API</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2438'>QPID-2438</a>] - Performance tests do not correctly populate the message with the given MessageSize</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2439'>QPID-2439</a>] - CMake builds broken 08-Mar-2010</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2441'>QPID-2441</a>] - make check fails because of wrong sorting</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2444'>QPID-2444</a>] - JMS client does not verify that the hostname connected to matches that specified in the servers certificate</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2445'>QPID-2445</a>] - JMS Client needs to extract the user ID from the external auth mechanism when SASL EXTERNAL is used</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2452'>QPID-2452</a>] - Inconsistent handling on strings between C++ and Python messaging APIs</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2463'>QPID-2463</a>] - C++ install step puts api docs in wrong place on Windows</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2465'>QPID-2465</a>] - Ant 1.8.x javac task prints warning message during builds</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2467'>QPID-2467</a>] - Windows install doesn't include qpidxarm.dll or broker plugins</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2468'>QPID-2468</a>] - WCF client samples can't resolve the DLLs when installed</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2471'>QPID-2471</a>] - Java client releases messages in an unpredictable order on recover</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2472'>QPID-2472</a>] - QpidCompositeRollingAppender log4j configuration is misleading</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2474'>QPID-2474</a>] - ACL file reader can trip vector iter validity checking</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2475'>QPID-2475</a>] - qpid/messaging/Session.h r928855 breaks Windows build - macro conflict</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2481'>QPID-2481</a>] - Deadlock in Qpid 0.6</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2482'>QPID-2482</a>] - Topic Exchange can duplicate messages.</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2484'>QPID-2484</a>] - Interoperability tests fail due to attempts to print out contents of JMS Message objects, and do not parse command line properies</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2487'>QPID-2487</a>] - Tearing down one dynamic route may delete other independent routes in the federation.</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2488'>QPID-2488</a>] - ACL - error handling/bounds checking</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2493'>QPID-2493</a>] - AMQPEncodedMapMessage does not support nested maps and lists</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2497'>QPID-2497</a>] - messaging api silently ignores unrecognised/invalid address options</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2502'>QPID-2502</a>] - securityTracker open() call is made on exchangeTracker instance instead</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2503'>QPID-2503</a>] - CommandLineParser does not print '-' when showing options</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2506'>QPID-2506</a>] - QMF: fix encoding/decoding of map and list method call arguments</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2507'>QPID-2507</a>] - C++ broker can deadlock when processing a bind.</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2511'>QPID-2511</a>] - ConnectionImpl instance may be deleted before IO threads are finished with the underllying DispatchHandle</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2515'>QPID-2515</a>] - Need to be able to set flow control in Java on a per destination level</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2520'>QPID-2520</a>] - Broken POM generation on Windows</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2521'>QPID-2521</a>] - ACL module core dumps if management is disabled</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2523'>QPID-2523</a>] - When reloading a large acl file while acl lookup is in progress, the broker core dumps</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2526'>QPID-2526</a>] - Ant build fails if the path contains a space character</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2553'>QPID-2553</a>] - CMakeLists wrong file name </li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2558'>QPID-2558</a>] - client connection.open to a non-broker on qpid 0.6 windows segfaults with: access violation</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2561'>QPID-2561</a>] - Download page does not follow ASF standards</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2562'>QPID-2562</a>] - website does not have any links to the Issue tracker</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2563'>QPID-2563</a>] - Website does not have required ASF elements</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2564'>QPID-2564</a>] - Wcf functional test source file is absent</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2570'>QPID-2570</a>] - Broker uses NotAllowedException for ACL violations, should use UnauthorisedAccessException</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2587'>QPID-2587</a>] - PollableCondition test fails on Windows</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2600'>QPID-2600</a>] - ACL policy doesn't permit certain characters in usernames added to groups</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2605'>QPID-2605</a>] - Recovered messages larger than 65523 bytes result in framing violation ()</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2607'>QPID-2607</a>] - Package name typo for CRAMMD5HexInitialiserTest.java</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2608'>QPID-2608</a>] - AMQPException messages contain duplicate AMQConstant text</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2609'>QPID-2609</a>] - MockAMQQueue does not implement getName</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2610'>QPID-2610</a>] - AMQConstant Map usage is not correct</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2611'>QPID-2611</a>] - AMQConnectionFailureException does not record reason for underlying cause if it is an AMQPException</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2612'>QPID-2612</a>] - Recent DLL qpidtypes breaks the build on Windows</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2613'>QPID-2613</a>] - message data is not commited to the persistent store on 0-8/0-9 codepath</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2615'>QPID-2615</a>] - JMX Management Console fails to connect to 0.5 and below brokers if run in a Java5 VM</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2626'>QPID-2626</a>] - Typo in ServerConnectionDelegate</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2631'>QPID-2631</a>] - Race in qpid::client::Bounds causes (rare) deadlock</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2634'>QPID-2634</a>] - CRLF line endings in the shell scripts</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2635'>QPID-2635</a>] - Ant tests fail with OutOfMemoryError due to PermGen space exhaustion</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2636'>QPID-2636</a>] - disconnect() callback on broker results in leaked connections</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2637'>QPID-2637</a>] - connection.start() hangs if the connection is not accepted</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2640'>QPID-2640</a>] - options string for connection does not work for some types</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2641'>QPID-2641</a>] - The bitwise AND operator used instead of logical AND in QpidLog4JConfigurator.java</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2642'>QPID-2642</a>] - The bitwise AND operator used instead of logical AND in QpidLog4JConfigurator.java</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2644'>QPID-2644</a>] - Console examples sometimes fail due to not waiting for the broker connection to complete</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2647'>QPID-2647</a>] - Typo in str8-latin type definition for 0-10</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2649'>QPID-2649</a>] - Segfault on shutting down qpidd</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2650'>QPID-2650</a>] - DerbyStore only ever uses auto-commit connections</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2653'>QPID-2653</a>] - Double checked locking in org.apache.qpid.server.transport.ThreadPoolFilter</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2654'>QPID-2654</a>] - Access control plugin should use Actor logging</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2657'>QPID-2657</a>] - Verify/correct error handling on client 0-10 codepath</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2658'>QPID-2658</a>] - Update Java 0-10 profile excludes</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2661'>QPID-2661</a>] - The 0-8 BasicGetMethodHandler should return NOT_IMPLEMENTED for 0-10 messages</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2662'>QPID-2662</a>] - The FirewallPlugin should accept a ServerSocket, not the string representation</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2665'>QPID-2665</a>] - Remove BROKER from object types for plugins</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2668'>QPID-2668</a>] - PlainPasswordPrincipalDatabase - code improvement </li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2670'>QPID-2670</a>] - Concurrent tagging of message with trace id while message is delivered from another queue causes segfault</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2673'>QPID-2673</a>] - retained 0-10 ImplicitAcceptDispositionChangeListener objects can lead to connection closure timeout and broker OOM</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2674'>QPID-2674</a>] - heartbeats can cause seg faults under tcp on linux</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2677'>QPID-2677</a>] - QMF: console.py sends agent locate request before it has enabled receiving data indications.</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2686'>QPID-2686</a>] - Update Ant doc task with better configuration</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2687'>QPID-2687</a>] - The PluginManager does not auto-deploy bundles properly</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2688'>QPID-2688</a>] - Exclusive queues deleted before unacked messages are requeued; unacked messages not routed to alternate-exchange as a result.</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2691'>QPID-2691</a>] - ttl is lost for federation routes where trace id is added</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2694'>QPID-2694</a>] - Memory leak in 0-8/0-9 AMQSessions on channel close</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2695'>QPID-2695</a>] - VirtualHostConfigRecoveryHandler can NPE or bind to the wrong exchange on binding recovery</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2696'>QPID-2696</a>] - Addressing strings in the jndi properties file is interpreted as binding urls</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2697'>QPID-2697</a>] - AMQConnectionURL options do not appear in the toString representation</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2698'>QPID-2698</a>] - Certain amqp 0-10 message properties are not exposed through messaging apis message class</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2702'>QPID-2702</a>] - --max-connections not work when using cluster</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2704'>QPID-2704</a>] - Provide scavenge() for SimpleQueueEntryList - TRUNK MERGE</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2706'>QPID-2706</a>] - Visual Basic example includes a directory whose name contains a space</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2707'>QPID-2707</a>] - Cmake build doesn't output all needed settings to build a valid shared library name for loading</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2716'>QPID-2716</a>] - QMF: c++ agent does not set the agent name attribute in an object id during addObject() call.</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2718'>QPID-2718</a>] - Update the common.bnd to match client.bnd, release version</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2719'>QPID-2719</a>] - Some SSL errors do not get reported up the stack or in the log file.</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2722'>QPID-2722</a>] - The JMS 0-10 client does not make use of the subject specified via "qpid.subject" in the application properties.</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2723'>QPID-2723</a>] - NullPointerException thrown when you pass an address based destination to the setJMSReplyTo() in a Message.</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2724'>QPID-2724</a>] - Docbook generation is fixed on xsl-stylesheets-1.75.2 </li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2727'>QPID-2727</a>] - ./src/qpidd --load-module ./src/.libs/cluster.so --cluster-name blah --known-hosts-url amqpx:blah segfaults</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2728'>QPID-2728</a>] - Windows icon/version additions broke nightly builds</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2734'>QPID-2734</a>] - testAuthenticatedUsername fails on cmake builds</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2735'>QPID-2735</a>] - If no subject is specified and if the exchange type is topic, "#" should be used as the default. </li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2741'>QPID-2741</a>] - DerbyMessageStore is not shut down when told to close</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2742'>QPID-2742</a>] - DerbyMessageStore createExchange() method does not function</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2744'>QPID-2744</a>] - FieldTable throws a NullPointerException in setObjectProperty rather than expected AMQPInvalidClassException</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2749'>QPID-2749</a>] - [Java Broker] Add -XX:+ExplicitGCInvokesConcurrent to qpid-server[.bat]</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2752'>QPID-2752</a>] - Cannot create LVQ's using the JMS client.</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2754'>QPID-2754</a>] - C++ broker crashes due to management object database corruption</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2755'>QPID-2755</a>] - Windows SDK has no README</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2757'>QPID-2757</a>] - Remove double-checked-locking in ThreadPoolFilter</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2758'>QPID-2758</a>] - Remove call to Thread.run() in FirewallPlugin</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2760'>QPID-2760</a>] - Only client 0-10 session sync should throw any exceptions</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2764'>QPID-2764</a>] - WinSdk cpp examples do not compile</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2766'>QPID-2766</a>] - string to double conversion results in questionable precision</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2769'>QPID-2769</a>] - UnexpectedMethodException is serializable but does not implement serialVersionUID</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2774'>QPID-2774</a>] - Incorrect logic when querying for existance of an exchange while parsing an address string.</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2781'>QPID-2781</a>] - QPBRKR process name tag should be declared in qpid-server script, not qpid-run</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2785'>QPID-2785</a>] - QpidTypes.pdb is not installed</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2786'>QPID-2786</a>] - Cannot create a durable subscription using a destination created with an addressing string</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2788'>QPID-2788</a>] - jmx management console can throw ConcurrentModificationException whilst connected to (older) brokers with MBeans actively (un)registering</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2791'>QPID-2791</a>] - QMF: c++ agent publishes all data object updates in a single message.</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2797'>QPID-2797</a>] - Add an extra boolean to 0-10 session to indicate closing</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2798'>QPID-2798</a>] - C++ Messaging Client .NET binding fails to clone managed objects correctly</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2799'>QPID-2799</a>] - Temporary queue names should be more meaningful</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2805'>QPID-2805</a>] - The windows resource version for qmfengine dll is hard coded to an unusable value</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2806'>QPID-2806</a>] - QMF: python console will incorrectly delete agents if the session is configured with rcvHeartbeats=False</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2810'>QPID-2810</a>] - QMF: python console does not properly shutdown broker thread in some error cases.</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2817'>QPID-2817</a>] - Connection::close() may hang if broker is suspended</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2828'>QPID-2828</a>] - jmx management console can NPE when adding a queue to the navigation tree after its MBean has just been unregistered but before the view is refreshed</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2842'>QPID-2842</a>] - references to other objects in qpid-tool use id that doesn't match anything else</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2844'>QPID-2844</a>] - JMS client should use the exchange given in the address if the exchange name is not explicitly given in x-bindings </li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2845'>QPID-2845</a>] - JMS client should allow arbitary arguments map in the x-bindings section</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2846'>QPID-2846</a>] - QMF: python console crashes on race condition when deleting an agent.</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2851'>QPID-2851</a>] - Programming with Apache Qpid doc confusing over confirmations</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2854'>QPID-2854</a>] - [Java Broker] 0-10 Queue Exclusive behaviour not correctly implemented</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2855'>QPID-2855</a>] - [Java Broker] 0-10 Transport should not block on awaiting for close confirmation from client</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2856'>QPID-2856</a>] - [Java Broker] Should send 530 not-allowed exception onattempt to delete a defautl exchange (e.g. amq.direct, amq.topic)</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2857'>QPID-2857</a>] - [Java] Running FindBugs against Java codebase reveals room for improvement</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2860'>QPID-2860</a>] - C++ hello_xml example receives all message content, not just what's wanted</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2861'>QPID-2861</a>] - JMS client needs to handle duplicate commands replayed after failover</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2868'>QPID-2868</a>] - throw exception users when attempt is made to move/copy messages to a non-existent queue</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2869'>QPID-2869</a>] - prevent specifying the souce queue as destination when moving/copying messages</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2870'>QPID-2870</a>] - an unauthorised attempt to delete a queue will prevent all further deletion attempts</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2872'>QPID-2872</a>] - Java broker incorrectly indicates it supports sending 0-10 heartbeats when it currently does not</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2875'>QPID-2875</a>] - Federation route propagation tests fail occassionally.</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2876'>QPID-2876</a>] - Design issues in Java client failover</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2877'>QPID-2877</a>] - QPID_JAVA_MEM usage in windows qpid-server.bat fails and prevents startup</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2879'>QPID-2879</a>] - The 0-10 Java Client is sending null arguments on messageSubscribe</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2880'>QPID-2880</a>] - QMF: C++ agent does not accept method calls with map/list arguments that contain booleans</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2883'>QPID-2883</a>] - QMF: python console does not pass V2-style events to the console callback</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2885'>QPID-2885</a>] - C++ qmf console shows memory leaks under valgrind.</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2886'>QPID-2886</a>] - Address the issues outlined by findbugs on 0.5.x-dev branch</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2888'>QPID-2888</a>] - QMF: C++ agent does not re-publish all management data on reconnect to the broker.</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2892'>QPID-2892</a>] - IBM JVM throws different exception when signal handler fails, stopping broker execution</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2896'>QPID-2896</a>] - Incorrect detection of data types in address parameters - C++ client</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2898'>QPID-2898</a>] - broker is unable to evaulate "JMSMessageID IS NULL" correctly when using 0-10</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2910'>QPID-2910</a>] - Small fix for python timeout tests</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2914'>QPID-2914</a>] - address parser doesn't recognize None</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2915'>QPID-2915</a>] - Qpid Cpp Messaging .NET Binding does not properly handle Qpid type VAR_VOID</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2916'>QPID-2916</a>] - C++ broker &amp; Python client will silently truncate strings whose length is greater than the max length supported by the type.</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2918'>QPID-2918</a>] - Assembly mis-named in csharp.example.declare_queues</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2919'>QPID-2919</a>] - hello_world, hello_xml examples left out of CMakeLists.txt</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2922'>QPID-2922</a>] - Qpid Cpp Messaging .NET Binding does not implement FailoverUpdate class</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2923'>QPID-2923</a>] - Qpid Messaging .NET Binding fails to translate exceptions from C++ to .NET</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2925'>QPID-2925</a>] - MSSQL-based message store throws uncaught exception if db recovery throws an error</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2926'>QPID-2926</a>] - Simple example code does not link under Windows</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2927'>QPID-2927</a>] - JMX Shutdown plugin throws InstanceNotFoundException during broker shutdown</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2928'>QPID-2928</a>] - Java client always create exclusive lock for the queue when use with the new addressing scheme</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2929'>QPID-2929</a>] - the broker-plugins jars are not incorporated into the broker release binary when using 'ant release-bin'</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2931'>QPID-2931</a>] - nulling the MessageReference handle on the Message during QueueEntry disposal can result in NPE</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2940'>QPID-2940</a>] - message-accept records are not cleaned up unless getUnsettledAcks() is called</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2941'>QPID-2941</a>] - CLFS store recovery can encounter invalid C++ iterator</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2948'>QPID-2948</a>] - Generated API docs have extraneous macro names in method signatures</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2950'>QPID-2950</a>] - DerbyMessageStore incorrectly logs an error for an expected exception indicating successfull database shutdown</li>
-</ul>
-
-<h4>Improvement</h4>
-<ul>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-1308'>QPID-1308</a>] - JMS Temprory Queue naming</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-1447'>QPID-1447</a>] - Broker does not handle with slow consumers effectively</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-1825'>QPID-1825</a>] - Improve TimeToLiveTest.testActive to prevent spurious failures</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-1831'>QPID-1831</a>] - Improve JMS Destination abstraction to better support AMQP and Qpid specific features</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2213'>QPID-2213</a>] - qpid/framing/BodyHolder.* still needed?</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2251'>QPID-2251</a>] - Provide portable signal mechanism for the C++ QMF agent API</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2283'>QPID-2283</a>] - java Testkit scripts should have sensible defaults when setting up the environment</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2313'>QPID-2313</a>] - Release notes for the WCF/C++ client </li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2322'>QPID-2322</a>] - remove redundant "version" key property from the ObjectName of the JMX MBeans</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2327'>QPID-2327</a>] - Enhance qpid-config to deal with xml and headers brokers</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2348'>QPID-2348</a>] - [C++] The HeadersExchange does not support federation</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2351'>QPID-2351</a>] - Allow the following config properties to be set in the ConnectionURL</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2371'>QPID-2371</a>] - Missing includes for MSVC 2005 compiler</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2380'>QPID-2380</a>] - define and implement reliability options for senders and receivers</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2415'>QPID-2415</a>] - Update doc for new SSL support in Windows broker and client</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2421'>QPID-2421</a>] - Augment performance tests to allow pre-filling broker, fill and consume only runs.</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2423'>QPID-2423</a>] - Add Constructors to set initial value of content for MapContent and ListContent</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2424'>QPID-2424</a>] - Augment CPU/GC processing scripts to provide additional stats.</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2425'>QPID-2425</a>] - Augment TKTestRunner to provide latency data for throughput tests.</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2446'>QPID-2446</a>] - JMS Client should allow a trust/key store per connection rather than one per JVM</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2447'>QPID-2447</a>] - JMS Client should allow multiple connections, each with it's own SSL certificate from the same JVM</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2466'>QPID-2466</a>] - Replace WeakReference use with SoftReference for enhanced message caching</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2477'>QPID-2477</a>] - std::cout in agent not used anymore</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2479'>QPID-2479</a>] - Log in debug aevery time the housekeeping thread runs</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2483'>QPID-2483</a>] - Can't build samples from Windows installer</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2489'>QPID-2489</a>] - Remove references to boost:: and qpid::framing:: from QMF-generated cpp files</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2492'>QPID-2492</a>] - Changes to brokertest.py to better manage Windows brokers</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2496'>QPID-2496</a>] - The following changes needs to be done for JMS Client to support the changes made in addressing</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2501'>QPID-2501</a>] - WCF Binding Configuration parameters</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2508'>QPID-2508</a>] - Replace org.apache.qpid.util.concurrent.Condition with a CountDownLatch</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2512'>QPID-2512</a>] - Change Default Destination Syntax to ADDR (addressing)</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2513'>QPID-2513</a>] - Expose the ServerConfiguration as an OSGI service for use in plugins</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2516'>QPID-2516</a>] - New sample to show how to specify WCF bindings in config files</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2522'>QPID-2522</a>] - Remove the dependency on Commons Lang for the Java client</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2525'>QPID-2525</a>] - Update QueueInformation</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2529'>QPID-2529</a>] - Update the Felix OSGI framework to a recent release</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2530'>QPID-2530</a>] - Refactor the broker-plugins directory setup to allow adding new modules </li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2533'>QPID-2533</a>] - Modify config.xml to have ${QPID_HOME}/lib/plugins as the standard OSGI plugin directory</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2534'>QPID-2534</a>] - Add org.apache.qpid.protocol and org.apache.junit.extensions.util to the packages exported by the PluginManager </li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2547'>QPID-2547</a>] - Improve PluginTest.java in order to test new OSGI plugins</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2557'>QPID-2557</a>] - Hello World example</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2569'>QPID-2569</a>] - Implement the SimpleXML as an OSGI plugin</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2573'>QPID-2573</a>] - Implement the Firewall functionality as an OSGI plugin</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2575'>QPID-2575</a>] - Create a Connection and Session model to abstract protocol versions</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2579'>QPID-2579</a>] - InternalBrokerBaseCase can fail to test tearDown</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2580'>QPID-2580</a>] - Update build path to allow plugins to use systests</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2582'>QPID-2582</a>] - Update QTC to print stack traces from AppRegistry during InVM startup</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2585'>QPID-2585</a>] - Upgrade Felix to 2.0.5</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2590'>QPID-2590</a>] - Update install notes for transactions</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2594'>QPID-2594</a>] - Exception chaining for JMSExceptions</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2595'>QPID-2595</a>] - WCF programming guide documentation</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2599'>QPID-2599</a>] - Allow Qpid users to configure the Java client logging using an sl4j binding of their choice, instead of Qpid shipping a defualt binding.</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2618'>QPID-2618</a>] - Add org.apache.common to the PluginManager exported packages</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2619'>QPID-2619</a>] - Capture the PID for the qpid broker on unix platforms</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2628'>QPID-2628</a>] - c++ messaging API dotnet binding needs received message callback</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2629'>QPID-2629</a>] - Remove Java client dependency on commons-collection.jar</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2651'>QPID-2651</a>] - replace the deprecated Derby 10.3.2.1 (data corruption bug) with a newer version</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2663'>QPID-2663</a>] - QMF: Improvement the behavior of the python console implementation based on scale testing. </li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2667'>QPID-2667</a>] - Cpp INSTALL-WINDOWS build instructions are out of date</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2669'>QPID-2669</a>] - Base64MD5PasswordFilePrincipalDatabase - code improvement</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2671'>QPID-2671</a>] - Doc Book Programming-In-Apache-Qpid needs update for Messaging .NET binding</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2678'>QPID-2678</a>] - Qpid Shutdown OSGI plugin</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2689'>QPID-2689</a>] - Cpp build on Windows does not produce debug symbol PDB file</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2710'>QPID-2710</a>] - C++ Messaging Client .NET binding is not compiled in SDK</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2711'>QPID-2711</a>] - Add version and icon resources to Windows C++ exe/dll files</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2717'>QPID-2717</a>] - Update the bnd tool to version 0.0.384</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2731'>QPID-2731</a>] - enable getting/setting queue exclusivity property via the JMX management interface</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2736'>QPID-2736</a>] - Allow session.createQueue and session.createTopic methods to accept an address string</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2737'>QPID-2737</a>] - Add support in the JMS client for x-subscribe props defined in the new addressing format</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2738'>QPID-2738</a>] - Add support in the JMS client for "mode" option defined in the new addressing format</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2761'>QPID-2761</a>] - Add tests 4 and 5 to the .NET client (0.8)</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2765'>QPID-2765</a>] - WinSdk does not .NET Binding examples</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2771'>QPID-2771</a>] - Use plugins rather than plugin in package naming</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2772'>QPID-2772</a>] - Add fully qualified path to Regex class on default.build</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2775'>QPID-2775</a>] - use JMX to reload the security configuration for FirewallConfigTest</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2780'>QPID-2780</a>] - Improve the operational logging for 0-10 code path</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2782'>QPID-2782</a>] - QMF: improve the console api for selective filtering of unsolicited V2 indications.</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2783'>QPID-2783</a>] - Eliminate the UnknownMessageTypeException from o.a.q.server.protocol package</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2801'>QPID-2801</a>] - Implement LogSubject Interface in 0-10 Subscription/ServerConnection/ServerSession Objects</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2802'>QPID-2802</a>] - Implement selective operational logging via log4j.xml configuration</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2803'>QPID-2803</a>] - Abbreviate the log messages and optimize the log string operations for speed and size</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2809'>QPID-2809</a>] - Once an AMQDestination object resolves an address, it should not try to resolve it again when used in subsequent operations. </li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2820'>QPID-2820</a>] - Remove the ManagedChannel interface from broker code</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2822'>QPID-2822</a>] - Move the documentation from o.a.q.server.logging.messages.*_logmessages.properties into qpid docbook documentation</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2824'>QPID-2824</a>] - Use toLogString rather than toString on LogSubject(s)</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2825'>QPID-2825</a>] - The class o.a.q.transport.Sink is not used and can be safely removed</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2826'>QPID-2826</a>] - The class o.a.q.transport.Result is not used and can be safely removed</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2827'>QPID-2827</a>] - QPID Cpp WinSDK does not contain 64-bit libraries</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2829'>QPID-2829</a>] - The o.a.q.transport.Echo class is not used and can be safely removed</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2831'>QPID-2831</a>] - Use slf4j as the logging mechanism across all code paths</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2832'>QPID-2832</a>] - Collate all the LogSubject formatting strings in a static class</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2833'>QPID-2833</a>] - Add a Generic Actor for 0-10 Logging</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2834'>QPID-2834</a>] - Implement subscriptions (SUB) operational logging on 0-10 </li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2835'>QPID-2835</a>] - Implement connections (CON) operational logging on 0-10</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2837'>QPID-2837</a>] - The o.a.q.server.transport.ThreadPoolFilter class is not used and can be safely removed</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2838'>QPID-2838</a>] - reduce code duplication in logging tests</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2839'>QPID-2839</a>] - Implement Channel (CHN) operational logging on 0-10 protocol </li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2840'>QPID-2840</a>] - Use a configurable message prefix on the AbstractActor class</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2841'>QPID-2841</a>] - QMF: set TTL on agent heartbeat messages</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2843'>QPID-2843</a>] - remove redundant/duplicated logging</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2853'>QPID-2853</a>] - ReadMe for WinSDK is unclear about Visual Studio version support.</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2858'>QPID-2858</a>] - Implement FilterManager for 0-10 subscriptions</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2859'>QPID-2859</a>] - QMF: C++ agent should store its configured name in the config file if available.</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2862'>QPID-2862</a>] - QMF: python console should abort any pending transactions when the broker is deleted.</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2863'>QPID-2863</a>] - Propagate WinSDK Build Version numbers to the Messaging .NET Binding</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2865'>QPID-2865</a>] - Cpp messaging examples compile problems for x64</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2866'>QPID-2866</a>] - Remove unneeded build files and directory</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2884'>QPID-2884</a>] - Add the method arguments to Subscription_0_10 </li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2887'>QPID-2887</a>] - Remove the System.out.println statements from SlowConsumerDetectionConfiguration</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2897'>QPID-2897</a>] - C++ broker: improve scale and speed of route matching algorithm for topic exchanges.</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2906'>QPID-2906</a>] - Qpid WinSDK .NET Binding does not support Release configuration</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2907'>QPID-2907</a>] - Developing Qpid Cpp Messaging .NET Binding requires setup help</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2911'>QPID-2911</a>] - Remove the class printing from the log4j layout as the (%F:%L) provides sufficient debug information</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2913'>QPID-2913</a>] - QPID Cpp Messaging Libraries for WinSDK Are Not Signed</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2924'>QPID-2924</a>] - Refactor WinSDK to create separate debug and release /bin directories</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2942'>QPID-2942</a>] - enable the Java broker convenience binary release package to be run out-of-the-box</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2943'>QPID-2943</a>] - add the examples to the Java client binary convenience release package</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2947'>QPID-2947</a>] - use a newer sl4j-api release to allow the Java client binary convenience package to be used out-of-the-box</li>
-</ul>
-
-<h4>Test</h4>
-<ul>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2359'>QPID-2359</a>] - Need functional tests for the transactional AMQP WCF channel</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2419'>QPID-2419</a>] - DurableSubscriptionTest is not thorough enough</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2510'>QPID-2510</a>] - Python messaging SetupTests.testConnectError false fail on Windows</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2532'>QPID-2532</a>] - stale lock file</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2787'>QPID-2787</a>] - enhance the MessageStoreTest</li>
-</ul>
-
-<h4>Sub-task</h4>
-<ul>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-1811'>QPID-1811</a>] - Unable to compile qpid on FreeBSD</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2284'>QPID-2284</a>] - Add new qpidxarm dll to the Windows installer build</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2539'>QPID-2539</a>] - Update ACL file syntax to be clearer and add extra operations</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2540'>QPID-2540</a>] - Create parser and implementation of C++ style ACL files for Java broker</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2542'>QPID-2542</a>] - Implement ACL checking as OSGi plugin</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2659'>QPID-2659</a>] - Change message stores to throw exceptions with internal error code 541</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2660'>QPID-2660</a>] - FieldTable does not throw AMQFrameDecodingException</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2675'>QPID-2675</a>] - Remove obsolete QpidException</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2679'>QPID-2679</a>] - Cache Queues during bind and remove from cache on queue.close()</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2680'>QPID-2680</a>] - Provide user documentation for configuring SCD</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2681'>QPID-2681</a>] - Process topic configuration section</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2682'>QPID-2682</a>] - Move SCD Plugin to part of the Core Broker</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2715'>QPID-2715</a>] - Document new SecurityPlugin design and implementation</li>
-</ul>
-
-<h4>Task</h4>
-<ul>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2315'>QPID-2315</a>] - remove unused client package jar dependencies</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2417'>QPID-2417</a>] - Enhance topic test coverage</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2527'>QPID-2527</a>] - Remove Thread::id() dependency</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2709'>QPID-2709</a>] - Replace the remaining references to the incubator</li>
-<li>[<a href='https://issues.apache.org/jira/browse/QPID-2946'>QPID-2946</a>] - remove QMan binary convenience package from the 0.8 release</li>
-</ul>
-
-</div>
diff --git a/qpid/doc/website/content/source_repository.html b/qpid/doc/website/content/source_repository.html
deleted file mode 100644
index ebb0e1321e..0000000000
--- a/qpid/doc/website/content/source_repository.html
+++ /dev/null
@@ -1,74 +0,0 @@
-<!--
- -
- - 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>Source Code Repositories</h1>
- <h2>Web Browsing of SVN</h2>
-
- <p>To browse via the web use the ViewVC interface:</p>
-
- <p><a href="http://svn.apache.org/viewvc/qpid/trunk/qpid">http://svn.apache.org/viewvc/qpid/trunk/qpid</a></p>
-
- <p>Or to browse the source tree directly:</p>
-
- <p><a href="https://svn.apache.org/repos/asf/qpid/trunk/qpid">https://svn.apache.org/repos/asf/qpid/trunk/qpid</a></p>
-
- <h2>Checking out from SVN</h2>
-
- <p>The source code can be checked out anonymous over HTTP:</p>
-
- <pre>
-svn co http://svn.apache.org/repos/asf/qpid/trunk
- </pre>
-
-
- <p>Committers can check out the code using HTTPS:</p>
-
- <pre>
-svn co https://svn.apache.org/repos/asf/qpid/trunk
- </pre>
-
- <h2>Read only GIT repo</h2>
-
- <p>A read only GIT repo is available:</p>
-
- <p>It can be cloned with</p>
- <pre>
-git clone git://git.apache.org/qpid.git qpid
- </pre>
-
- <p>or</p>
-
-<pre>
-git clone http://git.apache.org/qpid.git qpid
-</pre>
-
- <p>and then git pull will fetch updates.</p>
-
- <p>If you have commit access it is also possible to commit back with git svn dcommit by following the instructions on the <a href="http://wiki.apache.org/general/GitAtApache">GitAtApache</a> page.</p>
-
- <h2>Setting up your subversion client</h2>
-
- <p>When adding files to subversion, it's important that your subversion client is properly setup to the appropriate subversion properties are set. The client can do it automatically by modifying the auto-props section of the subversion config file. Use the contents of:</p>
-
-<pre>
-http://svn.apache.org/repos/asf/qpid/trunk/qpid/etc/svn-auto-props
-</pre>
-</div>
diff --git a/qpid/doc/website/example/images/asf-logo.png b/qpid/doc/website/example/images/asf-logo.png
deleted file mode 100644
index d824fab768..0000000000
--- a/qpid/doc/website/example/images/asf-logo.png
+++ /dev/null
Binary files differ
diff --git a/qpid/doc/website/example/images/asf_logo.gif b/qpid/doc/website/example/images/asf_logo.gif
deleted file mode 100644
index 22eb9d7358..0000000000
--- a/qpid/doc/website/example/images/asf_logo.gif
+++ /dev/null
Binary files differ
diff --git a/qpid/doc/website/example/images/header.png b/qpid/doc/website/example/images/header.png
deleted file mode 100644
index 9cd149fb29..0000000000
--- a/qpid/doc/website/example/images/header.png
+++ /dev/null
Binary files differ
diff --git a/qpid/doc/website/example/images/main_body.png b/qpid/doc/website/example/images/main_body.png
deleted file mode 100644
index a29bdeecd6..0000000000
--- a/qpid/doc/website/example/images/main_body.png
+++ /dev/null
Binary files differ
diff --git a/qpid/doc/website/example/images/main_bottom.png b/qpid/doc/website/example/images/main_bottom.png
deleted file mode 100644
index 319288a717..0000000000
--- a/qpid/doc/website/example/images/main_bottom.png
+++ /dev/null
Binary files differ
diff --git a/qpid/doc/website/example/images/main_top.png b/qpid/doc/website/example/images/main_top.png
deleted file mode 100644
index ffefe05a8d..0000000000
--- a/qpid/doc/website/example/images/main_top.png
+++ /dev/null
Binary files differ
diff --git a/qpid/doc/website/example/images/menu_body.png b/qpid/doc/website/example/images/menu_body.png
deleted file mode 100644
index 39b2e22205..0000000000
--- a/qpid/doc/website/example/images/menu_body.png
+++ /dev/null
Binary files differ
diff --git a/qpid/doc/website/example/images/menu_bottom.png b/qpid/doc/website/example/images/menu_bottom.png
deleted file mode 100644
index 21bd16aeba..0000000000
--- a/qpid/doc/website/example/images/menu_bottom.png
+++ /dev/null
Binary files differ
diff --git a/qpid/doc/website/example/images/menu_top.png b/qpid/doc/website/example/images/menu_top.png
deleted file mode 100644
index dea7164ef0..0000000000
--- a/qpid/doc/website/example/images/menu_top.png
+++ /dev/null
Binary files differ
diff --git a/qpid/doc/website/example/images/qpid-logo-900x480.png b/qpid/doc/website/example/images/qpid-logo-900x480.png
deleted file mode 100644
index 3e12816142..0000000000
--- a/qpid/doc/website/example/images/qpid-logo-900x480.png
+++ /dev/null
Binary files differ
diff --git a/qpid/doc/website/example/images/qpid-logo.png b/qpid/doc/website/example/images/qpid-logo.png
deleted file mode 100644
index f6d4bfdbad..0000000000
--- a/qpid/doc/website/example/images/qpid-logo.png
+++ /dev/null
Binary files differ
diff --git a/qpid/doc/website/example/index.html b/qpid/doc/website/example/index.html
deleted file mode 100644
index 308ac94765..0000000000
--- a/qpid/doc/website/example/index.html
+++ /dev/null
@@ -1,185 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<!--
- -
- - 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 xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>Apache Qpid: Open Source AMQP Messaging</title>
- <link href="style.css" rel="stylesheet" type="text/css"/>
- </head>
-
- <body>
- <div id="container">
- <div id="header">
- <div id="logo">
- <h1>Apache Qpid</h1>
- <h2>Open Source AMQP Messaging</h2>
- </div>
- </div> <!-- end of header -->
-
- <div id="menu_box">
- <div id="menu_box_top"></div>
- <div id="menu_box_body">
- <h3>Apache Qpid</h3>
- <ul>
- <li><a href="#">Home</a></li>
- <li><a href="#">Download</a></li>
- <li><a href="#">Getting Started</a></li>
- <li><a href="#">Roadmap</a></li>
- <li><a href="#">License</a></li>
- <li><a href="#">FAQ</a></li>
- </ul>
- </div> <!-- end of menu_box_body -->
- <div id="menu_box_bottom"></div>
-
- <div id="menu_box_top"></div>
- <div id="menu_box_body">
- <h3>Documentation</h3>
- <ul>
- <li><a href="#">Version 0.6</a></li>
- <li><a href="#">Version 0.5</a></li>
- <li><a href="#">Archive</a></li>
- </ul>
- </div> <!-- end of menu_box_body -->
- <div id="menu_box_bottom"></div>
-
- <div id="menu_box_top"></div>
- <div id="menu_box_body">
- <h3>Community</h3>
- <ul>
- <li><a href="#">Getting Involved</a></li>
- <li><a href="#">Source Repository</a></li>
- <li><a href="#">Mailing Lists</a></li>
- <li><a href="#">Wiki</a></li>
- <li><a href="#">Issue Reporting</a></li>
- <li><a href="#">People</a></li>
- <li><a href="#">Project Status</a></li>
- <li><a href="#">Acknowledgements</a></li>
- </ul>
- </div> <!-- end of menu_box_body -->
- <div id="menu_box_bottom"></div>
-
- <div id="menu_box_top"></div>
- <div id="menu_box_body">
- <h3>Developers</h3>
- <ul>
- <li><a href="#">Building Qpid</a></li>
- <li><a href="#">Developer Pages</a></li>
- </ul>
- </div> <!-- end of menu_box_body -->
- <div id="menu_box_bottom"></div>
-
- <div id="menu_box_top"></div>
- <div id="menu_box_body">
- <h3>About AMQP</h3>
- <ul>
- <li><a href="#">What is AMQP?</a></li>
- <li><a href="#">Specification</a></li>
- </ul>
- </div> <!-- end of menu_box_body -->
- <div id="menu_box_bottom"></div>
-
- </div> <!-- end of menu_box -->
-
- <div id="main_text_area">
- <div id="main_text_area_top"></div>
-
-<div id="main_text_area_body" xmlns="http://www.w3.org/1999/xhtml">
- <h1>Introduction</h1>
- <p>Enterprise Messaging systems let programs communicate by
- exchanging messages, much as people communicate by
- exchanging email. Unlike email, enterprise messaging systems
- provide guaranteed delivery, speed, security, and freedom
- from spam. Until recently, there was no open standard for
- Enterprise Messaging systems, so programmers either wrote
- their own, or used expensive proprietary systems.</p>
-
- <p>AMQP <a href="http://www.amqp.org/">Advanced Message
- Queuing Protocol</a> is the first open standard for
- Enterprise Messaging. It is designed to support messaging
- for just about any distributed or business
- application. Routing can be configured flexibly, easily
- supporting common messaging paradigms like point-to-point,
- fanout, publish-subscribe, and request-response.</p>
-
- <p>Apache Qpid implements the latest AMQP specification, providing
- transaction management, queuing, distribution, security,
- management, clustering, federation and heterogeneous
- multi-platform support and a lot more. And Apache Qpid is
- extremely fast. Apache Qpid <a href="amqp-compatibility.html"
- title="AMQP compatibility">aims to be 100% AMQP Compliant</a>.</p>
-
- <div id="feature_box">
- <div id="feature_box_column1">
- <h3>AMQP Brokers</h3>
- <ul>
- <li><a href="#">Java Broker</a>
- <ul>
- <li><a href="#">Feature Guide</a></li>
- </ul>
- </li>
- <li><a href="#">C++ Broker (Linux/Windows)</a>
- <ul>
- <li><a href="#">Feature Guide</a></li>
- </ul>
- </li>
- </ul>
- <br/>
- <br/>
- </div> <!-- end of feature_box_column -->
-
- <div id="feature_box_column2">
- <h3>AMQP Client APIs</h3>
- <ul>
- <li><a href="#">Java (JMS 1.1 compliant)</a></li>
- <li><a href="#">C++ (Linux/Windows)</a></li>
- <li><a href="#">C# .NET</a></li>
- <li><a href="#">WCF Adapter (Windows Only)</a></li>
- <li><a href="#">Python</a></li>
- <li><a href="#">Ruby</a></li>
- </ul>
- </div> <!-- end of feature_box_column -->
-
- <div id="feature_box_column3">
- <h3>Qpid Management</h3>
- <ul>
- <li><a href="#">QMF Python API</a></li>
- <li><a href="#">QMF C++ API</a> </li>
- <li><a href="#">Python tools</a></li>
- <li><a href="#">QMan (QMF&lt;=>JMX)</a></li>
- </ul>
- </div> <!-- end of feature_box_column -->
-
- </div> <!-- end of feature_box -->
-
-</div> <!-- end of main_text_area_body -->
-
-
- <div id="main_text_area_bottom"></div>
- </div> <!-- end of main_text_area -->
-
- <div id="footer">
- Apache Qpid, Enterprise AMQP Messaging &#xA9; 2004-2010 The Apache Software Foundation.
- </div>
-
- </div>
- </body>
-</html>
diff --git a/qpid/doc/website/example/style.css b/qpid/doc/website/example/style.css
deleted file mode 100644
index 1e05052a03..0000000000
--- a/qpid/doc/website/example/style.css
+++ /dev/null
@@ -1,263 +0,0 @@
-/*
- *
- * 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.
- *
- */
-ul {
- list-style-type:square;
-}
-
-th {
- text-align: left;
- font-weight: bold;
-}
-
-
-#body {
- margin:0;
- background:#FFFFFF;
- font-family:"Verdana", sans-serif;
-}
-
-#container {
- width:950px;
- margin:0 auto;
-}
-
-#header {
- height:100px;
- width:950px;
- background:url(images/header.png)
-}
-
-#logo {
- text-align:center;
- font-weight:600;
- padding:0 0 0 0;
- font-size:14px;
- font-family:"Verdana", cursive;
-}
-
-#logo a {
- color:#000000;
- text-decoration:none;
-}
-
-#main_text_area {
- margin-left:200px;
-}
-
-#main_text_area_top {
- height:14px;
- font-size:1px;
-}
-
-#main_text_area_bottom {
- height:14px;
- font-size:1px;
- margin-bottom:4px;
-}
-
-#main_text_area_body {
- padding:5px 24px;
-}
-
-#main_text_area_body p {
- text-align:justify;
-}
-
-#main_text_area br {
- line-height:10px;
-}
-
-#main_text_area h1 {
- font-size:28px;
- font-weight:600;
- margin:0 0 24px 0;
- color:#0c3b82;
- font-family:"Verdana", Times, serif;
-}
-
-#main_text_area h2 {
- font-size:24px;
- font-weight:600;
- margin:24px 0 8px 0;
- color:#0c3b82;
- font-family:"Verdana",Times, serif;
-}
-
-#main_text_area ol, #main_text_area ul {
- padding:0;
- margin:10px 0;
- margin-left:20px;
-}
-
-#main_text_area li {
-/* margin-left:40px; */
-}
-
-#main_text_area, #menu_box {
- font-size:13px;
- line-height:17px;
- color:#000000;
-}
-
-#main_text_area {
- font-size:15px;
-}
-
-#main_text_area a {
- color:#000000;
-}
-
-#main_text_area a:hover {
- color:#000000;
-}
-
-#menu_box {
- width:196px;
- float:left;
- margin-left:4px;
-}
-
-#menu_box_top {
- background:url(images/menu_top.png) no-repeat;
- height:14px;
- font-size:1px;
-}
-
-#menu_box_body {
- background:url(images/menu_body.png) repeat-y;
- padding:5px 24px 5px 24px;
-}
-
-#menu_box_bottom {
- background:url(images/menu_bottom.png) no-repeat;
- height:14px;
- font-size:1px;
- margin-bottom:1px;
-}
-
-#menu_box h3 {
- font-size:20px;
- font-weight:500;
- margin:0 0 8px 0;
- color:#0c3b82;
- font-family:"Verdana",Times, serif;
-}
-
-#menu_box ul {
- margin:12px;
- padding:0px;
-}
-
-#menu_box li {
- list-style:square;
-}
-
-#menu_box a {
- color:#000000;
- text-decoration:none;
-}
-
-#menu_box a:hover {
- color:#000000;
- text-decoration:underline;
-}
-
-#feature_box {
- width:698px;
- overflow:hidden;
-}
-
-#feature_box h3 {
- font-size:18px;
- font-weight:600;
- margin:0 0 8px 0;
- color:#0c3b82;
- font-family:"Verdana", Times, serif;
-}
-
-#feature_box_column1 {
- width:196px;
- float:left;
- padding:10px 15px 10px 15px;
- margin-left:0px;
-}
-
-#feature_box_column2 {
- width:196px;
- float:left;
- padding:10px 15px 10px 15px;
- margin-left:0px;
-}
-
-#feature_box_column3 {
- width:196px;
- float:left;
- padding:10px 15px 10px 15px;
- margin-left:0px;
-}
-
-#feature_box ul {
- margin:.8em .4em;
- padding-left:1.2em;
- padding:0;
- list-style-type: square;
-}
-
-#feature_box ul li {
- font-family:"Verdana",sans-serif;
- font-size:14px;
- color:#000;
- margin:.4em 0;
-}
-
-#feature_box ul li ul {
- padding-left:1.2em;
- margin-left:2em;
-}
-
-#feature_box a {
- color:#000000;
- text-decoration:none;
-}
-
-#feature_box a:hover {
- color:#000000;
- text-decoration:underline;
-}
-
-#footer {
- color:#000000;
- clear:both;
- text-align:center;
- font-size:11px;
- line-height:17px;
- height:45px;
- padding-top:18px;
-}
-
-#footer a {
- color:#000000;
-}
-
-#footer a:hover {
- color:#000000;
-}
-
diff --git a/qpid/doc/website/template/images/asf-logo.png b/qpid/doc/website/template/images/asf-logo.png
deleted file mode 100644
index d824fab768..0000000000
--- a/qpid/doc/website/template/images/asf-logo.png
+++ /dev/null
Binary files differ
diff --git a/qpid/doc/website/template/images/asf_logo.gif b/qpid/doc/website/template/images/asf_logo.gif
deleted file mode 100644
index 22eb9d7358..0000000000
--- a/qpid/doc/website/template/images/asf_logo.gif
+++ /dev/null
Binary files differ
diff --git a/qpid/doc/website/template/images/header.png b/qpid/doc/website/template/images/header.png
deleted file mode 100644
index 66e35d7e37..0000000000
--- a/qpid/doc/website/template/images/header.png
+++ /dev/null
Binary files differ
diff --git a/qpid/doc/website/template/images/main_body.png b/qpid/doc/website/template/images/main_body.png
deleted file mode 100644
index a29bdeecd6..0000000000
--- a/qpid/doc/website/template/images/main_body.png
+++ /dev/null
Binary files differ
diff --git a/qpid/doc/website/template/images/main_bottom.png b/qpid/doc/website/template/images/main_bottom.png
deleted file mode 100644
index 319288a717..0000000000
--- a/qpid/doc/website/template/images/main_bottom.png
+++ /dev/null
Binary files differ
diff --git a/qpid/doc/website/template/images/main_top.png b/qpid/doc/website/template/images/main_top.png
deleted file mode 100644
index ffefe05a8d..0000000000
--- a/qpid/doc/website/template/images/main_top.png
+++ /dev/null
Binary files differ
diff --git a/qpid/doc/website/template/images/menu_body.png b/qpid/doc/website/template/images/menu_body.png
deleted file mode 100644
index 39b2e22205..0000000000
--- a/qpid/doc/website/template/images/menu_body.png
+++ /dev/null
Binary files differ
diff --git a/qpid/doc/website/template/images/menu_bottom.png b/qpid/doc/website/template/images/menu_bottom.png
deleted file mode 100644
index 21bd16aeba..0000000000
--- a/qpid/doc/website/template/images/menu_bottom.png
+++ /dev/null
Binary files differ
diff --git a/qpid/doc/website/template/images/menu_top.png b/qpid/doc/website/template/images/menu_top.png
deleted file mode 100644
index dea7164ef0..0000000000
--- a/qpid/doc/website/template/images/menu_top.png
+++ /dev/null
Binary files differ
diff --git a/qpid/doc/website/template/images/qpid-logo-900x480.png b/qpid/doc/website/template/images/qpid-logo-900x480.png
deleted file mode 100644
index 3e12816142..0000000000
--- a/qpid/doc/website/template/images/qpid-logo-900x480.png
+++ /dev/null
Binary files differ
diff --git a/qpid/doc/website/template/images/qpid-logo.png b/qpid/doc/website/template/images/qpid-logo.png
deleted file mode 100644
index 95d49ea469..0000000000
--- a/qpid/doc/website/template/images/qpid-logo.png
+++ /dev/null
Binary files differ
diff --git a/qpid/doc/website/template/style.css b/qpid/doc/website/template/style.css
deleted file mode 100644
index 57dc571425..0000000000
--- a/qpid/doc/website/template/style.css
+++ /dev/null
@@ -1,276 +0,0 @@
-/*
- *
- * 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.
- *
- */
-ul {
- list-style-type:square;
-}
-
-th {
- text-align: left;
- font-weight: bold;
-}
-
-body {
- margin:0;
- background:#FFFFFF;
- font-family:"Verdana", sans-serif;
-}
-
-.container {
- width:950px;
- margin:0 auto;
-}
-
-.header {
- height:100px;
- width:950px;
- background:url(images/header.png)
-}
-
-.logo {
- text-align:center;
- font-weight:600;
- padding:0 0 0 0;
- font-size:14px;
- font-family:"Verdana", cursive;
-}
-
-.logo a {
- color:#000000;
- text-decoration:none;
-}
-
-.main_text_area {
- margin-left:200px;
-}
-
-.main_text_area_top {
- height:14px;
- font-size:1px;
-}
-
-.main_text_area_bottom {
- height:14px;
- font-size:1px;
- margin-bottom:4px;
-}
-
-.main_text_area_body {
- padding:5px 24px;
-}
-
-.main_text_area_body p {
- text-align:justify;
-}
-
-.main_text_area br {
- line-height:10px;
-}
-
-.main_text_area h1 {
- font-size:28px;
- font-weight:600;
- margin:0 0 24px 0;
- color:#0c3b82;
- font-family:"Verdana", Times, serif;
-}
-
-.main_text_area h2 {
- font-size:24px;
- font-weight:600;
- margin:24px 0 8px 0;
- color:#0c3b82;
- font-family:"Verdana",Times, serif;
-}
-
-.main_text_area ol, .main_text_area ul {
- padding:0;
- margin:10px 0;
- margin-left:20px;
-}
-
-.main_text_area li {
-/* margin-left:40px; */
-}
-
-.main_text_area, .menu_box {
- font-size:13px;
- line-height:17px;
- color:#000000;
-}
-
-.main_text_area {
- font-size:15px;
-}
-
-.main_text_area a {
- color:#000000;
-}
-
-.main_text_area a:hover {
- color:#000000;
-}
-
-.menu_box {
- width:196px;
- float:left;
- margin-left:4px;
-}
-
-.menu_box_top {
- background:url(images/menu_top.png) no-repeat;
- height:14px;
- font-size:1px;
-}
-
-.menu_box_body {
- background:url(images/menu_body.png) repeat-y;
- padding:5px 24px 5px 24px;
-}
-
-.menu_box_bottom {
- background:url(images/menu_bottom.png) no-repeat;
- height:14px;
- font-size:1px;
- margin-bottom:1px;
-}
-
-.menu_box h3 {
- font-size:20px;
- font-weight:500;
- margin:0 0 8px 0;
- color:#0c3b82;
- font-family:"Verdana",Times, serif;
-}
-
-.menu_box ul {
- margin:12px;
- padding:0px;
-}
-
-.menu_box li {
- list-style:square;
-}
-
-.menu_box a {
- color:#000000;
- text-decoration:none;
-}
-
-.menu_box a:hover {
- color:#000000;
- text-decoration:underline;
-}
-
-.feature_box {
- width:698px;
- overflow:hidden;
-}
-
-.feature_box h3 {
- font-size:18px;
- font-weight:600;
- margin:0 0 8px 0;
- color:#0c3b82;
- font-family:"Verdana", Times, serif;
-}
-
-.feature_box_column1 {
- width:196px;
- float:left;
- padding:10px 15px 10px 15px;
- margin-left:0px;
-}
-
-.feature_box_column2 {
- width:196px;
- float:left;
- padding:10px 15px 10px 15px;
- margin-left:0px;
-}
-
-.feature_box_column3 {
- width:196px;
- float:left;
- padding:10px 15px 10px 15px;
- margin-left:0px;
-}
-
-
-.feature_box ul {
- margin:.8em .4em;
- padding-left:1.2em;
- padding:0;
- list-style-type: square;
-}
-
-.feature_box ul li {
- font-family:"Verdana",sans-serif;
- font-size:14px;
- color:#000;
- margin:.4em 0;
-}
-
-.feature_box ul li ul {
- padding-left:1.2em;
- margin-left:2em;
-}
-
-.feature_box a {
- color:#000000;
- text-decoration:none;
-}
-
-.feature_box a:hover {
- color:#000000;
- text-decoration:underline;
-}
-
-.footer {
- color:#000000;
- clear:both;
- text-align:center;
- font-size:11px;
- line-height:17px;
- height:45px;
- padding-top:18px;
-}
-
-.footer a {
- color:#000000;
-}
-
-.footer a:hover {
- color:#000000;
-}
-
-.download_table {
- width:100%;
-}
-
-.download_table_col_1 {
- width:240px;
-}
-
-.download_table_amqp_col {
- text-align:center;
- width:80px;
-}
-
diff --git a/qpid/doc/website/template/template.html b/qpid/doc/website/template/template.html
deleted file mode 100644
index fab61a4ffa..0000000000
--- a/qpid/doc/website/template/template.html
+++ /dev/null
@@ -1,126 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<!--
- -
- - 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 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"/>
- </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 -->
-
- <div class="main_text_area">
- <div class="main_text_area_top"></div>
-{.}
- </div>
-
- <div class="footer">
- <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.
- </p>
- </div>
-
- </div>
- </body>
-</html>
diff --git a/qpid/doc/website/tools/generate b/qpid/doc/website/tools/generate
deleted file mode 100755
index a45e803793..0000000000
--- a/qpid/doc/website/tools/generate
+++ /dev/null
@@ -1,56 +0,0 @@
-#!/usr/bin/env python
-#
-# 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.
-#
-
-import os
-import sys
-
-if len(sys.argv) != 4:
- print "Usage: $ generate template/template.html contentDir outputDir"
- exit()
-
-else:
- try:
- srcDir = os.path.abspath(sys.argv[2])
- srcFiles = os.listdir(srcDir)
- targetDir = os.path.abspath(sys.argv[3])
- template = open(sys.argv[1], "r")
-
- for srcFile in srcFiles:
- if os.path.splitext(srcFile)[1] == ".html":
- content = open(os.path.join(srcDir,srcFile), "r")
- output = open(os.path.join(targetDir,srcFile),"w")
-
- template.seek(0)
-
- for t in template:
- if t.rstrip() == "{.}":
- for c in content:
- output.write( c )
- else:
- output.write( t )
-
- output.close()
- content.close()
-
- except:
- print "Ooops!"
- exit()
-
-template.close()
diff --git a/qpid/doc/website/tools/wrap b/qpid/doc/website/tools/wrap
deleted file mode 100755
index d756da7335..0000000000
--- a/qpid/doc/website/tools/wrap
+++ /dev/null
@@ -1,44 +0,0 @@
-#!/usr/bin/env python
-#
-# 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.
-#
-
-import sys
-
-if len(sys.argv) != 4:
- print "Usage: $ wrap template.html content.html output.html"
- exit()
-
-try:
- template = open(sys.argv[1], "r")
- content = open(sys.argv[2], "r")
- output = open(sys.argv[3], "w")
-
- for t in template:
- if t.rstrip() == "{.}":
- for c in content:
- output.write( c )
- else:
- output.write( t )
-except:
- print "Ooops!"
- exit()
-
-template.close()
-content.close()
-output.close()