diff options
author | Alex Henrie <alexhenrie24@gmail.com> | 2024-04-18 21:44:34 -0600 |
---|---|---|
committer | David Faure <faure@kde.org> | 2024-04-20 08:30:42 +0000 |
commit | 8536b77ce01783d15c371d5c089b626a77a3ddb5 (patch) | |
tree | 361e349deb12788443eaa8fbb0c5b6872376ccf7 /data | |
parent | 4b42055cdebc3e2405832961f408714599538ba7 (diff) |
Add application/x-sony-bbeb
https://web.archive.org/web/20110809071744/http://www.sven.de/librie/Librie/LrfFormat
https://cgit.freedesktop.org/libreoffice/core/tree/filter/source/config/fragments/types/writer_BroadBand_eBook.xcu?h=libreoffice-24.2.3.1
Diffstat (limited to 'data')
-rw-r--r-- | data/freedesktop.org.xml.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/data/freedesktop.org.xml.in b/data/freedesktop.org.xml.in index 5727c16..6526ad4 100644 --- a/data/freedesktop.org.xml.in +++ b/data/freedesktop.org.xml.in @@ -5770,6 +5770,14 @@ command to generate the output files. <sub-class-of type="image/tiff"/> <glob pattern="*.arw"/> </mime-type> + <mime-type type="application/x-sony-bbeb"> + <comment>BroadBand eBook</comment> + <generic-icon name="x-office-document"/> + <magic> + <match type="string" value="L\0R\0F\0\0\0" offset="0"/> + </magic> + <glob pattern="*.lrf"/> + </mime-type> <mime-type type="image/png"> <comment>PNG image</comment> <acronym>PNG</acronym> |