From: philipp Date: Wed, 27 Oct 2010 20:16:25 +0000 (+0000) Subject: Added a URL schema proposal as comment. X-Git-Url: https://git.toastfreeware.priv.at/philipp/winterrodeln/wradmin.git/commitdiff_plain/cea81c56d2e9eb5b3a270c2a0c6c0a3eafd6693f Added a URL schema proposal as comment. git-svn-id: http://www.winterrodeln.org/svn/servermediawiki/trunk/wradmin@613 7aebc617-e5e2-0310-91dc-80fb5f6d2477 --- diff --git a/wradmin/wradmin/config/routing.py b/wradmin/wradmin/config/routing.py index 8dfa3dc..7c59533 100644 --- a/wradmin/wradmin/config/routing.py +++ b/wradmin/wradmin/config/routing.py @@ -3,6 +3,20 @@ The more specific and detailed routes should be defined first so they may take precedent over the more generic routes. For more information refer to the routes manual at http://routes.groovie.org/docs/ + + +Proposal for Winterrodeln URL schema: + +bahnen.winterrodeln.org/kemater_alm => www.winterrodeln.org/wiki/Kemater_Alm +huetten.winterrodeln.org/kemater_alm => www.winterrodeln.org/wiki/Kemater_Alm_(Gasthaus) + +www.winterrodeln.org/wiki ... handled by apache/mediawiki +www.winterrodeln.org/feeds/berichte/alle +www.winterrodeln.org/feeds/berichte/region/tirol +www.winterrodeln.org/feeds/berichte/bahn/kemater_alm +www.winterrodeln.org/wradmin/ + + """ from routes import Mapper