wok diff shared-mime-info/stuff/tupi.xml @ rev 25040
cups-filters: use standard c++14
author | Hans-G?nter Theisgen |
---|---|
date | Fri May 27 07:47:27 2022 +0100 (2022-05-27) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/shared-mime-info/stuff/tupi.xml Fri May 27 07:47:27 2022 +0100 1.3 @@ -0,0 +1,11 @@ 1.4 +<?xml version="1.0" encoding="UTF-8"?> 1.5 +<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info"> 1.6 + <mime-type type="application/tup"> 1.7 + <comment>TUP project</comment> 1.8 + <comment xml:lang="ru">проект TUP</comment> 1.9 + <magic priority="50"> 1.10 + <match type="string" value="\x89TUP" offset="0"/> 1.11 + </magic> 1.12 + <glob pattern="*.tup"/> 1.13 + </mime-type> 1.14 +</mime-info>