| Revision 975,
673 bytes
checked in by zmsdev, 2 years ago
(diff) |
|
Added prototype for epub export-filter.
|
| Line | |
|---|
| 1 | <?xml version="1.0" encoding="ISO-8859-1"?>
|
|---|
| 2 | <dictionary>
|
|---|
| 3 | <item key="image/gif">GIF</item>
|
|---|
| 4 | <item key="text/html">HTML</item>
|
|---|
| 5 | <item key="text/html; charset=utf-8">HTML (UTF-8)</item>
|
|---|
| 6 | <item key="image/jpeg">JPEG</item>
|
|---|
| 7 | <item key="application/epub+zip">Epub</item>
|
|---|
| 8 | <item key="application/x-excel">MS Excel</item>
|
|---|
| 9 | <item key="application/x-ms-reader">MS Reader</item>
|
|---|
| 10 | <item key="application/msword">MS Word</item>
|
|---|
| 11 | <item key="application/sxw">OpenOffice</item>
|
|---|
| 12 | <item key="application/pdf">PDF</item>
|
|---|
| 13 | <item key="text/plain">Text</item>
|
|---|
| 14 | <item key="text/xml">XML</item>
|
|---|
| 15 | <item key="text/xsl">XSL</item>
|
|---|
| 16 | <item key="application/zip">ZIP-compressed</item>
|
|---|
| 17 | </dictionary>
|
|---|
Note: See
TracBrowser
for help on using the repository browser.