From 0ba485a8cae3b432868de67d30b6d0952cab2335 Mon Sep 17 00:00:00 2001 From: Ben Bangert Date: Tue, 13 Mar 2012 11:42:38 -0700 Subject: add feature list --HG-- branch : trunk --- docs/index.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'docs') 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 ========== -- cgit v1.2.1