[Groonga-commit] pgroonga/pgroonga.github.io at 3e3d3f5 [master] Fix link

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Sep 21 16:11:22 JST 2017


Kouhei Sutou	2017-09-21 16:11:22 +0900 (Thu, 21 Sep 2017)

  New Revision: 3e3d3f5e0af7b1f706f9655759cff2bc9bee8520
  https://github.com/pgroonga/pgroonga.github.io/commit/3e3d3f5e0af7b1f706f9655759cff2bc9bee8520

  Message:
    Fix link

  Modified files:
    _po/ja/install/freebsd.po
    _po/ja/reference/groonga-functions/pgroonga-tuple-is-alive.po
    install/freebsd.md
    ja/install/freebsd.md
    ja/reference/groonga-functions/pgroonga-tuple-is-alive.md
    reference/groonga-functions/pgroonga-tuple-is-alive.md

  Modified: _po/ja/install/freebsd.po (+5 -19)
===================================================================
--- _po/ja/install/freebsd.po    2017-09-20 11:25:01 +0900 (f7484bd)
+++ _po/ja/install/freebsd.po    2017-09-21 16:11:22 +0900 (0a3a15b)
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"PO-Revision-Date: 2017-04-18 14:17+0900\n"
+"PO-Revision-Date: 2017-09-21 16:11+0900\n"
 "Language: ja\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -29,13 +29,13 @@ msgstr "## インストール方法"
 msgid "You can use the following instruction to install PGroonga on FreeBSD."
 msgstr "FreeBSDにPGroongaをインストールする方法は次の通りです。"
 
-msgid "Install Groonga, PostgreSQL, pkg-config and GNU Make by `pkg`:"
-msgstr "`pkg`でGroongaとPostgreSQLとpkg-configとGNU Makeをインストールします。"
+msgid "Install PGroonga and PostgreSQL by `pkg`:"
+msgstr "`pkg`でPGroongaとPostgreSQLをインストールします。"
 
 msgid ""
 "```text\n"
-"% sudo pkg install -y groonga pkgconf postgresql{{ site.freebsd_postgresql_ver"
-"sion }}-server\n"
+"% sudo pkg install -y pgroonga postgresql{{ site.freebsd_postgresql_version }}"
+"-server\n"
 "```"
 msgstr ""
 
@@ -84,20 +84,6 @@ msgid ""
 "```"
 msgstr ""
 
-msgid "Install PGroonga from source:"
-msgstr "ソースからPGroongaをインストールします。"
-
-msgid ""
-"```text\n"
-"% curl -O https://packages.groonga.org/source/pgroonga/pgroonga-{{ site.pgroon"
-"ga_version }}.tar.gz\n"
-"% tar xvf pgroonga-{{ site.pgroonga_version }}.tar.gz\n"
-"% cd pgroonga-{{ site.pgroonga_version }}\n"
-"% gmake HAVE_MSGPACK=1\n"
-"% sudo -H gmake install\n"
-"```"
-msgstr ""
-
 msgid "Create a database:"
 msgstr "データベースを作成します。"
 

  Modified: _po/ja/reference/groonga-functions/pgroonga-tuple-is-alive.po (+2 -2)
===================================================================
--- _po/ja/reference/groonga-functions/pgroonga-tuple-is-alive.po    2017-09-20 11:25:01 +0900 (66a7012)
+++ _po/ja/reference/groonga-functions/pgroonga-tuple-is-alive.po    2017-09-21 16:11:22 +0900 (93cec68)
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"PO-Revision-Date: 2017-08-16 23:06+0900\n"
+"PO-Revision-Date: 2017-09-21 16:08+0900\n"
 "Language: ja\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -280,5 +280,5 @@ msgstr "## 参考"
 msgid "  * [`pgroonga_command` function][command]"
 msgstr "  * [`pgroonga_command`関数][command]"
 
-msgid "[command]:(../functions/pgroonga-command.html"
+msgid "[command]:../functions/pgroonga-command.html"
 msgstr ""

  Modified: install/freebsd.md (+1 -1)
===================================================================
--- install/freebsd.md    2017-09-20 11:25:01 +0900 (7409020)
+++ install/freebsd.md    2017-09-21 16:11:22 +0900 (4867ff6)
@@ -10,7 +10,7 @@ This document describes how to install PGroonga on FreeBSD.
 
 You can use the following instruction to install PGroonga on FreeBSD.
 
-Install pgroonga and PostgreSQL by `pkg`:
+Install PGroonga and PostgreSQL by `pkg`:
 
 ```text
 % sudo pkg install -y pgroonga postgresql{{ site.freebsd_postgresql_version }}-server

  Modified: ja/install/freebsd.md (+2 -12)
===================================================================
--- ja/install/freebsd.md    2017-09-20 11:25:01 +0900 (adca1ef)
+++ ja/install/freebsd.md    2017-09-21 16:11:22 +0900 (bf9d03b)
@@ -10,10 +10,10 @@ title: FreeBSDにインストール
 
 FreeBSDにPGroongaをインストールする方法は次の通りです。
 
-`pkg`でGroongaとPostgreSQLとpkg-configとGNU Makeをインストールします。
+`pkg`でPGroongaとPostgreSQLをインストールします。
 
 ```text
-% sudo pkg install -y groonga pkgconf postgresql{{ site.freebsd_postgresql_version }}-server
+% sudo pkg install -y pgroonga postgresql{{ site.freebsd_postgresql_version }}-server
 ```
 
 トークナイザーとして[MeCab](http://taku910.github.io/mecab/)を利用する場合は、`japanese/mecab-ipadic`を追加でインストールします。
@@ -42,16 +42,6 @@ PostgreSQLを起動します。
 % sudo -H service postgresql start
 ```
 
-ソースからPGroongaをインストールします。
-
-```text
-% curl -O https://packages.groonga.org/source/pgroonga/pgroonga-{{ site.pgroonga_version }}.tar.gz
-% tar xvf pgroonga-{{ site.pgroonga_version }}.tar.gz
-% cd pgroonga-{{ site.pgroonga_version }}
-% gmake HAVE_MSGPACK=1
-% sudo -H gmake install
-```
-
 データベースを作成します。
 
 ```text

  Modified: ja/reference/groonga-functions/pgroonga-tuple-is-alive.md (+1 -1)
===================================================================
--- ja/reference/groonga-functions/pgroonga-tuple-is-alive.md    2017-09-20 11:25:01 +0900 (f3ed0fd)
+++ ja/reference/groonga-functions/pgroonga-tuple-is-alive.md    2017-09-21 16:11:22 +0900 (befd02e)
@@ -145,4 +145,4 @@ SELECT *
 
   * [`pgroonga_command`関数][command]
 
-[command]:(../functions/pgroonga-command.html
+[command]:../functions/pgroonga-command.html

  Modified: reference/groonga-functions/pgroonga-tuple-is-alive.md (+1 -1)
===================================================================
--- reference/groonga-functions/pgroonga-tuple-is-alive.md    2017-09-20 11:25:01 +0900 (3915566)
+++ reference/groonga-functions/pgroonga-tuple-is-alive.md    2017-09-21 16:11:22 +0900 (82f7aac)
@@ -145,4 +145,4 @@ SELECT *
 
   * [`pgroonga_command` function][command]
 
-[command]:(../functions/pgroonga-command.html
+[command]:../functions/pgroonga-command.html
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20170921/0cdd614a/attachment-0001.htm 



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