Hi Chris, Your patch needs to be in unified diff format (cvs diff -u) as per the instructions at http://jakarta.apache.org/site/bugs.html (the link at the bottom is also useful).
Your best bet is to submit patches to the appropriate Scarab module as per the Issue Tracking link on the Project Info page (note that page linked to above is a different issue tracking system that no longer accepts turbine related issues) In this case you have actually hit upon a problem present in a number of projects, namely turbine-site, turbine-2, turbine-3, fulcrum, tdk and jcs. As all of these need to be addressed I will submit the necessary patches to Scarab. Thanks, Scott -- Scott Eade Backstage Technologies Pty. Ltd. http://www.backstagetech.com.au > From: "Chris K Chew" <[EMAIL PROTECTED]> > Reply-To: "Turbine Users List" <[EMAIL PROTECTED]> > Date: Tue, 15 Oct 2002 10:12:11 -0600 > To: <[EMAIL PROTECTED]> > Subject: Patch to correct turbine-dev mailing list links on Website > > Hello. > > I noticed this morning that the links for (un)subscribing to the turbine-dev > mailing list on the Maven-generated Mailing Lists page are incorrect. They > have an extra 'mailto:' in the href tag. This problem stems from typos in > the project.xml file in the jakarta-turbine-2 module. Attached is a patch > for the file correcting these links. This is my first patch, so please > forgive me if I didn't do it correctly. > > Thanks, > > Chris > > P.S. Here is a diff of my changes for good measure: > > Index: project.xml > =================================================================== > RCS file: /home/cvspublic/jakarta-turbine-2/project.xml,v > retrieving revision 1.52 > diff -r1.52 project.xml > 41,42c41,42 > < > <subscribe>mailto:[EMAIL PROTECTED]</subscribe> > < > <unsubscribe>mailto:[EMAIL PROTECTED]</unsubscribe> > --- >> <subscribe>[EMAIL PROTECTED]</subscribe> >> > <unsubscribe>[EMAIL PROTECTED]</unsubscribe> > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
