summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Klishin <mklishin@pivotal.io>2015-04-04 01:36:35 +0300
committerMichael Klishin <mklishin@pivotal.io>2015-04-04 01:36:35 +0300
commit9e08000481ea8426d54354308d74dacd223737d6 (patch)
treeb6240db7800ce4772a33681100fac8309610ec5b
parent0e467f577867fb277db3ccc732bfd7c2b673afc6 (diff)
downloadrabbitmq-server-git-9e08000481ea8426d54354308d74dacd223737d6.tar.gz
New README.md
-rw-r--r--README1
-rw-r--r--README.md46
2 files changed, 46 insertions, 1 deletions
diff --git a/README b/README
deleted file mode 100644
index 67e3a66ad6..0000000000
--- a/README
+++ /dev/null
@@ -1 +0,0 @@
-Please see http://www.rabbitmq.com/build-server.html for build instructions.
diff --git a/README.md b/README.md
new file mode 100644
index 0000000000..7e6375f19a
--- /dev/null
+++ b/README.md
@@ -0,0 +1,46 @@
+# RabbitMQ Server
+
+[RabbitMQ](http://rabbitmq.com) is a [feature rich](http://www.rabbitmq.com/features.html), multi-protocol messaging broker. It supports:
+
+ * AMQP 0-9-1
+ * STOMP
+ * MQTT 3.1.1
+ * AMQP 1.0
+
+
+## Installation
+
+ * [Installation guides](http://www.rabbitmq.com/download.html) for various platforms
+
+
+## Tutorials & Documentation
+
+ * [RabbitMQ tutorials](http://www.rabbitmq.com/getstarted.html)
+ * [Documentation guides](http://www.rabbitmq.com/documentation.html)
+ * [Client libraries and tools](http://www.rabbitmq.com/devtools.html)
+
+## Getting Help
+
+ * [RabbitMQ mailing list](https://groups.google.com/forum/#!forum/rabbitmq-users)
+ * `#rabbitmq` on Freenode
+ * [Commercial RabbitMQ support](http://www.rabbitmq.com/services.html) from [Pivotal](http://pivotal.io)
+
+
+## Contributing
+
+See [CONTRIBUTING.md](./CONTRIBUTING.md) and our [development process overview](http://www.rabbitmq.com/github.html).
+
+
+## License
+
+RabbitMQ server is [licensed under the MPL](LICENSE-MPL-RabbitMQ).
+
+
+## Building From Source
+
+See [building RabbitMQ server from source](http://www.rabbitmq.com/build-server.html).
+
+
+## Copyright
+
+(c) Pivotal Software Inc., 2007-2015.