about summary refs log tree commit homepage
path: root/README
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2013-04-05 22:08:41 +0000
committerEric Wong <normalperson@yhbt.net>2013-04-05 22:40:51 +0000
commitc5fab448d4260594a876a2d29339156e45bfd379 (patch)
treec3cfa6069cddf2535ad1fe92cdf3a0f611e13351 /README
parent7f87cbc2e5289f328c3278a991519068d8747374 (diff)
downloadmahoro-c5fab448d4260594a876a2d29339156e45bfd379.tar.gz
tree reorganization + various maint fixes v0.4
Using an ext/ directory is easier to grok for RubyGems
Diffstat (limited to 'README')
-rw-r--r--README16
1 files changed, 16 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..6f8abc3
--- /dev/null
+++ b/README
@@ -0,0 +1,16 @@
+Mahoro - a Ruby interface to libmagic
+
+An interface to libmagic to determine file types using "magic" numbers.
+This can be used in place of calling the file(1) command in Ruby scripts.
+Shu-yu Guo is the original author but all maintenance is handled by
+Eric Wong nowadays.
+
+documentation: http://bogomips.org/mahoro/API
+source: git clone git://bogomips.org/mahoro.git
+cgit web viewer: http://bogomips.org/mahoro.git/
+mailing list: mahoro@librelist.org (plain-text only, please)
+maintainer: Eric Wong <normalperson@yhbt.net>
+libmagic: https://en.wikipedia.org/wiki/Libmagic
+
+Feel free to contact Eric Wong privately via plain-text email if you're not
+comfortable with the public mailing list.