constance

Scripts for generating (an earlier obsolete version of) my personal web site
git clone https://code.djc.id.au/git/constance/
commit c748d1d4dc6de27ccdf9f0d74839d7ed0c568bd8
parent 4b130ff6b7d0900c66efba4a0d27ca067d683e36
Author: Dan Callaghan <djc@djc.id.au>
Date:   Tue, 16 Sep 2008 21:04:40 +1000

wtf?

Diffstat:
Mapp.py | 1-
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/app.py b/app.py
@@ -21,7 +21,6 @@ template_loader = TemplateLoader(
 class Constance(RegexApplication):
 
     urls = [(r'^$', 'index'), 
-            (r'^feed$', 'feed'), 
             (r'^\+tags/(.+)$', 'tag'), 
             (r'^\+reading/?$', 'reading'), 
             (r'^([^+/][^/]*)/?$', 'post'),