[Groonga-commit] groonga/groonga.github.com [master] doc en: fix 'hN' hierarchy

Back to archive index

HAYASHI Kentaro null+****@clear*****
Mon Aug 20 17:12:10 JST 2012


HAYASHI Kentaro	2012-08-20 17:12:10 +0900 (Mon, 20 Aug 2012)

  New Revision: e0275ca60972fa3051df33cf0c876f1487206403
  https://github.com/groonga/groonga.github.com/commit/e0275ca60972fa3051df33cf0c876f1487206403

  Log:
    doc en: fix 'hN' hierarchy

  Modified files:
    related-projects.html

  Modified: related-projects.html (+14 -14)
===================================================================
--- related-projects.html    2012-08-20 17:08:43 +0900 (33ad61e)
+++ related-projects.html    2012-08-20 17:12:10 +0900 (1daa520)
@@ -15,69 +15,69 @@ title: Related Projects
   <p>See following sections about actual groonga related projects and details.</p>
 
   <section id="databases">
-    <h2>Databases</h2>
+    <h3>Databases</h3>
     <p>There are some software used with other database products. You can use extended SQL query.</p>
     <img src="images/groonga-related-projects-databases.png" />
     <section id="mroonga">
-      <h3>groonga + MySQL</h3>
+      <h4>groonga + MySQL</h4>
       <p><a href="http://mroonga.github.com/">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">
-      <h3>groonga + PostgreSQL</h3>
+      <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">
-    <h2>Language bindings</h2>
+    <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>
     <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." />
     <section id="nroonga">
-      <h3>groonga + Node.js (binding)</h3>
+      <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="p5-groonga">
-      <h3>groonga + Perl</h3>
+      <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="rroonga">
-      <h3>groonga + Ruby</h3>
+      <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>
 
   <section id="libraries">
-    <h2>Libraries for server use</h2>
+    <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>
     <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." />
     <p class="note">The gqtp described in above picture means "groonga query transfer protocol".</p>
     <section id="anyevent-groonga">
-      <h3>AnyEvent-Groonga</h3>
+      <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">
-      <h3>App-Groonga-Wrapper</h3>
+      <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">
-      <h3>groonga + Node.js (client)</h3>
+      <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>
 
   <section id="utilities">
-    <h2>Utilities</h2>
+    <h3>Utilities</h3>
     <p>There are some utilities which improves CLI (command line interface) for groonga.</p>
     <img src="images/groonga-related-projects-utilities.png" /> 
     <section id="grnwrap">
-      <h3>grnwrap</h3>
+      <h4>grnwrap</h4>
       <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">
-      <h3>Zsh completion functions</h3>
+      <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>
     </section>
   </section>
-------------- next part --------------
HTML����������������������������...
Download 



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