Navigation Menu

Skip to content

Commit

Permalink
Merge branch 'gh-pages' of github.com:groonga/groonga.org into gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 28, 2014
2 parents 9d6ff7c + 66c6417 commit 96adc6c
Show file tree
Hide file tree
Showing 190 changed files with 5,053 additions and 4,602 deletions.
111 changes: 56 additions & 55 deletions docs/contribution.html

Large diffs are not rendered by default.

23 changes: 11 additions & 12 deletions docs/contribution/development.html
Expand Up @@ -6,7 +6,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>13.3. groonga開発者向け情報 &mdash; Groonga v4.0.1 documentation</title>
<title>13.3. Groonga開発者向け情報 &mdash; Groonga v4.0.1 documentation</title>

<link rel="stylesheet" href="../static/groonga.css" type="text/css" />
<link rel="stylesheet" href="../static/pygments.css" type="text/css" />
Expand All @@ -27,7 +27,7 @@
<link rel="top" title="Groonga v4.0.1 documentation" href="../index.html" />
<link rel="up" title="13. How to contribute to groonga" href="../contribution.html" />
<link rel="next" title="13.3.1. Repository" href="development/repository.html" />
<link rel="prev" title="13.2.2. I18N" href="documentation/i18n.html" />
<link rel="prev" title="13.2.3. C API" href="documentation/c-api.html" />
<meta property="fb:page_id" content="201193596592346" /><!-- groonga -->
<meta property="fb:admins" content="664204556" /><!-- kouhei.sutou -->
<meta property="og:type" content="product" />
Expand Down Expand Up @@ -71,7 +71,7 @@ <h3>Navigation</h3>
<a href="development/repository.html" title="13.3.1. Repository"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="documentation/i18n.html" title="13.2.2. I18N"
<a href="documentation/c-api.html" title="13.2.3. C API"
accesskey="P">previous</a> |</li>
<li><a href="../index.html">Groonga v4.0.1 documentation</a> &raquo;</li>
<li><a href="../contribution.html" accesskey="U">13. How to contribute to groonga</a> &raquo;</li>
Expand All @@ -84,17 +84,16 @@ <h3>Navigation</h3>
<div class="body" role="main">

<div class="section" id="groonga">
<h1>13.3. groonga開発者向け情報<a class="headerlink" href="#groonga" title="Permalink to this headline"></a></h1>
<h1>13.3. Groonga開発者向け情報<a class="headerlink" href="#groonga" title="Permalink to this headline"></a></h1>
<div class="toctree-wrapper compound">
<ul>
<li class="toctree-l1"><a class="reference internal" href="development/repository.html">13.3.1. Repository</a></li>
<li class="toctree-l1"><a class="reference internal" href="development/com.html">13.3.2. Groonga 通信アーキテクチャ</a></li>
<li class="toctree-l1"><a class="reference internal" href="development/cooperation.html">13.3.3. ユーザーと協力して開発をうまく進めていくための指針</a></li>
<li class="toctree-l1"><a class="reference internal" href="development/document.html">13.3.4. ドキュメント作成</a></li>
<li class="toctree-l1"><a class="reference internal" href="development/query.html">13.3.5. クエリの実現</a></li>
<li class="toctree-l1"><a class="reference internal" href="development/query.html#id5">13.3.6. クエリの実例</a></li>
<li class="toctree-l1"><a class="reference internal" href="development/release.html">13.3.7. リリース手順</a></li>
<li class="toctree-l1"><a class="reference internal" href="development/test.html">13.3.8. テスト方法</a></li>
<li class="toctree-l1"><a class="reference internal" href="development/query.html">13.3.4. クエリの実現</a></li>
<li class="toctree-l1"><a class="reference internal" href="development/query.html#id5">13.3.5. クエリの実例</a></li>
<li class="toctree-l1"><a class="reference internal" href="development/release.html">13.3.6. リリース手順</a></li>
<li class="toctree-l1"><a class="reference internal" href="development/test.html">13.3.7. テスト方法</a></li>
</ul>
</div>
</div>
Expand All @@ -106,8 +105,8 @@ <h1>13.3. groonga開発者向け情報<a class="headerlink" href="#groonga" titl
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<h4>Previous topic</h4>
<p class="topless"><a href="documentation/i18n.html"
title="previous chapter">13.2.2. I18N</a></p>
<p class="topless"><a href="documentation/c-api.html"
title="previous chapter">13.2.3. C API</a></p>
<h4>Next topic</h4>
<p class="topless"><a href="development/repository.html"
title="next chapter">13.3.1. Repository</a></p>
Expand Down Expand Up @@ -145,7 +144,7 @@ <h3>Navigation</h3>
<a href="development/repository.html" title="13.3.1. Repository"
>next</a> |</li>
<li class="right" >
<a href="documentation/i18n.html" title="13.2.2. I18N"
<a href="documentation/c-api.html" title="13.2.3. C API"
>previous</a> |</li>
<li><a href="../index.html">Groonga v4.0.1 documentation</a> &raquo;</li>
<li><a href="../contribution.html" >13. How to contribute to groonga</a> &raquo;</li>
Expand Down
6 changes: 3 additions & 3 deletions docs/contribution/development/com.html
Expand Up @@ -25,7 +25,7 @@
<script type="text/javascript" src="../../static/doctools.js"></script>
<link rel="shortcut icon" href="../../static/favicon.ico"/>
<link rel="top" title="Groonga v4.0.1 documentation" href="../../index.html" />
<link rel="up" title="13.3. groonga開発者向け情報" href="../development.html" />
<link rel="up" title="13.3. Groonga開発者向け情報" href="../development.html" />
<link rel="next" title="13.3.3. ユーザーと協力して開発をうまく進めていくための指針" href="cooperation.html" />
<link rel="prev" title="13.3.1. Repository" href="repository.html" />
<meta property="fb:page_id" content="201193596592346" /><!-- groonga -->
Expand Down Expand Up @@ -75,7 +75,7 @@ <h3>Navigation</h3>
accesskey="P">previous</a> |</li>
<li><a href="../../index.html">Groonga v4.0.1 documentation</a> &raquo;</li>
<li><a href="../../contribution.html" >13. How to contribute to groonga</a> &raquo;</li>
<li><a href="../development.html" accesskey="U">13.3. groonga開発者向け情報</a> &raquo;</li>
<li><a href="../development.html" accesskey="U">13.3. Groonga開発者向け情報</a> &raquo;</li>
</ul>
</div>

Expand Down Expand Up @@ -162,7 +162,7 @@ <h3>Navigation</h3>
>previous</a> |</li>
<li><a href="../../index.html">Groonga v4.0.1 documentation</a> &raquo;</li>
<li><a href="../../contribution.html" >13. How to contribute to groonga</a> &raquo;</li>
<li><a href="../development.html" >13.3. groonga開発者向け情報</a> &raquo;</li>
<li><a href="../development.html" >13.3. Groonga開発者向け情報</a> &raquo;</li>
</ul>
</div>
<div class="footer" role="contentinfo">
Expand Down
16 changes: 8 additions & 8 deletions docs/contribution/development/cooperation.html
Expand Up @@ -25,8 +25,8 @@
<script type="text/javascript" src="../../static/doctools.js"></script>
<link rel="shortcut icon" href="../../static/favicon.ico"/>
<link rel="top" title="Groonga v4.0.1 documentation" href="../../index.html" />
<link rel="up" title="13.3. groonga開発者向け情報" href="../development.html" />
<link rel="next" title="13.3.4. ドキュメント作成" href="document.html" />
<link rel="up" title="13.3. Groonga開発者向け情報" href="../development.html" />
<link rel="next" title="13.3.4. クエリの実現" href="query.html" />
<link rel="prev" title="13.3.2. Groonga 通信アーキテクチャ" href="com.html" />
<meta property="fb:page_id" content="201193596592346" /><!-- groonga -->
<meta property="fb:admins" content="664204556" /><!-- kouhei.sutou -->
Expand Down Expand Up @@ -68,14 +68,14 @@ <h3>Navigation</h3>
<a href="../../genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="document.html" title="13.3.4. ドキュメント作成"
<a href="query.html" title="13.3.4. クエリの実現"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="com.html" title="13.3.2. Groonga 通信アーキテクチャ"
accesskey="P">previous</a> |</li>
<li><a href="../../index.html">Groonga v4.0.1 documentation</a> &raquo;</li>
<li><a href="../../contribution.html" >13. How to contribute to groonga</a> &raquo;</li>
<li><a href="../development.html" accesskey="U">13.3. groonga開発者向け情報</a> &raquo;</li>
<li><a href="../development.html" accesskey="U">13.3. Groonga開発者向け情報</a> &raquo;</li>
</ul>
</div>

Expand Down Expand Up @@ -184,8 +184,8 @@ <h4>Previous topic</h4>
<p class="topless"><a href="com.html"
title="previous chapter">13.3.2. Groonga 通信アーキテクチャ</a></p>
<h4>Next topic</h4>
<p class="topless"><a href="document.html"
title="next chapter">13.3.4. ドキュメント作成</a></p>
<p class="topless"><a href="query.html"
title="next chapter">13.3.4. クエリの実現</a></p>
<div role="note" aria-label="source link">
<h3>This Page</h3>
<ul class="this-page-menu">
Expand Down Expand Up @@ -217,14 +217,14 @@ <h3>Navigation</h3>
<a href="../../genindex.html" title="General Index"
>index</a></li>
<li class="right" >
<a href="document.html" title="13.3.4. ドキュメント作成"
<a href="query.html" title="13.3.4. クエリの実現"
>next</a> |</li>
<li class="right" >
<a href="com.html" title="13.3.2. Groonga 通信アーキテクチャ"
>previous</a> |</li>
<li><a href="../../index.html">Groonga v4.0.1 documentation</a> &raquo;</li>
<li><a href="../../contribution.html" >13. How to contribute to groonga</a> &raquo;</li>
<li><a href="../development.html" >13.3. groonga開発者向け情報</a> &raquo;</li>
<li><a href="../development.html" >13.3. Groonga開発者向け情報</a> &raquo;</li>
</ul>
</div>
<div class="footer" role="contentinfo">
Expand Down
208 changes: 0 additions & 208 deletions docs/contribution/development/document.html

This file was deleted.

0 comments on commit 96adc6c

Please sign in to comment.