YUKI Hiroshi
null+****@clear*****
Thu Feb 20 13:53:59 JST 2014
YUKI Hiroshi 2014-02-20 13:53:59 +0900 (Thu, 20 Feb 2014) New Revision: 816516c23a71aa0e151b3c51a4d0fc82065c1812 https://github.com/droonga/droonga.org/commit/816516c23a71aa0e151b3c51a4d0fc82065c1812 Message: Replace "Install" in the navigation bar with "Getting started" submenu Modified files: _includes/navbar-content.en.html _includes/navbar-content.ja.html index.md Modified: _includes/navbar-content.en.html (+9 -1) =================================================================== --- _includes/navbar-content.en.html 2014-02-20 12:29:30 +0900 (e154a3c) +++ _includes/navbar-content.en.html 2014-02-20 13:53:59 +0900 (2d8509b) @@ -13,7 +13,15 @@ <div class="collapse navbar-collapse"> <ul class="nav navbar-nav navbar-left"> <li><a href="/news/">News</a></li> - <li><a href="/install/">Install</a></li> + <li class="dropdown"><a href="/getting-started/" + class="dropdown-toggle" + data-toggle="dropdown">Getting started <b class="caret"></b></a> + <ul class="dropdown-menu"> + <li><a href="/overview/">Overview</a></li> + <li><a href="/install/">Install</a></li> + <li><a href="/tutorial/">Tutorial</a></li> + </ul> + </li> <li><a href="/community/">Community</a></li> <li><a href="/reference/">Reference manual</a></li> </ul> Modified: _includes/navbar-content.ja.html (+9 -1) =================================================================== --- _includes/navbar-content.ja.html 2014-02-20 12:29:30 +0900 (a347051) +++ _includes/navbar-content.ja.html 2014-02-20 13:53:59 +0900 (095cd62) @@ -13,7 +13,15 @@ <div class="collapse navbar-collapse"> <ul class="nav navbar-nav navbar-left"> <li><a href="/ja/news/">最新情報</a></li> - <li><a href="/ja/install/">インストール手順</a></li> + <li class="dropdown"><a href="/ja/getting-started/" + class="dropdown-toggle" + data-toggle="dropdown">はじめに <b class="caret"></b></a> + <ul class="dropdown-menu"> + <li><a href="/ja/overview/">概要</a></li> + <li><a href="/ja/install/">インストール手順</a></li> + <li><a href="/ja/tutorial/">チュートリアル</a></li> + </ul> + </li> <li><a href="/ja/community/">コミュニティー</a></li> <li><a href="/ja/reference/">リファレンスマニュアル</a></li> </ul> Modified: index.md (+8 -7) =================================================================== --- index.md 2014-02-20 12:29:30 +0900 (8fcf15b) +++ index.md 2014-02-20 13:53:59 +0900 (29be4b0) @@ -5,27 +5,28 @@ layout: en <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> +<p><a class="btn btn-primary btn-lg" role="button" href="getting-started/">Getting Started »</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. The processing model provides flexibility and extensibility. Droonga can also process complex operations by mixing operations. Users can add custom operations to Droonga as Ruby plugins. +Droonga is a scalable data processing engine, based on a stream oriented processing model. +In many operations (searching, updating, grouping, and so on), Droonga processes various data by pipeline. +As the result, Droonga has large potential around its flexibility and extensibility. +Moreover, those features provide high availability for people who develop any data processing engine based on Droonga. +You can process complex operations by mixing operations, and you can add custom operations to Droonga via plugins written as Ruby-scripts. See [overview](overview/) for more details. See [roadmap](roadmap/) for the future Droonga. -## 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 documentations will help you to use Droonga more effectively: * [Install](install/) describes how to install Droonga. - * [Reference manual](reference/) describes about specifications. + * [Tutorial](tutorial/) describes how to use Droonga. + * [Reference manual](reference/) describes about specifications for users and developers. * [Community](community/) describes how to communicate with developers and other users. * [Related projects](related-projects/) introduces related projects. -------------- next part -------------- HTML����������������������������...Download