X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=templates%2Fshow-status;h=bbc6ae89824f8c93b8f9a8c17b1c6e395f8f1752;hp=f0be0e8a600ec69dfab081b61da21265191869e0;hb=540724bf61e5631431ea8131d246e28e90fa0828;hpb=aadad854e2d3743f10cbe415484dfa2fac6deba6 diff --git a/templates/show-status b/templates/show-status index f0be0e8a..bbc6ae89 100644 --- a/templates/show-status +++ b/templates/show-status @@ -44,17 +44,12 @@ # 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 @@ -91,6 +86,13 @@ # The percentage of blocked requests # have-no-stats: # There haven't any statistics been collected yet +# extended-statistics: +# Privoxy was compiled with extended statistiscs support. +# 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: # Privoxy was compiled with pcrs support # trust-support: @@ -214,6 +216,25 @@ + + + +

Block Reason Statistics:

+ + +@block-reason-statistics@
Block reasonCount
+ + + + +

Content Filter Statistics:

+ + +@filter-statistics@
Filter nameExecutionsPages modifiedHits
+ + + +

Conditional #defines:

@@ -237,6 +258,11 @@ @if-FEATURE_ACL-then@ Yes @else-not-FEATURE_ACL@ No @endif-FEATURE_ACL@ Allows the use of an ACL to control access to Privoxy by IP address. + + FEATURE_BROTLI + @if-FEATURE_BROTLI-then@ Yes @else-not-FEATURE_BROTLI@ No @endif-FEATURE_BROTLI@ + Allows to decompress content with Brotli before filtering it. Requires external brotli library. + FEATURE_CGI_EDIT_ACTIONS @if-FEATURE_CGI_EDIT_ACTIONS-then@ Yes @else-not-FEATURE_CGI_EDIT_ACTIONS@ No @endif-FEATURE_CGI_EDIT_ACTIONS@ @@ -275,6 +301,15 @@ Requires the connection-sharing config directive to be set. + + FEATURE_EXTERNAL_FILTERS + @if-FEATURE_EXTERNAL_FILTERS-then@ Yes @else-not-FEATURE_EXTERNAL_FILTERS@ No @endif-FEATURE_EXTERNAL_FILTERS@ + + Allows to filter content + with external scripts and programs written in any language the system Privoxy + runs on supports. + + FEATURE_DYNAMIC_PCRE @if-FEATURE_DYNAMIC_PCRE-then@ Yes @else-not-FEATURE_DYNAMIC_PCRE@ No @endif-FEATURE_DYNAMIC_PCRE@ @@ -291,14 +326,22 @@ FEATURE_FORCE_LOAD @if-FEATURE_FORCE_LOAD-then@ Yes @else-not-FEATURE_FORCE_LOAD@ No @endif-FEATURE_FORCE_LOAD@ - Allows bypassing all filtering for a single page using the prefix - @force-prefix@. + + Allows bypassing all blocking for a single page using the prefix + @force-prefix@ provided blocks aren't enforced with the + enforce-blocks directive. + FEATURE_GRACEFUL_TERMINATION @if-FEATURE_GRACEFUL_TERMINATION-then@ Yes @else-not-FEATURE_GRACEFUL_TERMINATION@ No @endif-FEATURE_GRACEFUL_TERMINATION@ Allows to shutdown Privoxy through the web interface. + + FEATURE_HTTPS_INSPECTION + @if-FEATURE_HTTPS_INSPECTION-then@ Yes @else-not-FEATURE_HTTPS_INSPECTION@ No @endif-FEATURE_HTTPS_INSPECTION@ + Allows to intercept and filter HTTPS traffic. + FEATURE_IMAGE_BLOCKING @if-FEATURE_IMAGE_BLOCKING-then@ Yes @else-not-FEATURE_IMAGE_BLOCKING@ No @endif-FEATURE_IMAGE_BLOCKING@