Table of Contents
Our coding standard.
Design Patterns (Book: ISBN 0-201-63361-2) and Design Patterns in general
Autoconf documentation. (Try doing info autoconf).
Automake documentation. (Try doing info automake).
GNU make documentation. (Try doing a man or info on make or gmake. There is a good book on using make by O'Reilly and Associates).
Perl documentation. (Try doing a man on perl. There are several good books on Perl by O'Reilly and Associates).
Doxygen documentation (used in VR Juggler to autogenerate documentation for C++ classes).
CVS documentation (used for revision control).