summaryrefslogtreecommitdiff
path: root/README
blob: 5966ba06161aaaad05bfc5c6148b6d779f911897 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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.

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.

For developers wishing to integrate Routes with their web
application/framework, consult docs/integration.txt.