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