[Groonga-commit] pgroonga/pgroonga.github.io at a59d547 [master] Update supported Ubuntu versions

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Apr 24 14:55:43 JST 2016


Kouhei Sutou	2016-04-24 14:55:43 +0900 (Sun, 24 Apr 2016)

  New Revision: a59d54710db4bf8df737ffa6a6a70f3bd80ae998
  https://github.com/pgroonga/pgroonga.github.io/commit/a59d54710db4bf8df737ffa6a6a70f3bd80ae998

  Message:
    Update supported Ubuntu versions

  Modified files:
    _po/ja/install/ubuntu.po
    install/ubuntu.md
    ja/install/ubuntu.md

  Modified: _po/ja/install/ubuntu.po (+17 -12)
===================================================================
--- _po/ja/install/ubuntu.po    2016-04-24 14:53:47 +0900 (3972244)
+++ _po/ja/install/ubuntu.po    2016-04-24 14:55:43 +0900 (77e7c96)
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"PO-Revision-Date: 2015-12-31 12:52+0900\n"
+"PO-Revision-Date: 2016-04-24 14:50+0900\n"
 "Language: ja\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -34,23 +34,26 @@ msgstr "サポートしているUbuntuのバージョンは次の通りです。
 msgid ""
 "  * Ubuntu 14.04\n"
 "  * Ubuntu 15.04\n"
-"  * Ubuntu 15.10"
+"  * Ubuntu 15.10\n"
+"  * Ubuntu 16.04"
 msgstr ""
 
 msgid "## How to install"
 msgstr "## インストール方法"
 
-msgid ""
-"You can use the following instruction to install PGroonga on all supported Ubu"
-"ntu versions except Ubuntu 14.04."
-msgstr "PGroongaをインストールする方法は次の通りです。Ubuntu 14.04をのぞき、サポートしているすべてのバージョンのUbuntuで共通です。"
+msgid "You can use the following instruction to install PGroonga on Ubuntu."
+msgstr "UbuntuでPGroongaをインストールする手順は次の通りです。"
+
+msgid "If you're using Ubuntu 14.04, install `postgresql-9.3-pgroonga` package."
+msgstr "Ubuntu 14.04を使っている場合は`postgresql-9.3-pgroonga`パッケージをインストールしてください。"
 
 msgid ""
-"If you're using Ubuntu 14.04, install `postgresql-9.3-pgroonga` package. Other"
-"wise, install `postgresql-9.4-pgroonga` package:"
-msgstr ""
-"Ubuntu 14.04を使っている場合は`postgresql-9.3-pgroonga`パッケージをインストールしてください。それ以外の場合は`post"
-"gresql-9.4-pgroonga`パッケージをインストールしてください。"
+"If you're using Ubuntu 15.04 or 15.10, install `postgresql-9.4-pgroonga` packa"
+"ge."
+msgstr "Ubuntu 15.04または15.10を使っている場合は`postgresql-9.4-pgroonga`パッケージをインストールしてください。<"
+
+msgid "Otherwise, install `postgresql-9.5-pgroonga` package:"
+msgstr "それ以外の場合は`postgresql-9.5-pgroonga`パッケージをインストールしてください。"
 
 msgid ""
 "```text\n"
@@ -60,8 +63,10 @@ msgid ""
 "% sudo apt-get update\n"
 "Ubuntu 14.04:\n"
 "% sudo apt-get install -y -V postgresql-9.3-pgroonga\n"
-"Others:\n"
+"Ubuntu 15.04 or 15.10:\n"
 "% sudo apt-get install -y -V postgresql-9.4-pgroonga\n"
+"Others:\n"
+"% sudo apt-get install -y -V postgresql-9.5-pgroonga\n"
 "```"
 msgstr ""
 

  Modified: install/ubuntu.md (+10 -3)
===================================================================
--- install/ubuntu.md    2016-04-24 14:53:47 +0900 (2d1d13e)
+++ install/ubuntu.md    2016-04-24 14:55:43 +0900 (e9ccc9f)
@@ -14,12 +14,17 @@ Here are supported Ubuntu versions:
   * Ubuntu 14.04
   * Ubuntu 15.04
   * Ubuntu 15.10
+  * Ubuntu 16.04
 
 ## How to install
 
-You can use the following instruction to install PGroonga on all supported Ubuntu versions except Ubuntu 14.04.
+You can use the following instruction to install PGroonga on Ubuntu.
 
-If you're using Ubuntu 14.04, install `postgresql-9.3-pgroonga` package. Otherwise, install `postgresql-9.4-pgroonga` package:
+If you're using Ubuntu 14.04, install `postgresql-9.3-pgroonga` package.
+
+If you're using Ubuntu 15.04 or 15.10, install `postgresql-9.4-pgroonga` package.
+
+Otherwise, install `postgresql-9.5-pgroonga` package:
 
 ```text
 % sudo apt-get install -y software-properties-common
@@ -28,8 +33,10 @@ If you're using Ubuntu 14.04, install `postgresql-9.3-pgroonga` package. Otherwi
 % sudo apt-get update
 Ubuntu 14.04:
 % sudo apt-get install -y -V postgresql-9.3-pgroonga
-Others:
+Ubuntu 15.04 or 15.10:
 % sudo apt-get install -y -V postgresql-9.4-pgroonga
+Others:
+% sudo apt-get install -y -V postgresql-9.5-pgroonga
 ```
 
 If you want to use [MeCab](http://taku910.github.io/mecab/) based tokenizer, you also need to install `groonga-tokenizer-mecab` package:

  Modified: ja/install/ubuntu.md (+10 -3)
===================================================================
--- ja/install/ubuntu.md    2016-04-24 14:53:47 +0900 (473d5b8)
+++ ja/install/ubuntu.md    2016-04-24 14:55:43 +0900 (121cd59)
@@ -14,12 +14,17 @@ layout: ja
   * Ubuntu 14.04
   * Ubuntu 15.04
   * Ubuntu 15.10
+  * Ubuntu 16.04
 
 ## インストール方法
 
-PGroongaをインストールする方法は次の通りです。Ubuntu 14.04をのぞき、サポートしているすべてのバージョンのUbuntuで共通です。
+UbuntuでPGroongaをインストールする手順は次の通りです。
 
-Ubuntu 14.04を使っている場合は`postgresql-9.3-pgroonga`パッケージをインストールしてください。それ以外の場合は`postgresql-9.4-pgroonga`パッケージをインストールしてください。
+Ubuntu 14.04を使っている場合は`postgresql-9.3-pgroonga`パッケージをインストールしてください。
+
+Ubuntu 15.04または15.10を使っている場合は`postgresql-9.4-pgroonga`パッケージをインストールしてください。<
+
+それ以外の場合は`postgresql-9.5-pgroonga`パッケージをインストールしてください。
 
 ```text
 % sudo apt-get install -y software-properties-common
@@ -28,8 +33,10 @@ Ubuntu 14.04を使っている場合は`postgresql-9.3-pgroonga`パッケージ
 % sudo apt-get update
 Ubuntu 14.04:
 % sudo apt-get install -y -V postgresql-9.3-pgroonga
-Others:
+Ubuntu 15.04 or 15.10:
 % sudo apt-get install -y -V postgresql-9.4-pgroonga
+Others:
+% sudo apt-get install -y -V postgresql-9.5-pgroonga
 ```
 
 [MeCab](http://taku910.github.io/mecab/)ベースのトークナイザーを使いたい場合は、`groonga-tokenizer-mecab`パッケージもインストールする必要があります。
-------------- next part --------------
HTML����������������������������...
Télécharger 



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