diff options
author | Sebastian Spaeth <Sebastian@SSpaeth.de> | 2012-11-20 09:25:41 +0100 |
---|---|---|
committer | Sebastian Spaeth <Sebastian@SSpaeth.de> | 2012-11-20 09:29:37 +0100 |
commit | 60389b21f5d24acf6faf08c225da16b3f8d7de18 (patch) | |
tree | 85bfd1bcfbedebd38227f507cd0632e8225f4052 /docs/source/siteadmin/codebase.rst | |
parent | 4d8a3cd808a309b250df40f64bb862fdb5ede434 (diff) | |
download | mediagoblin-60389b21f5d24acf6faf08c225da16b3f8d7de18.tar.lz mediagoblin-60389b21f5d24acf6faf08c225da16b3f8d7de18.tar.xz mediagoblin-60389b21f5d24acf6faf08c225da16b3f8d7de18.zip |
Purge routes package from MG (#507)
We were not actually using the routes package anymore, but it was
still mentioned in the documention. Adapt the plugin documentation to
actually represent reality, although I don't like the API design.
(but this is for another day)
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
Diffstat (limited to 'docs/source/siteadmin/codebase.rst')
-rw-r--r-- | docs/source/siteadmin/codebase.rst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/source/siteadmin/codebase.rst b/docs/source/siteadmin/codebase.rst index 3ef91290..22f4e18b 100644 --- a/docs/source/siteadmin/codebase.rst +++ b/docs/source/siteadmin/codebase.rst @@ -68,8 +68,6 @@ Software Stack * `WebOb <http://pythonpaste.org/webob/>`_: nice abstraction layer from HTTP requests, responses and WSGI bits - * `Routes <http://routes.groovie.org/>`_: for URL routing - * `Beaker <http://beaker.groovie.org/>`_: for handling sessions and caching |