wok-current diff python-routes/description.txt @ rev 25701

Fix dep for libglamoregl.so (libepoxy), and miss file for amdgpu (thanks alanyih)
author Stanislas Leduc <shann@slitaz.org>
date Fri Apr 19 12:48:51 2024 +0000 (2 months ago)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/python-routes/description.txt	Fri Apr 19 12:48:51 2024 +0000
     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.