[Groonga-commit] groonga/groonga at c48c71d [master] Add README.md

Back to archive index

Kouhei Sutou null+****@clear*****
Sat Aug 9 19:46:33 JST 2014


Kouhei Sutou	2014-08-09 19:46:33 +0900 (Sat, 09 Aug 2014)

  New Revision: c48c71de5f2daf83cdcb8d42b01040ee114d41dc
  https://github.com/groonga/groonga/commit/c48c71de5f2daf83cdcb8d42b01040ee114d41dc

  Message:
    Add README.md

  Added files:
    README.md
  Removed files:
    AUTHORS
  Modified files:
    Makefile.am

  Deleted: AUTHORS (+0 -17) 100644
===================================================================
--- AUTHORS    2014-08-09 19:39:05 +0900 (832c66a)
+++ /dev/null
@@ -1,17 +0,0 @@
-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:
-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>

  Modified: Makefile.am (+1 -0)
===================================================================
--- Makefile.am    2014-08-09 19:39:05 +0900 (d817c5d)
+++ Makefile.am    2014-08-09 19:46:33 +0900 (f512adb)
@@ -20,6 +20,7 @@ SUBDIRS =					\
 	doc
 #dist_data_DATA =
 EXTRA_DIST =					\
+	README.md				\
 	bindings				\
 	version-gen.sh				\
 	base_version				\

  Added: README.md (+49 -0) 100644
===================================================================
--- /dev/null
+++ README.md    2014-08-09 19:46:33 +0900 (09e5764)
@@ -0,0 +1,49 @@
+# README
+
+Groonga is an open-source fulltext search engine and column store.
+
+## Reference manual
+
+See doc/source/ directory or http://groonga.org/docs/.
+
+## 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>
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index