OSDN Git Service

Add README.mb for the mirror pg_bigm GIT repository at github.
authorMasaoFujii <masao.fujii@gmail.com>
Mon, 5 Sep 2016 03:17:59 +0000 (12:17 +0900)
committerMasaoFujii <masao.fujii@gmail.com>
Mon, 5 Sep 2016 03:17:59 +0000 (12:17 +0900)
README.md [new file with mode: 0644]

diff --git a/README.md b/README.md
new file mode 100644 (file)
index 0000000..8f647e1
--- /dev/null
+++ b/README.md
@@ -0,0 +1,10 @@
+# pg_bigm
+The pg_bigm module provides full text search capability in [PostgreSQL](http://www.postgresql.org/).
+This module allows a user to create **2-gram** (bigram) index for faster full text search.
+
+pg_bigm is released under the [PostgreSQL License](https://opensource.org/licenses/postgresql), a liberal Open Source license, similar to the BSD or MIT licenses.
+
+For more information look at [the official pg_bigm web site](http://pgbigm.osdn.jp/index_en.html).
+
+## Test Status
+[![Build Status](https://travis-ci.org/MasaoFujii/pg_bigm.svg?branch=master)](https://travis-ci.org/MasaoFujii/pg_bigm)