comparison doc/developers.txt @ 2301:078d3f6136ea

no CVS logs
author Richard Jones <richard@users.sourceforge.net>
date Thu, 13 May 2004 22:08:13 +0000
parents c77483d2cda4
children bf3f75134e03
comparison
equal deleted inserted replaced
2300:e98bb674cb7d 2301:078d3f6136ea
1 ================== 1 ==================
2 Developing Roundup 2 Developing Roundup
3 ================== 3 ==================
4 4
5 :Version: $Revision: 1.7 $ 5 :Version: $Revision: 1.8 $
6 6
7 Note: the intended audience of this document is the developers of the core 7 Note: the intended audience of this document is the developers of the core
8 Roundup code. If you just wish to alter some behaviour of your Roundup 8 Roundup code. If you just wish to alter some behaviour of your Roundup
9 installation, see `customising roundup`_. 9 installation, see `customising roundup`_.
10 10
85 Mostly the project follows Guido's Style (though naming tends to be a little 85 Mostly the project follows Guido's Style (though naming tends to be a little
86 relaxed sometimes). In short: 86 relaxed sometimes). In short:
87 87
88 - 80 column width code 88 - 80 column width code
89 - 4-space indentations 89 - 4-space indentations
90 - All modules must have a CVS Id line near the top, and a CVS Log at the end 90 - All modules must have a CVS Id line near the top
91 91
92 Other project rules: 92 Other project rules:
93 93
94 - New functionality must be documented, even briefly (so at least we know 94 - New functionality must be documented, even briefly (so at least we know
95 where there's missing documentation) and changes to tracker configuration 95 where there's missing documentation) and changes to tracker configuration

Roundup Issue Tracker: http://roundup-tracker.org/