]> jfr.im git - irc.git/blame - software/ircd/www.irc.org/ftp/irc/org/Old/irc2.11.2p1/contrib/RULES
init
[irc.git] / software / ircd / www.irc.org / ftp / irc / org / Old / irc2.11.2p1 / contrib / RULES
CommitLineData
3bd189cb
JR
1$Id: RULES,v 1.2 1998/11/09 20:07:12 kalt Exp $
2
3This file describes how to prepare a package for inclusion
4in the contrib/ directory. The goal is to have a consistent
5setup for all contributions, making it easy to install any
6of them.
7
8* each package must have a README file (at least) explaining
9 what it is about.
10* a man page would be nice ;-)
11
12* packages are stored in contrib/<package name>
13
14* C programs:
15 * If possible, use the same coding style as in the
16 rest of the package.
17 * They need to be portable
18 * They should use "setup.h" or "os.h"
19 * If needed, they may have a *.h file generated by configure
20 * They are to be compiled from within the same
21 directory as irc/ircd, using the same Makefile
22
23
24* questions, submissions should be sent to ircd-dev@irc.org