1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-03 16:10:26 +00:00

added 'seaf' file view and edit with aloha;modified new-file

This commit is contained in:
llj
2012-11-20 16:28:33 +08:00
parent 1e79e72a54
commit 26b8f295db
242 changed files with 23141 additions and 21 deletions

View File

@@ -38,6 +38,7 @@ PREVIEW_FILEEXT = {
'SVG': ('svg',),
'PDF': ('pdf',),
'Markdown': ('markdown', 'md'),
'Sf': ('seaf',),
}
def gen_fileext_type_map():