• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..10-Feb-2022-

benchmark/H10-Feb-2022-3,6252,463

bindings/H10-Feb-2022-953749

build/H10-Feb-2022-266211

examples/H10-Feb-2022-891791

include/H03-May-2022-4,9723,190

lib/H03-May-2022-218,705192,702

plugins/H03-May-2022-7,5616,438

src/H03-May-2022-11,76710,212

tools/H10-Feb-2022-1,143932

vendor/H03-May-2022-18,13316,674

COPYINGH A D10-Feb-202225.9 KiB503418

Makefile.amH A D10-Feb-20223.3 KiB142118

README.mdH A D10-Feb-20221.8 KiB6342

appveyor.ymlH A D10-Feb-20221.9 KiB7366

autogen.shH A D10-Feb-2022840 3427

base_versionH A D10-Feb-20225 11

bundled_lz4_versionH A D10-Feb-20226 21

bundled_mecab_naist_jdic_versionH A D10-Feb-202216 21

bundled_mecab_versionH A D10-Feb-20226 21

bundled_message_pack_versionH A D10-Feb-20226 21

config.h.cmakeH A D10-Feb-20224.3 KiB148128

config.sh.inH A D10-Feb-2022271 87

configure.acH A D10-Feb-202253.8 KiB1,8181,655

gpg_uidH A D10-Feb-20229 21

groonga-arrow.pc.inH A D10-Feb-2022109 54

groonga-httpd-conf.sh.inH A D10-Feb-20221.6 KiB3531

groonga.pc.inH A D10-Feb-2022579 2119

nginx_versionH A D10-Feb-20227 21

version-gen.shH A D10-Feb-2022543 3628

README.md

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