File: README.rdoc

package info (click to toggle)
ruby-mime-types 1.19-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 324 kB
  • sloc: ruby: 752; makefile: 2
file content (19 lines) | stat: -rw-r--r-- 707 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
= MIME::Types for Ruby

home :: http://mime-types.rubyforge.org/
code :: https://github.com/halostatue/mime-types/
bugs :: https://github.com/halostatue/mime-types/issues
rdoc :: http://mime-types.rubyforge.org/

== Description

This library allows for the identification of a file's likely MIME content
type. This is release 1.19 with new MIME types. The identification of MIME
content type is based on a file's filename extensions.

MIME::Types for Ruby was originally based on and synchronized with MIME::Types
for Perl by Mark Overmeer, copyright 2001 - 2009. As of version 1.15, the data
format for the MIME::Type list has changed and the synchronization will no
longer happen.

:include: Licence.rdoc