1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
= magic
Ruby FFI wrapper to the "magic" library, that determines content type
and encoding of files and strings. The library does three types of
tests: filesystem tests, magic number tests, and language tests. The
first test that succeeds causes the file type to be returned.
== Installation and Usage
See {project page}[http://jah.pl/projects/magic.html] for details.
== Links
* {project page}[http://jah.pl/projects/magic.html]
* gemcutter[http://gemcutter.org/gems/magic]
* repository[http://github.com/qoobaa/magic]
* {issue tracker}[http://github.com/qoobaa/magic/issues]
* rdoc[http://qoobaa.github.com/magic]
== Copyright
Copyright (c) 2010 Jakub Kuźma. See
LICENSE[http://github.com/qoobaa/magic/raw/master/LICENSE] for
details.
|