File: README.txt

package info (click to toggle)
libmime-types-ruby 1.16-2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 208 kB
  • ctags: 306
  • sloc: ruby: 1,976; makefile: 17
file content (28 lines) | stat: -rw-r--r-- 1,108 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
= README: Mime::Types for Ruby
This library allows for the identification of a file's likely MIME content
type. This is release 1.16. The identification of MIME content type is based
on a file's filename extensions.

MIME::Types for Ruby 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.

Homepage::  http://mime-types.rubyforge.org/
Copyright:: 2002 - 2009, Austin Ziegler
            Based in part on prior work copyright Mark Overmeer

== Licensing
MIME::Types is available under three disjunctive licences, as detailed in the
Licence.txt file.

== Copyright
  MIME::Types
  A Ruby implementation of a MIME Types information library. Based in spirit
  on the Perl MIME::Types information library by Mark Overmeer.
  http://rubyforge.org/projects/mime-types/

  Licensed under the Ruby disjunctive licence with the GNU GPL or the Perl
  Artistic licence. See Licence.txt for more information.

  Copyright 2003 - 2009 Austin Ziegler