X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=templates%2Fshow-url-info;h=bb2dc91d5ef15780809c36c50e2d416e9f7fb79f;hb=f105bf576b458a28a3919b0416fb6234e78ee9ef;hp=06f4b94a362e35f44b953badec5db1984b3e138e;hpb=d290e4581d66c47b24d7250b6d978fca9e487013;p=privoxy.git diff --git a/templates/show-url-info b/templates/show-url-info index 06f4b94a..bb2dc91d 100644 --- a/templates/show-url-info +++ b/templates/show-url-info @@ -4,10 +4,10 @@ # # Purpose : Template for Privoxy's show-url-info CGI page. # -# Copyright : Written by and Copyright (C) 2001-2007 the SourceForge -# Privoxy team. http://www.privoxy.org/ +# Copyright : Written by and Copyright (C) 2001-2007 members of the +# Privoxy team. https://www.privoxy.org/ # -# This program is free software; you can redistribute it +# This program is free software; you can redistribute it # and/or modify it under the terms of the GNU General # Public License as published by the Free Software # Foundation; either version 2 of the License, or (at @@ -25,37 +25,13 @@ # or write to the Free Software Foundation, Inc., 59 # Temple Place - Suite 330, Boston, MA 02111-1307, USA. # -# Revisions : -# $Log: show-url-info,v $ -# Revision 1.23 2008/02/01 06:04:31 fabiankeil -# If edit buttons on the show-url-info CGI page are hidden, explain why. -# -# Revision 1.22 2007/12/08 14:29:06 fabiankeil -# Use CSS to let the URL and pattern input fields scale with -# the browser width and try to prevent vertical scroll bars -# if the width is less than 80 characters. Closes #1843596, -# thanks to Gerry Murphy and Lee. -# -# Revision 1.21 2007/11/15 19:11:11 fabiankeil -# Reword HTTPS URL information. -# -# Revision 1.20 2007/07/21 12:19:50 fabiankeil -# If show-url-info is called with an URL that Privoxy -# would reject as invalid, don't show unresolved forwarding -# variables, "final matches" or claim the site's secure. -# -# Revision 1.19 2007/02/10 16:55:22 fabiankeil -# - Show forwarding settings on the show-url-info page -# - Fix some HTML syntax errors. -# -# ######################################################################### # USING HTML TEMPLATES: # --------------------- # # Template files are written win plain HTML, with a few # additions: -# +# # - Lines that start with a '#' character like this one # are ignored # @@ -70,7 +46,7 @@ # strings @if-start and if--end@. The strings # should be placed in HTML comments (), so the # html structure won't be messed when the magic happens. -# +# # USABLE SYMBOLS IN THIS TEMPLATE: # -------------------------------- # @@ -98,7 +74,7 @@ # unstable: # this is an alpha or beta release of the proxy software # 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: @@ -146,10 +122,11 @@ Privoxy@@my-hostname@ URL Info - + + @@ -221,6 +198,7 @@

Matches for @url@:

@matches@ +

The CGI editor is currently disabled, thus no edit buttons are shown.
@@ -229,9 +207,24 @@ to learn how to enable it and what the risks are.

+ + + + +

Warning:

+

+ This Privoxy version has been built without zlib support, + content filters will not work if the server sends compressed content. + Consider enabling the prevent-compression + action for this URL or rebuild Privoxy with zlib support. +

+ + +

Final results:

@@ -256,12 +249,12 @@ -

Look up the actions for a +

Look up the actions for a new URL:

- +

@@ -275,23 +268,23 @@ + -#include mod-support-and-service +#include mod-local-help + - -#include mod-local-help +#include mod-support-and-service -