Obfuscate author in all HTML templates.
--- a/templates/changelogentry.tmpl Thu Jun 02 07:06:29 2005 +0100
+++ b/templates/changelogentry.tmpl Thu Jun 02 09:14:12 2005 +0100
@@ -10,7 +10,7 @@
#parent2#
<tr>
<td align="right">author: </td>
- <td>#author#</td></tr>
+ <td>#author|obfuscate#</td></tr>
<tr>
<td align="right">date: </td>
<td>#date|date#</td></tr>
--- a/templates/map Thu Jun 02 07:06:29 2005 +0100
+++ b/templates/map Thu Jun 02 09:14:12 2005 +0100
@@ -16,7 +16,7 @@
filelog = filelog.tmpl
fileline = "<div class="parity#parity#"><span class="lineno">#linenumber# </span>#line|escape#</div>"
filelogentry = filelogentry.tmpl
-annotateline = "<tr class="parity#parity#"><td class="annotate"><a href="?cmd=changeset;node=#node#">#author#@#rev#</a></td><td><pre>#line|escape#</pre></td></tr>"
+annotateline = "<tr class="parity#parity#"><td class="annotate"><a href="?cmd=changeset;node=#node#">#author|obfuscate#@#rev#</a></td><td><pre>#line|escape#</pre></td></tr>"
difflineplus = "<span class="plusline">#line|escape#</span>"
difflineminus = "<span class="minusline">#line|escape#</span>"
difflineat = "<span class="atline">#line|escape#</span>"
@@ -27,4 +27,4 @@
fileannotateparent = "<tr><td class="metatag">parent:</td><td><a href="?cmd=annotate;file=#file#;filenode=#node#">#node#</a></td></tr>"
tags = tags.tmpl
tagentry = "<div class="parity#parity#"><tt>#node#</tt> <a href="?cmd=changeset;node=#node#">#tag#</a><br /></div>"
-diffblock = "<div class="parity#parity#">#lines#</div>"
\ No newline at end of file
+diffblock = "<div class="parity#parity#">#lines#</div>"