File: Hello.xml

package info (click to toggle)
flatpak-builder 1.4.7-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,436 kB
  • sloc: ansic: 29,646; sh: 6,649; xml: 1,955; makefile: 170; python: 6
file content (17 lines) | stat: -rw-r--r-- 582 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
  <mime-type type="application/x-hello">
    <comment>Hello Document</comment>
    <magic>
      <match type="string" value="&lt;?xml" offset="0">
        <match type="string" value="&lt;hello" offset="0:128"/>
      </match>
    </magic>
    <glob pattern="*.hello"/>
  </mime-type>
  <mime-type type="application/x-goodbye">
    <comment>Goodbye Document</comment>
    <glob pattern="*.goodbye"/>
    <icon name="application-x-goodbye" />
  </mime-type>
</mime-info>