summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Henrie <alexhenrie24@gmail.com>2024-04-18 22:15:55 -0600
committerDavid Faure <faure@kde.org>2024-04-20 08:49:01 +0000
commitc7c25b280d7234099b4338d80f25a24b886833d6 (patch)
tree13275b0f9ef08440c9948e1dfbc85d2c1770b5d7
parentf080fcea5d844b838e8fef8bd0d145f58085be06 (diff)
Prefer application/x-sylk over text/spreadsheet
text/spreadsheet is not an official IANA media type, but if it were, it would be a generic type for plaintext spreadsheets such as CSVs and TSVs. The more specific name application/x-sylk is used by Gnumeric and others for SYLK files. https://help.gnome.org/users/gnumeric/stable/sect-file-formats.html.en
-rw-r--r--data/freedesktop.org.xml.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/data/freedesktop.org.xml.in b/data/freedesktop.org.xml.in
index 660e573..2765535 100644
--- a/data/freedesktop.org.xml.in
+++ b/data/freedesktop.org.xml.in
@@ -6714,9 +6714,10 @@ command to generate the output files.
<glob pattern="*.sgml"/>
<glob pattern="*.sgm"/>
</mime-type>
- <mime-type type="text/spreadsheet">
+ <mime-type type="application/x-sylk">
<comment>Spreadsheet interchange document</comment>
<sub-class-of type="text/plain"/>
+ <alias type="text/spreadsheet"/>
<magic>
<match type="string" value="ID;" offset="0"/>
</magic>