Fossil SCM
Change the mimetype for .n and .man files to text/plain.
Commit
addf43c0ddefd19c41cb99a344c640fdc5fb4760
Parent
39982e6bf541e79…
3 files changed
+2
-1
+1
+1
+2
-1
| --- src/doc.c | ||
| +++ src/doc.c | ||
| @@ -160,11 +160,11 @@ | ||
| 160 | 160 | { "lha", 3, "application/octet-stream" }, |
| 161 | 161 | { "lsp", 3, "application/x-lisp" }, |
| 162 | 162 | { "lzh", 3, "application/octet-stream" }, |
| 163 | 163 | { "m", 1, "text/plain" }, |
| 164 | 164 | { "m3u", 3, "audio/x-mpegurl" }, |
| 165 | - { "man", 3, "application/x-troff-man" }, | |
| 165 | + { "man", 3, "text/plain" }, | |
| 166 | 166 | { "markdown", 8, "text/x-markdown" }, |
| 167 | 167 | { "md", 2, "text/x-markdown" }, |
| 168 | 168 | { "me", 2, "application/x-troff-me" }, |
| 169 | 169 | { "mesh", 4, "model/mesh" }, |
| 170 | 170 | { "mid", 3, "audio/midi" }, |
| @@ -181,10 +181,11 @@ | ||
| 181 | 181 | { "mpeg", 4, "video/mpeg" }, |
| 182 | 182 | { "mpg", 3, "video/mpeg" }, |
| 183 | 183 | { "mpga", 4, "audio/mpeg" }, |
| 184 | 184 | { "ms", 2, "application/x-troff-ms" }, |
| 185 | 185 | { "msh", 3, "model/mesh" }, |
| 186 | + { "n", 1, "text/plain" }, | |
| 186 | 187 | { "nc", 2, "application/x-netcdf" }, |
| 187 | 188 | { "oda", 3, "application/oda" }, |
| 188 | 189 | { "odp", 3, "application/vnd.oasis.opendocument.presentation" }, |
| 189 | 190 | { "ods", 3, "application/vnd.oasis.opendocument.spreadsheet" }, |
| 190 | 191 | { "odt", 3, "application/vnd.oasis.opendocument.text" }, |
| 191 | 192 |
| --- src/doc.c | |
| +++ src/doc.c | |
| @@ -160,11 +160,11 @@ | |
| 160 | { "lha", 3, "application/octet-stream" }, |
| 161 | { "lsp", 3, "application/x-lisp" }, |
| 162 | { "lzh", 3, "application/octet-stream" }, |
| 163 | { "m", 1, "text/plain" }, |
| 164 | { "m3u", 3, "audio/x-mpegurl" }, |
| 165 | { "man", 3, "application/x-troff-man" }, |
| 166 | { "markdown", 8, "text/x-markdown" }, |
| 167 | { "md", 2, "text/x-markdown" }, |
| 168 | { "me", 2, "application/x-troff-me" }, |
| 169 | { "mesh", 4, "model/mesh" }, |
| 170 | { "mid", 3, "audio/midi" }, |
| @@ -181,10 +181,11 @@ | |
| 181 | { "mpeg", 4, "video/mpeg" }, |
| 182 | { "mpg", 3, "video/mpeg" }, |
| 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 |
| --- src/doc.c | |
| +++ src/doc.c | |
| @@ -160,11 +160,11 @@ | |
| 160 | { "lha", 3, "application/octet-stream" }, |
| 161 | { "lsp", 3, "application/x-lisp" }, |
| 162 | { "lzh", 3, "application/octet-stream" }, |
| 163 | { "m", 1, "text/plain" }, |
| 164 | { "m3u", 3, "audio/x-mpegurl" }, |
| 165 | { "man", 3, "text/plain" }, |
| 166 | { "markdown", 8, "text/x-markdown" }, |
| 167 | { "md", 2, "text/x-markdown" }, |
| 168 | { "me", 2, "application/x-troff-me" }, |
| 169 | { "mesh", 4, "model/mesh" }, |
| 170 | { "mid", 3, "audio/midi" }, |
| @@ -181,10 +181,11 @@ | |
| 181 | { "mpeg", 4, "video/mpeg" }, |
| 182 | { "mpg", 3, "video/mpeg" }, |
| 183 | { "mpga", 4, "audio/mpeg" }, |
| 184 | { "ms", 2, "application/x-troff-ms" }, |
| 185 | { "msh", 3, "model/mesh" }, |
| 186 | { "n", 1, "text/plain" }, |
| 187 | { "nc", 2, "application/x-netcdf" }, |
| 188 | { "oda", 3, "application/oda" }, |
| 189 | { "odp", 3, "application/vnd.oasis.opendocument.presentation" }, |
| 190 | { "ods", 3, "application/vnd.oasis.opendocument.spreadsheet" }, |
| 191 | { "odt", 3, "application/vnd.oasis.opendocument.text" }, |
| 192 |
+1
| --- www/changes.wiki | ||
| +++ www/changes.wiki | ||
| @@ -28,10 +28,11 @@ | ||
| 28 | 28 | [/help?cmd=stash|stash show] command. |
| 29 | 29 | * Automatically pull before [/help?cmd=merge|fossil merge] when auto-sync |
| 30 | 30 | is enabled. |
| 31 | 31 | * Fix --hard option to [/help?cmd=mv|fossil mv] and [/help?cmd=rm|fossil rm] |
| 32 | 32 | to enable them to work properly with certain relative paths. |
| 33 | + * Change the mimetype for ".n" and ".man" files to text/plain. | |
| 33 | 34 | * Updated the built-in SQLite to version 3.9.1 and activated JSON1 and FTS5 |
| 34 | 35 | support (both currently unused within Fossil). |
| 35 | 36 | |
| 36 | 37 | <h2>Changes for Version 1.33 (2015-05-23)</h2> |
| 37 | 38 | * Improved fork detection on [/help?cmd=update|fossil update], |
| 38 | 39 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -28,10 +28,11 @@ | |
| 28 | [/help?cmd=stash|stash show] command. |
| 29 | * Automatically pull before [/help?cmd=merge|fossil merge] when auto-sync |
| 30 | is enabled. |
| 31 | * Fix --hard option to [/help?cmd=mv|fossil mv] and [/help?cmd=rm|fossil rm] |
| 32 | to enable them to work properly with certain relative paths. |
| 33 | * Updated the built-in SQLite to version 3.9.1 and activated JSON1 and FTS5 |
| 34 | support (both currently unused within Fossil). |
| 35 | |
| 36 | <h2>Changes for Version 1.33 (2015-05-23)</h2> |
| 37 | * Improved fork detection on [/help?cmd=update|fossil update], |
| 38 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -28,10 +28,11 @@ | |
| 28 | [/help?cmd=stash|stash show] command. |
| 29 | * Automatically pull before [/help?cmd=merge|fossil merge] when auto-sync |
| 30 | is enabled. |
| 31 | * Fix --hard option to [/help?cmd=mv|fossil mv] and [/help?cmd=rm|fossil rm] |
| 32 | to enable them to work properly with certain relative paths. |
| 33 | * Change the mimetype for ".n" and ".man" files to text/plain. |
| 34 | * Updated the built-in SQLite to version 3.9.1 and activated JSON1 and FTS5 |
| 35 | support (both currently unused within Fossil). |
| 36 | |
| 37 | <h2>Changes for Version 1.33 (2015-05-23)</h2> |
| 38 | * Improved fork detection on [/help?cmd=update|fossil update], |
| 39 |
+1
| --- www/changes.wiki | ||
| +++ www/changes.wiki | ||
| @@ -28,10 +28,11 @@ | ||
| 28 | 28 | [/help?cmd=stash|stash show] command. |
| 29 | 29 | * Automatically pull before [/help?cmd=merge|fossil merge] when auto-sync |
| 30 | 30 | is enabled. |
| 31 | 31 | * Fix --hard option to [/help?cmd=mv|fossil mv] and [/help?cmd=rm|fossil rm] |
| 32 | 32 | to enable them to work properly with certain relative paths. |
| 33 | + * Change the mimetype for ".n" and ".man" files to text/plain. | |
| 33 | 34 | * Updated the built-in SQLite to version 3.9.1 and activated JSON1 and FTS5 |
| 34 | 35 | support (both currently unused within Fossil). |
| 35 | 36 | |
| 36 | 37 | <h2>Changes for Version 1.33 (2015-05-23)</h2> |
| 37 | 38 | * Improved fork detection on [/help?cmd=update|fossil update], |
| 38 | 39 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -28,10 +28,11 @@ | |
| 28 | [/help?cmd=stash|stash show] command. |
| 29 | * Automatically pull before [/help?cmd=merge|fossil merge] when auto-sync |
| 30 | is enabled. |
| 31 | * Fix --hard option to [/help?cmd=mv|fossil mv] and [/help?cmd=rm|fossil rm] |
| 32 | to enable them to work properly with certain relative paths. |
| 33 | * Updated the built-in SQLite to version 3.9.1 and activated JSON1 and FTS5 |
| 34 | support (both currently unused within Fossil). |
| 35 | |
| 36 | <h2>Changes for Version 1.33 (2015-05-23)</h2> |
| 37 | * Improved fork detection on [/help?cmd=update|fossil update], |
| 38 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -28,10 +28,11 @@ | |
| 28 | [/help?cmd=stash|stash show] command. |
| 29 | * Automatically pull before [/help?cmd=merge|fossil merge] when auto-sync |
| 30 | is enabled. |
| 31 | * Fix --hard option to [/help?cmd=mv|fossil mv] and [/help?cmd=rm|fossil rm] |
| 32 | to enable them to work properly with certain relative paths. |
| 33 | * Change the mimetype for ".n" and ".man" files to text/plain. |
| 34 | * Updated the built-in SQLite to version 3.9.1 and activated JSON1 and FTS5 |
| 35 | support (both currently unused within Fossil). |
| 36 | |
| 37 | <h2>Changes for Version 1.33 (2015-05-23)</h2> |
| 38 | * Improved fork detection on [/help?cmd=update|fossil update], |
| 39 |