naoa
null+****@clear*****
Fri Oct 3 00:42:20 JST 2014
naoa 2014-10-03 00:42:20 +0900 (Fri, 03 Oct 2014) New Revision: 0462417d4753bd7b7df90f90515cd2f4187f956f https://github.com/groonga/groonga.org/commit/0462417d4753bd7b7df90f90515cd2f4187f956f Merged 09d5886: Merge pull request #12 from naoa/fix-related-projects Message: related-projects: remove needless parentheses It is identified in the section name Modified files: ja/related-projects.html related-projects.html Modified: ja/related-projects.html (+3 -3) =================================================================== --- ja/related-projects.html 2014-10-03 00:37:55 +0900 (794e221) +++ ja/related-projects.html 2014-10-03 00:42:20 +0900 (358fc7d) @@ -40,7 +40,7 @@ title: 関連プロジェクト Joyent Node.js open source or commercial project." /> </figure> <section id="nroonga"> - <h4>Groonga + Node.js (バインディング)</h4> + <h4>Groonga + Node.js</h4> <p><a href="http://nroonga.github.com/">nroonga</a>はNode.js用のGroongaバインディングです。NroongaはGroongaをライブラリとして使うので、全文検索はNode.jsプロセスが行います。</p> </section> <section id="rroonga"> @@ -79,12 +79,12 @@ title: 関連プロジェクト <p>紹介記事: <a href="http://d.hatena.ne.jp/download_takeshi/20110301/1298911843">非同期で全文検索エンジンgroongaを叩く AnyEvent::Groonga 書いたよ - ダウンロードたけし(寅年)の日記</a></p> </section> <section id="node-groonga"> - <h4>Groonga + Node.js (クライアント)</h4> + <h4>Groonga + Node.js</h4> <p><a href="https://github.com/hideo55/node-groonga">node-groonga</a>はNode.jsから簡単にGroongaサーバーを利用するためのクライアントライブラリです。node-groongaはGroongaをサーバーとして使うので、全文検索はNode.jsプロセスではなくGroongaサーバープロセスが行います。</p> <p>紹介記事: <a href="http://d.hatena.ne.jp/hide_o_55/20110530/1306760694">node-groonga - Node.jsでgroongaにアクセスする - WebService::Blog->new( user => ’hide_o_55’ )</a></p> </section> <section id="eroonga"> - <h4>Groonga + Erlang (クライアント)</h4> + <h4>Groonga + Erlang</h4> <p><a href="https://github.com/tomaon/eroonga">eroonga</a>はErlangで実装されたgqtpクライアントです。gqtpを使っているGroongaサーバーに接続することができます。</p> </section> </section> Modified: related-projects.html (+3 -3) =================================================================== --- related-projects.html 2014-10-03 00:37:55 +0900 (e1d1a13) +++ related-projects.html 2014-10-03 00:42:20 +0900 (cb7184d) @@ -40,7 +40,7 @@ title: Related Projects This image is not formally related to or endorsed by the official Joyent Node.js open source or commercial project." /> </figure> <section id="nroonga"> - <h4>Groonga + Node.js (binding)</h4> + <h4>Groonga + Node.js</h4> <p><a href="http://nroonga.github.com/">Nroonga</a> is a Groonga binding for Node.js. Nroonga uses Groonga as a library. It means that fulltext search is done in Node.js process.</p> </section> <section id="rroonga"> @@ -74,11 +74,11 @@ title: Related Projects <p><a href="http://search.cpan.org/~miki/AnyEvent-Groonga/">AnyEvent-Groonga</a> is a high performance Groonga client library for Perl. It accesses Groonga server asynchronously.</p> </section> <section id="node-groonga"> - <h4>Groonga + Node.js (client)</h4> + <h4>Groonga + Node.js</h4> <p><a href="https://github.com/hideo55/node-groonga">node-groonga</a> is a client library of Groonga server for Node.js. Node-groonga uses Groonga as a server. It means that fulltext search is done in Groonga server process not Node.js process.</p> </section> <section id="eroonga"> - <h4>Groonga + Erlang (client)</h4> + <h4>Groonga + Erlang</h4> <p><a href="https://github.com/tomaon/eroonga">eroonga</a> is a client library of Groonga server. It is implemented by only Erlang. You can connect to Groonga server that uses gqtp.</p> </section> </section> -------------- next part -------------- HTML����������������������������...Download