summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsk Solem <ask@celeryproject.org>2012-06-07 15:25:27 +0100
committerAsk Solem <ask@celeryproject.org>2012-06-07 15:25:27 +0100
commit362ac964dff0daf34f18cc6dd7e7abaca630d1e2 (patch)
tree4a3f026a9ce030b8855a4f2ebd0b811ce0f43e73
parent0e02fd298c5eaaccdb455ade71b8b11cc4fec9e7 (diff)
downloadkombu-2.2-archived.tar.gz
rst2html --strict for README.rst2.2-archived
-rw-r--r--README.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 73b37dcb..1c990509 100644
--- a/README.rst
+++ b/README.rst
@@ -10,8 +10,9 @@ The aim of `Kombu` is to make messaging in Python as easy as possible by
providing an idiomatic high-level interface for the AMQ protocol, and also
provide proven and tested solutions to common messaging problems.
-AMQP is the Advanced Message Queuing Protocol, an open standard protocol
-for message orientation, queuing, routing, reliability and security.
+`AMQP`_ is the Advanced Message Queuing Protocol, an open standard protocol
+for message orientation, queuing, routing, reliability and security,
+for which the `RabbitMQ`_ messaging server is the most popular implementation.
Features
========
@@ -24,7 +25,7 @@ Features
* Fast AMQP transport using `librabbitmq`_, written in C.
- This is automatically enabled if :mod:`librabbitmq` is installed::
+ This is automatically enabled if librabbitmq is installed::
$ pip install librabbitmq