]> ToastFreeware Gitweb - philipp/winterrodeln/wradmin.git/commitdiff
Added a URL schema proposal as comment.
authorphilipp <philipp@7aebc617-e5e2-0310-91dc-80fb5f6d2477>
Wed, 27 Oct 2010 20:16:25 +0000 (20:16 +0000)
committerphilipp <philipp@7aebc617-e5e2-0310-91dc-80fb5f6d2477>
Wed, 27 Oct 2010 20:16:25 +0000 (20:16 +0000)
git-svn-id: http://www.winterrodeln.org/svn/servermediawiki/trunk/wradmin@613 7aebc617-e5e2-0310-91dc-80fb5f6d2477

wradmin/wradmin/config/routing.py

index 8dfa3dcbca063516a69f5c5b3f164ddac547e8d1..7c5953384abf670e950a387bf8c906f08185e3f0 100644 (file)
@@ -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/
 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
 
 """
 from routes import Mapper