Paul Bolger wrote:
 > That's what I was looking for. How does one add to the Howtos, by the
way? I'm not really across the SVN thing.

Time to learn about SVN ;-)

There really is no easier way (at least until we get a stable Lenya instance or decide to uise Daisy, but even then that would only help with documentation, not code).

We'll be happy to help you get started with SVN (it's really easy when you know how).

Download * install svn from: http://subversion.tigris.org/

Then checkout the SVN tree with:

mkdir forrest
cd forrest
svn co http://svn.apache.org/repos/asf/forrest/trunk/ trunk

This will check out the trunk (otherwise known as SVN head)

Now see http://forrest.apache.org/contrib.html#patch

for instructions on how to create and submit a patch

We're here to help you understand this stuff, just ask.


Ross