[Groonga-commit] droonga/droonga.org at bce27a6 [gh-pages] Update title of sub tutorials

Back to archive index

YUKI Hiroshi null+****@clear*****
Fri Feb 28 16:06:02 JST 2014


YUKI Hiroshi	2014-02-28 16:06:02 +0900 (Fri, 28 Feb 2014)

  New Revision: bce27a63942921e29e45b76a0c36d7ed809db73d
  https://github.com/droonga/droonga.org/commit/bce27a63942921e29e45b76a0c36d7ed809db73d

  Message:
    Update title of sub tutorials

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

  Modified: tutorial/plugin-development/index.md (+5 -5)
===================================================================
--- tutorial/plugin-development/index.md    2014-02-28 16:02:20 +0900 (ed70326)
+++ tutorial/plugin-development/index.md    2014-02-28 16:06:02 +0900 (f3001f1)
@@ -56,7 +56,7 @@ Adding a new command based on another existing command.
 : For example, you possibly want to define a shorthand command wrapping the complex `search` command.
   *Adaption* of request and response messages makes it come true.
 
-Adding a new command which working around the storage.
+Adding a new command working around the storage.
 : For example, you possibly want to modify data stored in the storage as you like.
   *Handling* of requests makes it come true.
 
@@ -74,10 +74,10 @@ This will be the first step to create plugins fit with your own requirements.
 
 For more details, let's read these sub tutorials:
 
- 1. [Adapt requests and responses][adapter]
- 2. [Handle requests on all partitions][handler]
- 3. Handle requests only on a specific partition (under construction)
- 4. Distribute requests and collect responses (under construction)
+ 1. [Adapt requests and responses, to add a new command based on other existing commands][adapter].
+ 2. [Handle requests on all partitions, to add a new command working around the storage][handler].
+ 3. Handle requests only on a specific partition, to add a new command around the storage more smartly. (under construction)
+ 4. Distribute requests and collect responses, to add a new complex command based on sub tasks. (under construction)
 
 
   [basic tutorial]: ../basic/
-------------- next part --------------
HTML����������������������������...
Download 



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