The ultimate editor for true believers
Go to file
Sameer Rahmani 35dfce4c79 Python autocompletion added, completly fast, and smart completion 2013-04-02 03:44:19 +04:30
bin loading version.el in installer done 2011-12-05 22:06:03 +03:30
conf Python autocompletion added, completly fast, and smart completion 2013-04-02 03:44:19 +04:30
docs new documents sources added 2013-03-02 00:47:12 +03:30
images SB1 first standalone installation try 2011-12-05 17:29:14 +03:30
src load and save central session done. (i like this feature) 2012-08-11 20:13:12 +04:30
.gitignore Required files added 2011-12-03 15:00:16 +03:30
.hgignore project lib added 2010-12-25 17:10:39 +03:30
COPYING COPYING added 2010-12-23 16:57:44 +03:30
README Python autocompletion added, completly fast, and smart completion 2013-04-02 03:44:19 +04:30
TODO.org JS folding code added (dirty commit) 2013-03-05 21:13:36 +03:30
install.sh tiny mistake fixed 2011-12-05 23:23:46 +03:30

README

Kuso IDE
========
A piece of Shit GNU Emacs based IDE
Copyright (C) 2010-2013  Sameer Rahmani <lxsameer@gnu.org>

Contents
--------

1. License
2. Dependencies

1. 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.

2. Dependencies
---------------
Kuso IDE required these softwares:


* GNU Emacs

Python dependencies
^^^^^^^^^^^^^^^^^^^
  * pep8
  * pyflakes
  * pychecker
  * pylint

For autocompetion:
  * jedi
  * epc

HTML dependencies
^^^^^^^^^^^^^^^^^
  * tidy

CSS dependencies
^^^^^^^^^^^^^^^^
  * python-cssutils (pip install cssutils)


3. Installation
---------------
Just run install.sh in its directory