[Groonga-commit] droonga/droonga.org at a985ea9 [gh-pages] Add index page for the reference of plugin APIs

Back to archive index

YUKI Hiroshi null+****@clear*****
Mon Feb 17 13:07:45 JST 2014


YUKI Hiroshi	2014-02-17 13:07:45 +0900 (Mon, 17 Feb 2014)

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

  Message:
    Add index page for the reference of plugin APIs

  Added files:
    _po/ja/reference/plugin-development/index.po
    ja/reference/plugin-development/index.md
    reference/plugin-development/index.md

  Added: _po/ja/reference/plugin-development/index.po (+37 -0) 100644
===================================================================
--- /dev/null
+++ _po/ja/reference/plugin-development/index.po    2014-02-17 13:07:45 +0900 (e925e36)
@@ -0,0 +1,37 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-11-20 22:17+0900\n"
+"PO-Revision-Date: 2013-12-25 18:27+0900\n"
+"Last-Translator: Kouhei Sutou <kou �� clear-code.com>\n"
+"Language-Team: Japanese\n"
+"Language: ja\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+msgid ""
+"---\n"
+"title: Plugin development\n"
+"layout: en\n"
+"---"
+msgstr ""
+"---\n"
+"title: プラグイン開発\n"
+"layout: ja\n"
+"---"
+
+msgid ""
+"Droonga Engine has different API sets for plugins, on each phase.\n"
+"See also the [plugin development tutorial](../../tutorial/plugin-development/)"
+"."
+msgstr ""
+"Droonga Engineはプラグインに対して、処理の各段階ごとに異なるAPIセットを提供します。[プラグイン開発のチュートリアル](../../tuto"
+"rial/plugin-development/)も参照してください。"
+
+msgid ""
+" * [API set for the adaption phase](adapter/)\n"
+" * [API set for the handling phase](handler/)"
+msgstr ""

  Added: ja/reference/plugin-development/index.md (+18 -0) 100644
===================================================================
--- /dev/null
+++ ja/reference/plugin-development/index.md    2014-02-17 13:07:45 +0900 (8141e2e)
@@ -0,0 +1,18 @@
+---
+title: プラグイン開発
+layout: ja
+---
+
+{% comment %}
+##############################################
+  THIS FILE IS AUTOMATICALLY GENERATED FROM
+  "_po/ja/reference/plugin-development/index.po"
+  DO NOT EDIT THIS FILE MANUALLY!
+##############################################
+{% endcomment %}
+
+
+Droonga Engineはプラグインに対して、処理の各段階ごとに異なるAPIセットを提供します。[プラグイン開発のチュートリアル](../../tutorial/plugin-development/)も参照してください。
+
+ * [API set for the adaption phase](adapter/)
+ * [API set for the handling phase](handler/)

  Added: reference/plugin-development/index.md (+10 -0) 100644
===================================================================
--- /dev/null
+++ reference/plugin-development/index.md    2014-02-17 13:07:45 +0900 (bc2f6ef)
@@ -0,0 +1,10 @@
+---
+title: Plugin development
+layout: en
+---
+
+Droonga Engine has different API sets for plugins, on each phase.
+See also the [plugin development tutorial](../../tutorial/plugin-development/).
+
+ * [API set for the adaption phase](adapter/)
+ * [API set for the handling phase](handler/)
-------------- next part --------------
HTML����������������������������...
Download 



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