File: anki.xml

package info (click to toggle)
anki 2.1.8%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 5,976 kB
  • sloc: python: 26,992; xml: 67; sh: 49; makefile: 45
file content (14 lines) | stat: -rw-r--r-- 384 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0"?>
 <mime-info xmlns='http://www.freedesktop.org/standards/shared-mime-info'>

   <mime-type type="application/x-colpkg">
   <comment>Anki 2.1 collection package</comment>
   <glob pattern="*.colpkg"/>
   </mime-type>

   <mime-type type="application/x-apkg">  
   <comment>Anki 2.0 deck package</comment>
   <glob pattern="*.apkg"/>
   </mime-type>

 </mime-info>