[go: up one dir, main page]

File: comix.xml

package info (click to toggle)
comix 4.0.4-3
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 2,088 kB
  • sloc: python: 5,996; makefile: 40; xml: 20
file content (21 lines) | stat: -rw-r--r-- 909 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
    <mime-type type="application/x-cbz">
        <sub-class-of type="application/zip"/>
        <comment xml:lang="en">Comic Book Archive (Zip compressed)</comment>
        <glob pattern="*.cbz"/>
    </mime-type>
    <mime-type type="application/x-cbr">
        <sub-class-of type="application/x-rar"/>
        <comment xml:lang="en">Comic Book Archive (RAR compressed)</comment>
        <glob pattern="*.cbr"/> 
    </mime-type>
    <mime-type type="application/x-cbt">
        <sub-class-of type="application/x-compressed-tar"/>
        <sub-class-of type="application/x-bzip-compressed-tar"/>
        <sub-class-of type="application/x-tar"/>
        <comment xml:lang="en">Comic Book Archive (tar, possibly compressed)</comment>
        <glob pattern="*.cbt"/>
    </mime-type>
</mime-info>