1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>12. How to contribute to groonga — Groonga v9.0.0 documentation</title>
<link rel="stylesheet" href="_static/groonga.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<link rel="shortcut icon" href="_static/favicon.ico"/>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="next" title="12.1. How to report a bug" href="contribution/report.html" />
<link rel="prev" title="11.1. Travis CI" href="development/travis-ci.html" />
</head><body>
<div class="header">
<h1 class="title">
<a id="top-link" href="index.html">
<span class="project">groonga</span>
<span class="separator">-</span>
<span class="description">An open-source fulltext search engine and column store.</span>
</a>
</h1>
<div class="other-language-links">
<ul>
<li><a href="../../ja/html/contribution.html">日本語</a></li>
</ul>
</div>
</div>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="contribution/report.html" title="12.1. How to report a bug"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="development/travis-ci.html" title="11.1. Travis CI"
accesskey="P">previous</a> |</li>
<li class="nav-item nav-item-0"><a href="index.html">Groonga v9.0.0 documentation</a> »</li>
</ul>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<div class="section" id="how-to-contribute-to-groonga">
<h1>12. How to contribute to groonga<a class="headerlink" href="#how-to-contribute-to-groonga" title="Permalink to this headline">¶</a></h1>
<p>We welcome your contributions to the groonga project. There are many ways
to contribute, such as using groonga, introduction to others, etc.
For example, if you find a bug when using groonga, you are welcome to
report the bug. Coding and documentation are also welcome for groonga and
its related projects.</p>
<dl class="docutils">
<dt>As a user:</dt>
<dd>If you are interested in groonga, please read this document and try it.</dd>
<dt>As a spokesman:</dt>
<dd>Please introduce groonga to your friends and colleagues.</dd>
<dt>As a developer: Bug report, development and documentation</dt>
<dd>This section describes the details.</dd>
</dl>
<div class="toctree-wrapper compound">
<ul>
<li class="toctree-l1"><a class="reference internal" href="contribution/report.html">12.1. How to report a bug</a><ul>
<li class="toctree-l2"><a class="reference internal" href="contribution/report.html#submit-a-bug-to-the-issue-tracker">12.1.1. Submit a bug to the issue tracker</a></li>
<li class="toctree-l2"><a class="reference internal" href="contribution/report.html#report-a-bug-to-the-mailing-list">12.1.2. Report a bug to the mailing list</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="contribution/documentation.html">12.2. How to contribute in documentation topics</a><ul>
<li class="toctree-l2"><a class="reference internal" href="contribution/documentation/introduction.html">12.2.1. Introduction</a><ul>
<li class="toctree-l3"><a class="reference internal" href="contribution/documentation/introduction.html#install-depended-software">12.2.1.1. Install depended software</a></li>
<li class="toctree-l3"><a class="reference internal" href="contribution/documentation/introduction.html#run-configure-with-enable-document">12.2.1.2. Run <code class="docutils literal notranslate"><span class="pre">configure</span></code> with <code class="docutils literal notranslate"><span class="pre">--enable-document</span></code></a></li>
<li class="toctree-l3"><a class="reference internal" href="contribution/documentation/introduction.html#generate-html">12.2.1.3. Generate HTML</a></li>
<li class="toctree-l3"><a class="reference internal" href="contribution/documentation/introduction.html#update">12.2.1.4. Update</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="contribution/documentation/i18n.html">12.2.2. I18N</a><ul>
<li class="toctree-l3"><a class="reference internal" href="contribution/documentation/i18n.html#translation-flow">12.2.2.1. Translation flow</a></li>
<li class="toctree-l3"><a class="reference internal" href="contribution/documentation/i18n.html#how-to-install-sphinx">12.2.2.2. How to install Sphinx</a></li>
<li class="toctree-l3"><a class="reference internal" href="contribution/documentation/i18n.html#how-to-clone-groonga-repository">12.2.2.3. How to clone Groonga repository</a></li>
<li class="toctree-l3"><a class="reference internal" href="contribution/documentation/i18n.html#how-to-update-po-files">12.2.2.4. How to update .po files</a></li>
<li class="toctree-l3"><a class="reference internal" href="contribution/documentation/i18n.html#how-to-edit-po">12.2.2.5. How to edit .po</a></li>
<li class="toctree-l3"><a class="reference internal" href="contribution/documentation/i18n.html#how-to-generate-html-files">12.2.2.6. How to generate HTML files</a></li>
<li class="toctree-l3"><a class="reference internal" href="contribution/documentation/i18n.html#how-to-confirm-html-output">12.2.2.7. How to confirm HTML output</a></li>
<li class="toctree-l3"><a class="reference internal" href="contribution/documentation/i18n.html#how-to-send-your-works">12.2.2.8. How to send your works</a></li>
<li class="toctree-l3"><a class="reference internal" href="contribution/documentation/i18n.html#how-to-add-new-language">12.2.2.9. How to add new language</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="contribution/documentation/c-api.html">12.2.3. C API</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="contribution/development.html">12.3. For Groonga developers</a><ul>
<li class="toctree-l2"><a class="reference internal" href="contribution/development/repository.html">12.3.1. Repository</a></li>
<li class="toctree-l2"><a class="reference internal" href="contribution/development/build.html">12.3.2. How to build Groonga at the repository</a><ul>
<li class="toctree-l3"><a class="reference internal" href="contribution/development/build/unix_autotools.html">12.3.2.1. How to build Groonga at the repository by GNU Autotools</a></li>
<li class="toctree-l3"><a class="reference internal" href="contribution/development/build/unix_cmake.html">12.3.2.2. How to build Groonga at the repository by CMake on GNU/Linux or Unix</a></li>
<li class="toctree-l3"><a class="reference internal" href="contribution/development/build/windows_cmake.html">12.3.2.3. How to build Groonga at the repository by CMake on Windows</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="contribution/development/com.html">12.3.3. Groonga 通信アーキテクチャ</a><ul>
<li class="toctree-l3"><a class="reference internal" href="contribution/development/com.html#gqtp">12.3.3.1. GQTPでのアーキテクチャ</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="contribution/development/cooperation.html">12.3.4. ユーザーと協力して開発をうまく進めていくための指針</a><ul>
<li class="toctree-l3"><a class="reference internal" href="contribution/development/cooperation.html#twitter">12.3.4.1. Twitter編</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="contribution/development/query.html">12.3.5. クエリの実現</a><ul>
<li class="toctree-l3"><a class="reference internal" href="contribution/development/query.html#id2">12.3.5.1. クエリ実行のためのインタフェース</a></li>
<li class="toctree-l3"><a class="reference internal" href="contribution/development/query.html#id3">12.3.5.2. grn_exprで表現できるクエリ</a></li>
<li class="toctree-l3"><a class="reference internal" href="contribution/development/query.html#grn-table-select">12.3.5.3. grn_table_select()</a></li>
<li class="toctree-l3"><a class="reference internal" href="contribution/development/query.html#id4">12.3.5.4. 関係式</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="contribution/development/query.html#id5">12.3.6. クエリの実例</a><ul>
<li class="toctree-l3"><a class="reference internal" href="contribution/development/query.html#id6">12.3.6.1. 検索例1</a></li>
<li class="toctree-l3"><a class="reference internal" href="contribution/development/query.html#id7">12.3.6.2. 検索例2</a></li>
<li class="toctree-l3"><a class="reference internal" href="contribution/development/query.html#id8">12.3.6.3. 検索例3</a></li>
<li class="toctree-l3"><a class="reference internal" href="contribution/development/query.html#id9">12.3.6.4. 検索例4</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="contribution/development/release.html">12.3.7. リリース手順</a><ul>
<li class="toctree-l3"><a class="reference internal" href="contribution/development/release.html#id2">12.3.7.1. 前提条件</a></li>
<li class="toctree-l3"><a class="reference internal" href="contribution/development/release.html#id3">12.3.7.2. 最初の1回だけ行う手順</a></li>
<li class="toctree-l3"><a class="reference internal" href="contribution/development/release.html#id7">12.3.7.3. 毎回のリリースで行う手順</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="contribution/development/test.html">12.3.8. テスト方法</a><ul>
<li class="toctree-l3"><a class="reference internal" href="contribution/development/test.html#id2">12.3.8.1. テスト環境の構築</a></li>
<li class="toctree-l3"><a class="reference internal" href="contribution/development/test.html#id5">12.3.8.2. テストの動作</a></li>
<li class="toctree-l3"><a class="reference internal" href="contribution/development/test.html#id6">12.3.8.3. カバレッジ情報</a></li>
<li class="toctree-l3"><a class="reference internal" href="contribution/development/test.html#id7">12.3.8.4. 様々なテスト</a></li>
<li class="toctree-l3"><a class="reference internal" href="contribution/development/test.html#id12">12.3.8.5. 静的解析</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<h4>Previous topic</h4>
<p class="topless"><a href="development/travis-ci.html"
title="previous chapter">11.1. Travis CI</a></p>
<h4>Next topic</h4>
<p class="topless"><a href="contribution/report.html"
title="next chapter">12.1. How to report a bug</a></p>
<div id="searchbox" style="display: none" role="search">
<h3>Quick search</h3>
<div class="searchformwrapper">
<form class="search" action="search.html" method="get">
<input type="text" name="q" />
<input type="submit" value="Go" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="General Index"
>index</a></li>
<li class="right" >
<a href="contribution/report.html" title="12.1. How to report a bug"
>next</a> |</li>
<li class="right" >
<a href="development/travis-ci.html" title="11.1. Travis CI"
>previous</a> |</li>
<li class="nav-item nav-item-0"><a href="index.html">Groonga v9.0.0 documentation</a> »</li>
</ul>
</div>
<div class="footer" role="contentinfo">
© Copyright 2009-2019, Brazil, Inc.
</div>
</body>
</html>
|