diff options
author | bnewbold <bnewbold@manus.(none)> | 2007-03-21 19:18:11 -0700 |
---|---|---|
committer | bnewbold <bnewbold@manus.(none)> | 2007-03-21 19:18:11 -0700 |
commit | c3522feb2202ef0e1f346da6617eafb9507e515f (patch) | |
tree | 3607bbceaac74422bb9e7a5a646fe38cd453225f /bn_django/git_wiki/urls.py | |
parent | 2d21507c63b0a37fbfc36fbbe2d33f85190b61e8 (diff) | |
download | bnewnet-c3522feb2202ef0e1f346da6617eafb9507e515f.tar.gz bnewnet-c3522feb2202ef0e1f346da6617eafb9507e515f.zip |
hurrah! equations in latex and html
TODO: center images in html
TODO: track equations in a database?
Diffstat (limited to 'bn_django/git_wiki/urls.py')
-rw-r--r-- | bn_django/git_wiki/urls.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bn_django/git_wiki/urls.py b/bn_django/git_wiki/urls.py index 3489941..22f36a3 100644 --- a/bn_django/git_wiki/urls.py +++ b/bn_django/git_wiki/urls.py @@ -18,7 +18,7 @@ urlpatterns = patterns('bn_django.git_wiki.views', (r'^commit/(?P<hash>[0-9a-z]{40})/$', 'view_commit',), (r'^(?P<reqslug>[\w\-\_\/]*)/log/$', 'tree',), (r'^(?P<reqslug>[\w\-\_\/]*)/edit/$', 'tree',), - (r'^(?P<reqslug>[\w\-\_\/]*)/pdf/$', 'latexitem',), + (r'^(?P<reqslug>[\w\-\_\/]*)/pdf/$', 'pdfitem',), (r'^(?P<reqslug>[\w\-\_\/]*)/raw/$', 'rawitem',), (r'^(?P<reqslug>[\w\-\_\/]*)/latex/$', 'latexitem',), (r'^(?P<reqslug>[\w\-\_\/]*\.png/?)$', 'figure',), |