Fossil SCM

Change the mimetype for .n and .man files to text/plain.

drh 2015-10-27 18:21 trunk merge
Commit addf43c0ddefd19c41cb99a344c640fdc5fb4760
+2 -1
--- src/doc.c
+++ src/doc.c
@@ -160,11 +160,11 @@
160160
{ "lha", 3, "application/octet-stream" },
161161
{ "lsp", 3, "application/x-lisp" },
162162
{ "lzh", 3, "application/octet-stream" },
163163
{ "m", 1, "text/plain" },
164164
{ "m3u", 3, "audio/x-mpegurl" },
165
- { "man", 3, "application/x-troff-man" },
165
+ { "man", 3, "text/plain" },
166166
{ "markdown", 8, "text/x-markdown" },
167167
{ "md", 2, "text/x-markdown" },
168168
{ "me", 2, "application/x-troff-me" },
169169
{ "mesh", 4, "model/mesh" },
170170
{ "mid", 3, "audio/midi" },
@@ -181,10 +181,11 @@
181181
{ "mpeg", 4, "video/mpeg" },
182182
{ "mpg", 3, "video/mpeg" },
183183
{ "mpga", 4, "audio/mpeg" },
184184
{ "ms", 2, "application/x-troff-ms" },
185185
{ "msh", 3, "model/mesh" },
186
+ { "n", 1, "text/plain" },
186187
{ "nc", 2, "application/x-netcdf" },
187188
{ "oda", 3, "application/oda" },
188189
{ "odp", 3, "application/vnd.oasis.opendocument.presentation" },
189190
{ "ods", 3, "application/vnd.oasis.opendocument.spreadsheet" },
190191
{ "odt", 3, "application/vnd.oasis.opendocument.text" },
191192
--- 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
--- www/changes.wiki
+++ www/changes.wiki
@@ -28,10 +28,11 @@
2828
[/help?cmd=stash|stash show] command.
2929
* Automatically pull before [/help?cmd=merge|fossil merge] when auto-sync
3030
is enabled.
3131
* Fix --hard option to [/help?cmd=mv|fossil mv] and [/help?cmd=rm|fossil rm]
3232
to enable them to work properly with certain relative paths.
33
+ * Change the mimetype for ".n" and ".man" files to text/plain.
3334
* Updated the built-in SQLite to version 3.9.1 and activated JSON1 and FTS5
3435
support (both currently unused within Fossil).
3536
3637
<h2>Changes for Version 1.33 (2015-05-23)</h2>
3738
* Improved fork detection on [/help?cmd=update|fossil update],
3839
--- 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
--- www/changes.wiki
+++ www/changes.wiki
@@ -28,10 +28,11 @@
2828
[/help?cmd=stash|stash show] command.
2929
* Automatically pull before [/help?cmd=merge|fossil merge] when auto-sync
3030
is enabled.
3131
* Fix --hard option to [/help?cmd=mv|fossil mv] and [/help?cmd=rm|fossil rm]
3232
to enable them to work properly with certain relative paths.
33
+ * Change the mimetype for ".n" and ".man" files to text/plain.
3334
* Updated the built-in SQLite to version 3.9.1 and activated JSON1 and FTS5
3435
support (both currently unused within Fossil).
3536
3637
<h2>Changes for Version 1.33 (2015-05-23)</h2>
3738
* Improved fork detection on [/help?cmd=update|fossil update],
3839
--- 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

Keyboard Shortcuts

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