summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorDavid Cramer <dcramer@gmail.com>2011-12-23 23:28:17 -0800
committerDavid Cramer <dcramer@gmail.com>2011-12-23 23:28:17 -0800
commit9425587da77e665dddaa3ef23d0705d249dbe697 (patch)
treeee03804cfb3ce1673407b9648d297b15c7a5ffd6 /README.rst
parent83386e2e6bb769c459352a07b43f08d2917cd6bd (diff)
downloadraven-9425587da77e665dddaa3ef23d0705d249dbe697.tar.gz
Add a proper doc to setup.py and improve README
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst24
1 files changed, 9 insertions, 15 deletions
diff --git a/README.rst b/README.rst
index c42324d..b826ae1 100644
--- a/README.rst
+++ b/README.rst
@@ -1,21 +1,15 @@
Raven
-=====
+======
-Raven is a standalone (and the official) Python client for django-sentry.
+Raven is a Python client for `Sentry <http://aboutsentry.com/>`_. It provides
+full out-of-the-box support for many of the popular frameworks, including
+Django, and Flask. Raven also includes drop-in support for any WSGI-compatible
+web application.
-It currently contains drop-in support for the following projects:
+Your application doesn't live on the web? No problem! Raven is easy to use in
+any Python application.
-- Django
-- Flask
-
-Don't use a framework? No problem! Raven is easy to use in any Python application,
-even if it's not on the web.
-
-About Sentry
-------------
-
-Sentry provides you with a generic interface to view and interact with your error logs. With this
-it allows you to interact and view near real-time information to discover issues and more
-easily trace them in your application.
+Documentation
+-------------
Docs: http://raven.rtfd.org \ No newline at end of file