summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Robie <jonathan@apache.org>2010-06-15 19:16:42 +0000
committerJonathan Robie <jonathan@apache.org>2010-06-15 19:16:42 +0000
commit2f70bad7cd2805871dad079cd88fa0a2ca060ec6 (patch)
tree6fc075bb2fc9c8035421ad08b148d182dc574bcc
parent163e89881464fb242461fdf769839f58f5b3a28f (diff)
downloadqpid-python-2f70bad7cd2805871dad079cd88fa0a2ca060ec6.tar.gz
Removing files that end with ~
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@955008 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--doc/website/content/acknowledgements.html~16
-rw-r--r--doc/website/content/amqp.html~52
-rw-r--r--doc/website/content/compatibility.html~367
-rw-r--r--doc/website/content/documentation.html8
4 files changed, 4 insertions, 439 deletions
diff --git a/doc/website/content/acknowledgements.html~ b/doc/website/content/acknowledgements.html~
deleted file mode 100644
index a3bbb3d195..0000000000
--- a/doc/website/content/acknowledgements.html~
+++ /dev/null
@@ -1,16 +0,0 @@
-<div id="main_text_area_body" xmlns="http://www.w3.org/1999/xhtml">
-<h1>Acknowledgements</h1>
- <div >
- <table ><tbody>
- <tr>
- <td > <a href="http://www.ej-technologies.com/products/jprofiler/overview.html" class="external-link" rel="nofollow"><span class="image-wrap" style=""><img src="/confluence/download/attachments/74463/jprofiler.png?version=1&amp;modificationDate=1200398797000" style="border: 0px solid black" /></span></a> </td>
- <td > <table class="sectionMacro" border="0" cellpadding="5" cellspacing="0" width="100%"><tbody><tr><p> We acknowledge <a href="http://www.ej-technologies.com" class="external-link" rel="nofollow">ej-technologies</a> for giving us a free team license for profiling Qpid Java code. </p></tr></tbody></table> </td>
-
- </tr>
- <tr>
- <td > <a href="http://www.headwaysoftware.com/products/structure101" class="external-link" rel="nofollow"><span class="image-wrap" style=""><img src="/confluence/download/attachments/74463/structure101.jpg?version=1&amp;modificationDate=1202130339000" style="border: 0px solid black" /></span></a> </td>
- <td > <table class="sectionMacro" border="0" cellpadding="5" cellspacing="0" width="100%"><tbody><tr><p> We acknowledge <a href="http://www.headwaysoftware.com" class="external-link" rel="nofollow">Headway Software</a> for giving us free licenses of Structure101 for analyzing and managing the architecture of Qpid Java code. </p></tr></tbody></table> </td>
- </tr>
- </tbody></table>
- </div>
-</div>
diff --git a/doc/website/content/amqp.html~ b/doc/website/content/amqp.html~
deleted file mode 100644
index 833c593043..0000000000
--- a/doc/website/content/amqp.html~
+++ /dev/null
@@ -1,52 +0,0 @@
-<div class="wiki-content" style="margin-right:10px;">
-
- <h1>What is AMQP?</h1>
-
-<p>AMQP <a href="http://www.amqp.org" class="external-link" rel="nofollow">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="/confluence/display/qpid/AMQP+compatibility" 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" class="external-link" rel="nofollow">AMQP 0-10 Specification (PDF) </a></li>
- <li><a href="https://jira.amqp.org/confluence/download/attachments/720900/amqp.0-10.xml?version=1" class="external-link" rel="nofollow">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" class="external-link" rel="nofollow">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" class="external-link" rel="nofollow">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" class="external-link" rel="nofollow">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" class="external-link" rel="nofollow">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" class="external-link" rel="nofollow">AMQP 0-9 Specification (PDF) </a></li>
- <li><a href="https://jira.amqp.org/confluence/download/attachments/720900/amqp0-9.xml?version=1" class="external-link" rel="nofollow">AMQP 0-9 Protocol Documentation (PDF) </a></li>
- <li><a href="https://jira.amqp.org/confluence/download/attachments/720900/amqp0-9.dtd?version=1" class="external-link" rel="nofollow">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" class="external-link" rel="nofollow">AMQP 0-8 Specification (PDF) </a></li>
- <li><a href="https://jira.amqp.org/confluence/download/attachments/720900/amqp0-8.dtd?version=1" class="external-link" rel="nofollow">AMQP 0-8 Protocol Documentation (PDF) </a></li>
- <li><a href="https://jira.amqp.org/confluence/download/attachments/720900/amqp0-8.xml?version=1" class="external-link" rel="nofollow">AMQP 0-8 Protocol Definitions (XML) </a></li>
-</ul>
-</div>
-
diff --git a/doc/website/content/compatibility.html~ b/doc/website/content/compatibility.html~
deleted file mode 100644
index 055b72f379..0000000000
--- a/doc/website/content/compatibility.html~
+++ /dev/null
@@ -1,367 +0,0 @@
-<div class="wiki-content" style="margin-right:10px;">
- <!-- wiki content -->
-
- <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="/confluence/display/qpid/Download" title="Download"><b>downloaded here</b></a></b></p>
-
-<p>There are two brokers:</p>
-
-<p>C+&#43; with support for AMQP 0-10<br/>
-Java with support for AMQP 0-8, 0-9, and 0-10.</p>
-
-<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 0.6.</li>
-</ul>
-
-
-<ul>
- <li>The JMS client supports 0-8, 0-9 and 0-10 and interoperates with both brokers.</li>
-</ul>
-
-
-<ul>
- <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 0.6, or prior to 0.6 you can use 0-8 or 0-9.</li>
-
-</ul>
-
-
-<ul>
- <li>There are two separate C# clients, one for 0-8 that interoperates only with the Java broker, and one for 0-10.</li>
-</ul>
-
-
-<ul>
- <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 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>
-</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>
-</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>
-</tr>
-<tr>
-<td >&nbsp;</td>
-<td > 0-9 </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>
-</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>
-</tr>
-<tr>
-<td >&nbsp;</td>
-<td > 0-9 </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>
-</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>
-</tr>
-<tr>
-<td >&nbsp;</td>
-<td > 0-9 </td>
-<td > Y </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>
-</tr>
-<tr>
-<td >&nbsp;</td>
-<td > 0-9 </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>
-</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>
-</tr>
-<tr>
-<td >&nbsp;</td>
-<td > 0-8 </td>
-
-<td > Y </td>
-<td > Y </td>
-<td > Y </td>
-<td > Y </td>
-<td > Y </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>
-
-</tr>
-<tr>
-<td >&nbsp;</td>
-<td > 0-8 </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>
-
-</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>
-<td >&nbsp;</td>
-<td > release </td>
-
-<td > 0-8 </td>
-<td > 0-9 </td>
-<td > 0-10 </td>
-</tr>
-<tr>
-<td > Java client </td>
-<td > M3 M4 0.5 0.6 </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 </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 </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 </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 > Ruby client </td>
-<td > M4, 0.5, 0.6 </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 </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 </td>
-
-<td > Y </td>
-<td > N </td>
-<td > N </td>
-</tr>
-<tr>
-<td > WCF channel </td>
-<td > 0.6</td>
-
-<td > N </td>
-<td > N </td>
-<td > Y </td>
-</tr>
-</tbody></table>
-</div>
-</div>
-
diff --git a/doc/website/content/documentation.html b/doc/website/content/documentation.html
index 4dd8ec7b10..7c30078fe6 100644
--- a/doc/website/content/documentation.html
+++ b/doc/website/content/documentation.html
@@ -9,7 +9,7 @@
<p>
<a href="books/0.6/AMQP-Messaging-Broker-CPP-Book/pdf/AMQP-Messaging-Broker-CPP-Book.pdf"
name="AMQP Messaging Broker (C++ implemementation)">PDF</a> |
- <a href="books/0.6/AMQP-Messaging-Broker-CPP-Book/html/index.html">HTML</a></li></p>
+ <a href="books/0.6/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.6/AMQP-Messaging-Broker-Java-Book/pdf/AMQP-Messaging-Broker-Java-Book.pdf"
name="AMQP Messaging Broker (Java implemementation)">PDF</a> |
@@ -37,7 +37,7 @@
<p>
<a href="books/0.5/AMQP-Messaging-Broker-CPP-Book/pdf/AMQP-Messaging-Broker-CPP-Book.pdf"
name="AMQP Messaging Broker (C++ implemementation)">PDF</a> |
- <a href="books/0.5/AMQP-Messaging-Broker-CPP-Book/html/index.html">HTML</a></li></p>
+ <a href="books/0.5/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.5/AMQP-Messaging-Broker-Java-Book/pdf/AMQP-Messaging-Broker-Java-Book.pdf"
name="AMQP Messaging Broker (Java implemementation)">PDF</a> |
@@ -55,13 +55,13 @@
<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>
+ <a href="archives/qpid-2010-05-26.pdf">PDF</a></p></li>
</ul>
<h2 id="qpid-wiki">Qpid Wiki</h2>
<ul>
- <li><p><a href="qpid.apache.org">Qpid Wiki</p></li>
+ <li><p><a href="qpid.apache.org">Qpid Wiki</a></p></li>
</ul>
</div>