Codebase list mozc / 6d26453
Rename README.debian Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@debian.org> Nobuhiro Iwamatsu 13 years ago
2 changed file(s) with 28 addition(s) and 28 deletion(s). Raw diff Collapse all Expand all
0 - About Mozc/Debian
1 -- License
2 The section of Mozc of Debian is non-free.
3 Because dictionary of mozc is created from IPAdic and naist-jdic.
4 Nasit-jdic is DFSG-free[0], but IPAdic is DFSG-non-free[1].
5
6 I thought that I divide dictionary data, but cannot distribute it now
7 because the data of each dictionary coexist.
8 And the user cannot use it so that performance declines even if I release
9 mozc which removed dictionary data in debian.
10
11 I set mozc non-free section from such reason.
12
13 [0]: http://packages.debian.org/source/sid/mecab-naist-jdic
14 [1]: http://packages.debian.org/source/sid/ipadic
15
16 -- emacs-mozc
17 From mozc-0.13.499.102-1, mozc-emacs was provided.
18 If you want to use emacs-mozc, you set to ~/.emacs as follows.
19
20 (load-file "/usr/share/emacs/site-lisp/emacs-mozc/mozc.el")
21 (set-language-environment "Japanese")
22 (setq default-input-method "japanese-mozc")
23
24 Having the above settings, just type \C-\\ which is bound to
25 `toggle-input-method' by default.
26
27 -- Wed, 13 Oct 2010 11:08:43 +0900 Nobuhiro Iwamatsu <iwamatsu@debian.org>
+0
-28
debian/README.debian less more
0 - About Mozc/Debian
1 -- License
2 The section of Mozc of Debian is non-free.
3 Because dictionary of mozc is created from IPAdic and naist-jdic.
4 Nasit-jdic is DFSG-free[0], but IPAdic is DFSG-non-free[1].
5
6 I thought that I divide dictionary data, but cannot distribute it now
7 because the data of each dictionary coexist.
8 And the user cannot use it so that performance declines even if I release
9 mozc which removed dictionary data in debian.
10
11 I set mozc non-free section from such reason.
12
13 [0]: http://packages.debian.org/source/sid/mecab-naist-jdic
14 [1]: http://packages.debian.org/source/sid/ipadic
15
16 -- emacs-mozc
17 From mozc-0.13.499.102-1, mozc-emacs was provided.
18 If you want to use emacs-mozc, you set to ~/.emacs as follows.
19
20 (load-file "/usr/share/emacs/site-lisp/emacs-mozc/mozc.el")
21 (set-language-environment "Japanese")
22 (setq default-input-method "japanese-mozc")
23
24 Having the above settings, just type \C-\\ which is bound to
25 `toggle-input-method' by default.
26
27 -- Wed, 13 Oct 2010 11:08:43 +0900 Nobuhiro Iwamatsu <iwamatsu@debian.org>