Navigation Menu

Skip to content

Commit

Permalink
Add index page for the reference of plugin APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Feb 17, 2014
1 parent 3c082f3 commit a985ea9
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 0 deletions.
37 changes: 37 additions & 0 deletions _po/ja/reference/plugin-development/index.po
@@ -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 ""
18 changes: 18 additions & 0 deletions ja/reference/plugin-development/index.md
@@ -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/)
10 changes: 10 additions & 0 deletions reference/plugin-development/index.md
@@ -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/)

0 comments on commit a985ea9

Please sign in to comment.