Mercurial > moin > 1.9
comparison MoinMoin/config/multiconfig.py @ 1978:f6262ee86e0b
EmbedObject: make mimetypes configurable
author | Reimar Bauer <rb.proj AT googlemail DOT com> |
---|---|
date | Mon, 09 Apr 2007 07:10:40 +0000 |
parents | abcbc20e8f8f |
children | c563b49b8b03 |
comparison
equal
deleted
inserted
replaced
1977:abcbc20e8f8f | 1978:f6262ee86e0b |
---|---|
324 mimetypes_xss_protect = [ | 324 mimetypes_xss_protect = [ |
325 'text/html', | 325 'text/html', |
326 'application/x-shockwave-flash', | 326 'application/x-shockwave-flash', |
327 'application/xhtml+xml', | 327 'application/xhtml+xml', |
328 ] | 328 ] |
329 | |
330 mimetypes_embed = [ | |
331 'application/x-shockwave-flash', | |
332 'application/x-dvi', | |
333 'application/postscript', | |
334 'application/pdf', | |
335 'application/ogg', | |
336 'application/vnd.visio', | |
337 'image/x-ms-bmp', | |
338 'image/svg+xml', | |
339 'image/tiff', | |
340 'image/x-photoshop', | |
341 'audio/mpeg', | |
342 'audio/midi', | |
343 'audio/x-wav', | |
344 'video/fli', | |
345 'video/mpeg', | |
346 'video/quicktime', | |
347 'video/x-msvideo', | |
348 'chemical/x-pdb', | |
349 'x-world/x-vrml', | |
350 ] | |
351 | |
329 | 352 |
330 navi_bar = [u'RecentChanges', u'FindPage', u'HelpContents', ] | 353 navi_bar = [u'RecentChanges', u'FindPage', u'HelpContents', ] |
331 nonexist_qm = False | 354 nonexist_qm = False |
332 | 355 |
333 page_credits = [ | 356 page_credits = [ |