]> ToastFreeware Gitweb - philipp/winterrodeln/wrfeed.git/blobdiff - feed/config/routing.py
The debug version of atom feeds work.
[philipp/winterrodeln/wrfeed.git] / feed / config / routing.py
index ccd1d2015e49da54cffe6d9f8bed784706b784b8..cb07750dcb0894fa661e8abbd24ece14af6260e1 100644 (file)
@@ -3,6 +3,13 @@
 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/
+
+Format:
+    http://www.winterrodeln.org/feeds/berichte/alle
+    http://www.winterrodeln.org/feeds/berichte/bahn/kemater_alm
+    http://www.winterrodeln.org/feeds/berichte/bahnen/22+42+132 
+See:
+    http://www.winterrodeln.org/trac/wiki/UrlSchema
 """
 from routes import Mapper
 
 """
 from routes import Mapper