aboutsummaryrefslogtreecommitdiff
path: root/README
blob: 11649c717ad3226b0f65f7139fae894cea9696bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
README for eclectic
===================

Authors
-------

Ciaran McCreesh <ciaranm@gentoo.org>
    Main code
    Modules:    cow, kernel, vi
    Libraries:  core, output

Danny van Dyk <kugelfang@gentoo.org>
    Manpages
    Modules:    blas, lapack
    Libraries:  config, multilib

Aaron Walker <ka0ttic@gentoo.org>
    Modules:    bashcomp, profile

Tom Martin <slarti@gentoo.org>
    Modules:    mailer

Copyright
---------

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

 vim: set tw=78 ft=glep :