aboutsummaryrefslogtreecommitdiff
path: root/python/Routes/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/Routes/README')
-rw-r--r--python/Routes/README11
1 files changed, 6 insertions, 5 deletions
diff --git a/python/Routes/README b/python/Routes/README
index 89c29985db..19ea690829 100644
--- a/python/Routes/README
+++ b/python/Routes/README
@@ -1,8 +1,9 @@
-Routes is a Python re-implementation of the Rails routes system for mapping URLs
-to application actions, and conversely to generate URLs.
-Routes makes it easy to create pretty and concise URLs that are RESTful with little effort.
+Routes is a Python re-implementation of the Rails routes system for
+mapping URLs to application actions, and conversely to generate URLs.
+Routes makes it easy to create pretty and concise URLs that are RESTful
+with little effort.
-Routes allows conditional matching based on domain, cookies, HTTP method,
-or a custom function.
+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.