[Groonga-commit] droonga/droonga.org at ccc77e2 [gh-pages] Move version information into _config.yml

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Mon Nov 16 16:08:17 JST 2015


Kouhei Sutou	2015-11-16 16:08:17 +0900 (Mon, 16 Nov 2015)

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

  Message:
    Move version information into _config.yml

  Modified files:
    _config.yml
    _layouts/redirect-to-current-version.html
    _po/ja/reference/1.1.1/commands/load/index.po
    _po/ja/reference/1.1.1/commands/search/index.po
    _po/ja/reference/1.1.1/commands/select/index.po
    _po/ja/reference/1.1.2/commands/load/index.po
    _po/ja/reference/1.1.2/commands/search/index.po
    _po/ja/reference/1.1.2/commands/select/index.po
    _po/ja/reference/index.po
    _po/ja/tutorial/1.0.4/groonga/index.po
    _po/ja/tutorial/1.0.6/dump-restore/index.po
    _po/ja/tutorial/1.0.6/groonga/index.po
    _po/ja/tutorial/1.0.8/add-replica/index.po
    _po/ja/tutorial/index.po
    ja/reference/1.1.1/commands/load/index.md
    ja/reference/1.1.1/commands/search/index.md
    ja/reference/1.1.1/commands/select/index.md
    ja/reference/1.1.2/commands/load/index.md
    ja/reference/1.1.2/commands/search/index.md
    ja/reference/1.1.2/commands/select/index.md
    ja/reference/index.md
    ja/tutorial/1.0.4/groonga/index.md
    ja/tutorial/1.0.6/groonga/index.md
    ja/tutorial/index.md
    reference/1.1.1/commands/load/index.md
    reference/1.1.1/commands/search/index.md
    reference/1.1.1/commands/select/index.md
    reference/1.1.2/commands/load/index.md
    reference/1.1.2/commands/search/index.md
    reference/1.1.2/commands/select/index.md
    reference/index.md
    tutorial/index.md

  Modified: _config.yml (+13 -1)
===================================================================
--- _config.yml    2015-11-16 15:49:26 +0900 (11b5f1d)
+++ _config.yml    2015-11-16 16:08:17 +0900 (7d91fcc)
@@ -4,7 +4,19 @@ markdown: kramdown
 permalink: "/news/:year/:month/:day/:title.html"
 url: http://droonga.org
 blog_base_url: "/news/"
-droonga_version: 1.1.2
+version:
+  current: 1.1.1
+  next: 1.1.2
+  olds:
+    - 1.1.0
+    - 1.0.9
+    - 1.0.8
+    - 1.0.7
+    - 1.0.6
+    - 1.0.5
+    - 1.0.4
+    - 1.0.3
+    - 1.0.2
 copyright_year: 2013-2015
 exclude:
 - Rakefile

  Modified: _layouts/redirect-to-current-version.html (+1 -1)
===================================================================
--- _layouts/redirect-to-current-version.html    2015-11-16 15:49:26 +0900 (f3fb5d3)
+++ _layouts/redirect-to-current-version.html    2015-11-16 16:08:17 +0900 (8a8bbe2)
@@ -1,7 +1,7 @@
 ---
 layout: empty
 ---
-{% capture current_version_path %}{{ page.unversioned_path }}{{ site.droonga_version }}/{% endcapture %}
+{% capture current_version_path %}{{ page.unversioned_path }}{{ site.version.current }}/{% endcapture %}
 {% capture current_version_url %}{{ page.url | replace_first: page.unversioned_path, current_version_path | remove: "index.html" }}{% endcapture %}
 
 <head>

  Modified: _po/ja/reference/1.1.1/commands/load/index.po (+2 -2)
===================================================================
--- _po/ja/reference/1.1.1/commands/load/index.po    2015-11-16 15:49:26 +0900 (3c4b3ca)
+++ _po/ja/reference/1.1.1/commands/load/index.po    2015-11-16 16:08:17 +0900 (dcb3c4a)
@@ -133,10 +133,10 @@ msgid "All parameters except `table` are optional."
 msgstr "`table` 以外のパラメータはすべて省略可能です。"
 
 msgid ""
-"On the version {{ site.droonga_version }}, only following parameters are avail"
+"On the version {{ site.version.current }}, only following parameters are avail"
 "able. Others are simply ignored because they are not implemented."
 msgstr ""
-"また、バージョン {{ site.droonga_version }} の時点では以下のパラメータのみが動作します。これら以外のパラメータは未実装のため無視"
+"また、バージョン {{ site.version.current }} の時点では以下のパラメータのみが動作します。これら以外のパラメータは未実装のため無視"
 "されます。"
 
 msgid ""

  Modified: _po/ja/reference/1.1.1/commands/search/index.po (+8 -8)
===================================================================
--- _po/ja/reference/1.1.1/commands/search/index.po    2015-11-16 15:49:26 +0900 (4f60f87)
+++ _po/ja/reference/1.1.1/commands/search/index.po    2015-11-16 16:08:17 +0900 (3bee4cc)
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"PO-Revision-Date: 2014-11-30 23:19+0900\n"
+"PO-Revision-Date: 2015-11-16 16:01+0900\n"
 "Language: ja\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -1050,9 +1050,9 @@ msgid "#### `timeout` {#parameter-timeout}"
 msgstr ""
 
 msgid ""
-"*Note: This parameter is not implemented yet on the version {{ site.droonga_ve"
-"rsion }}."
-msgstr "※註:このパラメータはバージョン {{ site.droonga_version }} では未実装です。指定しても機能しません。"
+"*Note: This parameter is not implemented yet on the version {{ site.version.cu"
+"rrent }}."
+msgstr "※註:このパラメータはバージョン {{ site.version.current }} では未実装です。指定しても機能しません。"
 
 msgid ""
 "Abstract\n"
@@ -1112,11 +1112,11 @@ msgid "You can put multiple search queries in a `search` request."
 msgstr "`search` は、複数の検索クエリを一度に受け取る事ができます。"
 
 msgid ""
-"On the {{ site.droonga_version }}, all search results for a request are return"
+"On the {{ site.version.current }}, all search results for a request are return"
 "ed in one time. In the future, as an optional behaviour, each result can be re"
 "turned as separated messages progressively."
 msgstr ""
-"バージョン {{ site.droonga_version }} ではすべての検索クエリの結果を一度にレスポンスとして返却する動作のみ対応していますが、将来"
+"バージョン {{ site.version.current }} ではすべての検索クエリの結果を一度にレスポンスとして返却する動作のみ対応していますが、将来"
 "的には、それぞれの検索クエリの結果を分割して受け取る(結果が出た物からバラバラに受け取る)動作にも対応する予定です。"
 
 msgid "### Parameters of each query {#query-parameters}"
@@ -1677,11 +1677,11 @@ msgstr ""
 ": 集約前のレコード群における、集約対象のカラムの値が一致するレコードの配列。"
 
 msgid ""
-"*Note: On the version {{ site.droonga_version }}, too many records can be retu"
+"*Note: On the version {{ site.version.current }}, too many records can be retu"
 "rned larger than the specified `maxNSubRecords`, if the dataset has multiple v"
 "olumes. This is a known problem and to be fixed in a future version."
 msgstr ""
-"※バージョン {{ site.droonga_version }} では、データセットが複数のボリュームに別れている場合、集約前のレコードの代表が `max"
+"※バージョン {{ site.version.current }} では、データセットが複数のボリュームに別れている場合、集約前のレコードの代表が `max"
 "NSubRecords` で指定した数よりも多く返される場合があります。これは既知の問題で、将来のバージョンで修正される予定です。"
 
 msgid "#### `output` {#query-output}"

  Modified: _po/ja/reference/1.1.1/commands/select/index.po (+2 -2)
===================================================================
--- _po/ja/reference/1.1.1/commands/select/index.po    2015-11-16 15:49:26 +0900 (8d4e39c)
+++ _po/ja/reference/1.1.1/commands/select/index.po    2015-11-16 16:08:17 +0900 (63c30d6)
@@ -177,10 +177,10 @@ msgid "All parameters except `table` are optional."
 msgstr "`table` 以外のパラメータはすべて省略可能です。"
 
 msgid ""
-"On the version {{ site.droonga_version }}, only following parameters are avail"
+"On the version {{ site.version.current }}, only following parameters are avail"
 "able. Others are simply ignored because they are not implemented."
 msgstr ""
-"また、バージョン {{ site.droonga_version }} の時点では以下のパラメータのみが動作します。これら以外のパラメータは未実装のため無視"
+"また、バージョン {{ site.version.current }} の時点では以下のパラメータのみが動作します。これら以外のパラメータは未実装のため無視"
 "されます。"
 
 msgid ""

  Modified: _po/ja/reference/1.1.2/commands/load/index.po (+2 -2)
===================================================================
--- _po/ja/reference/1.1.2/commands/load/index.po    2015-11-16 15:49:26 +0900 (3c4b3ca)
+++ _po/ja/reference/1.1.2/commands/load/index.po    2015-11-16 16:08:17 +0900 (dcb3c4a)
@@ -133,10 +133,10 @@ msgid "All parameters except `table` are optional."
 msgstr "`table` 以外のパラメータはすべて省略可能です。"
 
 msgid ""
-"On the version {{ site.droonga_version }}, only following parameters are avail"
+"On the version {{ site.version.current }}, only following parameters are avail"
 "able. Others are simply ignored because they are not implemented."
 msgstr ""
-"また、バージョン {{ site.droonga_version }} の時点では以下のパラメータのみが動作します。これら以外のパラメータは未実装のため無視"
+"また、バージョン {{ site.version.current }} の時点では以下のパラメータのみが動作します。これら以外のパラメータは未実装のため無視"
 "されます。"
 
 msgid ""

  Modified: _po/ja/reference/1.1.2/commands/search/index.po (+8 -8)
===================================================================
--- _po/ja/reference/1.1.2/commands/search/index.po    2015-11-16 15:49:26 +0900 (4f60f87)
+++ _po/ja/reference/1.1.2/commands/search/index.po    2015-11-16 16:08:17 +0900 (fdb3859)
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"PO-Revision-Date: 2014-11-30 23:19+0900\n"
+"PO-Revision-Date: 2015-11-16 16:02+0900\n"
 "Language: ja\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -1050,9 +1050,9 @@ msgid "#### `timeout` {#parameter-timeout}"
 msgstr ""
 
 msgid ""
-"*Note: This parameter is not implemented yet on the version {{ site.droonga_ve"
-"rsion }}."
-msgstr "※註:このパラメータはバージョン {{ site.droonga_version }} では未実装です。指定しても機能しません。"
+"*Note: This parameter is not implemented yet on the version {{ site.version.cu"
+"rrent }}."
+msgstr "※註:このパラメータはバージョン {{ site.version.current }} では未実装です。指定しても機能しません。"
 
 msgid ""
 "Abstract\n"
@@ -1112,11 +1112,11 @@ msgid "You can put multiple search queries in a `search` request."
 msgstr "`search` は、複数の検索クエリを一度に受け取る事ができます。"
 
 msgid ""
-"On the {{ site.droonga_version }}, all search results for a request are return"
+"On the {{ site.version.current }}, all search results for a request are return"
 "ed in one time. In the future, as an optional behaviour, each result can be re"
 "turned as separated messages progressively."
 msgstr ""
-"バージョン {{ site.droonga_version }} ではすべての検索クエリの結果を一度にレスポンスとして返却する動作のみ対応していますが、将来"
+"バージョン {{ site.version.current }} ではすべての検索クエリの結果を一度にレスポンスとして返却する動作のみ対応していますが、将来"
 "的には、それぞれの検索クエリの結果を分割して受け取る(結果が出た物からバラバラに受け取る)動作にも対応する予定です。"
 
 msgid "### Parameters of each query {#query-parameters}"
@@ -1677,11 +1677,11 @@ msgstr ""
 ": 集約前のレコード群における、集約対象のカラムの値が一致するレコードの配列。"
 
 msgid ""
-"*Note: On the version {{ site.droonga_version }}, too many records can be retu"
+"*Note: On the version {{ site.version.current }}, too many records can be retu"
 "rned larger than the specified `maxNSubRecords`, if the dataset has multiple v"
 "olumes. This is a known problem and to be fixed in a future version."
 msgstr ""
-"※バージョン {{ site.droonga_version }} では、データセットが複数のボリュームに別れている場合、集約前のレコードの代表が `max"
+"※バージョン {{ site.version.current }} では、データセットが複数のボリュームに別れている場合、集約前のレコードの代表が `max"
 "NSubRecords` で指定した数よりも多く返される場合があります。これは既知の問題で、将来のバージョンで修正される予定です。"
 
 msgid "#### `output` {#query-output}"

  Modified: _po/ja/reference/1.1.2/commands/select/index.po (+2 -2)
===================================================================
--- _po/ja/reference/1.1.2/commands/select/index.po    2015-11-16 15:49:26 +0900 (8d4e39c)
+++ _po/ja/reference/1.1.2/commands/select/index.po    2015-11-16 16:08:17 +0900 (63c30d6)
@@ -177,10 +177,10 @@ msgid "All parameters except `table` are optional."
 msgstr "`table` 以外のパラメータはすべて省略可能です。"
 
 msgid ""
-"On the version {{ site.droonga_version }}, only following parameters are avail"
+"On the version {{ site.version.current }}, only following parameters are avail"
 "able. Others are simply ignored because they are not implemented."
 msgstr ""
-"また、バージョン {{ site.droonga_version }} の時点では以下のパラメータのみが動作します。これら以外のパラメータは未実装のため無視"
+"また、バージョン {{ site.version.current }} の時点では以下のパラメータのみが動作します。これら以外のパラメータは未実装のため無視"
 "されます。"
 
 msgid ""

  Modified: _po/ja/reference/index.po (+3 -6)
===================================================================
--- _po/ja/reference/index.po    2015-11-16 15:49:26 +0900 (b58cf33)
+++ _po/ja/reference/index.po    2015-11-16 16:08:17 +0900 (f63549b)
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"PO-Revision-Date: 2014-11-30 23:19+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"
@@ -27,22 +27,19 @@ msgstr "次期リリースも含めすべてのリリースのリファレンス
 msgid "## The current release"
 msgstr "## 現行リリース"
 
-msgid "* [1.1.0](1.1.0/)"
+msgid "* [1.0.7](1.0.7/)"
 msgstr ""
 
 msgid "## The next release"
 msgstr "## 次期リリース"
 
-msgid "* [1.1.1](1.1.1/)"
+msgid "* [1.0.8](1.0.8/)"
 msgstr ""
 
 msgid "## Old releases"
 msgstr "## 古いリリース"
 
 msgid ""
-"* [1.0.9](1.0.9/)\n"
-"* [1.0.8](1.0.8/)\n"
-"* [1.0.7](1.0.7/)\n"
 "* [1.0.6](1.0.6/)\n"
 "* [1.0.5](1.0.5/)\n"
 "* [1.0.4](1.0.4/)\n"

  Modified: _po/ja/tutorial/1.0.4/groonga/index.po (+1 -1)
===================================================================
--- _po/ja/tutorial/1.0.4/groonga/index.po    2015-11-16 15:49:26 +0900 (d757d02)
+++ _po/ja/tutorial/1.0.4/groonga/index.po    2015-11-16 16:08:17 +0900 (cb19e77)
@@ -414,7 +414,7 @@ msgid ""
 "elease."
 msgstr ""
 "*注意*: テーブルが完全にできあがるまでは、`table_list` や `column_list` といったコマンドを実行しないでください。テーブルがで"
-"きあがる前にこれらのコマンドを実行してしまうと、インデックスが破損した状態になってしまいます。これはバージョン{{ site.droonga_version"
+"きあがる前にこれらのコマンドを実行してしまうと、インデックスが破損した状態になってしまいます。これはバージョン{{ site.version.current"
 " }}での既知の不具合で、将来のバージョンで修正される予定です。"
 
 msgid ""

  Modified: _po/ja/tutorial/1.0.6/dump-restore/index.po (+1 -1)
===================================================================
--- _po/ja/tutorial/1.0.6/dump-restore/index.po    2015-11-16 15:49:26 +0900 (ea127ba)
+++ _po/ja/tutorial/1.0.6/dump-restore/index.po    2015-11-16 16:08:17 +0900 (ba3c510)
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"PO-Revision-Date: 2014-03-05 12:52+0900\n"
+"PO-Revision-Date: 2015-11-16 16:04+0900\n"
 "Language: ja\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"

  Modified: _po/ja/tutorial/1.0.6/groonga/index.po (+3 -3)
===================================================================
--- _po/ja/tutorial/1.0.6/groonga/index.po    2015-11-16 15:49:26 +0900 (a647ca7)
+++ _po/ja/tutorial/1.0.6/groonga/index.po    2015-11-16 16:08:17 +0900 (541df68)
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"PO-Revision-Date: 2014-09-26 18:21+0900\n"
+"PO-Revision-Date: 2015-11-16 16:04+0900\n"
 "Language: ja\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -646,8 +646,8 @@ msgid ""
 "elease."
 msgstr ""
 "*注意*: テーブルが完全にできあがるまでは、`table_list` や `column_list` といったコマンドを実行しないでください。テーブルがで"
-"きあがる前にこれらのコマンドを実行してしまうと、インデックスが破損した状態になってしまいます。これはバージョン{{ site.droonga_version"
-" }}での既知の不具合で、将来のバージョンで修正される予定です。"
+"きあがる前にこれらのコマンドを実行してしまうと、インデックスが破損した状態になってしまいます。これはバージョン1.0.6での既知の不具合で、将来のバージョン"
+"で修正される予定です。"
 
 msgid ""
 "OK, now the table has been created successfully.\n"

  Modified: _po/ja/tutorial/1.0.8/add-replica/index.po (+20 -12)
===================================================================
--- _po/ja/tutorial/1.0.8/add-replica/index.po    2015-11-16 15:49:26 +0900 (f0f1987)
+++ _po/ja/tutorial/1.0.8/add-replica/index.po    2015-11-16 16:08:17 +0900 (358e205)
@@ -175,8 +175,8 @@ msgstr "では、サービスを起動しましょう。"
 msgid ""
 "~~~\n"
 "(on node2)\n"
-"# service droonga-engine start\n"
-"# service droonga-http-server start\n"
+"# service start droonga-engine\n"
+"# service start droonga-http-server\n"
 "~~~"
 msgstr ""
 
@@ -189,7 +189,7 @@ msgstr ""
 
 msgid ""
 "~~~\n"
-"$ curl \"http://node0:10041/droonga/system/status\" | jq \".\"\n"
+"$ curl \"http://node0:10041/droonga/system/status?_=$(date +%s)\" | jq \".\"\n"
 "{\n"
 "  \"nodes\": {\n"
 "    \"node0:10031/droonga\": {\n"
@@ -200,7 +200,7 @@ msgid ""
 "    }\n"
 "  }\n"
 "}\n"
-"$ curl \"http://node1:10041/droonga/system/status\" | jq \".\"\n"
+"$ curl \"http://node1:10041/droonga/system/status?_=$(date +%s)\" | jq \".\"\n"
 "{\n"
 "  \"nodes\": {\n"
 "    \"node0:10031/droonga\": {\n"
@@ -211,7 +211,7 @@ msgid ""
 "    }\n"
 "  }\n"
 "}\n"
-"$ curl \"http://node2:10041/droonga/system/status\" | jq \".\"\n"
+"$ curl \"http://node2:10041/droonga/system/status?_=$(date +%s)\" | jq \".\"\n"
 "{\n"
 "  \"nodes\": {\n"
 "    \"node2:10031/droonga\": {\n"
@@ -322,7 +322,7 @@ msgstr "これで、ノードがクラスタに参加しました。この事は
 
 msgid ""
 "~~~\n"
-"$ curl \"http://node0:10041/droonga/system/status\" | jq \".\"\n"
+"$ curl \"http://node0:10041/droonga/system/status?_=$(date +%s)\" | jq \".\"\n"
 "{\n"
 "  \"nodes\": {\n"
 "    \"node0:10031/droonga\": {\n"
@@ -339,6 +339,11 @@ msgid ""
 "~~~"
 msgstr ""
 
+msgid ""
+"Note that adding an extra unique parameter for each request, to bypass old res"
+"posne caches."
+msgstr "古いレスポンスキャッシュを無視するために、各リクエストに追加の一意なパラメータを加えていることに注意して下さい。"
+
 msgid "### Resume inpouring of \"write\" requests"
 msgstr "### 書き込みを伴うリクエストの流入を再開する"
 
@@ -432,7 +437,7 @@ msgstr "これで、ノード `node2` がクラスタから離脱しました。
 
 msgid ""
 "~~~\n"
-"$ curl \"http://node0:10041/droonga/system/status\" | jq \".\"\n"
+"$ curl \"http://node0:10041/droonga/system/status?_=$(date +%s)\" | jq \".\"\n"
 "{\n"
 "  \"nodes\": {\n"
 "    \"node0:10031/droonga\": {\n"
@@ -443,7 +448,7 @@ msgid ""
 "    }\n"
 "  }\n"
 "}\n"
-"$ curl \"http://node1:10041/droonga/system/status\" | jq \".\"\n"
+"$ curl \"http://node1:10041/droonga/system/status?_=$(date +%s)\" | jq \".\"\n"
 "{\n"
 "  \"nodes\": {\n"
 "    \"node0:10031/droonga\": {\n"
@@ -454,7 +459,7 @@ msgid ""
 "    }\n"
 "  }\n"
 "}\n"
-"$ curl \"http://node2:10041/droonga/system/status\" | jq \".\"\n"
+"$ curl \"http://node2:10041/droonga/system/status?_=$(date +%s)\" | jq \".\"\n"
 "{\n"
 "  \"nodes\": {\n"
 "    \"node0:10031/droonga\": {\n"
@@ -502,6 +507,9 @@ msgid ""
 "~~~"
 msgstr ""
 
+msgid "Refresh response caches:"
+msgstr "レスポンスキャッシュを空にします:"
+
 msgid ""
 "Now the node has been gone.\n"
 "You can confirm that via the `system.status` command:"
@@ -509,7 +517,7 @@ msgstr "これで、ノードがクラスタから離脱しました。この事
 
 msgid ""
 "~~~\n"
-"$ curl \"http://node0:10041/droonga/system/status\" | jq \".\"\n"
+"$ curl \"http://node0:10041/droonga/system/status?_=$(date +%s)\" | jq \".\"\n"
 "{\n"
 "  \"nodes\": {\n"
 "    \"node0:10031/droonga\": {\n"
@@ -556,7 +564,7 @@ msgstr "この事は、`system.status` コマンドの結果を見ると確認
 
 msgid ""
 "~~~\n"
-"$ curl \"http://node0:10041/droonga/system/status\" | jq \".\"\n"
+"$ curl \"http://node0:10041/droonga/system/status?_=$(date +%s)\" | jq \".\"\n"
 "{\n"
 "  \"nodes\": {\n"
 "    \"node0:10031/droonga\": {\n"
@@ -567,7 +575,7 @@ msgid ""
 "    }\n"
 "  }\n"
 "}\n"
-"$ curl \"http://node2:10041/droonga/system/status\" | jq \".\"\n"
+"$ curl \"http://node2:10041/droonga/system/status?_=$(date +%s)\" | jq \".\"\n"
 "{\n"
 "  \"nodes\": {\n"
 "    \"node0:10031/droonga\": {\n"

  Modified: _po/ja/tutorial/index.po (+3 -6)
===================================================================
--- _po/ja/tutorial/index.po    2015-11-16 15:49:26 +0900 (37a1ef8)
+++ _po/ja/tutorial/index.po    2015-11-16 16:08:17 +0900 (ba4a240)
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"PO-Revision-Date: 2014-11-30 23:19+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"
@@ -27,22 +27,19 @@ msgstr "次期リリースも含めすべてのリリースのチュートリア
 msgid "## The current release"
 msgstr "## 現行リリース"
 
-msgid "* [1.1.0](1.1.0/)"
+msgid "* [1.0.7](1.0.7/)"
 msgstr ""
 
 msgid "## The next release"
 msgstr "## 次期リリース"
 
-msgid "* [1.1.1](1.1.1/)"
+msgid "* [1.0.8](1.0.8/)"
 msgstr ""
 
 msgid "## Old releases"
 msgstr "## 古いリリース"
 
 msgid ""
-"* [1.0.9](1.0.9/)\n"
-"* [1.0.8](1.0.8/)\n"
-"* [1.0.7](1.0.7/)\n"
 "* [1.0.6](1.0.6/)\n"
 "* [1.0.5](1.0.5/)\n"
 "* [1.0.4](1.0.4/)\n"

  Modified: ja/reference/1.1.1/commands/load/index.md (+1 -1)
===================================================================
--- ja/reference/1.1.1/commands/load/index.md    2015-11-16 15:49:26 +0900 (28c944e)
+++ ja/reference/1.1.1/commands/load/index.md    2015-11-16 16:08:17 +0900 (4315613)
@@ -80,7 +80,7 @@ This is compatible to [the `load` command of the Groonga](http://groonga.org/doc
 
 `table` 以外のパラメータはすべて省略可能です。
 
-また、バージョン {{ site.droonga_version }} の時点では以下のパラメータのみが動作します。これら以外のパラメータは未実装のため無視されます。
+また、バージョン {{ site.version.current }} の時点では以下のパラメータのみが動作します。これら以外のパラメータは未実装のため無視されます。
 
  * `values`
  * `table`

  Modified: ja/reference/1.1.1/commands/search/index.md (+3 -3)
===================================================================
--- ja/reference/1.1.1/commands/search/index.md    2015-11-16 15:49:26 +0900 (f91d507)
+++ ja/reference/1.1.1/commands/search/index.md    2015-11-16 16:08:17 +0900 (73ba5cf)
@@ -703,7 +703,7 @@ Personテーブル(主キーあり):
 
 #### `timeout` {#parameter-timeout}
 
-※註:このパラメータはバージョン {{ site.droonga_version }} では未実装です。指定しても機能しません。
+※註:このパラメータはバージョン {{ site.version.current }} では未実装です。指定しても機能しません。
 
 概要
 : 検索処理がタイムアウトするまでの時間を指定します。
@@ -730,7 +730,7 @@ Personテーブル(主キーあり):
 
 `search` は、複数の検索クエリを一度に受け取る事ができます。
 
-バージョン {{ site.droonga_version }} ではすべての検索クエリの結果を一度にレスポンスとして返却する動作のみ対応していますが、将来的には、それぞれの検索クエリの結果を分割して受け取る(結果が出た物からバラバラに受け取る)動作にも対応する予定です。
+バージョン {{ site.version.current }} ではすべての検索クエリの結果を一度にレスポンスとして返却する動作のみ対応していますが、将来的には、それぞれの検索クエリの結果を分割して受け取る(結果が出た物からバラバラに受け取る)動作にも対応する予定です。
 
 ### 個々の検索クエリのパラメータ {#query-parameters}
 
@@ -1002,7 +1002,7 @@ Droongaはそのカラムの値が同じであるレコードを集約し、カ
 `_subrecs`
 : 集約前のレコード群における、集約対象のカラムの値が一致するレコードの配列。
   
-※バージョン {{ site.droonga_version }} では、データセットが複数のボリュームに別れている場合、集約前のレコードの代表が `maxNSubRecords` で指定した数よりも多く返される場合があります。これは既知の問題で、将来のバージョンで修正される予定です。
+※バージョン {{ site.version.current }} では、データセットが複数のボリュームに別れている場合、集約前のレコードの代表が `maxNSubRecords` で指定した数よりも多く返される場合があります。これは既知の問題で、将来のバージョンで修正される予定です。
 
 
 #### `output` {#query-output}

  Modified: ja/reference/1.1.1/commands/select/index.md (+1 -1)
===================================================================
--- ja/reference/1.1.1/commands/select/index.md    2015-11-16 15:49:26 +0900 (0cfa12f)
+++ ja/reference/1.1.1/commands/select/index.md    2015-11-16 16:08:17 +0900 (e4ae531)
@@ -87,7 +87,7 @@ layout: ja
 
 `table` 以外のパラメータはすべて省略可能です。
 
-また、バージョン {{ site.droonga_version }} の時点では以下のパラメータのみが動作します。これら以外のパラメータは未実装のため無視されます。
+また、バージョン {{ site.version.current }} の時点では以下のパラメータのみが動作します。これら以外のパラメータは未実装のため無視されます。
 
  * `table`
  * `match_columns`

  Modified: ja/reference/1.1.2/commands/load/index.md (+1 -1)
===================================================================
--- ja/reference/1.1.2/commands/load/index.md    2015-11-16 15:49:26 +0900 (5f1e186)
+++ ja/reference/1.1.2/commands/load/index.md    2015-11-16 16:08:17 +0900 (1b8a584)
@@ -80,7 +80,7 @@ This is compatible to [the `load` command of the Groonga](http://groonga.org/doc
 
 `table` 以外のパラメータはすべて省略可能です。
 
-また、バージョン {{ site.droonga_version }} の時点では以下のパラメータのみが動作します。これら以外のパラメータは未実装のため無視されます。
+また、バージョン {{ site.version.current }} の時点では以下のパラメータのみが動作します。これら以外のパラメータは未実装のため無視されます。
 
  * `values`
  * `table`

  Modified: ja/reference/1.1.2/commands/search/index.md (+3 -3)
===================================================================
--- ja/reference/1.1.2/commands/search/index.md    2015-11-16 15:49:26 +0900 (83beda3)
+++ ja/reference/1.1.2/commands/search/index.md    2015-11-16 16:08:17 +0900 (1348bf7)
@@ -703,7 +703,7 @@ Personテーブル(主キーあり):
 
 #### `timeout` {#parameter-timeout}
 
-※註:このパラメータはバージョン {{ site.droonga_version }} では未実装です。指定しても機能しません。
+※註:このパラメータはバージョン {{ site.version.current }} では未実装です。指定しても機能しません。
 
 概要
 : 検索処理がタイムアウトするまでの時間を指定します。
@@ -730,7 +730,7 @@ Personテーブル(主キーあり):
 
 `search` は、複数の検索クエリを一度に受け取る事ができます。
 
-バージョン {{ site.droonga_version }} ではすべての検索クエリの結果を一度にレスポンスとして返却する動作のみ対応していますが、将来的には、それぞれの検索クエリの結果を分割して受け取る(結果が出た物からバラバラに受け取る)動作にも対応する予定です。
+バージョン {{ site.version.current }} ではすべての検索クエリの結果を一度にレスポンスとして返却する動作のみ対応していますが、将来的には、それぞれの検索クエリの結果を分割して受け取る(結果が出た物からバラバラに受け取る)動作にも対応する予定です。
 
 ### 個々の検索クエリのパラメータ {#query-parameters}
 
@@ -1002,7 +1002,7 @@ Droongaはそのカラムの値が同じであるレコードを集約し、カ
 `_subrecs`
 : 集約前のレコード群における、集約対象のカラムの値が一致するレコードの配列。
   
-※バージョン {{ site.droonga_version }} では、データセットが複数のボリュームに別れている場合、集約前のレコードの代表が `maxNSubRecords` で指定した数よりも多く返される場合があります。これは既知の問題で、将来のバージョンで修正される予定です。
+※バージョン {{ site.version.current }} では、データセットが複数のボリュームに別れている場合、集約前のレコードの代表が `maxNSubRecords` で指定した数よりも多く返される場合があります。これは既知の問題で、将来のバージョンで修正される予定です。
 
 
 #### `output` {#query-output}

  Modified: ja/reference/1.1.2/commands/select/index.md (+1 -1)
===================================================================
--- ja/reference/1.1.2/commands/select/index.md    2015-11-16 15:49:26 +0900 (88ba757)
+++ ja/reference/1.1.2/commands/select/index.md    2015-11-16 16:08:17 +0900 (d42f566)
@@ -87,7 +87,7 @@ layout: ja
 
 `table` 以外のパラメータはすべて省略可能です。
 
-また、バージョン {{ site.droonga_version }} の時点では以下のパラメータのみが動作します。これら以外のパラメータは未実装のため無視されます。
+また、バージョン {{ site.version.current }} の時点では以下のパラメータのみが動作します。これら以外のパラメータは未実装のため無視されます。
 
  * `table`
  * `match_columns`

  Modified: ja/reference/index.md (+5 -10)
===================================================================
--- ja/reference/index.md    2015-11-16 15:49:26 +0900 (3674701)
+++ ja/reference/index.md    2015-11-16 16:08:17 +0900 (9a578fa)
@@ -16,19 +16,14 @@ layout: ja
 
 ## 現行リリース
 
-* [1.1.0](1.1.0/)
+* [{{ site.version.current }}]({{ site.version.current }}/)
 
 ## 次期リリース
 
-* [1.1.1](1.1.1/)
+* [{{ site.version.next }}]({{ site.version.next }}/)
 
 ## 古いリリース
 
-* [1.0.9](1.0.9/)
-* [1.0.8](1.0.8/)
-* [1.0.7](1.0.7/)
-* [1.0.6](1.0.6/)
-* [1.0.5](1.0.5/)
-* [1.0.4](1.0.4/)
-* [1.0.3](1.0.3/)
-* [1.0.2](1.0.2/)
+{% for old_version in site.version.olds %}
+* [{{ old_version }}]({{ old_version }}/)
+{% endfor %}

  Modified: ja/tutorial/1.0.4/groonga/index.md (+1 -1)
===================================================================
--- ja/tutorial/1.0.4/groonga/index.md    2015-11-16 15:49:26 +0900 (eb0969d)
+++ ja/tutorial/1.0.4/groonga/index.md    2015-11-16 16:08:17 +0900 (b56b9ea)
@@ -214,7 +214,7 @@ Droongaはクラスタで動作するので、他のエンドポイントも同
     # curl "${endpoint}/d/column_create?table=Location&name=store&flags=COLUMN_INDEX&type=Store&source=location"
     [[0,1401358519.6187897,0.024788379669189453],true]
 
-*注意*: テーブルが完全にできあがるまでは、`table_list` や `column_list` といったコマンドを実行しないでください。テーブルができあがる前にこれらのコマンドを実行してしまうと、インデックスが破損した状態になってしまいます。これはバージョン{{ site.droonga_version }}での既知の不具合で、将来のバージョンで修正される予定です。
+*注意*: テーブルが完全にできあがるまでは、`table_list` や `column_list` といったコマンドを実行しないでください。テーブルができあがる前にこれらのコマンドを実行してしまうと、インデックスが破損した状態になってしまいます。これはバージョン{{ site.version.current }}での既知の不具合で、将来のバージョンで修正される予定です。
 
 さて、テーブルを正しく作成できました。
 `table_list` コマンドを使って、作成されたテーブルの情報を見てみましょう:

  Modified: ja/tutorial/1.0.6/groonga/index.md (+1 -1)
===================================================================
--- ja/tutorial/1.0.6/groonga/index.md    2015-11-16 15:49:26 +0900 (5ecf861)
+++ ja/tutorial/1.0.6/groonga/index.md    2015-11-16 16:08:17 +0900 (34097d6)
@@ -364,7 +364,7 @@ $ curl "$endpoint/d/column_create?table=Location&name=store&flags=COLUMN_INDEX&t
 ]
 ~~~
 
-*注意*: テーブルが完全にできあがるまでは、`table_list` や `column_list` といったコマンドを実行しないでください。テーブルができあがる前にこれらのコマンドを実行してしまうと、インデックスが破損した状態になってしまいます。これはバージョン{{ site.droonga_version }}での既知の不具合で、将来のバージョンで修正される予定です。
+*注意*: テーブルが完全にできあがるまでは、`table_list` や `column_list` といったコマンドを実行しないでください。テーブルができあがる前にこれらのコマンドを実行してしまうと、インデックスが破損した状態になってしまいます。これはバージョン1.0.6での既知の不具合で、将来のバージョンで修正される予定です。
 
 さて、テーブルを正しく作成できました。
 `table_list` コマンドを使って、作成されたテーブルの情報を見てみましょう:

  Modified: ja/tutorial/index.md (+5 -10)
===================================================================
--- ja/tutorial/index.md    2015-11-16 15:49:26 +0900 (6c6a4e7)
+++ ja/tutorial/index.md    2015-11-16 16:08:17 +0900 (46e5ed8)
@@ -16,19 +16,14 @@ layout: ja
 
 ## 現行リリース
 
-* [1.1.0](1.1.0/)
+* [{{ site.version.current }}]({{ site.version.current }}/)
 
 ## 次期リリース
 
-* [1.1.1](1.1.1/)
+* [{{ site.version.next }}]({{ site.version.next }}/)
 
 ## 古いリリース
 
-* [1.0.9](1.0.9/)
-* [1.0.8](1.0.8/)
-* [1.0.7](1.0.7/)
-* [1.0.6](1.0.6/)
-* [1.0.5](1.0.5/)
-* [1.0.4](1.0.4/)
-* [1.0.3](1.0.3/)
-* [1.0.2](1.0.2/)
+{% for old_version in site.version.olds %}
+* [{{ old_version }}]({{ old_version }}/)
+{% endfor %}

  Modified: reference/1.1.1/commands/load/index.md (+1 -1)
===================================================================
--- reference/1.1.1/commands/load/index.md    2015-11-16 15:49:26 +0900 (3570770)
+++ reference/1.1.1/commands/load/index.md    2015-11-16 16:08:17 +0900 (19484ae)
@@ -71,7 +71,7 @@ Not supported.
 
 All parameters except `table` are optional.
 
-On the version {{ site.droonga_version }}, only following parameters are available. Others are simply ignored because they are not implemented.
+On the version {{ site.version.current }}, only following parameters are available. Others are simply ignored because they are not implemented.
 
  * `values`
  * `table`

  Modified: reference/1.1.1/commands/search/index.md (+3 -3)
===================================================================
--- reference/1.1.1/commands/search/index.md    2015-11-16 15:49:26 +0900 (ab7b810)
+++ reference/1.1.1/commands/search/index.md    2015-11-16 16:08:17 +0900 (f2c10b7)
@@ -690,7 +690,7 @@ You can use search queries just internally, without output. For example, the fol
 
 #### `timeout` {#parameter-timeout}
 
-*Note: This parameter is not implemented yet on the version {{ site.droonga_version }}.
+*Note: This parameter is not implemented yet on the version {{ site.version.current }}.
 
 Abstract
 : Threshold to time out for the request.
@@ -717,7 +717,7 @@ Default value
 
 You can put multiple search queries in a `search` request.
 
-On the {{ site.droonga_version }}, all search results for a request are returned in one time. In the future, as an optional behaviour, each result can be returned as separated messages progressively.
+On the {{ site.version.current }}, all search results for a request are returned in one time. In the future, as an optional behaviour, each result can be returned as separated messages progressively.
 
 ### Parameters of each query {#query-parameters}
 
@@ -985,7 +985,7 @@ Grouped results will have all columns of [the result of the basic conditions for
 `_subrecs`
 : An array of sample records which have the value in its grouped column.
   
-*Note: On the version {{ site.droonga_version }}, too many records can be returned larger than the specified `maxNSubRecords`, if the dataset has multiple volumes. This is a known problem and to be fixed in a future version.
+*Note: On the version {{ site.version.current }}, too many records can be returned larger than the specified `maxNSubRecords`, if the dataset has multiple volumes. This is a known problem and to be fixed in a future version.
 
 
 #### `output` {#query-output}

  Modified: reference/1.1.1/commands/select/index.md (+1 -1)
===================================================================
--- reference/1.1.1/commands/select/index.md    2015-11-16 15:49:26 +0900 (b032466)
+++ reference/1.1.1/commands/select/index.md    2015-11-16 16:08:17 +0900 (923bf20)
@@ -78,7 +78,7 @@ Style
 
 All parameters except `table` are optional.
 
-On the version {{ site.droonga_version }}, only following parameters are available. Others are simply ignored because they are not implemented.
+On the version {{ site.version.current }}, only following parameters are available. Others are simply ignored because they are not implemented.
 
  * `table`
  * `match_columns`

  Modified: reference/1.1.2/commands/load/index.md (+1 -1)
===================================================================
--- reference/1.1.2/commands/load/index.md    2015-11-16 15:49:26 +0900 (3570770)
+++ reference/1.1.2/commands/load/index.md    2015-11-16 16:08:17 +0900 (19484ae)
@@ -71,7 +71,7 @@ Not supported.
 
 All parameters except `table` are optional.
 
-On the version {{ site.droonga_version }}, only following parameters are available. Others are simply ignored because they are not implemented.
+On the version {{ site.version.current }}, only following parameters are available. Others are simply ignored because they are not implemented.
 
  * `values`
  * `table`

  Modified: reference/1.1.2/commands/search/index.md (+3 -3)
===================================================================
--- reference/1.1.2/commands/search/index.md    2015-11-16 15:49:26 +0900 (ab7b810)
+++ reference/1.1.2/commands/search/index.md    2015-11-16 16:08:17 +0900 (f2c10b7)
@@ -690,7 +690,7 @@ You can use search queries just internally, without output. For example, the fol
 
 #### `timeout` {#parameter-timeout}
 
-*Note: This parameter is not implemented yet on the version {{ site.droonga_version }}.
+*Note: This parameter is not implemented yet on the version {{ site.version.current }}.
 
 Abstract
 : Threshold to time out for the request.
@@ -717,7 +717,7 @@ Default value
 
 You can put multiple search queries in a `search` request.
 
-On the {{ site.droonga_version }}, all search results for a request are returned in one time. In the future, as an optional behaviour, each result can be returned as separated messages progressively.
+On the {{ site.version.current }}, all search results for a request are returned in one time. In the future, as an optional behaviour, each result can be returned as separated messages progressively.
 
 ### Parameters of each query {#query-parameters}
 
@@ -985,7 +985,7 @@ Grouped results will have all columns of [the result of the basic conditions for
 `_subrecs`
 : An array of sample records which have the value in its grouped column.
   
-*Note: On the version {{ site.droonga_version }}, too many records can be returned larger than the specified `maxNSubRecords`, if the dataset has multiple volumes. This is a known problem and to be fixed in a future version.
+*Note: On the version {{ site.version.current }}, too many records can be returned larger than the specified `maxNSubRecords`, if the dataset has multiple volumes. This is a known problem and to be fixed in a future version.
 
 
 #### `output` {#query-output}

  Modified: reference/1.1.2/commands/select/index.md (+1 -1)
===================================================================
--- reference/1.1.2/commands/select/index.md    2015-11-16 15:49:26 +0900 (b032466)
+++ reference/1.1.2/commands/select/index.md    2015-11-16 16:08:17 +0900 (923bf20)
@@ -78,7 +78,7 @@ Style
 
 All parameters except `table` are optional.
 
-On the version {{ site.droonga_version }}, only following parameters are available. Others are simply ignored because they are not implemented.
+On the version {{ site.version.current }}, only following parameters are available. Others are simply ignored because they are not implemented.
 
  * `table`
  * `match_columns`

  Modified: reference/index.md (+5 -10)
===================================================================
--- reference/index.md    2015-11-16 15:49:26 +0900 (5880453)
+++ reference/index.md    2015-11-16 16:08:17 +0900 (18302c4)
@@ -8,19 +8,14 @@ release.
 
 ## The current release
 
-* [1.1.0](1.1.0/)
+* [{{ site.version.current }}]({{ site.version.current }}/)
 
 ## The next release
 
-* [1.1.1](1.1.1/)
+* [{{ site.version.next }}]({{ site.version.next }}/)
 
 ## Old releases
 
-* [1.0.9](1.0.9/)
-* [1.0.8](1.0.8/)
-* [1.0.7](1.0.7/)
-* [1.0.6](1.0.6/)
-* [1.0.5](1.0.5/)
-* [1.0.4](1.0.4/)
-* [1.0.3](1.0.3/)
-* [1.0.2](1.0.2/)
+{% for old_version in site.version.olds %}
+* [{{ old_version }}]({{ old_version }}/)
+{% endfor %}

  Modified: tutorial/index.md (+5 -10)
===================================================================
--- tutorial/index.md    2015-11-16 15:49:26 +0900 (80e94a6)
+++ tutorial/index.md    2015-11-16 16:08:17 +0900 (bac53ce)
@@ -8,19 +8,14 @@ release.
 
 ## The current release
 
-* [1.1.0](1.1.0/)
+* [{{ site.version.current }}]({{ site.version.current }}/)
 
 ## The next release
 
-* [1.1.1](1.1.1/)
+* [{{ site.version.next }}]({{ site.version.next }}/)
 
 ## Old releases
 
-* [1.0.9](1.0.9/)
-* [1.0.8](1.0.8/)
-* [1.0.7](1.0.7/)
-* [1.0.6](1.0.6/)
-* [1.0.5](1.0.5/)
-* [1.0.4](1.0.4/)
-* [1.0.3](1.0.3/)
-* [1.0.2](1.0.2/)
+{% for old_version in site.version.olds %}
+* [{{ old_version }}]({{ old_version }}/)
+{% endfor %}
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-commit mailing list
アーカイブの一覧に戻る