<div dir="ltr">Thanks for the response.  Not sure that I'll ever need it, but just wanted to have it in case.</div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, May 26, 2018 at 12:17 AM, Petko Yotov <span dir="ltr"><<a href="mailto:5ko@5ko.fr" target="_blank">5ko@5ko.fr</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">[Sorry for the delay, there were some problems with the mailing list.]<br>
<br>
No, there is currently no way to quickly remove all instances of a specific author in page revisions, you can either hide all authors, or remove/drop all authors.<br>
<br>
It is possible to protect the "diff" action, see FAQ at:<br>
<br>
  <a href="https://www.pmwiki.org/wiki/PmWiki/PageHistory" rel="noreferrer" target="_blank">https://www.pmwiki.org/wiki/Pm<wbr>Wiki/PageHistory</a><br>
<br>
<br>
It is possible to hide all authors and IP addresses by setting a variable in config.php:<br>
<br>
  $DiffStartFmt =<br>
    "<div class='diffbox'><div class='difftime'><a name='diff\$DiffGMT' href='#diff\$DiffGMT'>\$DiffTi<wbr>me</a><br>
        \$[by] <span class='diffauthor' title='\$DiffHost'>\$DiffAutho<wbr>r</span> - \$DiffChangeSum</div>";<br>
<br>
The above is the default snippet; removing this part:<br>
<br>
  \$[by] <span class='diffauthor' title='\$DiffHost'>\$DiffAutho<wbr>r</span><br>
<br>
will hide the IP address \$DiffHost and the name \$DiffAuthor from the history listings, without dropping that information from the page data file.<br>
<br>
It is possible to drop all page history from a specific page or group, install the recipe ExpireDiff:<br>
<br>
  <a href="https://www.pmwiki.org/wiki/Cookbook/ExpireDiff" rel="noreferrer" target="_blank">https://www.pmwiki.org/wiki/Co<wbr>okbook/ExpireDiff</a><br>
<br>
It is possible to never store history, or only for a short time, see and please understand the documentation for the variables $DiffKeepNum and $DiffKeepDays:<br>
<br>
  <a href="https://www.pmwiki.org/wiki/PmWiki/EditVariables" rel="noreferrer" target="_blank">https://www.pmwiki.org/wiki/Pm<wbr>Wiki/EditVariables</a><br>
<br>
<br>
BTW I keep track of the edits of individual users with a variant of this recipe:<br>
<br>
  <a href="https://www.pmwiki.org/wiki/Cookbook/Authorcontribution-OldVersion" rel="noreferrer" target="_blank">https://www.pmwiki.org/wiki/Co<wbr>okbook/Authorcontribution-OldV<wbr>ersion</a><br>
<br>
See also $RCLinesMax in case you have set this variable, a prolific editor can easily make a lot of edits and you can lose her track:<br>
<br>
  <a href="https://www.pmwiki.org/wiki/PmWiki/LayoutVariables#RCLinesMax" rel="noreferrer" target="_blank">https://www.pmwiki.org/wiki/Pm<wbr>Wiki/LayoutVariables#RCLinesMa<wbr>x</a><br>
<br>
There is currently no tool/recipe to drop or pseudonymize specific author names, but I may have to write one for a large wiki I maintain, if/when some editor asks for this. Obviously, for documents with many co-authors like a wiki page, I am not certain how this can be done while at the same time the authorship and copyright are also respected, and the people stay accountable for the things they wrote.<br>
<br>
Petko<br>
<br>
-- <br>
PmWeekly Blog  :  <a href="http://www.pmwiki.org/News" rel="noreferrer" target="_blank">http://www.pmwiki.org/News</a><br>
If you upgrade :  <a href="http://www.pmwiki.org/Upgrades" rel="noreferrer" target="_blank">http://www.pmwiki.org/Upgrades</a><span class=""><br>
<br>
<br>
On 03/05/2018 02:53, Chuck Dee wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Pmwiki allows authors to sign an article/change.  I know that's not<br>
required, but I want to be prepared in case someone who did put that there<br>
wants their information removed.  Is there any way to quickly remove all<br>
instances of an author in revisions?<br>
</blockquote>
<br></span>
______________________________<wbr>_________________<br>
pmwiki-users mailing list<br>
<a href="mailto:pmwiki-users@pmichaud.com" target="_blank">pmwiki-users@pmichaud.com</a><br>
<a href="http://www.pmichaud.com/mailman/listinfo/pmwiki-users" rel="noreferrer" target="_blank">http://www.pmichaud.com/mailma<wbr>n/listinfo/pmwiki-users</a><br>
</blockquote></div><br></div>