File: cherrytree.xml

package info (click to toggle)
cherrytree 0.25.4-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 7,332 kB
  • sloc: python: 9,600; xml: 19; sh: 10; makefile: 5
file content (19 lines) | stat: -rw-r--r-- 704 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
<?xml version="1.0" encoding="UTF-8"?>
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
   <mime-type type="application/cherrytree-ctd">
      <comment>CherryTree XML Document</comment>
      <glob pattern="*.ctd"/>
   </mime-type>
   <mime-type type="application/cherrytree-ctz">
      <comment>CherryTree XML Zipped</comment>
      <glob pattern="*.ctz"/>
   </mime-type>
   <mime-type type="application/cherrytree-ctb">
      <comment>CherryTree SQLite Document</comment>
      <glob pattern="*.ctb"/>
   </mime-type>
   <mime-type type="application/cherrytree-ctx">
      <comment>CherryTree SQLite Zipped</comment>
      <glob pattern="*.ctx"/>
   </mime-type>
</mime-info>