Remove reference to 'redirect-url' in the show-status template
[privoxy.git] / templates / show-status
index 39f906b..bbc6ae8 100644 (file)
 #  homepage:
 #    The URL of the Privoxy project, which maintains this software.
 #
-#  redirect-url:
-#    The URL to a script that will redirect to the Privoxy
-#    documentation for a given item
 #  invocation:
 #    The command line with which Privoxy was invoked
 #  options:
 #    The options read from the configfile, linked to their
 #    explanations, plus warnings if parsing acl or forward
 #    statements produced errors.
-#  sourceversions:
-#    A HTML-formatted list of the individual source file cvs versions
 #  defines:
 #    A HTML-formatted list of all conditional #defines used when
 #    Privoxy was compiled
@@ -93,7 +88,9 @@
 #    There haven't any statistics been collected yet
 #  extended-statistics:
 #    Privoxy was compiled with extended statistiscs support.
-#    In this case the following symbol is available:
+#    In this case the following symbols are available:
+#    block-reason-statistics:
+#      Table content of block reasons and how often they were used.
 #    filter-statistics:
 #      Table content of content filter statistics.
 #  pcrs-support:
 <!-- if-statistics-end@ -->
 
 <!-- @if-extended-statistics-start -->
+    <tr>
+      <td class="box">
+        <h2>Block Reason Statistics:</h2>
+        <table summary="Statistics for block reasons" border="1">
+         <tr><th>Block reason</th><th>Count</th></tr>
+@block-reason-statistics@        </table>
+      </td>
+    </tr>
     <tr>
       <td class="box">
         <h2>Content Filter Statistics:</h2>