[Groonga-commit] droonga/droonga.org at ffea897 [gh-pages] Link the basic tutorial and the reference manual of the HTTP server

Back to archive index

YUKI Hiroshi null+****@clear*****
Fri Mar 28 22:29:41 JST 2014


YUKI Hiroshi	2014-03-28 22:29:41 +0900 (Fri, 28 Mar 2014)

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

  Message:
    Link the basic tutorial and the reference manual of the HTTP server

  Modified files:
    _po/ja/reference/http-server/index.po
    _po/ja/tutorial/basic/index.po
    ja/reference/http-server/index.md
    ja/tutorial/basic/index.md
    reference/http-server/index.md
    tutorial/basic/index.md

  Modified: _po/ja/reference/http-server/index.po (+8 -2)
===================================================================
--- _po/ja/reference/http-server/index.po    2014-03-28 22:14:38 +0900 (c5093b3)
+++ _po/ja/reference/http-server/index.po    2014-03-28 22:29:41 +0900 (cb45833)
@@ -184,8 +184,10 @@ msgid ""
 "    }"
 msgstr ""
 
-msgid "この場合は、192.168.10.90上で起動するHTTPサーバには以下のようにオプションを指定します:"
-msgstr ""
+msgid ""
+"Then, you'll start the HTTP server on the host 192.168.10.90, with options lik"
+"e:"
+msgstr "この時、192.168.10.90のコンピュータ上でHTTPサーバを起動する際のコマンドラインオプションは以下のようになります:"
 
 msgid ""
 "    # droonga-http-server --receive-host-name 192.168.10.90 \\\n"
@@ -195,6 +197,9 @@ msgid ""
 "                          --tag books"
 msgstr ""
 
+msgid "See also the [basic tutorial][]."
+msgstr "[基本のチュートリアル][basic tutorial]も併せて参照して下さい。"
+
 msgid "## Built-in APIs {#usage-api}"
 msgstr "## 組み込みのAPI {#usage-api}"
 
@@ -314,6 +319,7 @@ msgid "(TBD)"
 msgstr "(未稿)"
 
 msgid ""
+"  [basic tutorial]: ../../tutorial/basic/\n"
 "  [droonga-http-server]: https://github.com/droonga/droonga-http-server\n"
 "  [droonga-http-server npm module]: https://npmjs.org/package/droonga-http-ser"
 "ver\n"

  Modified: _po/ja/tutorial/basic/index.po (+6 -0)
===================================================================
--- _po/ja/tutorial/basic/index.po    2014-03-28 22:14:38 +0900 (edd6556)
+++ _po/ja/tutorial/basic/index.po    2014-03-28 22:29:41 +0900 (23921bd)
@@ -1730,6 +1730,11 @@ msgstr ""
 msgid "As the result, two stores are found by the search condition."
 msgstr "以上 2 件が検索結果として該当することがわかりました。"
 
+msgid ""
+"For more details of the Droonga HTTP Server, see the [reference manual][http-s"
+"erver]."
+msgstr "Droonga HTTP Serverの詳細については[リファレンスマニュアル][http-server]を参照して下さい。"
+
 msgid "## Conclusion"
 msgstr "## まとめ"
 
@@ -1746,6 +1751,7 @@ msgstr ""
 "ました。"
 
 msgid ""
+"  [http-server]: ../../reference/http-server/\n"
 "  [Ubuntu]: http://www.ubuntu.com/\n"
 "  [Droonga]: https://droonga.org/\n"
 "  [fluent-plugin-droonga]: https://github.com/droonga/fluent-plugin-droonga\n"

  Modified: ja/reference/http-server/index.md (+4 -1)
===================================================================
--- ja/reference/http-server/index.md    2014-03-28 22:14:38 +0900 (5ee7395)
+++ ja/reference/http-server/index.md    2014-03-28 22:29:41 +0900 (c441532)
@@ -95,7 +95,7 @@ catalog.json:
       }
     }
 
-Then, you'll start the HTTP server on the host 192.168.10.90, with options like:
+この時、192.168.10.90のコンピュータ上でHTTPサーバを起動する際のコマンドラインオプションは以下のようになります:
 
     # droonga-http-server --receive-host-name 192.168.10.90 \
                           --droonga-engine-host-name 192.168.10.100 \
@@ -103,6 +103,8 @@ Then, you'll start the HTTP server on the host 192.168.10.90, with options like:
                           --default-dataset Books \
                           --tag books
 
+[基本のチュートリアル][basic tutorial]も併せて参照して下さい。
+
 ## 組み込みのAPI {#usage-api}
 
 Droonga HTTP Serverは以下のAPIを含んでいます:
@@ -156,6 +158,7 @@ Droonga HTTP Serverは以下のAPIを含んでいます:
 (未稿)
 
 
+  [basic tutorial]: ../../tutorial/basic/
   [droonga-http-server]: https://github.com/droonga/droonga-http-server
   [droonga-http-server npm module]: https://npmjs.org/package/droonga-http-server
   [Node.js]: http://nodejs.org/

  Modified: ja/tutorial/basic/index.md (+4 -0)
===================================================================
--- ja/tutorial/basic/index.md    2014-03-28 22:14:38 +0900 (edc9a6e)
+++ ja/tutorial/basic/index.md    2014-03-28 22:29:41 +0900 (bfa920e)
@@ -1502,12 +1502,16 @@ HTTP Protocol Adapterとして`droonga-http-server`を使用します。`droonga
 
 以上 2 件が検索結果として該当することがわかりました。
 
+Droonga HTTP Serverの詳細については[リファレンスマニュアル][http-server]を参照して下さい。
+
 
 ## まとめ
 
 [Ubuntu Linux][Ubuntu] 上に [Droonga][] を構成するパッケージである [fluent-plugin-droonga][] と [droonga-http-server][] をセットアップしました。
 これらのパッケージを利用することで、HTTP Protocol Adapter と Droonga Engine からなるシステムを構築し、実際に検索を行いました。
 
+
+  [http-server]: ../../reference/http-server/
   [Ubuntu]: http://www.ubuntu.com/
   [Droonga]: https://droonga.org/
   [fluent-plugin-droonga]: https://github.com/droonga/fluent-plugin-droonga

  Modified: reference/http-server/index.md (+3 -0)
===================================================================
--- reference/http-server/index.md    2014-03-28 22:14:38 +0900 (2639db1)
+++ reference/http-server/index.md    2014-03-28 22:29:41 +0900 (986ee8f)
@@ -94,6 +94,8 @@ Then, you'll start the HTTP server on the host 192.168.10.90, with options like:
                           --default-dataset Books \
                           --tag books
 
+See also the [basic tutorial][].
+
 ## Built-in APIs {#usage-api}
 
 The Droonga HTTP Server includes following APIs:
@@ -148,6 +150,7 @@ Available query parameters are:
 (TBD)
 
 
+  [basic tutorial]: ../../tutorial/basic/
   [droonga-http-server]: https://github.com/droonga/droonga-http-server
   [droonga-http-server npm module]: https://npmjs.org/package/droonga-http-server
   [Node.js]: http://nodejs.org/

  Modified: tutorial/basic/index.md (+4 -0)
===================================================================
--- tutorial/basic/index.md    2014-03-28 22:14:38 +0900 (09fbf30)
+++ tutorial/basic/index.md    2014-03-28 22:29:41 +0900 (1ea420c)
@@ -1495,12 +1495,16 @@ Next step, let's try more meaningful query. To search stores which contain "Colu
 
 As the result, two stores are found by the search condition.
 
+For more details of the Droonga HTTP Server, see the [reference manual][http-server].
+
 
 ## Conclusion
 
 In this tutorial, you did setup both packages [fluent-plugin-droonga][] and [droonga-http-server][] which construct [Droonga][] service on a [Ubuntu Linux][Ubuntu].
 Moreover, you built a search system based on an HTTP protocol adapter with a Droonga engine, and successfully searched.
 
+
+  [http-server]: ../../reference/http-server/
   [Ubuntu]: http://www.ubuntu.com/
   [Droonga]: https://droonga.org/
   [fluent-plugin-droonga]: https://github.com/droonga/fluent-plugin-droonga
-------------- next part --------------
HTML����������������������������...
Download 



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