Masafumi Yokoyama
null+****@clear*****
Wed Sep 3 21:48:43 JST 2014
Masafumi Yokoyama 2014-09-03 21:48:43 +0900 (Wed, 03 Sep 2014) New Revision: 1c71056e64c295e9290fbd00d650a53be613d0cd https://github.com/ranguba/ranguba.org/commit/1c71056e64c295e9290fbd00d650a53be613d0cd Message: Use Groonga/Rroonga form Modified files: developer.html ja/developer.html Modified: developer.html (+11 -11) =================================================================== --- developer.html 2014-09-03 21:39:01 +0900 (b55f023) +++ developer.html 2014-09-03 21:48:43 +0900 (df75b72) @@ -34,17 +34,17 @@ <div class="main"> <h1>Developer</h1> <p> - Please join us to use groonga using Ruby more usefully. + Please join us to use Groonga using Ruby more usefully. We provided information needed for development. </p> <h2 id="repository">Repository</h2> <p> - There are repositories of rroonga, ActiveGroonga, ActiveGroonga Fabrication, racknga, ChupaText, and Document Search Ranguba in GitHub. + There are repositories of Rroonga, ActiveGroonga, ActiveGroonga Fabrication, racknga, ChupaText, and Document Search Ranguba in GitHub. Please see below for check-out each repositories by git. </p> <dl> - <dt><a href="http://github.com/ranguba/rroonga/">rroonga</a></dt> + <dt><a href="http://github.com/ranguba/rroonga/">Rroonga</a></dt> <dd><pre class="command">% git clone git://github.com/ranguba/rroonga.git</pre></dd> <dt><a href="http://github.com/ranguba/activegroonga/">ActiveGroonga</a></dt> <dd><pre class="command">% git clone git://github.com/ranguba/activegroonga.git</pre></dd> @@ -59,7 +59,7 @@ </dl> <p> - Sample program of rroonga, ActiveGroonga, ActiveGroonga Fabrication, racknga and ChupaText are also contained each repositories. + Sample program of Rroonga, ActiveGroonga, ActiveGroonga Fabrication, racknga and ChupaText are also contained each repositories. Please see below for check-out these program. </p> <dl> @@ -69,29 +69,29 @@ <h2 id="how-to-build">How to build</h2> <p> - You should use extconf.rb and Makefile to build rroonga, so don't use Rakefile. + You should use extconf.rb and Makefile to build Rroonga, so don't use Rakefile. </p> <p> - Please run extconf.rb with ruby you want to use rroonga, and run make command. + Please run extconf.rb with ruby you want to use Rroonga, and run make command. </p> <pre class="command">% ruby extconf.rb % make</pre> <p> - You can get ext/groonga/groonga.so if make command for rroonga succeeded. - If you want to use groonga without installing it, you may set $LOAD_PATH following before use groonga by "require" method. + You can get ext/groonga/groonga.so if make command for Rroonga succeeded. + If you want to use Groonga without installing it, you may set $LOAD_PATH following before use Groonga by "require" method. </p> <pre class="command">% irb -I lib -I ext/groonga -r groonga</pre> <h2 id="contact">Contact</h2> <p> - If you find bugs, please show us by <a href="http://lists.sourceforge.jp/mailman/listinfo/groonga-dev">mailinglist of groonga</a> or <a href="http://redmine.groonga.org/projects/rroonga/issues/new">Redmine</a>. - Please also send mail to groonga mailinglist for asking questions, giving idea, sending patch, and so on. + If you find bugs, please show us by <a href="http://lists.sourceforge.jp/mailman/listinfo/groonga-dev">mailinglist of Groonga</a> or <a href="http://redmine.groonga.org/projects/rroonga/issues/new">Redmine</a>. + Please also send mail to Groonga mailinglist for asking questions, giving idea, sending patch, and so on. </p> <h2 id="commit-mail">Commit-mail</h2> <p> When someone commit to a repository, you can get mail including difference of this commit from <a href="http://rubyforge.org/mailman/listinfo/groonga-commit">mailinglist for groonga-commit</a>. - If you're interested in development of groonga, please subscribe this mailinglist. + If you're interested in development of Groonga, please subscribe this mailinglist. </p> <h2 id="document">Document</h2> Modified: ja/developer.html (+8 -8) =================================================================== --- ja/developer.html 2014-09-03 21:39:01 +0900 (f21c168) +++ ja/developer.html 2014-09-03 21:48:43 +0900 (e9728d3) @@ -34,17 +34,17 @@ <div class="main"> <h1>開発者向け情報</h1> <p> - ラングバプロジェクトはRubyからもっと便利にgroongaを使えるようにするため、開発に参加してくれる人を募集しています。 + ラングバプロジェクトはRubyからもっと便利にGroongaを使えるようにするため、開発に参加してくれる人を募集しています。 ここでは、開発に必要となる情報を提供します。 </p> <h2 id="repository">リポジトリ</h2> <p> - rroonga、ActiveGroonga、ActiveGroonga Fabrication、racknga、ChupaText、文書検索ラングバのリポジトリはGitHub上にあります。 + Rroonga、ActiveGroonga、ActiveGroonga Fabrication、racknga、ChupaText、文書検索ラングバのリポジトリはGitHub上にあります。 gitを利用しており、それぞれ以下のようにチェックアウトできます。 </p> <dl> - <dt><a href="http://github.com/ranguba/rroonga/">rroonga</a></dt> + <dt><a href="http://github.com/ranguba/rroonga/">Rroonga</a></dt> <dd><pre class="command">% git clone git://github.com/ranguba/rroonga.git</pre></dd> <dt><a href="http://github.com/ranguba/activegroonga/">ActiveGroonga</a></dt> <dd><pre class="command">% git clone git://github.com/ranguba/activegroonga.git</pre></dd> @@ -59,7 +59,7 @@ </dl> <p> - rroonga、ActiveGroonga、ActiveGroonga Fabrication、racknga、ChupaTextを利用したサンプルプログラムもリポジトリにあります。 + Rroonga、ActiveGroonga、ActiveGroonga Fabrication、racknga、ChupaTextを利用したサンプルプログラムもリポジトリにあります。 サンプルプログラムは以下のようにチェックアウトできます。 </p> <dl> @@ -69,7 +69,7 @@ <h2 id="how-to-build">ビルド方法</h2> <p> - rroongaをビルドするためにはextconf.rbとMakefileを使います。Rakefileは使いません。 + Rroongaをビルドするためにはextconf.rbとMakefileを使います。Rakefileは使いません。 </p> <p> ビルドしたいrubyでextconf.rbを実行してから、makeを実行します。 @@ -83,8 +83,8 @@ <h2 id="contact">バグ報告・メーリングリスト</h2> <p> - バグ報告は<a href="http://lists.sourceforge.jp/mailman/listinfo/groonga-dev">groongaのメーリングリスト</a>または<a href="http://redmine.groonga.org/projects/rroonga/issues/new">Redmine</a>にお願いします。 - また、疑問点・意見・パッチなどもgroongaのメーリングリストにお願いします。 + バグ報告は<a href="http://lists.sourceforge.jp/mailman/listinfo/groonga-dev">Groongaのメーリングリスト</a>または<a href="http://redmine.groonga.org/projects/rroonga/issues/new">Redmine</a>にお願いします。 + また、疑問点・意見・パッチなどもGroongaのメーリングリストにお願いします。 </p> <h2 id="commit-mail">コミットメール</h2> @@ -113,7 +113,7 @@ <li><a href="http://ranguba.org/ja/">プロジェクトページ</a></li> <li> <a href="http://lists.sourceforge.jp/mailman/listinfo/groonga-dev">メーリングリスト</a> - (groongaのメーリングリストにお願いします) + (Groongaのメーリングリストにお願いします) </li> </ul> </div> -------------- next part -------------- HTML����������������������������...Download