HAYASHI Kentaro
null+****@clear*****
Mon Aug 20 18:06:51 JST 2012
HAYASHI Kentaro 2012-08-20 18:06:51 +0900 (Mon, 20 Aug 2012) New Revision: 65f59de04e0f6fbf890fca95c8a24cf947617554 https://github.com/groonga/groonga.github.com/commit/65f59de04e0f6fbf890fca95c8a24cf947617554 Log: doc: markup by figure tag Modified files: css/screen.css ja/related-projects.html related-projects.html Modified: css/screen.css (+1 -1) =================================================================== --- css/screen.css 2012-08-20 18:01:55 +0900 (89a4fc9) +++ css/screen.css 2012-08-20 18:06:51 +0900 (dc79bee) @@ -492,7 +492,7 @@ div.note background-color: #eeffcc; } -div.figure img +figure img { display: block; margin-left: auto; Modified: ja/related-projects.html (+15 -7) =================================================================== --- ja/related-projects.html 2012-08-20 18:01:55 +0900 (1a0a36a) +++ ja/related-projects.html 2012-08-20 18:06:51 +0900 (0159edf) @@ -16,7 +16,9 @@ title: 関連プロジェクト <section id="databases"> <h3>データベース</h3> <p>groongaを他のデータベース製品と組合せて使うこともできます。拡張したSQLクエリを使うことができます。</p> - <img src="/images/groonga-related-projects-databases.png" /> + <figure> + <img src="/images/groonga-related-projects-databases.png" /> + </figure> <section id="mroonga"> <h4>groonga + MySQL</h4> <p><a href="http://mroonga.github.com/">mroonga</a>はgroongaを用いたMySQLのストレージエンジンです。mroongaを用いることにより、MySQLでも高速で高精度な全文検索機能を利用できます。</p> @@ -30,10 +32,12 @@ title: 関連プロジェクト <section id="bindings"> <h3>言語バインディング</h3> <p>groonga向けにいくつか言語バインディングがあります。HTTP/APIアクセスを提供するNode.js、Ruby、Perlのバインディングを使えます。</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." /> + <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 (バインディング)</h4> <p><a href="http://nroonga.github.com/">nroonga</a>はNode.js用のgroongaバインディングです。nroongaはgroongaをライブラリとして使うので、全文検索はNode.jsプロセスが行います。</p> @@ -53,8 +57,10 @@ title: 関連プロジェクト <section id="libraries"> <h3>サーバー向けライブラリ</h3> <p>groongaをサーバー用途で使う場合に便利なAPIやHTTP機能 (リバースプロキシ) を提供するライブラリがあります。</p> - <img src="/images/groonga-related-projects-libraries.png" alt="Node.js is an official trademark of Joyent. + <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." /> + </figure> <p>図のgqtpは'groonga query transfer protocol'というgroonga専用プロトコルを意味します。</p> <section id="anyevent-groonga"> <h4>AnyEvent-Groonga</h4> @@ -76,7 +82,9 @@ title: 関連プロジェクト <section id="utilities"> <h3>ユーティリティ</h3> <p>コマンドラインインタフェース (CLI) の使い勝手を向上するためのユーティリティがあります。</p> - <img src="/images/groonga-related-projects-utilities.png" /> + <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>はgroongaのコマンドラインインターフェイスを改良するユーティリティです。</p> Modified: related-projects.html (+8 -8) =================================================================== --- related-projects.html 2012-08-20 18:01:55 +0900 (6350317) +++ related-projects.html 2012-08-20 18:06:51 +0900 (3558f04) @@ -17,9 +17,9 @@ title: Related Projects <section id="databases"> <h3>Databases</h3> <p>There are some software used with other database products. You can use extended SQL query.</p> - <div class="figure"> + <figure> <img src="images/groonga-related-projects-databases.png" /> - </div> + </figure> <section id="mroonga"> <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> @@ -34,10 +34,10 @@ title: Related Projects <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> - <div class="figure"> + <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." /> - </div> + </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> @@ -55,10 +55,10 @@ title: Related Projects <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> - <div class="figure"> + <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." /> - </div> + </figure> <p class="note">The gqtp described in above picture means "groonga query transfer protocol".</p> <section id="anyevent-groonga"> <h4>AnyEvent-Groonga</h4> @@ -77,9 +77,9 @@ title: Related Projects <section id="utilities"> <h3>Utilities</h3> <p>There are some utilities which improves CLI (command line interface) for groonga.</p> - <div class="figure"> + <figure> <img src="images/groonga-related-projects-utilities.png" /> - </div> + </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> -------------- next part -------------- HTML����������������������������... 下載