-
Notifications
You must be signed in to change notification settings - Fork 4
/
development.html
68 lines (68 loc) · 3.16 KB
/
development.html
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
---
title: Development
---
<article>
<header>
<h2 title="{{ page.title }}">參與開發</h2>
</header>
<p>期待您的投入:</p>
<ul>
<li>Programming / Debugging / Testing / Bug-reporting</li>
<li>Art Design — Logo, Icon, Website</li>
<li>Documentation</li>
</ul>
<section>
<header>
<h3 title="Source code">原始程式碼</h3>
</header>
<p>專案代管於 GitHub:<a href="https://github.com/chewing">https://github.com/chewing</a></p>
<ul class="_inline status">
<li>
<a href="https://travis-ci.org/chewing/libchewing"><img src="https://travis-ci.org/chewing/libchewing.svg" alt="Travis CI"></a>
</li>
<li>
<a href="https://coveralls.io/r/chewing/libchewing"><img src="https://coveralls.io/repos/chewing/libchewing/badge.svg?branch=master" alt="Coveralls"></a>
</li>
</ul>
</section>
<section>
<header>
<h3 title="Mailing List">開發者討論群組</h3>
</header>
<p>新酷音輸入法開發者的討論群組,若您對新酷音的程式開發有興趣,歡迎加入此群組</p>
<p><strong><a href="https://groups.google.com/g/chewing-devel">Chewing IM Development</a></strong></p>
<p>或是到 Matrix 頻道 (<a href="https://matrix.to/#/#libchewing:matrix.org">#libchewing:matrix.org</a>) 交流。</p>
</section>
<section>
<header>
<h3 title="Issues">回報問題</h3>
</header>
<p>
目前使用 <a href="https://github.com/chewing/libchewing/issues">GitHub 的 issue tracker</a>。
</p>
</section>
<section>
<header>
<h3 title="License">授權宣告</h3>
</header>
<p>libchewing is licensed under the terms of the <a href="https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html">GNU Lesser General Public License, version 2.1</a>.</p>
<p>ibus-chewing is licensed under the terms of the <a href="https://www.gnu.org/licenses/old-licenses/gpl-2.0.html">GNU General Public License, version 2</a>.</p>
<p>fcitx5-chewing is license under the terms of the <a href="https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html">GNU Lesser General Public License, version 2.1</a>. (same as Fcitx 5)</p>
<p>windows-chewing-tsf is license under the terms of the <a href="https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html">GNU Lesser General Public License, version 2.1</a>.</p>
</section>
<section>
<header>
<h3 title="Links">相關連結</h3>
</header>
<ul>
<li><a href="https://fcitx-im.org/">Fcitx</a></li>
<li><a href="https://github.com/ibus/ibus/wiki">IBus — Intelligent Input Bus for Linux / Unix OS</a></li>
<li><a href="https://github.com/scim-im/">SCIM — Smart Common Input Method platform</a></li>
<li><a href="https://github.com/EasyIME/PIME">PIME — Input methods Windows via Text Services Framework</a></li>
<li><a href="https://en.wikipedia.org/wiki/Internet/Intranet_Input_Method_Framework">OpenI18N.org 的輸入法架構:IIIMF</a></li>
<li><a href="https://openvanilla.org/">OpenVanilla IM Framework / 開放香草輸入法框架</a></li>
<li><a href="https://github.com/chinese-opendesktop/oxim">Open X Input Method (OXIM)</a></li>
<li><a href="https://zh.wikipedia.org/wiki/Xcin">XCIN</a></li>
</ul>
</section>
</article>