Skip to content

skk-dev/ddskk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ddskk CI MELPA

Daredevil SKK is a version of SKK (Simple Kana to Kanji conversion program, an input method of Japanese) on GNU Emacs maintained by the skk-dev team.

It consists of a simple core and many optional programs which provide extensive features. Though it has been well developed, our target is more simplified core, and much more optional features.

If you want to join development of Daredevil SKK, you can access its sources by git repository on the GitHub. see

https://github.com/skk-dev/ddskk

Daredevil SKK is under the GNU GENERAL PUBLIC LICENSE as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. See LICENSE file for its details.

Thank you.

How to use

https://ddskk.readthedocs.io/ja/latest/

Contributing

  1. Fork it ( https://github.com/skk-dev/ddskk/fork )
  2. Clone it (git clone https://github.com/YOURACCOUNT/ddskk.git)
  3. Create your feature branch (git checkout -b my-new-feature)
  4. Write your changes to ChangeLog; if change/add/remove any features, write your changes to NEWS.ja and skk.texi
  5. Commit your changes (git commit -am 'Add some feature')
  6. Push to the branch (git push origin my-new-feature)
  7. Create a new Pull Request