Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add index page for the reference of plugin APIs
- Loading branch information
Showing
3 changed files
with
65 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -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 "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -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/) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -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/) |