[Groonga-commit] droonga/droonga.org at 73e397e [gh-pages] Link to WIP "Handle requests" tutorial

アーカイブの一覧に戻る

Yoji Shidara null+****@clear*****
Mon Feb 10 15:34:49 JST 2014


Yoji Shidara	2014-02-10 15:34:49 +0900 (Mon, 10 Feb 2014)

  New Revision: 73e397ee6054ac15087eeaa09cfaadb1ee01c41c
  https://github.com/droonga/droonga.org/commit/73e397ee6054ac15087eeaa09cfaadb1ee01c41c

  Message:
    Link to WIP "Handle requests" tutorial

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

  Added: tutorial/plugin-development/handler/index.md (+20 -0) 100644
===================================================================
--- /dev/null
+++ tutorial/plugin-development/handler/index.md    2014-02-10 15:34:49 +0900 (e675020)
@@ -0,0 +1,20 @@
+---
+title: "Plugin: Handle requests"
+layout: en
+---
+
+!!! WORK IN PROGRESS !!!
+
+* TOC
+{:toc}
+
+## The goal of this tutorial
+
+This tutorial aims to help you to learn how to develop plugins
+which extends operations in handle phrase.
+
+## Requirements
+
+* You must complete [Modify requests and responses][adapter] tutorial.
+
+  [adapter]: ../adapter

  Modified: tutorial/plugin-development/index.md (+2 -1)
===================================================================
--- tutorial/plugin-development/index.md    2014-02-10 15:13:50 +0900 (1dedd56)
+++ tutorial/plugin-development/index.md    2014-02-10 15:34:49 +0900 (9db800b)
@@ -52,11 +52,12 @@ Following this tutorial, you will learn how to write plugins. This will be the f
 For more details, let's read these sub tutorials:
 
  1. [Modify requests and responses][adapter]
- 2. Handle requests (under construction)
+ 2. [Handle requests][handler] (under construction)
  3. Distribute requests and collect responses (under construction)
 
 
   [basic tutorial]: ../basic/
   [overview]: ../../overview/
   [adapter]: ./adapter/
+  [handler]: ./handler/
   [distribute-collect]: ./distribute-collect/
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-commit mailing list
アーカイブの一覧に戻る