diff options
author | Alex Henrie <alexhenrie24@gmail.com> | 2024-04-18 22:15:55 -0600 |
---|---|---|
committer | David Faure <faure@kde.org> | 2024-04-20 08:49:01 +0000 |
commit | c7c25b280d7234099b4338d80f25a24b886833d6 (patch) | |
tree | 13275b0f9ef08440c9948e1dfbc85d2c1770b5d7 /data | |
parent | f080fcea5d844b838e8fef8bd0d145f58085be06 (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
Diffstat (limited to 'data')
-rw-r--r-- | data/freedesktop.org.xml.in | 3 |
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> |