File: winff-data.sharedmimeinfo

package info (click to toggle)
winff 1.5.5-9
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 5,256 kB
  • sloc: pascal: 3,421; xml: 1,386; sh: 334; makefile: 22
file content (15 lines) | stat: -rw-r--r-- 570 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="utf-8"?>
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
 <mime-type type="application/winff">
  <comment>WinFF preset file</comment>
  <comment xml:lang="nl">Winff voorinstellingen bestand</comment>
  <comment xml:lang="nb">Winff fil med forhåndsinnstillinger</comment>
  <acronym>WinFF</acronym>
  <generic-icon name="video-x-generic"/>
  <sub-class-of type="text/xml"/>
  <glob pattern="*.wff"/>
  <magic>
    <match type="string" offset="20:30" value="&lt;presets&gt;"/>
  </magic>
 </mime-type>
</mime-info>