[Groonga-commit] droonga/droonga.org at 1f05376 [gh-pages] Update catalog.json to follow the latest f-p-d

Back to archive index

Yoji Shidara null+****@clear*****
Mon Feb 3 16:37:23 JST 2014


Yoji Shidara	2014-02-03 16:37:23 +0900 (Mon, 03 Feb 2014)

  New Revision: 1f05376b56aca11e5b1f6e32677de3b51720db42
  https://github.com/droonga/droonga.org/commit/1f05376b56aca11e5b1f6e32677de3b51720db42

  Message:
    Update catalog.json to follow the latest f-p-d

  Modified files:
    tutorial/plugin-development/input-output/index.md

  Modified: tutorial/plugin-development/input-output/index.md (+12 -1)
===================================================================
--- tutorial/plugin-development/input-output/index.md    2014-02-03 14:41:04 +0900 (e6b7510)
+++ tutorial/plugin-development/input-output/index.md    2014-02-03 16:37:23 +0900 (f35b7a2)
@@ -66,11 +66,22 @@ catalog.json:
 (snip)
   },
   "input_adapter": {
-    "plugins": ["example"]
+    "plugins": ["example", "groonga"]
+  },
+  "output_adapter": {
+    "plugins": ["crud", "groonga"]
+  },
+  "collector": {
+    "plugins": ["basic", "search"]
+  },
+  "distributor": {
+    "plugins": ["search", "crud", "groonga", "watch"]
   }
 }
 ~~~
 
+TODO: the [tutorial][] needs to be updated. After tutorial update, explanation above should also be updated.
+
 ## Run
 
 Let's Droonga get started. Note that you need to specify `./lib` directory in `RUBYLIB` environment variable in order to make ruby possible to find your plugin.
-------------- next part --------------
HTML����������������������������...
下載 



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