Navigation Menu

Skip to content

Commit

Permalink
Link to the command reference from Groonga tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 28, 2014
1 parent f98b45c commit 36f73c0
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 5 deletions.
19 changes: 14 additions & 5 deletions _po/ja/tutorial/groonga/index.po
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"PO-Revision-Date: 2014-04-28 19:48+0900\n"
"PO-Revision-Date: 2014-03-05 12:52+0900\n"
"Language: ja\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand All @@ -25,15 +25,15 @@ msgid ""
msgstr ""

msgid "## The goal of this tutorial"
msgstr ""
msgstr "## チュートリアルのゴール"

msgid ""
"Learning steps to run a Droonga cluster by your hand, and use it as a [Groonga"
"][groonga] compatible server."
msgstr ""

msgid "## Precondition"
msgstr ""
msgstr "## 前提条件"

msgid ""
"* You must have basic knowledge and experiences to set up and operate an [Ubun"
Expand Down Expand Up @@ -63,6 +63,8 @@ msgid ""
"For example, let's try to build a database system to find [Starbucks stores in"
" New York](http://geocommons.com/overlays/430038)."
msgstr ""
"例として、[ニューヨークにあるスターバックスの店舗](http://geocommons.com/overlays/430038)を検索できるデータベースシ"
"ステムを作成することにします。"

msgid "## Set up a Droonga cluster"
msgstr ""
Expand Down Expand Up @@ -457,7 +459,7 @@ msgid ""
msgstr ""

msgid "## Conclusion"
msgstr ""
msgstr "## まとめ"

msgid ""
"In this tutorial, you did set up a [Droonga][] cluster on [Ubuntu Linux][Ubunt"
Expand All @@ -466,8 +468,15 @@ msgid ""
"nga][] compatible server."
msgstr ""

msgid ""
"Currently, Droonga supports only some limited features of Groonga compatible c"
"ommands.\n"
"See the [command reference][] for more details."
msgstr ""

msgid ""
" [Ubuntu]: http://www.ubuntu.com/\n"
" [Droonga]: https://droonga.org/\n"
" [Groonga]: http://groonga.org/"
" [Groonga]: http://groonga.org/\n"
" [command reference]: ../../reference/commands/"
msgstr ""
4 changes: 4 additions & 0 deletions ja/tutorial/groonga/index.md
Expand Up @@ -275,6 +275,10 @@ Of course you can specify conditions via the `query` option:
In this tutorial, you did set up a [Droonga][] cluster on [Ubuntu Linux][Ubuntu] computers.
Moreover, you load data to it and select data from it successfully, as a [Groonga][] compatible server.

Currently, Droonga supports only some limited features of Groonga compatible commands.
See the [command reference][] for more details.

[Ubuntu]: http://www.ubuntu.com/
[Droonga]: https://droonga.org/
[Groonga]: http://groonga.org/
[command reference]: ../../reference/commands/
4 changes: 4 additions & 0 deletions tutorial/groonga/index.md
Expand Up @@ -266,6 +266,10 @@ Of course you can specify conditions via the `query` option:
In this tutorial, you did set up a [Droonga][] cluster on [Ubuntu Linux][Ubuntu] computers.
Moreover, you load data to it and select data from it successfully, as a [Groonga][] compatible server.

Currently, Droonga supports only some limited features of Groonga compatible commands.
See the [command reference][] for more details.

[Ubuntu]: http://www.ubuntu.com/
[Droonga]: https://droonga.org/
[Groonga]: http://groonga.org/
[command reference]: ../../reference/commands/

0 comments on commit 36f73c0

Please sign in to comment.