Kouhei Sutou
null+****@clear*****
Thu Oct 15 11:37:32 JST 2015
Kouhei Sutou 2015-10-15 11:37:32 +0900 (Thu, 15 Oct 2015) New Revision: 7b873281c5ad4d65b1c03e8a6ba235fccab280d4 https://github.com/pgroonga/pgroonga.github.io/commit/7b873281c5ad4d65b1c03e8a6ba235fccab280d4 Message: Add a link to the latest release note Modified files: _po/ja/index.po _po/ja/news/index.po index.md ja/index.md ja/news/index.md news/index.md Modified: _po/ja/index.po (+14 -7) =================================================================== --- _po/ja/index.po 2015-10-15 11:24:57 +0900 (a59c61d) +++ _po/ja/index.po 2015-10-15 11:37:32 +0900 (1a667e8) @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2015-10-12 23:39+0900\n" +"PO-Revision-Date: 2015-10-15 11:36+0900\n" "Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -25,11 +25,15 @@ msgid "" " src=\"/images/pgroonga-logo.png\">\n" " </h1>\n" " <p>{{ site.description.en }}</p>\n" +" <p>The latest version\n" +" (<a href=\"news/#version-{{ site.pgroonga_version | replace:\".\", \"-\" }}\">{" +"{ site.pgroonga_version }}</a>)\n" +" has been released at {{ site.pgroonga_release_date }}.\n" +" </p>\n" " <p>\n" -" <a href=\"/install/\"\n" +" <a href=\"/tutorial/\"\n" " class=\"btn btn-primary btn-lg\"\n" -" role=\"button\">Use the latest version ({{ site.pgroonga_version }})\n" -" released at {{ site.pgroonga_release_date }}</a>\n" +" role=\"button\">Try tutorial</a>\n" " </p>\n" "</div>" msgstr "" @@ -40,11 +44,14 @@ msgstr "" " src=\"/images/pgroonga-logo.png\">\n" " </h1>\n" " <p>{{ site.description.ja }}</p>\n" +" <p>最新版(<a href=\"news/#version-{{ site.pgroonga_version | replace:\".\", \"-\" }}" +"\">{{ site.pgroonga_version }}</a>)は{{ site.pgroonga_release_date }}にリリースされました。" +"\n" +" </p>\n" " <p>\n" -" <a href=\"/install/\"\n" +" <a href=\"/tutorial/\"\n" " class=\"btn btn-primary btn-lg\"\n" -" role=\"button\">{{ site.pgroonga_release_date }}にリリースされた最新版({{ site.pgroo" -"nga_version }})を使う</a>\n" +" role=\"button\">チュートリアルをやってみる</a>\n" " </p>\n" "</div>" Modified: _po/ja/news/index.po (+4 -1) =================================================================== --- _po/ja/news/index.po 2015-10-15 11:24:57 +0900 (a3edc19) +++ _po/ja/news/index.po 2015-10-15 11:37:32 +0900 (a84b184) @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2015-10-15 09:56+0900\n" +"PO-Revision-Date: 2015-10-15 10:56+0900\n" "Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -22,6 +22,9 @@ msgstr "" msgid "# News" msgstr "# おしらせ" +msgid "{: #version-0-9-0}" +msgstr "" + msgid "## 0.9.0: 2015-09-29" msgstr "" Modified: index.md (+6 -3) =================================================================== --- index.md 2015-10-15 11:24:57 +0900 (54f5917) +++ index.md 2015-10-15 11:37:32 +0900 (46dbd69) @@ -9,11 +9,14 @@ layout: en src="/images/pgroonga-logo.png"> </h1> <p>{{ site.description.en }}</p> + <p>The latest version + (<a href="news/#version-{{ site.pgroonga_version | replace:".", "-" }}">{{ site.pgroonga_version }}</a>) + has been released at {{ site.pgroonga_release_date }}. + </p> <p> - <a href="/install/" + <a href="/tutorial/" class="btn btn-primary btn-lg" - role="button">Use the latest version ({{ site.pgroonga_version }}) - released at {{ site.pgroonga_release_date }}</a> + role="button">Try tutorial</a> </p> </div> Modified: ja/index.md (+4 -2) =================================================================== --- ja/index.md 2015-10-15 11:24:57 +0900 (66e4f63) +++ ja/index.md 2015-10-15 11:37:32 +0900 (3381964) @@ -9,10 +9,12 @@ layout: ja src="/images/pgroonga-logo.png"> </h1> <p>{{ site.description.ja }}</p> + <p>最新版(<a href="news/#version-{{ site.pgroonga_version | replace:".", "-" }}">{{ site.pgroonga_version }}</a>)は{{ site.pgroonga_release_date }}にリリースされました。 + </p> <p> - <a href="/install/" + <a href="/tutorial/" class="btn btn-primary btn-lg" - role="button">{{ site.pgroonga_release_date }}にリリースされた最新版({{ site.pgroonga_version }})を使う</a> + role="button">チュートリアルをやってみる</a> </p> </div> Modified: ja/news/index.md (+2 -0) =================================================================== --- ja/news/index.md 2015-10-15 11:24:57 +0900 (cf6c2aa) +++ ja/news/index.md 2015-10-15 11:37:32 +0900 (85ccfd5) @@ -5,6 +5,8 @@ layout: ja # おしらせ +{: #version-0-9-0} + ## 0.9.0: 2015-09-29 You can update to 0.9.0 from 0.8.0 by override install and executing the following SQL: Modified: news/index.md (+2 -0) =================================================================== --- news/index.md 2015-10-15 11:24:57 +0900 (e3e89c0) +++ news/index.md 2015-10-15 11:37:32 +0900 (13a2e09) @@ -5,6 +5,8 @@ layout: en # News +{: #version-0-9-0} + ## 0.9.0: 2015-09-29 You can update to 0.9.0 from 0.8.0 by override install and executing the following SQL: -------------- next part -------------- HTML����������������������������...Download