X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=templates%2Fshow-status;h=73edf54ad421f7ef4bce06022948a7fb90869589;hp=60d1335bd8a8892d29be22eba3e3e395ef368391;hb=f2688b54ea5ffd09e900269a7965f45c058c3343;hpb=a2f1da2576306c55f97a25bdc05cb7745feb869e diff --git a/templates/show-status b/templates/show-status index 60d1335b..73edf54a 100644 --- a/templates/show-status +++ b/templates/show-status @@ -42,8 +42,7 @@ # code-status: # The Privoxy development status: "alpha", "beta", or "stable". # homepage: -# The URL of the SourceForge ijbswa project, who maintains this -# software. +# The URL of the Privoxy project, which maintains this software. # # redirect-url: # The URL to a script that will redirect to the Privoxy @@ -54,8 +53,6 @@ # 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 @@ -92,6 +89,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: @@ -215,6 +219,25 @@ + + + +

Block Reason Statistics:

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

Content Filter Statistics:

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

Conditional #defines:

@@ -238,6 +261,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@ @@ -276,6 +304,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@ @@ -292,14 +329,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@ @@ -313,13 +358,6 @@ IP addresses and in the configuration files. - - FEATURE_IMAGE_DETECT_MSIE - @if-FEATURE_IMAGE_DETECT_MSIE-then@ Yes @else-not-FEATURE_IMAGE_DETECT_MSIE@ No @endif-FEATURE_IMAGE_DETECT_MSIE@ - Enables automatic detection of image and HTML requests from - Microsoft Internet Explorer users, overriding the setting of - +image in the actions file. - FEATURE_NO_GIFS @if-FEATURE_NO_GIFS-then@ Yes @else-not-FEATURE_NO_GIFS@ No @endif-FEATURE_NO_GIFS@ @@ -343,7 +381,7 @@ FEATURE_TOGGLE @if-FEATURE_TOGGLE-then@ Yes @else-not-FEATURE_TOGGLE@ No @endif-FEATURE_TOGGLE@ - Allow Privoxy to be disabled so it is just a normal non-blocking non-anonymizing proxy. + Allow Privoxy to be disabled so it is just a normal non-blocking non-filtering proxy. FEATURE_TRUST