##// END OF EJS Templates
Added image for archive file format
neko259 -
r1713:24c4cfbf default
parent child Browse files
Show More
1 NO CONTENT: new file 100644, binary diff hidden
NO CONTENT: new file 100644, binary diff hidden
@@ -34,6 +34,9 b' PLAIN_FILE_FORMATS = {'
34 'txt': 'txt',
34 'txt': 'txt',
35 'tex': 'tex',
35 'tex': 'tex',
36 'xcf': 'xcf',
36 'xcf': 'xcf',
37 'zip': 'archive',
38 'tar': 'archive',
39 'gz': 'archive',
37 }
40 }
38
41
39 URL_PROTOCOLS = {
42 URL_PROTOCOLS = {
General Comments 0
You need to be logged in to leave comments. Login now