1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-17 07:41:26 +00:00

added pdf view with pdf.js

This commit is contained in:
llj
2013-01-09 15:32:44 +08:00
parent aa7741adf4
commit 96e57c6d1a
30 changed files with 37764 additions and 12 deletions

View File

@@ -65,6 +65,7 @@ urlpatterns = patterns('',
(r'^publicrepo/create/$', public_repo_create),
(r'^events/$', events),
(r'^file_comment/$', file_comment),
(r'^pdf_full_view/$', pdf_full_view),
(r'^pubinfo/$', pubinfo),
url(r'^i18n/$', i18n, name='i18n'),
(r'^download/repo/$', repo_download),