Fossil SCM
Adding mime types for some openoffice documents
Commit
770cf7fc358909c5e7c248b8ad698fe3340c5143
Parent
4cf8c3d348a5fe6…
1 file changed
+3
+3
| --- src/doc.c | ||
| +++ src/doc.c | ||
| @@ -183,10 +183,13 @@ | ||
| 183 | 183 | { "mpga", 4, "audio/mpeg" }, |
| 184 | 184 | { "ms", 2, "application/x-troff-ms" }, |
| 185 | 185 | { "msh", 3, "model/mesh" }, |
| 186 | 186 | { "nc", 2, "application/x-netcdf" }, |
| 187 | 187 | { "oda", 3, "application/oda" }, |
| 188 | + { "odp", 3, "application/vnd.oasis.opendocument.presentation" }, | |
| 189 | + { "ods", 3, "application/vnd.oasis.opendocument.spreadsheet" }, | |
| 190 | + { "odt", 3, "application/vnd.oasis.opendocument.text" }, | |
| 188 | 191 | { "ogg", 3, "application/ogg" }, |
| 189 | 192 | { "ogm", 3, "application/ogg" }, |
| 190 | 193 | { "pbm", 3, "image/x-portable-bitmap" }, |
| 191 | 194 | { "pdb", 3, "chemical/x-pdb" }, |
| 192 | 195 | { "pdf", 3, "application/pdf" }, |
| 193 | 196 |
| --- src/doc.c | |
| +++ src/doc.c | |
| @@ -183,10 +183,13 @@ | |
| 183 | { "mpga", 4, "audio/mpeg" }, |
| 184 | { "ms", 2, "application/x-troff-ms" }, |
| 185 | { "msh", 3, "model/mesh" }, |
| 186 | { "nc", 2, "application/x-netcdf" }, |
| 187 | { "oda", 3, "application/oda" }, |
| 188 | { "ogg", 3, "application/ogg" }, |
| 189 | { "ogm", 3, "application/ogg" }, |
| 190 | { "pbm", 3, "image/x-portable-bitmap" }, |
| 191 | { "pdb", 3, "chemical/x-pdb" }, |
| 192 | { "pdf", 3, "application/pdf" }, |
| 193 |
| --- src/doc.c | |
| +++ src/doc.c | |
| @@ -183,10 +183,13 @@ | |
| 183 | { "mpga", 4, "audio/mpeg" }, |
| 184 | { "ms", 2, "application/x-troff-ms" }, |
| 185 | { "msh", 3, "model/mesh" }, |
| 186 | { "nc", 2, "application/x-netcdf" }, |
| 187 | { "oda", 3, "application/oda" }, |
| 188 | { "odp", 3, "application/vnd.oasis.opendocument.presentation" }, |
| 189 | { "ods", 3, "application/vnd.oasis.opendocument.spreadsheet" }, |
| 190 | { "odt", 3, "application/vnd.oasis.opendocument.text" }, |
| 191 | { "ogg", 3, "application/ogg" }, |
| 192 | { "ogm", 3, "application/ogg" }, |
| 193 | { "pbm", 3, "image/x-portable-bitmap" }, |
| 194 | { "pdb", 3, "chemical/x-pdb" }, |
| 195 | { "pdf", 3, "application/pdf" }, |
| 196 |