about summary refs log tree commit homepage
path: root/README
diff options
context:
space:
mode:
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.