summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Bangert <ben@groovie.org>2012-03-13 11:11:35 -0700
committerBen Bangert <ben@groovie.org>2012-03-13 11:11:35 -0700
commite0d10d9150db82c81a18e3fd3c65fe52557b9235 (patch)
tree25b499a381eb19a7e3d54c771e9536d71b1f84ba
parent59d0ec306e2e09d2a2a36c8431ebf9d7517c1931 (diff)
downloadroutes-e0d10d9150db82c81a18e3fd3c65fe52557b9235.tar.gz
Update readme
--HG-- branch : trunk
-rw-r--r--README.rst17
1 files changed, 4 insertions, 13 deletions
diff --git a/README.rst b/README.rst
index 5966ba0..042a5fe 100644
--- a/README.rst
+++ b/README.rst
@@ -1,12 +1,3 @@
-Routes 1.11(ish) with:
-* Routes prettyprinter
-* A working, nestable submapper
-* collection(), a more flexible and powerful alternative to resource()
-
-See http://positiveincline.com/?p=550 and http://positiveincline.com/?p=561
-
---
-
Routes is a Python re-implementation of the Rails routes system for mapping
URL's to Controllers/Actions and generating URL's. Routes makes it easy to
create pretty and concise URL's that are RESTful with little effort.
@@ -15,8 +6,8 @@ Speedy and dynamic URL generation means you get a URL with minimal cruft
(no big dangling query args). Shortcut features like Named Routes cut down
on repetitive typing.
-View the INSTALL for installation instructions. Routes will typically be
-running integrated into an existing framework.
+See `the documentation for installation and usage of Routes <http://readthedocs.org/docs/routes/en/latest/>`_.
-For developers wishing to integrate Routes with their web
-application/framework, consult docs/integration.txt.
+.. image:: https://secure.travis-ci.org/bbangert/routes.png?branch=master
+ :alt: Build Status
+ :target: https://secure.travis-ci.org/bbangert/routes