wok-6.x view perl-mime-types/description.txt @ rev 25565

Reenable rpc for glibc, fix gpxe grub4dos receipt, fix linld url
author Stanislas Leduc <shann@slitaz.org>
date Tue May 09 17:24:00 2023 +0000 (13 months ago)
parents
children
line source
1 MIME types are used in many applications (for instance as part of e-mail
2 and HTTP traffic) to indicate the type of content which is transmitted or expected.
3 See RFC2045 at https://www.ietf.org/rfc/rfc2045.txt
5 Sometimes detailed knowledge about a mime-type is needed, however this module
6 only knows about the file name extensions which relate to some filetype.
7 It can also be used to produce the right format: types which are not registered
8 at IANA need to use 'x-' prefixes.
10 This object administers a huge list of known mime-types, combined from various
11 sources.
12 For instance, it contains all IANA types and the knowledge of Apache.
13 Probably the most complete table on the net!