Attachment 'wikiutil.patch'
Download 1 @@ -934,6 +934,7 @@
2 '.py': 'text/x-python',
3 '.cfg': 'text/plain',
4 '.conf': 'text/plain',
5 + '.vbs': 'text/visualbasic',
6 }
7 [mimetypes.add_type(mimetype, ext, True) for ext, mimetype in MIMETYPES_MORE.items()]
8
9 @@ -943,6 +944,7 @@
10 ('application', 'x-latex'): ('text', 'latex'),
11 ('application', 'x-tex'): ('text', 'tex'),
12 ('application', 'javascript'): ('text', 'javascript'),
13 + ('application', 'x-javascript'): ('text', 'javascript'),
14 }
15
16 MIMETYPES_spoil_mapping = {} # inverse mapping of above
Attached Files
To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.You are not allowed to attach a file to this page.