[Groonga-commit] groonga/groonga.github.com [master] doc en: use section tag

Back to archive index

HAYASHI Kentaro null+****@clear*****
Mon Aug 20 17:04:32 JST 2012


HAYASHI Kentaro	2012-08-20 17:04:32 +0900 (Mon, 20 Aug 2012)

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

  Log:
    doc en: use section tag

  Modified files:
    related-projects.html

  Modified: related-projects.html (+22 -21)
===================================================================
--- related-projects.html    2012-08-03 11:35:24 +0900 (247c6bd)
+++ related-projects.html    2012-08-20 17:04:32 +0900 (3afb8ce)
@@ -13,21 +13,20 @@ title: Related Projects
     <li><a href="#utilities">Utilities</a></li>
   </ul>
   <p>See following sections about actual groonga related projects and details.</p>
-</section>
 
 <section id="databases">
   <h2>Databases</h2>
   <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" />
-  <subsection id="mroonga">
+  <section id="mroonga">
     <h3>groonga + MySQL</h3>
     <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>
-  </subsection>
-  <subsection id="textsearch_groonga">
+  </section>
+  <section id="textsearch_groonga">
     <h3>groonga + PostgreSQL</h3>
     <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>
-  </subsection>
+  </section>
 </section>
 
 <section id="bindings">
@@ -35,18 +34,18 @@ title: Related Projects
   <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." />
-  <subsection id="nroonga">
+  <section id="nroonga">
     <h3>groonga + Node.js (binding)</h3>
     <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>
-  </subsection>
-  <subsection id="p5-groonga">
+  </section>
+  <section id="p5-groonga">
     <h3>groonga + Perl</h3>
     <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>
-  </subsection>
-  <subsection id="rroonga">
+  </section>
+  <section id="rroonga">
     <h3>groonga + Ruby</h3>
     <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.
-  </subsection>
+  </section>
 </section>
 
 <section id="libraries">
@@ -55,30 +54,32 @@ This image is not formally related to or endorsed by the official Joyent Node.js
   <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>
-  <subsection id="anyevent-groonga">
+  <section id="anyevent-groonga">
     <h3>AnyEvent-Groonga</h3>
     <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>
-  </subsection>
-  <subsection id="p5-app-groonga-wrapper">
+  </section>
+  <section id="p5-app-groonga-wrapper">
     <h3>App-Groonga-Wrapper</h3>
     <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>
-  </subsection>
-  <subsection id="node-groonga">
+  </section>
+  <section id="node-groonga">
     <h3>groonga + Node.js (client)</h3>
     <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>
-  </subsection>
+  </section>
 </section>
 
 <section id="utilities">
   <h2>Utilities</h2>
   <p>There are some utilities which improves CLI (command line interface) for groonga.</p>
   <img src="images/groonga-related-projects-utilities.png" /> 
-  <subsection id="grnwrap">
+  <section id="grnwrap">
     <h3>grnwrap</h3>
     <p><a href="https://github.com/michisu/grnwrap">grnwrap</a> is a utility that improves groonga's command line interface.</p>
-  </subsection>
-  <subsection id="zsh-completions">
+  </section>
+  <section id="zsh-completions">
     <h3>Zsh completion functions</h3>
     <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>
-  </subsection>
+  </section>
+</section>
+
 </section>
-------------- next part --------------
HTML����������������������������...
Download 



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