Mercurial > p > roundup > code
diff roundup/web/router.py @ 5002:ce06c665932a routing
Update router docstring to reference usage example
| author | anatoly techtonik <techtonik@gmail.com> |
|---|---|
| date | Fri, 11 Sep 2015 11:08:34 +0300 |
| parents | e9077def7678 |
| children |
line wrap: on
line diff
--- a/roundup/web/router.py Fri Sep 11 09:44:31 2015 +0300 +++ b/roundup/web/router.py Fri Sep 11 11:08:34 2015 +0300 @@ -1,10 +1,11 @@ #!/usr/bin/env python -# This Router component was written by techtonik@gmail.com and it's been -# placed in the Public Domain. Copy and modify to your heart's content. +# The Router component is placed into public domain by +# anatoly techtonik <techtonik@gmail.com> """ -The purpose of router is to make Roundup URL scheme configurable -and allow extensions add their own handlers and URLs to tracker. +Router allows extensions to add handlers for their own URLs to +tracker. To test how it works, copy +plugins/extensions/custompage.py module to your tracker. """ DEBUG = False
