Show
Ignore:
Timestamp:
04/06/08 21:51:53 (9 months ago)
Author:
simon
Message:

Added robots.txt.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • bitstructures/trunk/substructure/urls.py

    r72 r73  
    99    (r'^drafts/(?P<slug>[a-z0-9-]+)/(?P<num>\d+)/(?P<filename>[a-zA-Z0-9-_\.]+)$', 'draft_codeblock'), 
    1010    (r'^fb-atom.xml$', 'atom_feed'), 
    11     (r'^all$', 'all') 
     11    (r'^all$', 'all'), 
     12    (r'^robots.txt$', 'robots_txt') 
    1213) 
    1314