FG42/README.md

77 lines
2.0 KiB
Markdown
Raw Normal View History

2015-07-07 12:55:33 +01:00
Future Gadgets 42
=================
2015-07-18 09:54:28 +01:00
[![Join the chat at https://gitter.im/FG42/FG42](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/FG42/FG42?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
2015-07-07 12:55:33 +01:00
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 **FG42** is the right choice for you.
2010-12-23 13:25:40 +00:00
2014-03-23 14:27:44 +00:00
Dependencies
============
2015-07-07 12:55:33 +01:00
FG42 required these softwares:
* GNU Emacs >= 25
2010-12-23 13:25:40 +00:00
2011-12-03 18:33:27 +00:00
2013-09-23 19:59:28 +01:00
Python dependencies (kuso-python plugin)
2013-09-25 16:10:33 +01:00
----------------------------------------
* pep8
* pyflakes
* pychecker
* pylint
* jedi
* epc
2011-12-03 18:33:27 +00:00
Ruby dependencies (kuso-ruby plugin)
------------------------------------
* rb-readline
* Rake
* Bundle
2014-03-23 14:27:44 +00:00
* rbenv
2015-07-09 11:37:36 +01:00
* pry
* pry-doc
* meta_source
2011-12-03 18:33:27 +00:00
HTML dependencies
2013-09-25 16:10:33 +01:00
-----------------
* tidy
2013-09-25 20:52:49 +01:00
* xmlstarlet
2011-12-03 18:33:27 +00:00
CSS dependencies
2013-09-25 16:10:33 +01:00
----------------
* python-cssutils (pip install cssutils)
2013-09-25 20:52:49 +01:00
* csslint
2011-07-22 15:19:51 +01:00
2014-03-23 14:27:44 +00:00
Installation
============
2015-07-07 12:55:33 +01:00
Just clone the repository and run the `fg42` script.
2014-03-23 14:27:44 +00:00
2015-07-07 12:55:33 +01:00
Enjoy using **FG42** ;)
2014-03-23 14:27:44 +00:00
2015-07-07 12:55:33 +01:00
what's with the name?
=====================
I'm a huge fan of [Steins Gate](https://en.wikipedia.org/wiki/Steins;Gate) anime and I follow its
naming convensions on **Future Gadgets 42**.
2014-03-23 14:27:44 +00:00
License
=======
2015-07-07 12:55:33 +01:00
FG42 is free software; you can redistribute it and/or modify
2014-03-23 14:27:44 +00:00
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.
2015-07-07 12:55:33 +01:00
FG42 is distributed in the hope that it will be useful,
2014-03-23 14:27:44 +00:00
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.
2015-07-07 12:55:33 +01:00
All the documents of FG42 that locate in 'doc' directories release
2014-03-23 14:27:44 +00:00
under the term of GNU FDL.
2015-07-07 12:55:33 +01:00
Copyright (C) 2010-2015 Sameer Rahmani <lxsameer@gnu.org>