diff options
| author | jvoisin | 2012-02-15 17:44:21 +0100 |
|---|---|---|
| committer | jvoisin | 2012-02-15 17:44:21 +0100 |
| commit | 4aa486eea5f9b8d3b46c4db9e26e23999d375631 (patch) | |
| tree | 1b0c6c57b5960b20cfadba3c97d2d6c3ff768966 | |
| parent | d9f6a5ddb1cdc02a460e0398d591fadaebaaf22b (diff) | |
Oops, forgot to commit this one !
| -rw-r--r-- | FORMATS | 11 |
1 files changed, 11 insertions, 0 deletions
| @@ -2,6 +2,7 @@ | |||
| 2 | <format> | 2 | <format> |
| 3 | <name>Portable Network Graphics</name> | 3 | <name>Portable Network Graphics</name> |
| 4 | <extension>.png</extension> | 4 | <extension>.png</extension> |
| 5 | <mimetype>image/png</mimetype> | ||
| 5 | <support>full</support> | 6 | <support>full</support> |
| 6 | <metadata>textual metadata + date</metadata> | 7 | <metadata>textual metadata + date</metadata> |
| 7 | <method>removal of harmful fields is done with hachoir</method> | 8 | <method>removal of harmful fields is done with hachoir</method> |
| @@ -10,6 +11,7 @@ | |||
| 10 | <format> | 11 | <format> |
| 11 | <name>Jpeg</name> | 12 | <name>Jpeg</name> |
| 12 | <extension>.jpeg, .jpg</extension> | 13 | <extension>.jpeg, .jpg</extension> |
| 14 | <mimetype>image/jpeg</mimetype> | ||
| 13 | <support>partial</support> | 15 | <support>partial</support> |
| 14 | <metadata>comment + exif/photoshop/adobe</metadata> | 16 | <metadata>comment + exif/photoshop/adobe</metadata> |
| 15 | <method>removal of harmful fields is done with hachoir</method> | 17 | <method>removal of harmful fields is done with hachoir</method> |
| @@ -21,6 +23,7 @@ | |||
| 21 | <format> | 23 | <format> |
| 22 | <name>Open Document</name> | 24 | <name>Open Document</name> |
| 23 | <extension>.odt, .odx, .ods, ...</extension> | 25 | <extension>.odt, .odx, .ods, ...</extension> |
| 26 | <mimetype>application/opendocument</mimetype> | ||
| 24 | <support>full</support> | 27 | <support>full</support> |
| 25 | <metadata>a meta.xml file</metadata> | 28 | <metadata>a meta.xml file</metadata> |
| 26 | <method>removal of the meta.xml file</method> | 29 | <method>removal of the meta.xml file</method> |
| @@ -29,6 +32,7 @@ | |||
| 29 | <format> | 32 | <format> |
| 30 | <name>Office Openxml</name> | 33 | <name>Office Openxml</name> |
| 31 | <extension>.docx, .pptx, .xlsx, ...</extension> | 34 | <extension>.docx, .pptx, .xlsx, ...</extension> |
| 35 | <mimetype>application/officeopenxml</mimetype> | ||
| 32 | <support>full</support> | 36 | <support>full</support> |
| 33 | <metadata>a docProps folder containings xml metadata files</metadata> | 37 | <metadata>a docProps folder containings xml metadata files</metadata> |
| 34 | <method>removal of the docProps folder</method> | 38 | <method>removal of the docProps folder</method> |
| @@ -37,6 +41,7 @@ | |||
| 37 | <format> | 41 | <format> |
| 38 | <name>Portable Document Fileformat</name> | 42 | <name>Portable Document Fileformat</name> |
| 39 | <extension>.pdf</extension> | 43 | <extension>.pdf</extension> |
| 44 | <mimetype>application/pdf</mimetype> | ||
| 40 | <support>full</support> | 45 | <support>full</support> |
| 41 | <metadata>a lot</metadata> | 46 | <metadata>a lot</metadata> |
| 42 | <method> rendering of the PDF file on a cairo surface with the help of | 47 | <method> rendering of the PDF file on a cairo surface with the help of |
| @@ -50,6 +55,7 @@ | |||
| 50 | <format> | 55 | <format> |
| 51 | <name>Tape ARchive</name> | 56 | <name>Tape ARchive</name> |
| 52 | <extension>.tar, .tar.bz2, .tar.gz</extension> | 57 | <extension>.tar, .tar.bz2, .tar.gz</extension> |
| 58 | <mimetype>application/x-tar, application/x-gzip, application/x-bzip2</mimetype> | ||
| 53 | <support>full</support> | 59 | <support>full</support> |
| 54 | <metadata>metadata from the file itself, metadata from the file contained | 60 | <metadata>metadata from the file itself, metadata from the file contained |
| 55 | into the archive, and metadata added by tar to the file at then | 61 | into the archive, and metadata added by tar to the file at then |
| @@ -62,6 +68,7 @@ | |||
| 62 | <format> | 68 | <format> |
| 63 | <name>Zip</name> | 69 | <name>Zip</name> |
| 64 | <extension>.zip</extension> | 70 | <extension>.zip</extension> |
| 71 | <mimetype>application/zip</mimetype> | ||
| 65 | <support>partial</support> | 72 | <support>partial</support> |
| 66 | <metadata>metadata from the file itself, metadata from the file contained | 73 | <metadata>metadata from the file itself, metadata from the file contained |
| 67 | into the archive, and metadata added by zip to the file when added to | 74 | into the archive, and metadata added by zip to the file when added to |
| @@ -74,6 +81,7 @@ | |||
| 74 | <format> | 81 | <format> |
| 75 | <name>MPEG Audio</name> | 82 | <name>MPEG Audio</name> |
| 76 | <extension>.mp3, .mp2, .mp1, .mpa</extension> | 83 | <extension>.mp3, .mp2, .mp1, .mpa</extension> |
| 84 | <mimetype>audio/mpeg</mimetype> | ||
| 77 | <support>full</support> | 85 | <support>full</support> |
| 78 | <metadata>id3</metadata> | 86 | <metadata>id3</metadata> |
| 79 | <method>removal of harmful fields is done with hachoir</method> | 87 | <method>removal of harmful fields is done with hachoir</method> |
| @@ -82,6 +90,7 @@ | |||
| 82 | <format> | 90 | <format> |
| 83 | <name>Ogg Vorbis</name> | 91 | <name>Ogg Vorbis</name> |
| 84 | <extension>.ogg</extension> | 92 | <extension>.ogg</extension> |
| 93 | <mimetype>audio/vorbis</mimetype> | ||
| 85 | <support>full</support> | 94 | <support>full</support> |
| 86 | <metadata>Vorbis</metadata> | 95 | <metadata>Vorbis</metadata> |
| 87 | <method>removal of harmful fields is done with mutagen</method> | 96 | <method>removal of harmful fields is done with mutagen</method> |
| @@ -90,6 +99,7 @@ | |||
| 90 | <format> | 99 | <format> |
| 91 | <name>Free Lossless Audio Codec</name> | 100 | <name>Free Lossless Audio Codec</name> |
| 92 | <extension>.flac</extension> | 101 | <extension>.flac</extension> |
| 102 | <mimetype>audio/x-flac</mimetype> | ||
| 93 | <support>full</support> | 103 | <support>full</support> |
| 94 | <metadata>Flac, Vorbis</metadata> | 104 | <metadata>Flac, Vorbis</metadata> |
| 95 | <method>removal of harmful fields is done with mutagen</method> | 105 | <method>removal of harmful fields is done with mutagen</method> |
| @@ -98,6 +108,7 @@ | |||
| 98 | <format> | 108 | <format> |
| 99 | <name>Torrent</name> | 109 | <name>Torrent</name> |
| 100 | <extension>.torrent</extension> | 110 | <extension>.torrent</extension> |
| 111 | <mimetype>application/torrent</mimetype> | ||
| 101 | <support>full</support> | 112 | <support>full</support> |
| 102 | <metadata>torrent</metadata> | 113 | <metadata>torrent</metadata> |
| 103 | <method>remove all the compromizing metadata with a heavily tuned version | 114 | <method>remove all the compromizing metadata with a heavily tuned version |
