X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=templates%2Fshow-status;h=78349aee4a857d7b2b5462536517b8cd7c443d3e;hp=e0ebd39751d89df9e339f95712d7d857afc5a5fe;hb=d6f6d40eb51a7a7f491c5c027f83bbd7f44c009f;hpb=ee95da23c1c8eb6dd19edf6f0474b750638db580 diff --git a/templates/show-status b/templates/show-status index e0ebd397..78349aee 100644 --- a/templates/show-status +++ b/templates/show-status @@ -67,7 +67,7 @@ # unstable: # This is an alpha or beta Privoxy release # have-adminaddr-info: -# An e-mail address for the local Privoxy adminstrator has +# An e-mail address for the local Privoxy administrator has # been specified and is available through the "admin-address" # symbol # have-proxy-info: @@ -111,7 +111,7 @@ Privoxy@@my-hostname@: Proxy Status - + @@ -241,6 +241,13 @@ @endif-FEATURE_CGI_EDIT_ACTIONS@web-based actions file editor@if-FEATURE_CGI_EDIT_ACTIONS-then@@else-not-FEATURE_CGI_EDIT_ACTIONS@@endif-FEATURE_CGI_EDIT_ACTIONS@. + + FEATURE_CLIENT_TAGS + @if-FEATURE_CLIENT_TAGS-then@ Yes @else-not-FEATURE_CLIENT_TAGS@ No @endif-FEATURE_CLIENT_TAGS@ + + Allows clients to request to be tagged. + + FEATURE_COMPRESSION @if-FEATURE_COMPRESSION-then@ Yes @else-not-FEATURE_COMPRESSION@ No @endif-FEATURE_COMPRESSION@ @@ -264,6 +271,14 @@ Requires the connection-sharing config directive to be set. + + FEATURE_DYNAMIC_PCRE + @if-FEATURE_DYNAMIC_PCRE-then@ Yes @else-not-FEATURE_DYNAMIC_PCRE@ No @endif-FEATURE_DYNAMIC_PCRE@ + Dynamically link to the PCRE library. This is set automatically + by ./configure if you do not have libpcre installed. + Dynamically linking to an external libpcre is recommended as the one that is distributed + with Privoxy itself is outdated and lacks various features and bug-fixes you may be interested in. + FEATURE_FAST_REDIRECTS @if-FEATURE_FAST_REDIRECTS-then@ Yes @else-not-FEATURE_FAST_REDIRECTS@ No @endif-FEATURE_FAST_REDIRECTS@ @@ -273,7 +288,7 @@ 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@. + @force-prefix@. FEATURE_GRACEFUL_TERMINATION @@ -336,20 +351,6 @@ Allows to decompress gzip and zlib compressed documents for filtering. Requires external zlib library and hasn't been tested on all platforms. - - STATIC_PCRE - @if-STATIC_PCRE-then@ Yes @else-not-STATIC_PCRE@ No @endif-STATIC_PCRE@ - Use the supplied statically-linked PCRE library. This is set automatically - by ./configure if you do not have the libpcre installed. - Dynamically linking to an external libpcre is recommended as the internal - one is outdated and lacks various features and bug-fixes you may be interested in. - - - STATIC_PCRS - @if-STATIC_PCRS-then@ Yes @else-not-STATIC_PCRS@ No @endif-STATIC_PCRS@ - Use the supplied statically-linked PCRS library. This is set automatically - by ./configure if you do not have the libpcrs installed. -