X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=templates%2Fshow-url-info;h=522f9889c3a5b98bf83cef91bee8f3322840b1b2;hp=86d03e87e46c057633db3bb6caac0f6f9c1a3901;hb=edda49532e448bdbb18242bbfe39c797384a4b76;hpb=e5d12892a309484ff6d37012d2e515fbdd647af5 diff --git a/templates/show-url-info b/templates/show-url-info index 86d03e87..522f9889 100644 --- a/templates/show-url-info +++ b/templates/show-url-info @@ -1,8 +1,73 @@ -########################################################## +######################################################################## # -# Show-Url-Info-CGI Output template for Privoxy. +# File : $Source: /cvsroot/ijbswa/current/templates/show-url-info,v $ # +# 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/ +# +# 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 +# your option) any later version. +# +# This program is distributed in the hope that it will +# be useful, but WITHOUT ANY WARRANTY; without even the +# implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. See the GNU General Public +# License for more details. +# +# The GNU General Public License should be included with +# this file. If not, you can view it at +# http://www.gnu.org/copyleft/gpl.html +# 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.27 2008/05/26 17:30:58 fabiankeil +# Provide an OpenSearch Description to access the +# show-url-info page through "search engine plugins". +# +# Revision 1.26 2008/05/05 10:03:06 fabiankeil +# If the provided URL isn't valid, don't show the +# cgi-editor-is-disabled and filters-might-be-ineffective +# sections. +# +# Revision 1.25 2008/04/26 10:34:18 fabiankeil +# If zlib support is unavailable and there are content filters active +# but the prevent-compression action is disabled, include a warning +# on the show-url-info page that compression might prevent filtering. +# +# Revision 1.24 2008/02/10 17:26:52 fabiankeil +# Reduce superfluous white space by not marking +# up the final results list as paragraph. +# +# 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: # --------------------- # @@ -28,24 +93,22 @@ # -------------------------------- # # my-ip-addr: -# The IP-address that the client used to reach this proxy +# The IP-address that the client used to reach Privoxy # my-hostname: # The hostname associated with my-ip-addr # admin-address: -# The email address of the pxoxy's administrator, as configured +# The email address of the Privoxy administrator, as configured # in the config file # default-cgi: -# The URL for the "main menu" builtin CGI of this proxy +# The URL for Privoxy's "main menu" builtin CGI page # menu: # List of
  • elements linking to the other available CGIs # version: -# The version number of the proxy software +# Privoxy's version number # code-status: -# The development status of the proxy software: "alpha", "beta", -# or "stable". +# Privoxy's development status: "alpha", "beta", or "stable". # homepage: -# The URL of the SourceForge ijbswa project, who maintains this -# software. +# The Privoxy web site. # # CONDITIONAL SYMBOLS FOR THIS TEMPLATE AND THEIR DEPANDANT SYMBOLS: # ------------------------------------------------------------------ @@ -78,6 +141,21 @@ # final: # The actions that are associated with the URL at the end of # the matching process +# no-forwarder: Requests to url will be made directly. +# http-forwarder: +# Requests to url will be made through a HTTP proxy +# forward-host: +# The IP address or its hostname +# forward-port. +# The proxy port +# socks-forwarder: +# Requests to url will be made through a socks proxy +# socks-type: +# The socks type: socks4 or socks4a +# gateway-host: +# The IP address or its hostname +# gateway-port: +# The proxy port. # @@ -89,6 +167,8 @@ + + @@ -116,25 +196,84 @@ + +

    Forwarding settings:

    +

    + Requests for @url@ will be + + made directly, no forwarding settings apply + + first + + forwarded through @socks-type@-proxy @gateway-host@:@gateway-port@ + + and then + + forwarded through HTTP-proxy @forward-host@:@forward-port@. + + + +

    NOTE:

    -

    This is a secure (https:) URL, so the part after the "/" is ignored. - This is a feature of the HTTPS protocol - the exact address of the - page you're visiting is hidden. Privoxy can only detect the host - part of the URL.

    -

     

    +

    This is a HTTPS URL, so the part after the "/" is ignored + as Privoxy doesn't see the path for real HTTPS requests either.

    +

    Matches for @url@:

    -

    @matches@

    + @matches@ + + +

    + The CGI editor is currently disabled, thus no edit buttons are shown.
    + Please have a look at the + enable-edit-actions documentation + to learn how to enable it and what the risks are. +

    + + - + + + + +

    Warning:

    +

    + This Privoxy version has been build 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:

    -

    @final@

    + @final@ + @@ -157,8 +296,10 @@ URL:

    - + + +