You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by jo...@apache.org on 2010/11/22 17:51:17 UTC

svn commit: r1037772 - /qpid/trunk/qpid/python/README.txt

Author: jonathan
Date: Mon Nov 22 16:51:17 2010
New Revision: 1037772

URL: http://svn.apache.org/viewvc?rev=1037772&view=rev
Log:
Added information on documentation and overview of Qpid.

Modified:
    qpid/trunk/qpid/python/README.txt

Modified: qpid/trunk/qpid/python/README.txt
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/python/README.txt?rev=1037772&r1=1037771&r2=1037772&view=diff
==============================================================================
--- qpid/trunk/qpid/python/README.txt (original)
+++ qpid/trunk/qpid/python/README.txt Mon Nov 22 16:51:17 2010
@@ -1,3 +1,19 @@
+This distribution contains the Python client libraries for Apache Qpid.
+
+Apache Qpid is a high-speed, language independent, platform
+independent enterprise messaging system. It currently provides two
+messaging brokers (one implemented in C++, one implemented in Java),
+and messaging client libraries for Java JMS, C++, C# .NET, Python,
+Ruby, and WCF. The messaging protocol for Apache Qpid is AMQP
+(Advanced Message Queuing Protocol). You can read more about Qpid
+here:
+
+  http://qpid.apache.org/
+
+Documentation can be found here:
+
+  http://qpid.apache.org/documentation.html
+
 = GETTING STARTED =
 
 1. Make sure the Qpid Python client libraries are on your PYTHONPATH:
@@ -11,14 +27,12 @@ $ export PYTHONPATH=/home/me/qpid-0.8/py
 $ ./hello
 Hello world!
 
-
 = EXAMPLES =
 
 The examples/api directory contains several examples. 
 
 Read examples/README.txt for further details on these examples.
 
-
 = RUNNING THE TESTS =
 
 The "tests" directory contains a collection of unit tests for the



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