DESCR 1.1 KB

1234567891011121314151617181920
  1. Many programs and desktops use the MIME system to represent the types of
  2. files. Frequently, it is necessary to work out the correct MIME type for
  3. a file. This is generally done by examining the file's name or contents,
  4. and looking up the correct MIME type in a database.
  5. For interoperability, it is useful for different programs to use the
  6. same database so that different programs agree on the type of a file,
  7. and new rules for determining the type apply to all programs.
  8. This specification attempts to unify the type-guessing systems currently
  9. in use by GNOME, KDE and ROX. Only the name-to-type and contents-to-type
  10. mappings are covered by this spec; other MIME type information, such as
  11. the default handler for a particular type, or the icon to use to display
  12. it in a file manager, are not covered since these are a matter of style.
  13. In addition, freedesktop.org provides a shared database in this format
  14. to avoid inconsistencies between desktops. This database has been
  15. created by converting the existing KDE and GNOME databases to the new
  16. format and merging them together.