1# README
2
3Groonga is an open-source fulltext search engine and column store.
4
5## Reference manual
6
7See doc/source/ directory or http://groonga.org/docs/.
8
9Here are shortcut links:
10
11  * How to install: http://groonga.org/docs/install.html
12  * Tutorial: http://groonga.org/docs/tutorial.html
13  * How to build as a developer: http://groonga.org/docs/contribution/development/build.html
14
15## Community
16
17  * [@groonga on Twitter](https://twitter.com/groonga/)
18  * [Groonga page on Facebook](https://www.facebook.com/groonga)
19  * [Mailing list on SourceForge.net](http://lists.sourceforge.net/mailman/listinfo/groonga-talk)
20  * [Chat room on Gitter](https://gitter.im/groonga/public)
21
22## Bundled software
23
24### mruby
25
26  * Path: vendor/mruby-source
27  * License: The MIT license. See vendor/mruby-source/MITL for details.
28
29### Onigmo
30
31  * Path: vendor/onigmo-source
32  * License: BSD license. See vendor/onigmo-source/COPYING for details.
33
34### nginx
35
36  * Path: vendor/nginx-${VERSION}
37  * License: BSD license. See vendor/nginx-${VERSION}/LICENSE for details.
38
39## Authors
40
41### Primary authors
42
43  * Daijiro MORI <morita at razil. jp>
44  * Tasuku SUENAGA <a at razil. jp>
45  * Yutaro Shimamura <yu at razil. jp>
46  * Kouhei Sutou <kou at cozmixng. org>
47  * Kazuho Oku <kazuhooku at gmail. com>
48  * Moriyoshi Koizumi <moriyoshi at gmail. com>
49
50### Patches and modules from
51
52TODO: Update or use
53https://github.com/groonga/groonga/graphs/contributors instead.
54
55  * Daisuke Maki <dmaki at cpan. org>
56  * Kazuhiro Osawa <ko at yappo. ne. jp>
57  * Hiroyuki OYAMA <oyama at module. jp>
58  * Nguyen Anh Phu <phuna at users. sourceforge. net>
59  * Hideyuki KUROSU <hideyuki. kurosu at gmail. com>
60  * Takuo Kitame <kitame at valinux. co. jp>
61  * Yoshihiro Oyama <yos-o at smilemark. com>
62  * cZfSunOs.U <sunos at saita. ma>
63