README for eselect =================== Authors ------- See the AUTHORS file. Documentation ------------- See ``doc/``. Use ``make html`` for HTML versions. Copyright --------- eselect is Copyright (c) 2005-2009 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 all source files, the same indenting rules apply as for ebuilds: one tab per indent level, with each tab representing 4 places. * Avoid lines wider than 79 positions. * 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 :