[Groonga-commit] groonga/groonga.org at 776d586 [gh-pages] related-projects: rename section

Back to archive index

naoa null+****@clear*****
Fri Oct 3 00:31:36 JST 2014


naoa	2014-10-03 00:31:36 +0900 (Fri, 03 Oct 2014)

  New Revision: 776d58660fa35505ab346a26c0f2b14b655d5ea9
  https://github.com/groonga/groonga.org/commit/776d58660fa35505ab346a26c0f2b14b655d5ea9

  Merged 09d5886: Merge pull request #12 from naoa/fix-related-projects

  Message:
    related-projects: rename section
    
    Libraries for server use -> Client libraries, Server utilities

  Modified files:
    ja/related-projects.html
    related-projects.html

  Modified: ja/related-projects.html (+17 -11)
===================================================================
--- ja/related-projects.html    2014-09-29 17:36:26 +0900 (7a364ab)
+++ ja/related-projects.html    2014-10-03 00:31:36 +0900 (2e5c804)
@@ -8,8 +8,9 @@ title: 関連プロジェクト
   <ul>
     <li><a href="#databases">データベース</a></li>
     <li><a href="#bindings">言語バインディング</a></li>
-    <li><a href="#libraries">サーバー向けライブラリ</a></li>
-    <li><a href="#utilities">ユーティリティ</a></li>
+    <li><a href="#libraries">クライアントライブラリ</a></li>
+    <li><a href="#server_utilities">サーバーユーティリティ</a></li>
+    <li><a href="#cli_utilities">コマンドラインユーティリティ</a></li>
   </ul>
   <p>個々の関連プロジェクトの詳細については後述のセクションを参照してください。</p>
 
@@ -65,8 +66,8 @@ title: 関連プロジェクト
   </section>
 
   <section id="libraries">
-    <h3>サーバー向けライブラリ</h3>
-    <p>Groongaをサーバー用途で使う場合に便利なAPIやHTTP機能 (リバースプロキシ) を提供するライブラリがあります。</p>
+    <h3>クライアントライブラリ</h3>
+    <p>いくつかのプログラミング言語からGroongaサーバーに接続するためのAPIを提供するクライアントライブラリがあります。</p>
     <figure>
       <img src="/images/groonga-related-projects-libraries.png" alt="Node.js is an official trademark of Joyent. 
                                                                      This image is not formally related to or endorsed by the official Joyent Node.js open source or commercial project." />
@@ -77,11 +78,6 @@ title: 関連プロジェクト
       <p><a href="http://search.cpan.org/~miki/AnyEvent-Groonga/">AnyEvent-Groonga</a>は非同期でGroongaサーバへアクセスすることで並列処理を行い、より高いパフォーマンスを引き出すPerl用のGroongaクライアントライブラリです。</p>
       <p>紹介記事: <a href="http://d.hatena.ne.jp/download_takeshi/20110301/1298911843">非同期で全文検索エンジンgroongaを叩く AnyEvent::Groonga 書いたよ - ダウンロードたけし(寅年)の日記</a></p>
     </section>
-    <section id="p5-app-groonga-wrapper">
-      <h4>App-Groonga-Wrapper</h4>
-      <p><a href="https://github.com/hideo55/p5-App-Groonga-Wrapper">App::Groonga::Wrapper</a>はローカルのHTTPインターフェイスで動くGroongaサーバのリバースプロキシです。認証や機能の制限、接続元の制限などセキュリティ機構をGroongaサーバに追加します。Perlで書かれています。</p>
-      <p>紹介記事: <a href="http://d.hatena.ne.jp/hide_o_55/20110626/1309097120">Hachioji.pm #6に行ってきた - WebService::Blog->new( user => ’hide_o_55’ )</a></p>
-    </section>
     <section id="node-groonga">
       <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>
@@ -93,8 +89,18 @@ title: 関連プロジェクト
     </section>
   </section>
 
-  <section id="utilities">
-    <h3>ユーティリティ</h3>
+  <section id="server_utilities">
+    <h3>サーバーユーティリティ</h3>
+    <p>Groongaをサーバー用途で使う場合に便利なAPIやHTTP機能 (リバースプロキシ) を提供するライブラリがあります。</p>
+    <section id="p5-app-groonga-wrapper">
+      <h4>App-Groonga-Wrapper</h4>
+      <p><a href="https://github.com/hideo55/p5-App-Groonga-Wrapper">App::Groonga::Wrapper</a>はローカルのHTTPインターフェイスで動くGroongaサーバのリバー>スプロキシです。認証や機能の制限、接続元の制限などセキュリティ機構をGroongaサーバに追加します。Perlで書かれています。</p>
+      <p>紹介記事: <a href="http://d.hatena.ne.jp/hide_o_55/20110626/1309097120">Hachioji.pm #6に行ってきた - WebService::Blog->new( user => ’hide_o_55’</a></p>
+    </section>
+  </section>
+
+  <section id="cli_utilities">
+    <h3>コマンドラインユーティリティ</h3>
     <p>コマンドラインインタフェース (CLI) の使い勝手を向上するためのユーティリティがあります。</p>
     <figure>
       <img src="/images/groonga-related-projects-utilities.png" /> 

  Modified: related-projects.html (+16 -10)
===================================================================
--- related-projects.html    2014-09-29 17:36:26 +0900 (42b088d)
+++ related-projects.html    2014-10-03 00:31:36 +0900 (81a538f)
@@ -9,8 +9,9 @@ title: Related Projects
   <ul>
     <li><a href="#databases">Databases</a></li>
     <li><a href="#bindings">Language bindings</a></li>
-    <li><a href="#libraries">Libraries for server use</a></li>
-    <li><a href="#utilities">Utilities</a></li>
+    <li><a href="#libraries">Client libraries</a></li>
+    <li><a href="#server_utilities">Server utilities</a></li>
+    <li><a href="#cli_utilities">Command line utilities</a></li>
   </ul>
   <p>See following sections about actual Groonga related projects and details.</p>
 
@@ -61,8 +62,8 @@ title: Related Projects
   </section>
 
   <section id="libraries">
-    <h3>Libraries for server use</h3>
-    <p>There are some libraries which provides convenient API or HTTP functionality (reverse proxy) for Groonga server use.</p>
+    <h3>Client libraries</h3>
+    <p>There are some client libraries which provides API to connect to Groonga server in some program languages.</p>
     <figure>
       <img src="images/groonga-related-projects-libraries.png" alt="Node.js is an official trademark of Joyent. 
                                                                     This image is not formally related to or endorsed by the official Joyent Node.js open source or commercial project." />
@@ -72,10 +73,6 @@ title: Related Projects
       <h4>AnyEvent-Groonga</h4>
       <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="p5-app-groonga-wrapper">
-      <h4>App-Groonga-Wrapper</h4>
-      <p><a href="https://github.com/hideo55/p5-App-Groonga-Wrapper">App::Groonga::Wrapper</a> is a reverse proxy for local HTTP protocol Groonga server. It adds security mechanism to Groonga server. It is written in Perl.</p>
-    </section>
     <section id="node-groonga">
       <h4>Groonga + Node.js (client)</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>
@@ -86,8 +83,17 @@ title: Related Projects
     </section>
   </section>
 
-  <section id="utilities">
-    <h3>Utilities</h3>
+  <section id="server_utilities">
+    <h3>Sever utilities</h3>
+    <p>There are some libraries which provides convenient API or HTTP functionality (reverse proxy) for Groonga server use.</p>
+    <section id="p5-app-groonga-wrapper">
+      <h4>App-Groonga-Wrapper</h4>
+      <p><a href="https://github.com/hideo55/p5-App-Groonga-Wrapper">App::Groonga::Wrapper</a> is a reverse proxy for local HTTP protocol Groonga server. It adds security mechanism to Groonga server. It is written in Perl.</p>
+    </section>
+  </section>
+
+  <section id="cli_utilities">
+    <h3>Command line utilities</h3>
     <p>There are some utilities which improves CLI (command line interface) for Groonga.</p>
     <figure>
       <img src="images/groonga-related-projects-utilities.png" /> 
-------------- next part --------------
HTML����������������������������...
下载 



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