[Groonga-commit] groonga/groonga.github.com [master] doc en: fix indent

Back to archive index

HAYASHI Kentaro null+****@clear*****
Mon Aug 20 17:08:43 JST 2012


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

  New Revision: 6630ae241cb5b3890812d11c138c409d63a9cdf3
  https://github.com/groonga/groonga.github.com/commit/6630ae241cb5b3890812d11c138c409d63a9cdf3

  Log:
    doc en: fix indent

  Modified files:
    related-projects.html

  Modified: related-projects.html (+60 -60)
===================================================================
--- related-projects.html    2012-08-20 17:04:32 +0900 (3afb8ce)
+++ related-projects.html    2012-08-20 17:08:43 +0900 (33ad61e)
@@ -14,72 +14,72 @@ title: Related Projects
   </ul>
   <p>See following sections about actual groonga related projects and details.</p>
 
-<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" />
-  <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>
+  <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" />
+    <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>
+    </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>
+    </section>
   </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>
-  </section>
-</section>
 
-<section id="bindings">
-  <h2>Language bindings</h2>
-  <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>
-    <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>
-    <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 id="bindings">
+    <h2>Language bindings</h2>
+    <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>
+      <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>
+      <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>
+      <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="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.
-  </section>
-</section>
 
-<section id="libraries">
-  <h2>Libraries for server use</h2>
-  <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>
-    <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 id="libraries">
+    <h2>Libraries for server use</h2>
+    <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>
+      <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>
+      <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>
+      <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="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>
-  </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>
-  </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" /> 
-  <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>
+  <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" /> 
+    <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>
+    </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>
+    </section>
   </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>
-  </section>
-</section>
 
 </section>
-------------- next part --------------
HTML����������������������������...
Download 



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