diff options
| author | Robert Gemmell <robbie@apache.org> | 2010-12-11 16:15:36 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2010-12-11 16:15:36 +0000 |
| commit | fe8815ae274dcaeb249ab925499ee87e5e950d1e (patch) | |
| tree | bbcbd0f45770089809c4c9428b2d1a41cd909c72 /doc/website/content/index.html | |
| parent | d81ad95f80b4a3d205a217ab81469dd8fabc35b1 (diff) | |
| download | qpid-python-fe8815ae274dcaeb249ab925499ee87e5e950d1e.tar.gz | |
updates to make the website conform with the Apache Project Branding Requirements
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1044675 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'doc/website/content/index.html')
| -rw-r--r-- | doc/website/content/index.html | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/doc/website/content/index.html b/doc/website/content/index.html index 674e74470a..16e96ebc7a 100644 --- a/doc/website/content/index.html +++ b/doc/website/content/index.html @@ -20,6 +20,12 @@ --> <div class="main_text_area_body"> <h1>Introduction</h1> + + <p>Apache Qpid™ 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 @@ -28,8 +34,7 @@ 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 + <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 @@ -43,6 +48,8 @@ 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> @@ -74,7 +81,7 @@ <li>QMF Python API</li> <li>QMF C++ API </li> <li>Python tools</li> - <li>QMan (QMF<=>JMX)</li> + <li>JMX</li> </ul> </div> <!-- end of feature_box_column --> |
