[Groonga-commit] groonga/groonga.org at f0f1956 [gh-pages] use "Groonga" notation to related-projects.html.

Back to archive index

yoku0825 null+****@clear*****
Mon Dec 9 14:53:42 JST 2013


yoku0825	2013-12-09 14:53:42 +0900 (Mon, 09 Dec 2013)

  New Revision: f0f1956eeca239ceb84b5dbc1836f2b1bd983588
  https://github.com/groonga/groonga.org/commit/f0f1956eeca239ceb84b5dbc1836f2b1bd983588

  Merged 925693c: Merge pull request #6 from yoku0825/use_capitalized_notation_related-projects

  Message:
    use "Groonga" notation to related-projects.html.

  Modified files:
    related-projects.html

  Modified: related-projects.html (+22 -22)
===================================================================
--- related-projects.html    2013-12-06 17:47:10 +0900 (d2bcaf3)
+++ related-projects.html    2013-12-09 14:53:42 +0900 (7795dd0)
@@ -12,7 +12,7 @@ title: Related Projects
     <li><a href="#libraries">Libraries for server use</a></li>
     <li><a href="#utilities">Utilities</a></li>
   </ul>
-  <p>See following sections about actual groonga related projects and details.</p>
+  <p>See following sections about actual Groonga related projects and details.</p>
 
   <section id="databases">
     <h3>Databases</h3>
@@ -21,44 +21,44 @@ title: Related Projects
       <img src="images/groonga-related-projects-databases.png" />
     </figure>
     <section id="mroonga">
-      <h4>groonga + MySQL</h4>
-      <p><a href="http://mroonga.org/">mroonga</a> is a MySQL storage engine built on groonga. It adds high performance and high accuracy fulltext search feature to MySQL.</p>
+      <h4>Groonga + MySQL</h4>
+      <p><a href="http://mroonga.org/">Mroonga</a> is a MySQL storage engine built on Groonga. It adds high performance and high accuracy fulltext search feature to MySQL.</p>
     </section>
     <section id="textsearch_groonga">
-      <h4>groonga + PostgreSQL</h4>
-      <p><a href="http://textsearch-ja.projects.postgresql.org/textsearch_groonga.html">textsearch_groonga</a> adds fulltext search feature built on groonga to PostgreSQL.</p>
+      <h4>Groonga + PostgreSQL</h4>
+      <p><a href="http://textsearch-ja.projects.postgresql.org/textsearch_groonga.html">textsearch_groonga</a> adds fulltext search feature built on Groonga to PostgreSQL.</p>
       <p class="note">Documentation is in Japanese.</p>
     </section>
   </section>
 
   <section id="bindings">
     <h3>Language bindings</h3>
-    <p>There are some language bindings for groonga. You can use Node.js, Ruby and Perl as language bindings which provides HTTP/API access.</p>
+    <p>There are some language bindings for Groonga. You can use Node.js, Ruby and Perl as language bindings which provides HTTP/API access.</p>
     <figure>
       <img src="images/groonga-related-projects-bindings.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." />
     </figure>
     <section id="nroonga">
-      <h4>groonga + Node.js (binding)</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>
+      <h4>Groonga + Node.js (binding)</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">
-      <h4>groonga + Ruby</h4>
-      <p><a href="http://groonga.rubyforge.org/#about-rroonga">rroonga</a> is a Ruby bindings for groonga. Rroonga is a part of <a href="http://groonga.rubyforge.org/">The Ranguba project</a> which provides a fulltext search system built on groonga.
+      <h4>Groonga + Ruby</h4>
+      <p><a href="http://groonga.rubyforge.org/#about-rroonga">Rroonga</a> is a Ruby bindings for Groonga. Rroonga is a part of <a href="http://groonga.rubyforge.org/">The Ranguba project</a> which provides a fulltext search system built on Groonga.
     </section>
     <section id="p5-groonga">
-      <h4>groonga + Perl</h4>
-      <p><a href="https://github.com/yappo/p5-Groonga">p5-Groonga</a> is a Perl bindings for groonga. You can use groonga as a library in Perl.</p>
+      <h4>Groonga + Perl</h4>
+      <p><a href="https://github.com/yappo/p5-Groonga">p5-Groonga</a> is a Perl bindings for Groonga. You can use Groonga as a library in Perl.</p>
     </section>
     <section id="ploonga">
-      <h4>groonga + Perl</h4>
-      <p><a href="https://github.com/charsbar/groonga-api">Ploonga</a> is a Perl bindings for groonga. You can use groonga as a library in Perl.</p>
+      <h4>Groonga + Perl</h4>
+      <p><a href="https://github.com/charsbar/groonga-api">Ploonga</a> is a Perl bindings for Groonga. You can use Groonga as a library in Perl.</p>
     </section>
   </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>
+    <p>There are some libraries which provides convenient API or HTTP functionality (reverse proxy) for Groonga server use.</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." />
@@ -66,15 +66,15 @@ title: Related Projects
     <p class="note">The gqtp described in above picture means "groonga query transfer protocol".</p>
     <section id="anyevent-groonga">
       <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>
+      <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>
+      <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>
+      <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>
     </section>
     <section id="eroonga">
       <h4>Groonga + Erlang (client)</h4>
@@ -84,17 +84,17 @@ title: Related Projects
 
   <section id="utilities">
     <h3>Utilities</h3>
-    <p>There are some utilities which improves CLI (command line interface) for groonga.</p>
+    <p>There are some utilities which improves CLI (command line interface) for Groonga.</p>
     <figure>
       <img src="images/groonga-related-projects-utilities.png" /> 
     </figure>
     <section id="grnwrap">
       <h4>grnwrap</h4>
-      <p><a href="https://github.com/michisu/grnwrap">grnwrap</a> is a utility that improves groonga's command line interface.</p>
+      <p><a href="https://github.com/michisu/grnwrap">grnwrap</a> is a utility that improves Groonga's command line interface.</p>
     </section>
     <section id="zsh-completions">
       <h4>Zsh completion functions</h4>
-      <p><a href="https://github.com/hhatto/zsh_completions/">zsh_completions</a> are Zsh completion functions by hhato. They includes completion functions for groonga, groonga-suggest-httpd and groonga-suggest-learner.</p>
+      <p><a href="https://github.com/hhatto/zsh_completions/">zsh_completions</a> are Zsh completion functions by hhato. They includes completion functions for Groonga, groonga-suggest-httpd and groonga-suggest-learner.</p>
     </section>
   </section>
 
-------------- next part --------------
HTML����������������������������...
Download 



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