@@ -2,14 +2,16 @@ Next generation of fcitx
2
2
==========================
3
3
Fcitx 5 is a generic input method framework released under LGPL-2.1+.
4
4
5
+ # Resources
6
+
5
7
[ ![ Jenkins Build Status] ( https://img.shields.io/jenkins/s/https/jenkins.fcitx-im.org/job/fcitx5.svg )] ( https://jenkins.fcitx-im.org/job/fcitx5/ )
6
8
[ ![ Coverity Scan Status] ( https://img.shields.io/coverity/scan/9063.svg )] ( https://scan.coverity.com/projects/fcitx-fcitx5 )
7
9
[ ![ Documentation] ( https://codedocs.xyz/fcitx/fcitx5.svg )] ( https://codedocs.xyz/fcitx/fcitx5/ )
8
10
9
11
* Wiki: [ https://fcitx-im.org/ ] ( https://fcitx-im.org/ )
10
12
- Registration require explicit approval due to the spam, please send an email to the mail list if you do not get approved.
11
13
* Discussion:
12
- - Email: [ fcitx [ at ] googlegroups.com] ( https://groups.google.com/g/fcitx )
14
+ - Email: Send email to [ fcitx@ googlegroups.com] ( https://groups.google.com/g/fcitx )
13
15
- Github Discussions: [ https://github.com/fcitx/fcitx5/discussions ] ( https://github.com/fcitx/fcitx5/discussions )
14
16
* Chat Group:
15
17
- Following methods are all bridged together, you can pick any that works.
@@ -21,5 +23,30 @@ Fcitx 5 is a generic input method framework released under LGPL-2.1+.
21
23
* Translation: [ https://explore.transifex.com/fcitx/ ] ( https://explore.transifex.com/fcitx/ )
22
24
- Do not send pull request for translation updates.
23
25
- The translation will be automatically pushed to git repository nightly, but not vice versa.
26
+
27
+ # Supported platform on Linux and BSD
28
+ X11/Wayland
29
+
30
+ For using input method under TTY, please check [ fbterm] ( https://github.com/fcitx/fcitx5-fbterm/ ) or [ tmux] ( https://github.com/wengxt/fcitx5-tmux ) , not all features are supported.
31
+
32
+ # Quick start for Linux
33
+ [ Install Fcitx 5] ( https://fcitx-im.org/wiki/Install_Fcitx_5 )
34
+
35
+ Looking for Mac or Android?
36
+ [ Mac] ( https://github.com/fcitx-contrib/fcitx5-macos/ )
37
+ [ Android] ( https://github.com/fcitx5-android/fcitx5-android )
38
+
39
+ The main package (this repository) only contains keyboard layout engine.
40
+
41
+ Coressponding input method engines need to be installed to support other languages (e.g. Chinese/Japanese/Korean).
42
+
43
+ You may find the list of input method engines at [ here] ( https://fcitx-im.org/wiki/Input_method_engines ) .
44
+
45
+ # For developers
46
+ [ Compiling fcitx5] ( https://fcitx-im.org/wiki/Compiling_fcitx5 )
47
+
48
+ To write a input method (or addon) from scratch, check [ Develop a simple input method] ( https://fcitx-im.org/wiki/Develop_an_simple_input_method )
49
+
50
+ # Packaging status
24
51
25
52
[ ![ Packaging status] ( https://repology.org/badge/vertical-allrepos/fcitx5.svg )] ( https://repology.org/project/fcitx5/versions )
0 commit comments