summaryrefslogtreecommitdiff
path: root/amiga/resources/mimetypes
Commit message (Collapse)AuthorAgeFilesLines
* Adjust some typesChris Young2011-10-051-5/+6
| | | | svn path=/trunk/netsurf/; revision=12963
* Also read mimetype mappings from mimetypes.userChris Young2011-09-251-2/+5
| | | | svn path=/trunk/netsurf/; revision=12876
* missing double-quotesChris Young2011-06-061-2/+2
| | | | svn path=/trunk/netsurf/; revision=12468
* Don't modify the DataType name within the structure.Chris Young2011-06-061-6/+41
| | | | | | Update mimetypes file a bit, add some more descriptive text. svn path=/trunk/netsurf/; revision=12467
* New style MIME typing; maps MIME types to DataTypes and DefIcon format names.Chris Young2011-05-091-6/+69
| | | | | | | | | | | | | | Currently only able to resolve DataTypes to MIME Types. TODO: - DT MIME type guessing needs mostly removing (only use if no matches in mimetypes file) - Migrate the rest of filetype.c to the new format (can filetype using icon.library and reverse lookup MIME type, for example) - Use to distinguish between CONTENT_IMAGE types - Simplify so DefIcon type defaults to lowercase DataType name svn path=/trunk/netsurf/; revision=12360
* Beginnings of some more advanced mimetypingChris Young2011-05-081-0/+7
svn path=/trunk/netsurf/; revision=12323