[Groonga-commit] droonga/droonga.org at 58d914a [gh-pages] Add "dump" and "status" to the lisf of default plugins

Back to archive index

YUKI Hiroshi null+****@clear*****
Tue Jun 24 17:49:05 JST 2014


YUKI Hiroshi	2014-06-24 17:49:05 +0900 (Tue, 24 Jun 2014)

  New Revision: 58d914aa4be2cb82d0a2a32490f56ea1ff4f21f3
  https://github.com/droonga/droonga.org/commit/58d914aa4be2cb82d0a2a32490f56ea1ff4f21f3

  Message:
    Add "dump" and "status" to the lisf of default plugins

  Modified files:
    _po/ja/tutorial/1.0.4/basic/index.po
    _po/ja/tutorial/1.0.4/plugin-development/adapter/index.po
    _po/ja/tutorial/1.0.4/plugin-development/handler/index.po
    ja/tutorial/1.0.4/basic/index.md
    ja/tutorial/1.0.4/plugin-development/adapter/index.md
    ja/tutorial/1.0.4/plugin-development/handler/index.md
    tutorial/1.0.4/basic/index.md
    tutorial/1.0.4/plugin-development/adapter/index.md
    tutorial/1.0.4/plugin-development/handler/index.md

  Modified: _po/ja/tutorial/1.0.4/basic/index.po (+1 -1)
===================================================================
--- _po/ja/tutorial/1.0.4/basic/index.po    2014-06-24 15:28:11 +0900 (733ad71)
+++ _po/ja/tutorial/1.0.4/basic/index.po    2014-06-24 17:49:05 +0900 (027353a)
@@ -248,7 +248,7 @@ msgid ""
 "      \"datasets\": {\n"
 "        \"Default\": {\n"
 "          \"nWorkers\": 4,\n"
-"          \"plugins\": [\"groonga\", \"crud\", \"search\"],\n"
+"          \"plugins\": [\"groonga\", \"crud\", \"search\", \"dump\", \"status\"],\n"
 "          \"schema\": {\n"
 "            \"Store\": {\n"
 "              \"type\": \"Hash\",\n"

  Modified: _po/ja/tutorial/1.0.4/plugin-development/adapter/index.po (+4 -2)
===================================================================
--- _po/ja/tutorial/1.0.4/plugin-development/adapter/index.po    2014-06-24 15:28:11 +0900 (eb9c22c)
+++ _po/ja/tutorial/1.0.4/plugin-development/adapter/index.po    2014-06-24 17:49:05 +0900 (7d74767)
@@ -181,7 +181,8 @@ msgid ""
 "      \"datasets\": {\n"
 "        \"Starbucks\": {\n"
 "          (snip)\n"
-"          \"plugins\": [\"sample-logger\", \"groonga\", \"crud\", \"search\"],\n"
+"          \"plugins\": [\"sample-logger\", \"groonga\", \"crud\", \"search\", \"dump\", \"s"
+"tatus\"],\n"
 "(snip)\n"
 "~~~"
 msgstr ""
@@ -807,7 +808,8 @@ msgid ""
 "      \"datasets\": {\n"
 "        \"Starbucks\": {\n"
 "          (snip)\n"
-"          \"plugins\": [\"store-search\", \"groonga\", \"crud\", \"search\"],\n"
+"          \"plugins\": [\"store-search\", \"groonga\", \"crud\", \"search\", \"dump\", \"st"
+"atus\"],\n"
 "(snip)\n"
 "~~~"
 msgstr ""

  Modified: _po/ja/tutorial/1.0.4/plugin-development/handler/index.po (+3 -2)
===================================================================
--- _po/ja/tutorial/1.0.4/plugin-development/handler/index.po    2014-06-24 15:28:11 +0900 (fb46492)
+++ _po/ja/tutorial/1.0.4/plugin-development/handler/index.po    2014-06-24 17:49:05 +0900 (18e5093)
@@ -310,7 +310,8 @@ msgid ""
 "      \"datasets\": {\n"
 "        \"Starbucks\": {\n"
 "          (snip)\n"
-"          \"plugins\": [\"count-records\", \"groonga\", \"crud\", \"search\"],\n"
+"          \"plugins\": [\"count-records\", \"groonga\", \"crud\", \"search\", \"dump\", \"s"
+"tatus\"],\n"
 "(snip)\n"
 "~~~"
 msgstr ""
@@ -640,7 +641,7 @@ msgid ""
 "        \"Starbucks\": {\n"
 "          (snip)\n"
 "          \"plugins\": [\"delete-stores\", \"count-records\", \"groonga\", \"crud\", \"se"
-"arch\"],\n"
+"arch\", \"dump\", \"status\"],\n"
 "(snip)\n"
 "~~~"
 msgstr ""

  Modified: ja/tutorial/1.0.4/basic/index.md (+1 -1)
===================================================================
--- ja/tutorial/1.0.4/basic/index.md    2014-06-24 15:28:11 +0900 (67ea45a)
+++ ja/tutorial/1.0.4/basic/index.md    2014-06-24 17:49:05 +0900 (51b5af3)
@@ -117,7 +117,7 @@ catalog.json:
       "datasets": {
         "Default": {
           "nWorkers": 4,
-          "plugins": ["groonga", "crud", "search"],
+          "plugins": ["groonga", "crud", "search", "dump", "status"],
           "schema": {
             "Store": {
               "type": "Hash",

  Modified: ja/tutorial/1.0.4/plugin-development/adapter/index.md (+2 -2)
===================================================================
--- ja/tutorial/1.0.4/plugin-development/adapter/index.md    2014-06-24 15:28:11 +0900 (990f063)
+++ ja/tutorial/1.0.4/plugin-development/adapter/index.md    2014-06-24 17:49:05 +0900 (d05b264)
@@ -101,7 +101,7 @@ catalog.json:
       "datasets": {
         "Starbucks": {
           (snip)
-          "plugins": ["sample-logger", "groonga", "crud", "search"],
+          "plugins": ["sample-logger", "groonga", "crud", "search", "dump", "status"],
 (snip)
 ~~~
 
@@ -548,7 +548,7 @@ catalog.json:
       "datasets": {
         "Starbucks": {
           (snip)
-          "plugins": ["store-search", "groonga", "crud", "search"],
+          "plugins": ["store-search", "groonga", "crud", "search", "dump", "status"],
 (snip)
 ~~~
 

  Modified: ja/tutorial/1.0.4/plugin-development/handler/index.md (+2 -2)
===================================================================
--- ja/tutorial/1.0.4/plugin-development/handler/index.md    2014-06-24 15:28:11 +0900 (4fd3515)
+++ ja/tutorial/1.0.4/plugin-development/handler/index.md    2014-06-24 17:49:05 +0900 (184c00a)
@@ -222,7 +222,7 @@ Add `"count-records"` to `"plugins"`.
       "datasets": {
         "Starbucks": {
           (snip)
-          "plugins": ["count-records", "groonga", "crud", "search"],
+          "plugins": ["count-records", "groonga", "crud", "search", "dump", "status"],
 (snip)
 ~~~
 
@@ -480,7 +480,7 @@ Add `"delete-stores"` to `"plugins"`.
       "datasets": {
         "Starbucks": {
           (snip)
-          "plugins": ["delete-stores", "count-records", "groonga", "crud", "search"],
+          "plugins": ["delete-stores", "count-records", "groonga", "crud", "search", "dump", "status"],
 (snip)
 ~~~
 

  Modified: tutorial/1.0.4/basic/index.md (+1 -1)
===================================================================
--- tutorial/1.0.4/basic/index.md    2014-06-24 15:28:11 +0900 (6f95b99)
+++ tutorial/1.0.4/basic/index.md    2014-06-24 17:49:05 +0900 (98167fb)
@@ -109,7 +109,7 @@ catalog.json:
       "datasets": {
         "Default": {
           "nWorkers": 4,
-          "plugins": ["groonga", "crud", "search"],
+          "plugins": ["groonga", "crud", "search", "dump", "status"],
           "schema": {
             "Store": {
               "type": "Hash",

  Modified: tutorial/1.0.4/plugin-development/adapter/index.md (+2 -2)
===================================================================
--- tutorial/1.0.4/plugin-development/adapter/index.md    2014-06-24 15:28:11 +0900 (0991288)
+++ tutorial/1.0.4/plugin-development/adapter/index.md    2014-06-24 17:49:05 +0900 (7caf5f4)
@@ -94,7 +94,7 @@ catalog.json:
       "datasets": {
         "Starbucks": {
           (snip)
-          "plugins": ["sample-logger", "groonga", "crud", "search"],
+          "plugins": ["sample-logger", "groonga", "crud", "search", "dump", "status"],
 (snip)
 ~~~
 
@@ -543,7 +543,7 @@ catalog.json:
       "datasets": {
         "Starbucks": {
           (snip)
-          "plugins": ["store-search", "groonga", "crud", "search"],
+          "plugins": ["store-search", "groonga", "crud", "search", "dump", "status"],
 (snip)
 ~~~
 

  Modified: tutorial/1.0.4/plugin-development/handler/index.md (+2 -2)
===================================================================
--- tutorial/1.0.4/plugin-development/handler/index.md    2014-06-24 15:28:11 +0900 (22f4986)
+++ tutorial/1.0.4/plugin-development/handler/index.md    2014-06-24 17:49:05 +0900 (b511704)
@@ -213,7 +213,7 @@ Add `"count-records"` to `"plugins"`.
       "datasets": {
         "Starbucks": {
           (snip)
-          "plugins": ["count-records", "groonga", "crud", "search"],
+          "plugins": ["count-records", "groonga", "crud", "search", "dump", "status"],
 (snip)
 ~~~
 
@@ -471,7 +471,7 @@ Add `"delete-stores"` to `"plugins"`.
       "datasets": {
         "Starbucks": {
           (snip)
-          "plugins": ["delete-stores", "count-records", "groonga", "crud", "search"],
+          "plugins": ["delete-stores", "count-records", "groonga", "crud", "search", "dump", "status"],
 (snip)
 ~~~
 
-------------- next part --------------
HTML����������������������������...
Download 



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