wok annotate python-routes/description.txt @ rev 25446

ftop: add description.txt
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 06 10:22:54 2022 +0000 (2022-09-06)
parents
children
rev   line source
Hans-Günter@25234 1 Routes is a Python re-implementation of the Rails routes system for mapping
Hans-Günter@25234 2 URLs to Controllers/Actions and generating URLs.
Hans-Günter@25234 3 Routes makes it easy to create pretty and concise URLs that are RESTful with
Hans-Günter@25234 4 little effort.
Hans-Günter@25234 5
Hans-Günter@25234 6 Speedy and dynamic URL generation means you get a URL with minimal cruft
Hans-Günter@25234 7 (no big dangling query args).
Hans-Günter@25234 8 Shortcut features like Named Routes cut down on repetitive typing.