JavaDoc Description
/** * Emit a list of the authors of the containing page. Limit the list to non-ip * address authors, count the number of times which author edited the page. Edit * count should increment for each non-consecutive edit, and each consecutive * edit that was more than 1 hour from the previous. This special handling for * counting the number of edits is designed to compensate for immediate spelling * fixes and incremental saves by an author. Sort the authors by their number of * edits and emit an HTML list. */
Current Status: ConceptPlugin
See List the authors of the page in TclPluginScripts for an implementation. -- Andrew Gilmartin