[Groonga-commit] droonga/droonga.org at 5d6973b [gh-pages] Add references to documentations to the top page

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Nov 15 14:56:12 JST 2013


Kouhei Sutou	2013-11-15 14:56:12 +0900 (Fri, 15 Nov 2013)

  New Revision: 5d6973b541075dd6d82d69cd7a27889b3dee587f
  https://github.com/droonga/droonga.org/commit/5d6973b541075dd6d82d69cd7a27889b3dee587f

  Message:
    Add references to documentations to the top page

  Modified files:
    index.md

  Modified: index.md (+19 -0)
===================================================================
--- index.md    2013-11-15 09:58:09 +0900 (0b0c511)
+++ index.md    2013-11-15 14:56:12 +0900 (c8966f1)
@@ -5,8 +5,27 @@ layout: default
 <div class="jumbotron">
 <h1>Droonga</h1>
 <p>A scalable data processing engine</p>
+<p><a class="btn btn-primary btn-lg" role="button" href="overview/">Learn more »</a></p>
 </div>
 
+## About Droonga
+
+Droonga is a scalable data processing engine. Droonga uses stream oriented processing model. Droonga processes data by pipeline. Many operations such as search, update, group are done in pipeline. Droonga is extensible. You can extend operations in pipeline by Ruby plugins.
+
+See [overview](overview/) for more details.
+
+## Getting started
+
+Try [tutorial](tutorial/) to know about Droonga after you understand about Droonga. If you don't read [overview](overview/) yet, read it before trying the tutorial.
+
+## Documentations
+
+The following documenations will help you to use Droonga more effectively:
+
+* [Install](install/): It describes how to install Droonga.
+* [Reference manual](reference/): It describes about specifications.
+* [Contribution](contribution/): It describes how to contirubte Droonga project and join Droonga developement.
+
 ## Related Projects
 
 * [fluent-plugin-droonga](https://github.com/droonga/fluent-plugin-droonga): Distributed search engine module
-------------- next part --------------
HTML����������������������������...
Download 



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