summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBen Bangert <ben@groovie.org>2012-03-13 11:42:38 -0700
committerBen Bangert <ben@groovie.org>2012-03-13 11:42:38 -0700
commit0ba485a8cae3b432868de67d30b6d0952cab2335 (patch)
tree10f7e5fdf3c4d2c78b3014a0ceb049d9143a41ab /docs
parent202c12881863caf5924872728c28198030adc84b (diff)
downloadroutes-0ba485a8cae3b432868de67d30b6d0952cab2335.tar.gz
add feature list
--HG-- branch : trunk
Diffstat (limited to 'docs')
-rw-r--r--docs/index.rst12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst
index b18c800..7e9cc7a 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -11,6 +11,18 @@ Routes is a Python re-implementation of the Rails routes system for mapping URLs
Routes allows conditional matching based on domain, cookies, HTTP method, or a custom function. Sub-domain support is built in. Routes comes with an extensive unit test suite.
+Current features:
+
+* Sophisticated route lookup and URL generation
+* Named routes
+* Redirect routes
+* Wildcard paths before and after static parts
+* Sub-domain support built-in
+* Conditional matching based on domain, cookies, HTTP method (RESTful), and more
+* Easily extensible utilizing custom condition functions and route generation
+ functions
+* Extensive unit tests
+
Installing
==========