YUKI Hiroshi
null+****@clear*****
Mon Apr 28 20:02:46 JST 2014
YUKI Hiroshi 2014-04-28 20:02:46 +0900 (Mon, 28 Apr 2014) New Revision: 80b15ccbce01f04bca49a53a95c242534515b528 https://github.com/droonga/droonga.org/commit/80b15ccbce01f04bca49a53a95c242534515b528 Message: Update product name Modified files: _po/ja/related-projects/index.po _po/ja/tutorial/basic/index.po ja/related-projects/index.md ja/tutorial/basic/index.md related-projects/index.md Modified: _po/ja/related-projects/index.po (+3 -3) =================================================================== --- _po/ja/related-projects/index.po 2014-04-28 19:59:34 +0900 (3249413) +++ _po/ja/related-projects/index.po 2014-04-28 20:02:46 +0900 (4b2a1b2) @@ -46,12 +46,12 @@ msgid "Here are related projects:" msgstr "関連プロジェクト:" msgid "" -" * [fluent-plugin-droonga][]: Distributed search engine module\n" +" * [droonga-engine][]: Distributed search engine module\n" " * [express-droonga][]: API server module\n" " * [droonga-http-server][]: HTTP procol adapter frontend\n" " * [Groonga][]: An open-source fulltext search engine and column store" msgstr "" -" * [fluent-plugin-droonga][]: 分散検索エンジンモジュール\n" +" * [droonga-engine][]: 分散検索エンジンモジュール\n" " * [express-droonga][]: APIサーバモジュール\n" " * [droonga-http-server][]: HTTP Protocol Adapterフロントエンド\n" " * [Groonga][]: カラムストア機能付き全文検索エンジン" @@ -95,7 +95,7 @@ msgid " * [droonga/droonga.org][]: The source of this site" msgstr " * [droonga/droonga.org][]: このサイトのソースコード" msgid "" -" [fluent-plugin-droonga]: https://github.com/droonga/fluent-plugin-droonga\n" +" [droonga-engine]: https://github.com/droonga/droonga-engine\n" " [express-droonga]: https://github.com/droonga/express-droonga\n" " [droonga-http-server]: https://github.com/droonga/droonga-http-server\n" " [Groonga]: http://groonga.org/\n" Modified: _po/ja/tutorial/basic/index.po (+3 -3) =================================================================== --- _po/ja/tutorial/basic/index.po 2014-04-28 19:59:34 +0900 (8bf6a4f) +++ _po/ja/tutorial/basic/index.po 2014-04-28 20:02:46 +0900 (361a605) @@ -358,8 +358,8 @@ msgid "" " automatically." msgstr "" "これらの6つの、`\"address\"`の情報を持つ最小単位のボリュームは、内部的に*シングル・ボリューム*と呼ばれます。\n" -"`\"address\"`の情報は、対応する物理的なストレージであるGroongaのデータベースの位置を示していて、それらのデータベースは`fluent-plu" -"gin-droonga`によって自動的に作成されます。" +"`\"address\"`の情報は、対応する物理的なストレージであるGroongaのデータベースの位置を示していて、それらのデータベースは`droonga-en" +"gine`によって自動的に作成されます。" msgid "" "For more details of the configuration file `catalog.json`, see [the reference " @@ -395,7 +395,7 @@ msgid "This is the way to stop droonga-engine." msgstr "これがdroonga-engineを終了する方法です。" msgid "Start droonga-engine again:" -msgstr "再度fluent-plugin-droongaを起動します。" +msgstr "再度droonga-engineを起動します。" msgid "### Create a database" msgstr "### データベースを作成する" Modified: ja/related-projects/index.md (+2 -2) =================================================================== --- ja/related-projects/index.md 2014-04-28 19:59:34 +0900 (80fdaf5) +++ ja/related-projects/index.md 2014-04-28 20:02:46 +0900 (9b988f6) @@ -27,7 +27,7 @@ Droongaシステムのカテゴリには、Droongのコア機能を提供する 関連プロジェクト: - * [fluent-plugin-droonga][]: 分散検索エンジンモジュール + * [droonga-engine][]: 分散検索エンジンモジュール * [express-droonga][]: APIサーバモジュール * [droonga-http-server][]: HTTP Protocol Adapterフロントエンド * [Groonga][]: カラムストア機能付き全文検索エンジン @@ -57,7 +57,7 @@ Droongaクライアントのカテゴリには、Droongaクライアントの機 * [droonga/droonga.org][]: このサイトのソースコード - [fluent-plugin-droonga]: https://github.com/droonga/fluent-plugin-droonga + [droonga-engine]: https://github.com/droonga/droonga-engine [express-droonga]: https://github.com/droonga/express-droonga [droonga-http-server]: https://github.com/droonga/droonga-http-server [Groonga]: http://groonga.org/ Modified: ja/tutorial/basic/index.md (+2 -2) =================================================================== --- ja/tutorial/basic/index.md 2014-04-28 19:59:34 +0900 (0116341) +++ ja/tutorial/basic/index.md 2014-04-28 20:02:46 +0900 (97575c2) @@ -214,7 +214,7 @@ catalog.json: これらはDroongaのデータセットの最小の構成要素である。 これらの6つの、`"address"`の情報を持つ最小単位のボリュームは、内部的に*シングル・ボリューム*と呼ばれます。 -`"address"`の情報は、対応する物理的なストレージであるGroongaのデータベースの位置を示していて、それらのデータベースは`fluent-plugin-droonga`によって自動的に作成されます。 +`"address"`の情報は、対応する物理的なストレージであるGroongaのデータベースの位置を示していて、それらのデータベースは`droonga-engine`によって自動的に作成されます。 `catalog.json` の詳細については [catalog.json](/ja/reference/catalog) を参照してください。 @@ -234,7 +234,7 @@ droonga-engineにSIGTERMを送ります。 これがdroonga-engineを終了する方法です。 -再度fluent-plugin-droongaを起動します。 +再度droonga-engineを起動します。 # droonga-engine --host 192.168.0.10 --log-file=$PWD/droonga-engine.log --daemon --pid-file $PWD/droonga-engine.pid Modified: related-projects/index.md (+2 -2) =================================================================== --- related-projects/index.md 2014-04-28 19:59:34 +0900 (83af8fc) +++ related-projects/index.md 2014-04-28 20:02:46 +0900 (a01c057) @@ -18,7 +18,7 @@ Droonga system category includes projects that provide Droonga core features. Here are related projects: - * [fluent-plugin-droonga][]: Distributed search engine module + * [droonga-engine][]: Distributed search engine module * [express-droonga][]: API server module * [droonga-http-server][]: HTTP procol adapter frontend * [Groonga][]: An open-source fulltext search engine and column store @@ -48,7 +48,7 @@ Other category includes other related projects: * [droonga/droonga.org][]: The source of this site - [fluent-plugin-droonga]: https://github.com/droonga/fluent-plugin-droonga + [droonga-engine]: https://github.com/droonga/droonga-engine [express-droonga]: https://github.com/droonga/express-droonga [droonga-http-server]: https://github.com/droonga/droonga-http-server [Groonga]: http://groonga.org/ -------------- next part -------------- HTML����������������������������...Download