Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/iglvzx/IGalvez.Autoindex.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIzzy Galvez <i@igalvez.net>2015-10-27 21:08:16 +0300
committerIzzy Galvez <i@igalvez.net>2015-10-27 21:08:16 +0300
commitf4c8a3584bdee8b823aa882a83df3aec0d248247 (patch)
tree88824f51941a3d5246a3702bb36a425388c30a2c
parentd3b183d572b6a6c118543ff26b35737526ab3bea (diff)
add word doc file types. add to audio file types.
-rwxr-xr-x.autoindex/file-types.js10
1 files changed, 10 insertions, 0 deletions
diff --git a/.autoindex/file-types.js b/.autoindex/file-types.js
index 972704b..599033a 100755
--- a/.autoindex/file-types.js
+++ b/.autoindex/file-types.js
@@ -51,6 +51,7 @@ var fileTypes = [
icon: "music",
extensions: [
'aif',
+ 'asf',
'm4a',
'mp3',
'ogg',
@@ -116,6 +117,15 @@ var fileTypes = [
]
},
+ { // word documents
+ icon: "file-word-o",
+ extensions: [
+ 'doc',
+ 'docx',
+ 'rtf'
+ ]
+ },
+
{ // web
icon: "globe",
extensions: [