A utility module for content-type handling.
- Properly restore the HTML snippet detection, by looking at the entire string
and not just its start.
- Restore detection of HTML snippets from 3.4 series.
- Added new mime types for web fonts, cache manifest and new media formats.
- LP #717289: added 'video/x-m4v' mimetype for the '.m4v' extension.
- LP #242321: fix IndexError raised when testing strings consisting
solely of leading whitespace.
- Updated mime-type for .js to be application/javascript.
- Moved the implementation of zope.publisher.contenttype to
zope.contenttype.parse, moved tests along.
- Updated mime-type for .js to be application/javascript.
- First stable release as an independent package.