Additions to ContributorsPlugin
Marc Perkins, April 17, 2005
rabbitisland@gmail.com

1) Removed the sort function from within the noduplicate section

2) Added a sorting argument (sort="on/off").  Default is off.  When on, 
it sorts the output list alphabetically, based on the formatting of the 
list chosen by the format argument (or using the default formatting style,
 if none is specified).

3) Changed the behavior of the noduplicates function so that it checks 
whether authors have been duplicated, not just if lines of output 
have been duplicated (as v1.0 did).  Thus, with nodups="on" the 
plugin now outputs only one line for each author, regardless of the 
formatting chosen, and lists only the most recent revision for each 
author.

4) Updated version number to 1.1

--Marc Perkins

