Ticket #541: mimetypes.xml

File mimetypes.xml, 273 bytes (added by sayamindu, 15 years ago)

As per discussion on IRC, I also included a mimetype.xml file in my activity. It did not seem to fix the problem

Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
3  <mime-type type="application/epub+zip">
4         <comment xml:lang="en">Epub document</comment>
5         <glob pattern="*.epub"/>
6  </mime-type>
7</mime-info>