summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Gemmell <robbie@apache.org>2010-07-03 18:44:46 +0000
committerRobert Gemmell <robbie@apache.org>2010-07-03 18:44:46 +0000
commit39e8dedab4a2f3ef00e597d3d74869e308cc8d15 (patch)
tree23a01df140e4a1593efb1dcfccf0659110545c39
parentca43727e039390130b216350fa1423c09cf7b2cf (diff)
downloadqpid-python-39e8dedab4a2f3ef00e597d3d74869e308cc8d15.tar.gz
Remove redundant files
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@960255 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--doc/website/content/#compatibility.html#365
-rw-r--r--doc/website/content/#people.html#76
-rw-r--r--doc/website/index.html0
-rw-r--r--doc/website/template.html114
4 files changed, 0 insertions, 555 deletions
diff --git a/doc/website/content/#compatibility.html# b/doc/website/content/#compatibility.html#
deleted file mode 100644
index cb5b1a8641..0000000000
--- a/doc/website/content/#compatibility.html#
+++ /dev/null
@@ -1,365 +0,0 @@
-<div id="main_text_area_body" xmlns="http://www.w3.org/1999/xhtml">
- <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.html" 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/#people.html# b/doc/website/content/#people.html#
deleted file mode 100644
index 9cb7e53cb7..0000000000
--- a/doc/website/content/#people.html#
+++ /dev/null
@@ -1,76 +0,0 @@
-<div id="main_text_area_body" xmlns="http://www.w3.org/1999/xhtml">
- <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>
-
- <div>
- <ul>
- <li>Aidan Skinner</li>
- <li>Alan Conway</li>
- <li>Andrea Gazzarini</li>
- <li>Andrew Stitcher</li>
- <li>Arnaud Simon</li>
- <li>Carl Trieloff</li>
- <li>Gordon Sim</li>
- <li>Jim Meyering</li>
- <li>John O'Hara</li>
- <li>Jonathan Robie</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>
- </div>
-
- <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>
-</li>
-
-<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>
diff --git a/doc/website/index.html b/doc/website/index.html
deleted file mode 100644
index e69de29bb2..0000000000
--- a/doc/website/index.html
+++ /dev/null
diff --git a/doc/website/template.html b/doc/website/template.html
deleted file mode 100644
index 750f74409f..0000000000
--- a/doc/website/template.html
+++ /dev/null
@@ -1,114 +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>
-
- <div id="footer">
- Apache Qpid, Enterprise AMQP Messaging &#xA9; 2004-2010 The Apache Software Foundation.
- </div>
-
- </div>
- </body>
-</html>