On 14/09/11 07:54, Jeremias Maerki wrote: > +1 in general on removing author tags (it's a board recommendation after > all). But strong -1 on removing them without adding them to some central > list of contributors.
Makes sense, although there’s something I’m not too sure about. Those of the contributors who were committers are already listed in the website’s team page. Regarding the other ones, we could add a ‘Past Contributors’ section to that page. However, current contributors who submit a patch on a one-off basis, therefore will never become committers, will never have their names appear in that section. Also, people listed in ‘Active Contributors’ who become inactive have had their names simply removed from the list so far. In light of this, it seems inconsistent to me to list on that page people who contributed code such a long time ago, and by this make their names more visible than those of more recent contributors. WDYT? Vincent > On 12.09.2011 16:27:26 vhennebert wrote: >> Author: vhennebert >> Date: Mon Sep 12 14:27:25 2011 >> New Revision: 1169766 >> >> URL: http://svn.apache.org/viewvc?rev=1169766&view=rev >> Log: >> Bugzilla #51790: source file contains non-ascii character >> Removed @author tags >> >> Modified: >> xmlgraphics/fop/trunk/src/java/org/apache/fop/render/rtf/RTFHandler.java >> >> Modified: >> xmlgraphics/fop/trunk/src/java/org/apache/fop/render/rtf/RTFHandler.java >> URL: >> http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/render/rtf/RTFHandler.java?rev=1169766&r1=1169765&r2=1169766&view=diff >> ============================================================================== >> --- xmlgraphics/fop/trunk/src/java/org/apache/fop/render/rtf/RTFHandler.java >> (original) >> +++ xmlgraphics/fop/trunk/src/java/org/apache/fop/render/rtf/RTFHandler.java >> Mon Sep 12 14:27:25 2011 >> @@ -132,12 +132,6 @@ import org.apache.fop.render.rtf.rtflib. >> /** >> * RTF Handler: generates RTF output using the structure events from >> * the FO Tree sent to this structure handler. >> - * >> - * @author Bertrand Delacretaz <[email protected]> >> - * @author Trembicki-Guy, Ed <[email protected]> >> - * @author Boris Poudérous <[email protected]> >> - * @author Peter Herweg <[email protected]> >> - * @author Andreas Putz <[email protected]> >> */ >> public class RTFHandler extends FOEventHandler { >> > > > > Jeremias Maerki >
