OSDN Git Service

57031098e244f2617cb78bb48da54dfbbd7591fc
[ring-lang-081/ring.git] / docs / build / html / contribute.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
4
5 <html xmlns="http://www.w3.org/1999/xhtml">
6   <head>
7     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
8     
9     <title>開発に貢献するには? &mdash; プログラミング言語 Ring 1.12 取扱説明書</title>
10     
11     <link rel="stylesheet" href="_static/bootstrap-astropy.css" type="text/css" />
12     <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
13     
14     <script type="text/javascript">
15       var DOCUMENTATION_OPTIONS = {
16         URL_ROOT:    './',
17         VERSION:     '1.12',
18         COLLAPSE_INDEX: false,
19         FILE_SUFFIX: '.html',
20         HAS_SOURCE:  true
21       };
22     </script>
23     <script type="text/javascript" src="_static/jquery.js"></script>
24     <script type="text/javascript" src="_static/underscore.js"></script>
25     <script type="text/javascript" src="_static/doctools.js"></script>
26     <script type="text/javascript" src="_static/translations.js"></script>
27     <link rel="top" title="プログラミング言語 Ring 1.12 取扱説明書" href="index.html" />
28     <link rel="next" title="入門 - 第一形式" href="getting_started.html" />
29     <link rel="prev" title="ソースコードからのビルド方法" href="sourcecode.html" />
30     <link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,600' rel='stylesheet' type='text/css'/>
31
32   </head>
33   <body role="document">
34 <div class="topbar">
35   <a class="brand" title="Documentation Home" href="index.html"><span id="logotext1">&#x1f369;Ring</span><span id="logotext2"> 1.12</span><span id="logotext3">:docs</span></a>
36   <ul>
37     
38     <li><a href="http://ring-lang.sourceforge.net/news.html">News</a></li>
39     <li><a href="http://ring-lang.sourceforge.net/download.html">Download</a></li>
40     <li><a href="https://groups.google.com/forum/#!forum/ring-lang">Get Help</a></li>
41     <li><a href="https://github.com/ring-lang/ring">Contribute</a></li>
42     <li><a href="http://ring-lang.sourceforge.net/resources.html">Resources</a></li>
43     <li><a href="http://ring-lang.sourceforge.net/team.html">Team</a></li>
44     
45     <li><a title="Ring Homepage" href="http://ring-lang.net/">Website</a></li>
46     <li><a title="総合索引" href="genindex.html">Index</a></li>
47     <li>
48       
49       
50 <form action="search.html" method="get">
51   <input type="text" name="q" placeholder="Search" />
52   <input type="hidden" name="check_keywords" value="yes" />
53   <input type="hidden" name="area" value="default" />
54 </form>
55       
56     </li>
57   </ul>
58 </div>
59
60 <div class="related">
61     <h3>ナビゲーション</h3>
62     <ul>
63       <li class="right">
64         <a href="getting_started.html" title="入門 - 第一形式">
65           next &raquo;
66         </a>
67       </li>
68       <li class="right">
69         <a href="sourcecode.html" title="ソースコードからのビルド方法">
70           &laquo; previous
71         </a>
72          |
73       </li>
74       <li>
75         <a href="index.html">プログラミング言語 Ring 1.12 取扱説明書</a>
76          &raquo;
77       </li>
78       
79       <li>開発に貢献するには?</li> 
80     </ul>
81 </div>
82   
83
84     <div class="document">
85       <div class="documentwrapper">
86         <div class="bodywrapper">
87           <div class="body" role="main">
88             
89   <div class="section" id="index-0">
90 <span id="id1"></span><h1>開発に貢献するには?<a class="headerlink" href="#index-0" title="このヘッドラインへのパーマリンク">¶</a></h1>
91 <p>Ring は、自由なオープンソースプロジェクトです。どなたさまでも Ring への貢献は歓迎します。</p>
92 <p>プロジェクトの拠点 : <a class="reference external" href="https://github.com/ring-lang/ring">https://github.com/ring-lang/ring</a></p>
93 <p>多種多様な才能を発揮していただくことにより、プロジェクトの支援へとつながります。</p>
94 <p>なお、参加前に GitHub の用法の学習、環境構築を各自にお願いしております (不明点がございましたらグループ、またはフォーラムまでお気軽に質問をお願いします)。</p>
95 <ul class="simple">
96 <li>取扱説明書</li>
97 <li>動作検証</li>
98 <li>サンプル</li>
99 <li>アプリケーション</li>
100 <li>エディタの対応</li>
101 <li>Ring のライブラリ</li>
102 <li>C/C++ による拡張機能</li>
103 <li>コンパイラと仮想計算機 (VM)</li>
104 <li>意見と提案</li>
105 </ul>
106 <div class="section" id="index-1">
107 <span id="id2"></span><h2>貢献者へ心からの感謝を<a class="headerlink" href="#index-1" title="このヘッドラインへのパーマリンク">¶</a></h2>
108 <p>このプロジェクトの開発では、学生ならびに専門家からの貢献が非常に頼りになりました。</p>
109 <p>彼らの貢献は非常に貴重なものでした。私たちは感謝の意を表して、すべての熱心な仕事を表彰したいと思います。</p>
110 <ul class="simple">
111 <li>Ring チーム: <a class="reference external" href="http://ring-lang.sf.net/team.html">http://ring-lang.sf.net/team.html</a></li>
112 <li>Ring チーム(日本非公式): <a class="reference external" href="http://ring-lang-081.osdn.jp/team.html">http://ring-lang-081.osdn.jp/team.html</a></li>
113 </ul>
114 </div>
115 <div class="section" id="index-2">
116 <span id="id3"></span><h2>取扱説明書<a class="headerlink" href="#index-2" title="このヘッドラインへのパーマリンク">¶</a></h2>
117 <p>このフォルダにあるテキストファイル (*.txt) を更新することにより、取扱説明書の内容を変更できます : <a class="reference external" href="https://github.com/ring-lang/ring/tree/master/docs/source">https://github.com/ring-lang/ring/tree/master/docs/source</a></p>
118 <p>取扱説明書は Sphinx で生成しています : <a class="reference external" href="http://www.sphinx-doc.org/ja/stable/">http://www.sphinx-doc.org/ja/stable/</a></p>
119 </div>
120 <div class="section" id="index-3">
121 <span id="id4"></span><h2>動作検証<a class="headerlink" href="#index-3" title="このヘッドラインへのパーマリンク">¶</a></h2>
122 <p>このフォルダには新しい動作検証を記述できます :</p>
123 <p><a class="reference external" href="https://github.com/ring-lang/ring/tree/master/tests/scripts">https://github.com/ring-lang/ring/tree/master/tests/scripts</a></p>
124 </div>
125 <div class="section" id="index-4">
126 <span id="id5"></span><h2>サンプル<a class="headerlink" href="#index-4" title="このヘッドラインへのパーマリンク">¶</a></h2>
127 <p>このフォルダには新しいサンプルを追加できます :</p>
128 <p><a class="reference external" href="https://github.com/ring-lang/ring/tree/master/samples/other">https://github.com/ring-lang/ring/tree/master/samples/other</a></p>
129 </div>
130 <div class="section" id="index-5">
131 <span id="id6"></span><h2>アプリケーション<a class="headerlink" href="#index-5" title="このヘッドラインへのパーマリンク">¶</a></h2>
132 <p>このフォルダには新しいアプリケーションを追加できます :</p>
133 <p><a class="reference external" href="https://github.com/ring-lang/ring/tree/master/applications">https://github.com/ring-lang/ring/tree/master/applications</a></p>
134 </div>
135 <div class="section" id="index-6">
136 <span id="id7"></span><h2>エディタの対応<a class="headerlink" href="#index-6" title="このヘッドラインへのパーマリンク">¶</a></h2>
137 <p>あなたのご助力で様々なコードエディタを Ring へ対応させることができます。</p>
138 <p>このフォルダをご確認ください :</p>
139 <p><a class="reference external" href="https://github.com/ring-lang/ring/tree/master/editor">https://github.com/ring-lang/ring/tree/master/editor</a></p>
140 </div>
141 <div class="section" id="ring">
142 <span id="index-7"></span><h2>Ring のライブラリ<a class="headerlink" href="#ring" title="このヘッドラインへのパーマリンク">¶</a></h2>
143 <p>このフォルダへライブラリの追加と更新ができます。</p>
144 <p><a class="reference external" href="https://github.com/ring-lang/ring/tree/master/ringlibs">https://github.com/ring-lang/ring/tree/master/ringlibs</a></p>
145 </div>
146 <div class="section" id="c-c">
147 <span id="index-8"></span><h2>C/C++ による拡張機能<a class="headerlink" href="#c-c" title="このヘッドラインへのパーマリンク">¶</a></h2>
148 <p>このフォルダへ拡張機能の追加と更新ができます。</p>
149 <p><a class="reference external" href="https://github.com/ring-lang/ring/tree/master/extensions">https://github.com/ring-lang/ring/tree/master/extensions</a></p>
150 </div>
151 <div class="section" id="vm">
152 <span id="index-9"></span><h2>コンパイラと仮想計算機 (VM)<a class="headerlink" href="#vm" title="このヘッドラインへのパーマリンク">¶</a></h2>
153 <ul class="simple">
154 <li>ソースコード (C 言語) : <a class="reference external" href="https://github.com/ring-lang/ring/tree/master/src">https://github.com/ring-lang/ring/tree/master/src</a></li>
155 <li>ビジュアルソース (PWCT) : <a class="reference external" href="https://github.com/ring-lang/ring/tree/master/visualsrc">https://github.com/ring-lang/ring/tree/master/visualsrc</a></li>
156 </ul>
157 </div>
158 <div class="section" id="index-10">
159 <span id="id8"></span><h2>アイディアと提案<a class="headerlink" href="#index-10" title="このヘッドラインへのパーマリンク">¶</a></h2>
160 <p>このグループでアイディア、提案と質問を共有できます。</p>
161 <p><a class="reference external" href="https://groups.google.com/forum/#!forum/ring-lang">https://groups.google.com/forum/#!forum/ring-lang</a></p>
162 </div>
163 </div>
164
165
166           </div>
167         </div>
168       </div>
169       <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
170         <div class="sphinxsidebarwrapper"><h3>ページの内容</h3>
171 <ul>
172 <li><a class="reference internal" href="#">開発に貢献するには?</a><ul>
173 <li><a class="reference internal" href="#index-1">貢献者へ心からの感謝を</a></li>
174 <li><a class="reference internal" href="#index-2">取扱説明書</a></li>
175 <li><a class="reference internal" href="#index-3">動作検証</a></li>
176 <li><a class="reference internal" href="#index-4">サンプル</a></li>
177 <li><a class="reference internal" href="#index-5">アプリケーション</a></li>
178 <li><a class="reference internal" href="#index-6">エディタの対応</a></li>
179 <li><a class="reference internal" href="#ring">Ring のライブラリ</a></li>
180 <li><a class="reference internal" href="#c-c">C/C++ による拡張機能</a></li>
181 <li><a class="reference internal" href="#vm">コンパイラと仮想計算機 (VM)</a></li>
182 <li><a class="reference internal" href="#index-10">アイディアと提案</a></li>
183 </ul>
184 </li>
185 </ul>
186
187
188   <h4>前のトピックへ</h4>
189   <p class="topless"><a href="sourcecode.html"
190                         title="前の章へ">ソースコードからのビルド方法</a></p>
191   <h4>次のトピックへ</h4>
192   <p class="topless"><a href="getting_started.html"
193                         title="次の章へ">入門 - 第一形式</a></p>
194   <div role="note" aria-label="source link">
195     <h3>このページ</h3>
196     <ul class="this-page-menu">
197       <li><a href="_sources/contribute.txt"
198             rel="nofollow">ソースコードを表示</a></li>
199     </ul>
200    </div>
201       
202 <form action="search.html" method="get">
203   <input type="text" name="q" placeholder="Search" />
204   <input type="hidden" name="check_keywords" value="yes" />
205   <input type="hidden" name="area" value="default" />
206 </form>
207       
208         </div>
209       </div>
210       <div class="clearer"></div>
211     </div>
212 <footer class="footer">
213   <p class="pull-right">
214     <a href="_sources/contribute.txt"
215        rel="nofollow">Page Source</a> &nbsp;
216     <a href="#">Back to Top</a></p>
217   <p>
218     &copy; Copyright 2016-2020, Ring Team.<br/>
219     Created using <a href="http://www.sphinx-doc.org/en/stable/">Sphinx</a> 1.3.6. / astropy-sphinx-theme 1.1 (isVowel)
220   </p>
221 </footer>
222   </body>
223 </html>