Fossil SCM

Add image/bmp and image/vnd.microsoft.icon (ico) to the mime-type table

jan.nijtmans 2017-04-19 07:08 trunk
Commit 613fe1b1fb4afc035b4eccc1f582596c85f4c168d36f85c3b6bfd39cda0268fb
1 file changed +3
+3
--- src/doc.c
+++ src/doc.c
@@ -84,10 +84,11 @@
8484
{ "au", 2, "audio/ulaw" },
8585
{ "avi", 3, "video/x-msvideo" },
8686
{ "bat", 3, "application/x-msdos-program" },
8787
{ "bcpio", 5, "application/x-bcpio" },
8888
{ "bin", 3, "application/octet-stream" },
89
+ { "bmp", 3, "image/bmp" },
8990
{ "bz2", 3, "application/x-bzip2" },
9091
{ "bzip", 4, "application/x-bzip" },
9192
{ "c", 1, "text/plain" },
9293
{ "cc", 2, "text/plain" },
9394
{ "ccad", 4, "application/clariscad" },
@@ -101,10 +102,11 @@
101102
{ "csh", 3, "application/x-csh" },
102103
{ "css", 3, "text/css" },
103104
{ "csv", 3, "text/csv" },
104105
{ "dcr", 3, "application/x-director" },
105106
{ "deb", 3, "application/x-debian-package" },
107
+ { "dib", 3, "image/bmp" },
106108
{ "dir", 3, "application/x-director" },
107109
{ "dl", 2, "video/dl" },
108110
{ "dms", 3, "application/octet-stream" },
109111
{ "doc", 3, "application/msword" },
110112
{ "docx", 4, "application/vnd.openxmlformats-"
@@ -134,10 +136,11 @@
134136
{ "hh", 2, "text/plain" },
135137
{ "hqx", 3, "application/mac-binhex40" },
136138
{ "htm", 3, "text/html" },
137139
{ "html", 4, "text/html" },
138140
{ "ice", 3, "x-conference/x-cooltalk" },
141
+ { "ico", 3, "image/vnd.microsoft.icon" },
139142
{ "ief", 3, "image/ief" },
140143
{ "iges", 4, "model/iges" },
141144
{ "igs", 3, "model/iges" },
142145
{ "ips", 3, "application/x-ipscript" },
143146
{ "ipx", 3, "application/x-ipix" },
144147
--- src/doc.c
+++ src/doc.c
@@ -84,10 +84,11 @@
84 { "au", 2, "audio/ulaw" },
85 { "avi", 3, "video/x-msvideo" },
86 { "bat", 3, "application/x-msdos-program" },
87 { "bcpio", 5, "application/x-bcpio" },
88 { "bin", 3, "application/octet-stream" },
 
89 { "bz2", 3, "application/x-bzip2" },
90 { "bzip", 4, "application/x-bzip" },
91 { "c", 1, "text/plain" },
92 { "cc", 2, "text/plain" },
93 { "ccad", 4, "application/clariscad" },
@@ -101,10 +102,11 @@
101 { "csh", 3, "application/x-csh" },
102 { "css", 3, "text/css" },
103 { "csv", 3, "text/csv" },
104 { "dcr", 3, "application/x-director" },
105 { "deb", 3, "application/x-debian-package" },
 
106 { "dir", 3, "application/x-director" },
107 { "dl", 2, "video/dl" },
108 { "dms", 3, "application/octet-stream" },
109 { "doc", 3, "application/msword" },
110 { "docx", 4, "application/vnd.openxmlformats-"
@@ -134,10 +136,11 @@
134 { "hh", 2, "text/plain" },
135 { "hqx", 3, "application/mac-binhex40" },
136 { "htm", 3, "text/html" },
137 { "html", 4, "text/html" },
138 { "ice", 3, "x-conference/x-cooltalk" },
 
139 { "ief", 3, "image/ief" },
140 { "iges", 4, "model/iges" },
141 { "igs", 3, "model/iges" },
142 { "ips", 3, "application/x-ipscript" },
143 { "ipx", 3, "application/x-ipix" },
144
--- src/doc.c
+++ src/doc.c
@@ -84,10 +84,11 @@
84 { "au", 2, "audio/ulaw" },
85 { "avi", 3, "video/x-msvideo" },
86 { "bat", 3, "application/x-msdos-program" },
87 { "bcpio", 5, "application/x-bcpio" },
88 { "bin", 3, "application/octet-stream" },
89 { "bmp", 3, "image/bmp" },
90 { "bz2", 3, "application/x-bzip2" },
91 { "bzip", 4, "application/x-bzip" },
92 { "c", 1, "text/plain" },
93 { "cc", 2, "text/plain" },
94 { "ccad", 4, "application/clariscad" },
@@ -101,10 +102,11 @@
102 { "csh", 3, "application/x-csh" },
103 { "css", 3, "text/css" },
104 { "csv", 3, "text/csv" },
105 { "dcr", 3, "application/x-director" },
106 { "deb", 3, "application/x-debian-package" },
107 { "dib", 3, "image/bmp" },
108 { "dir", 3, "application/x-director" },
109 { "dl", 2, "video/dl" },
110 { "dms", 3, "application/octet-stream" },
111 { "doc", 3, "application/msword" },
112 { "docx", 4, "application/vnd.openxmlformats-"
@@ -134,10 +136,11 @@
136 { "hh", 2, "text/plain" },
137 { "hqx", 3, "application/mac-binhex40" },
138 { "htm", 3, "text/html" },
139 { "html", 4, "text/html" },
140 { "ice", 3, "x-conference/x-cooltalk" },
141 { "ico", 3, "image/vnd.microsoft.icon" },
142 { "ief", 3, "image/ief" },
143 { "iges", 4, "model/iges" },
144 { "igs", 3, "model/iges" },
145 { "ips", 3, "application/x-ipscript" },
146 { "ipx", 3, "application/x-ipix" },
147

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button