naoa
null+****@clear*****
Sat Oct 4 17:16:21 JST 2014
naoa 2014-10-04 17:16:21 +0900 (Sat, 04 Oct 2014) New Revision: 7e7d8a6373ea74da5eaf161a8cc5b0e217214198 https://github.com/groonga/groonga/commit/7e7d8a6373ea74da5eaf161a8cc5b0e217214198 Merged 679c626: Merge pull request #212 from naoa/doc-fix-link-ranguba Message: doc: fix link of the Ranguba project Modified files: doc/locale/en/LC_MESSAGES/development.po doc/locale/en/LC_MESSAGES/reference.po doc/locale/ja/LC_MESSAGES/development.po doc/locale/ja/LC_MESSAGES/reference.po doc/source/development/travis-ci.rst doc/source/reference/grn_expr.rst Modified: doc/locale/en/LC_MESSAGES/development.po (+2 -4) =================================================================== --- doc/locale/en/LC_MESSAGES/development.po 2014-10-04 16:02:57 +0900 (74cbb08) +++ doc/locale/en/LC_MESSAGES/development.po 2014-10-04 17:16:21 +0900 (a11403b) @@ -99,10 +99,8 @@ msgstr "Examples" msgid "Here are open source softwares that use Groonga on Travis CI:" msgstr "Here are open source softwares that use Groonga on Travis CI:" -msgid "" -"`rroonga <http://groonga.rubyforge.org/#about-rroonga>`_ (Ruby bindings)" -msgstr "" -"`rroonga <http://groonga.rubyforge.org/#about-rroonga>`_ (Ruby bindings)" +msgid "`rroonga <http://ranguba.org/#about-rroonga>`_ (Ruby bindings)" +msgstr "`rroonga <http://ranguba.org/#about-rroonga>`_ (Ruby bindings)" msgid "`rroonga on Travis CI <http://travis-ci.org/#!/ranguba/rroonga>`_" msgstr "`rroonga on Travis CI <http://travis-ci.org/#!/ranguba/rroonga>`_" Modified: doc/locale/en/LC_MESSAGES/reference.po (+4 -4) =================================================================== --- doc/locale/en/LC_MESSAGES/reference.po 2014-10-04 16:02:57 +0900 (77d7a41) +++ doc/locale/en/LC_MESSAGES/reference.po 2014-10-04 17:16:21 +0900 (4f3eb51) @@ -10828,15 +10828,15 @@ msgid "" "You can use groonga as a library and create a grn_expr by calling grn_expr " "related APIs. You can use full features with calling APIs like :doc:`/" "reference/grn_expr/script_syntax`. Calling APIs is useful creating a custom " -"syntax to create grn_expr. They are used in `rroonga <http://groonga." -"rubyforge.org/#about-rroonga>`_ that is Ruby bindings of Groonga. Rroonga " +"syntax to create grn_expr. They are used in `rroonga <http://ranguba" +".org/#about-rroonga>`_ that is Ruby bindings of Groonga. Rroonga " "can create a grn_expr by Ruby's syntax instead of parsing string." msgstr "" "You can use groonga as a library and create a grn_expr by calling grn_expr " "related APIs. You can use full features with calling APIs like :doc:`/" "reference/grn_expr/script_syntax`. Calling APIs is useful creating a custom " -"syntax to create grn_expr. They are used in `rroonga <http://groonga." -"rubyforge.org/#about-rroonga>`_ that is Ruby bindings of Groonga. Rroonga " +"syntax to create grn_expr. They are used in `rroonga <http://ranguba" +".org/#about-rroonga>`_ that is Ruby bindings of Groonga. Rroonga " "can create a grn_expr by Ruby's syntax instead of parsing string." msgid ":doc:`/reference/api/grn_expr`: grn_expr related APIs" Modified: doc/locale/ja/LC_MESSAGES/development.po (+3 -6) =================================================================== --- doc/locale/ja/LC_MESSAGES/development.po 2014-10-04 16:02:57 +0900 (e770d48) +++ doc/locale/ja/LC_MESSAGES/development.po 2014-10-04 17:16:21 +0900 (5aae869) @@ -11,10 +11,10 @@ msgstr "" "PO-Revision-Date: 2013-12-02 12:37+0900\n" "Last-Translator: Kouhei Sutou <kou �� clear-code.com>\n" "Language-Team: Japanese\n" -"Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: ja\n" "Plural-Forms: nplurals=1; plural=0;\n" msgid "Development" @@ -99,11 +99,8 @@ msgid "Here are open source softwares that use Groonga on Travis CI:" msgstr "" "Travis CI上でGroongaを使っているオープンソースソフトウェアは以下の通りです" -msgid "" -"`rroonga <http://groonga.rubyforge.org/#about-rroonga>`_ (Ruby bindings)" -msgstr "" -"`rroonga <http://groonga.rubyforge.org/#about-rroonga>`_ (Rubyバインディン" -"グ)" +msgid "`rroonga <http://ranguba.org/#about-rroonga>`_ (Ruby bindings)" +msgstr "`rroonga <http://ranguba.org/#about-rroonga>`_ (Rubyバインディング)" msgid "`rroonga on Travis CI <http://travis-ci.org/#!/ranguba/rroonga>`_" msgstr "" Modified: doc/locale/ja/LC_MESSAGES/reference.po (+3 -3) =================================================================== --- doc/locale/ja/LC_MESSAGES/reference.po 2014-10-04 16:02:57 +0900 (bc85250) +++ doc/locale/ja/LC_MESSAGES/reference.po 2014-10-04 17:16:21 +0900 (e15b51b) @@ -10138,14 +10138,14 @@ msgid "" "You can use groonga as a library and create a grn_expr by calling grn_expr " "related APIs. You can use full features with calling APIs like :doc:`/" "reference/grn_expr/script_syntax`. Calling APIs is useful creating a custom " -"syntax to create grn_expr. They are used in `rroonga <http://groonga." -"rubyforge.org/#about-rroonga>`_ that is Ruby bindings of Groonga. Rroonga " +"syntax to create grn_expr. They are used in `rroonga <http://ranguba" +".org/#about-rroonga>`_ that is Ruby bindings of Groonga. Rroonga " "can create a grn_expr by Ruby's syntax instead of parsing string." msgstr "" "groongaをライブラリとして使うと、grn_expr関連のAPIを呼び出してgrn_exprを作る" "ことができます。 :doc:`/reference/grn_expr/script_syntax` のように、APIを呼び" "出すと全ての機能を使えます。grn_exprを作る構文を新しく作るときにはAPIが便利で" -"す。APIは `rroonga <http://groonga.rubyforge.org/#about-rroonga>`_ という" +"す。APIは `rroonga <http://ranguba.org/#about-rroonga>`_ という" "GroongaのRubyバインディングで使われています。rroongaでは文字列をパースするの" "ではなく、Rubyの構文を使ってgrn_exprを作ることができます。" Modified: doc/source/development/travis-ci.rst (+1 -1) =================================================================== --- doc/source/development/travis-ci.rst 2014-10-04 16:02:57 +0900 (634885f) +++ doc/source/development/travis-ci.rst 2014-10-04 17:16:21 +0900 (099b94d) @@ -45,7 +45,7 @@ Examples Here are open source softwares that use Groonga on Travis CI: - * `rroonga <http://groonga.rubyforge.org/#about-rroonga>`_ (Ruby bindings) + * `rroonga <http://ranguba.org/#about-rroonga>`_ (Ruby bindings) * `rroonga on Travis CI <http://travis-ci.org/#!/ranguba/rroonga>`_ * `.travis.yml for rroonga <https://github.com/ranguba/rroonga/blob/master/.travis.yml>`_ Modified: doc/source/reference/grn_expr.rst (+1 -1) =================================================================== --- doc/source/reference/grn_expr.rst 2014-10-04 16:02:57 +0900 (5779ea5) +++ doc/source/reference/grn_expr.rst 2014-10-04 17:16:21 +0900 (3017ad5) @@ -42,7 +42,7 @@ You can use groonga as a library and create a grn_expr by calling grn_expr related APIs. You can use full features with calling APIs like :doc:`/reference/grn_expr/script_syntax`. Calling APIs is useful creating a custom syntax to create grn_expr. They are used in `rroonga -<http://groonga.rubyforge.org/#about-rroonga>`_ that is Ruby bindings +<http://ranguba.org/#about-rroonga>`_ that is Ruby bindings of Groonga. Rroonga can create a grn_expr by Ruby's syntax instead of parsing string. -------------- next part -------------- HTML����������������������������...Télécharger