Show
Ignore:
Timestamp:
05/28/08 20:22:40 (6 months ago)
Author:
simon
Message:

Implemented tagging.
Switched to arrows for the "Newer | Older" navigation.
Removed special behaviour for logged in users.

Files:
1 modified

Legend:

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

    r73 r74  
    1010    (r'^fb-atom.xml$', 'atom_feed'), 
    1111    (r'^all$', 'all'), 
     12    (r'^tagged-with/(?P<tag_name>[a-z0-9-]+)$', 'tagged_with'), 
    1213    (r'^robots.txt$', 'robots_txt') 
    1314)