YUKI Hiroshi
null+****@clear*****
Tue Jun 24 17:53:54 JST 2014
YUKI Hiroshi 2014-06-24 17:53:54 +0900 (Tue, 24 Jun 2014) New Revision: 1e7b71c11c5a5aca7079a6979845adfa8e12b1f2 https://github.com/droonga/droonga.org/commit/1e7b71c11c5a5aca7079a6979845adfa8e12b1f2 Message: Add description to add "status" to the list of plugins Modified files: _po/ja/tutorial/1.0.4/add-replica/index.po _po/ja/tutorial/1.0.4/dump-restore/index.po ja/tutorial/1.0.4/add-replica/index.md ja/tutorial/1.0.4/dump-restore/index.md tutorial/1.0.4/add-replica/index.md tutorial/1.0.4/dump-restore/index.md Modified: _po/ja/tutorial/1.0.4/add-replica/index.po (+11 -2) =================================================================== --- _po/ja/tutorial/1.0.4/add-replica/index.po 2014-06-24 17:49:05 +0900 (e420d4f) +++ _po/ja/tutorial/1.0.4/add-replica/index.po 2014-06-24 17:53:54 +0900 (671f163) @@ -42,12 +42,21 @@ msgid "" " Please complete the [\"getting started\" tutorial](../groonga/) before this.\n" "* You must know how to duplicate data between multiple clusters.\n" " Please complete the [\"How to backup and restore the database?\" tutorial](../" -"dump-restore/) before this." +"dump-restore/) before this.\n" +"* Your `catalog.json` must have the plugin `status` in the list of plugins.\n" +" Otherwise, you must add it, like:" msgstr "" "* 何らかのデータが格納されている状態の[Droonga][]クラスタがあること。\n" " このチュートリアルを始める前に、[「使ってみる」のチュートリアル](../groonga/)を完了している事が望ましいです\n" "* 複数のクラスタの間でのデータの複製方法を把握していること。\n" -" このチュートリアルを始める前に、[バックアップと復元のチュートリアル](../dump-restore/)を完了しておいてください。" +" このチュートリアルを始める前に、[バックアップと復元のチュートリアル](../dump-restore/)を完了しておいてください。\n" +"* `catalog.json`に`status`プラグインが登録済みであること。\n" +" 未登録の場合は、以下のようにして`plugins`の一覧に`status`を追加しておいて下さい:" + +msgid "" +" - \"plugins\": [\"groonga\", \"crud\", \"search\", \"dump\"],\n" +" + \"plugins\": [\"groonga\", \"crud\", \"search\", \"dump\", \"status\"]," +msgstr "" msgid "## What's \"replica\"?" msgstr "## 「replica」とは?" Modified: _po/ja/tutorial/1.0.4/dump-restore/index.po (+6 -5) =================================================================== --- _po/ja/tutorial/1.0.4/dump-restore/index.po 2014-06-24 17:49:05 +0900 (171f3f3) +++ _po/ja/tutorial/1.0.4/dump-restore/index.po 2014-06-24 17:53:54 +0900 (66d7f03) @@ -51,15 +51,16 @@ msgid "" msgstr "" msgid "" -"* Your `catalog.json` must have the plugin `dump` in the list of plugins.\n" -" Otherwise, you must add the plugin to the list of `plugins`, like:" +"* Your `catalog.json` must have `dump` and `status` plugins in the list of plu" +"gins.\n" +" Otherwise, you must add them to the list of `plugins`, like:" msgstr "" -"* `catalog.json`に`dump`プラグインが登録済みであること。\n" -" 未登録の場合は、以下のようにして`plugins`の一覧に`dump`を追加しておいて下さい:" +"* `catalog.json`に`dump`プラグインと`status`プラグインが登録済みであること。\n" +" 未登録の場合は、以下のようにして`plugins`の一覧に`dump`と`status`を追加しておいて下さい:" msgid "" " - \"plugins\": [\"groonga\", \"crud\", \"search\"],\n" -" + \"plugins\": [\"groonga\", \"crud\", \"search\", \"dump\"]," +" + \"plugins\": [\"groonga\", \"crud\", \"search\", \"dump\", \"status\"]," msgstr "" msgid "" Modified: ja/tutorial/1.0.4/add-replica/index.md (+6 -0) =================================================================== --- ja/tutorial/1.0.4/add-replica/index.md 2014-06-24 17:49:05 +0900 (fe00fc6) +++ ja/tutorial/1.0.4/add-replica/index.md 2014-06-24 17:53:54 +0900 (57e1757) @@ -25,6 +25,12 @@ layout: ja このチュートリアルを始める前に、[「使ってみる」のチュートリアル](../groonga/)を完了している事が望ましいです * 複数のクラスタの間でのデータの複製方法を把握していること。 このチュートリアルを始める前に、[バックアップと復元のチュートリアル](../dump-restore/)を完了しておいてください。 +* `catalog.json`に`status`プラグインが登録済みであること。 + 未登録の場合は、以下のようにして`plugins`の一覧に`status`を追加しておいて下さい: + + - "plugins": ["groonga", "crud", "search", "dump"], + + "plugins": ["groonga", "crud", "search", "dump", "status"], + ## 「replica」とは? Modified: ja/tutorial/1.0.4/dump-restore/index.md (+3 -3) =================================================================== --- ja/tutorial/1.0.4/dump-restore/index.md 2014-06-24 17:49:05 +0900 (d2f8848) +++ ja/tutorial/1.0.4/dump-restore/index.md 2014-06-24 17:53:54 +0900 (f15a409) @@ -30,11 +30,11 @@ layout: ja - "Starbucks": { + "Default": { -* `catalog.json`に`dump`プラグインが登録済みであること。 - 未登録の場合は、以下のようにして`plugins`の一覧に`dump`を追加しておいて下さい: +* `catalog.json`に`dump`プラグインと`status`プラグインが登録済みであること。 + 未登録の場合は、以下のようにして`plugins`の一覧に`dump`と`status`を追加しておいて下さい: - "plugins": ["groonga", "crud", "search"], - + "plugins": ["groonga", "crud", "search", "dump"], + + "plugins": ["groonga", "crud", "search", "dump", "status"], * `catalog.json`の`schema`セクションが情報を含んでいないこと・ スキーマを定義していた場合は、以下のようにして`schema`セクションを空にしておいて下さい: Modified: tutorial/1.0.4/add-replica/index.md (+6 -0) =================================================================== --- tutorial/1.0.4/add-replica/index.md 2014-06-24 17:49:05 +0900 (620f316) +++ tutorial/1.0.4/add-replica/index.md 2014-06-24 17:53:54 +0900 (bb335ec) @@ -16,6 +16,12 @@ Learning steps to add a new replica node, remove an existing replica, and replac Please complete the ["getting started" tutorial](../groonga/) before this. * You must know how to duplicate data between multiple clusters. Please complete the ["How to backup and restore the database?" tutorial](../dump-restore/) before this. +* Your `catalog.json` must have the plugin `status` in the list of plugins. + Otherwise, you must add it, like: + + - "plugins": ["groonga", "crud", "search", "dump"], + + "plugins": ["groonga", "crud", "search", "dump", "status"], + ## What's "replica"? Modified: tutorial/1.0.4/dump-restore/index.md (+3 -3) =================================================================== --- tutorial/1.0.4/dump-restore/index.md 2014-06-24 17:49:05 +0900 (c72cb3c) +++ tutorial/1.0.4/dump-restore/index.md 2014-06-24 17:53:54 +0900 (b49932a) @@ -21,11 +21,11 @@ Learning steps to backup and restore data by your hand. - "Starbucks": { + "Default": { -* Your `catalog.json` must have the plugin `dump` in the list of plugins. - Otherwise, you must add the plugin to the list of `plugins`, like: +* Your `catalog.json` must have `dump` and `status` plugins in the list of plugins. + Otherwise, you must add them to the list of `plugins`, like: - "plugins": ["groonga", "crud", "search"], - + "plugins": ["groonga", "crud", "search", "dump"], + + "plugins": ["groonga", "crud", "search", "dump", "status"], * Your `catalog.json` must not have any information in its `schema` section. Otherwise, you must make the `schema` section empty, like: -------------- next part -------------- HTML����������������������������...Download