wok-6.x diff python-routes/description.txt @ rev 25333

updated subversion, subversion-dev and libsvn (1.13.0 -> 1.14.2)
author Hans-G?nter Theisgen
date Sat Jul 23 15:37:19 2022 +0100 (2022-07-23)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/python-routes/description.txt	Sat Jul 23 15:37:19 2022 +0100
     1.3 @@ -0,0 +1,8 @@
     1.4 +Routes is a Python re-implementation of the Rails routes system for mapping
     1.5 +URLs to Controllers/Actions and generating URLs.
     1.6 +Routes makes it easy to create pretty and concise URLs that are RESTful with
     1.7 +little effort.
     1.8 +
     1.9 +Speedy and dynamic URL generation means you get a URL with minimal cruft
    1.10 +(no big dangling query args).
    1.11 +Shortcut features like Named Routes cut down on repetitive typing.