README for eclectic
===================

Authors
-------

See the AUTHORS file.

Documentation
-------------

See ``doc/``. Use ``make html`` for HTML versions.

Copyright
---------

eselect is Copyright (c) 2005 Gentoo Foundation. This code is distributed
under the terms of the GNU General Public License v2.

Style Notes
-----------

* Always use ``[[ brackets ]]``, never `[ brackets ]`.
* Use quotes on variables where necessary.
* For the main source, indent is four spaces, no tabs, text width of 80.
* For .eclectic files, the same indenting rules apply as for ebuilds.
* Public functions don't get the ``ec_`` prefix, private functions do.
* eval is evil, so we disabled it.
* Absolute paths to executables are not portable, so don't use them.

 vim: set tw=78 ft=glep :
