NAME

Bric::Hacker - A guide for Bricolage hackers.

VERSION

$Revision: 1.3.2.1 $

DATE

$Date: 2002/03/12 18:50:33 $

DESCRIPTION

This document is designed to provide information useful to Bricolage developers. If you've got questions about hacking Bricolage that aren't answered here please post to the Bricolage developer's mailing-list (see below) and tell us about it.

MAILING LISTS

Bricolage has a number of mailing-lists that are relevant to developers:

bricolage-general@lists.sourceforge.net

This is the mailing-list for normal Bricolage users. This is a good place to go with questions about how the application works and should work. To subscribe go to:

http://lists.sourceforge.net/lists/listinfo/bricolage-general

bricolage-devel@lists.sourceforge.net

This is the place to discuss Bricolage development, propose changes, post patches and penetrate markets. To subscribe go to:

http://lists.sourceforge.net/lists/listinfo/bricolage-devel

bricolage-commits@lists.sourceforge.net

This list gets an email for every commit to the CVS tree (see below for more about CVS). DO NOT POST TO THIS LIST! To subscribe:

http://lists.sourceforge.net/lists/listinfo/bricolage-commits

bricolage-bugs@lists.sourceforge.net

This list gets an email for every bug-report submitted to Bugzilla (see below for Bugzilla details). DO NOT POST TO THIS LIST! To subscribe:

http://lists.sourceforge.net/lists/listinfo/bricolage-bugs

CVS - THE CUTTING EDGE

If you're developing Bricolage then you should be working with the latest code from CVS. You can browse the CVS tree at:

http://sourceforge.net/cvs/?group_id=34789

You'll also find information there on connecting to the repository to checkout a working copy.

BUG TRACKING

Bricolage has a Bugzilla server dedicated to it:

http://bricolage-bugzilla.about.com

You should use this system to report bugs in Bricolage. If you're looking for something to do you can also use the system to find open bug and fix them. For more things to do see Bric::ToDo.

SUBMITTING PATCHES

Patches should be generated using the "cvs diff -u" command on each of the files modified. Always create patches using the most recent CVS version if possible. Send your patches to the bricolage-devel list mentioned above.

CODING STANDARDS

Try to follow the style of the existing Bricolage code. [ David, want to elaborate on POD, Mason, etc? ]

DEBUGGING

Bricolage is a complex application and debugging can be difficult. Here are some tips to help you find bugs faster:

AUTHOR

Sam Tregar <stregar@about-inc.com>

SEE ALSO

Bric::Admin, Bric::ToDo