The ultimate editor for true believers
Go to file
Sameer Rahmani 7fd8cf5990 fpkg library added 2015-07-07 03:31:24 +04:30
bin couple of installer related bugs fixed 2014-03-24 14:17:24 +04:30
conf Cask planted in kuso.config.el and el-get configuration removed 2014-11-13 21:53:11 +03:30
lib fpkg library added 2015-07-07 03:31:24 +04:30
scripts Merge branch 'master' of github.com:KusoIDE/KusoIDE 2014-10-03 00:28:55 +03:30
share Kuso icons added, Thanks to Mate theme. We really need an icon 2014-03-18 01:11:37 +03:30
.gitignore .cask added to ignore list 2014-11-15 00:12:32 +03:30
COPYING COPYING added 2010-12-23 16:57:44 +03:30
Cask fpkg library added 2015-07-07 03:31:24 +04:30
README.md Readme.md updated 2014-03-23 18:57:44 +04:30
TODO.org TODO updated 2014-11-14 23:43:10 +03:30
fg42 fpkg library added 2015-07-07 03:31:24 +04:30
fg42-config.el fpkg library added 2015-07-07 03:31:24 +04:30
index.org docs added 2014-11-08 23:49:38 +03:30
install.sh old src removed. Installer completed 2014-03-19 15:44:45 +03:30

README.md

Kuso IDE

If you love GNU/Emacs, If you love to program in an editor instead of big slow IDE but still enjoy to have a handy code editor then Kuso IDE is the right choice for you.

Dependencies

Kuso IDE required these softwares:

  • GNU Emacs >= 24.3
  • texinfo
  • git (If you want to install or update packages via el-get)
  • bzr (If you want to install or update packages via el-get)

Python dependencies (kuso-python plugin)

  • pep8
  • pyflakes
  • pychecker
  • pylint
  • jedi
  • epc

Ruby dependencies (kuso-ruby plugin)

  • rb-readline
  • Rake
  • Bundle
  • rbenv

HTML dependencies

  • tidy
  • xmlstarlet

CSS dependencies

  • python-cssutils (pip install cssutils)
  • csslint

Installation

Just run install.sh script in its directory like this:

$ ./install.sh

and answer to questions which installer will ask you. That's it.

Enjoy using Kuso IDE ;)

License

Kuso IDE is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or any later version.

Kuso IDE is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.

All the documents of Kuso IDE that locate in 'doc' directories release under the term of GNU FDL.

Copyright (C) 2010-2014 Sameer Rahmani lxsameer@gnu.org