Yoji Shidara
null+****@clear*****
Wed Feb 5 16:13:57 JST 2014
Yoji Shidara 2014-02-05 16:13:57 +0900 (Wed, 05 Feb 2014) New Revision: ce9b8d2cd8b648b8be687f222489b83b7e89fb13 https://github.com/droonga/droonga.org/commit/ce9b8d2cd8b648b8be687f222489b83b7e89fb13 Message: Improve navigation of tutorial Modified files: tutorial/plugin-development/input-output/index.md Modified: tutorial/plugin-development/input-output/index.md (+3 -2) =================================================================== --- tutorial/plugin-development/input-output/index.md 2014-02-05 16:03:53 +0900 (0ace4f1) +++ tutorial/plugin-development/input-output/index.md 2014-02-05 16:13:57 +0900 (80c752d) @@ -11,7 +11,7 @@ layout: en ## The goal of this tutorial Learning steps to develop a Droonga plugin by yourself. -This page focus on InputAdapter and OutputAdapter. +This page focus on InputAdapter first, then OutputAdapter. ## Precondition @@ -20,10 +20,11 @@ This page focus on InputAdapter and OutputAdapter. ## InputAdapter -Assume that we are going to add `InputAdapterPlugin` to the system built in [tutorial][]. +Let's see how to create InputAdapter in this section. ### Directory Structure +Assume that we are going to add `InputAdapterPlugin` to the system built in [tutorial][]. In that tutorial, Groonga engine was placed under `engine` directory. Plugins need to be placed in an appropriate directory. For example, `InputAdapterPlugin` should be placed under `lib/droonga/plugin/input_adapter/` directory. Let's create the directory: -------------- next part -------------- HTML����������������������������...Download