X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=templates%2Fshow-url-info;h=3fc9f6fd7949f0f0b538a1e280cfb165c8e07f6f;hb=49569cce47bdc99807223dccdf2ad10201281edc;hp=86d03e87e46c057633db3bb6caac0f6f9c1a3901;hpb=e5d12892a309484ff6d37012d2e515fbdd647af5;p=privoxy.git diff --git a/templates/show-url-info b/templates/show-url-info index 86d03e87..3fc9f6fd 100644 --- a/templates/show-url-info +++ b/templates/show-url-info @@ -1,8 +1,34 @@ -########################################################## +######################################################################## # -# Show-Url-Info-CGI Output template for Privoxy. +# File : $Source:$ # +# 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 $ +# +######################################################################### # USING HTML TEMPLATES: # --------------------- # @@ -28,24 +54,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 +102,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 +128,7 @@ + @@ -114,6 +154,41 @@ + + +

    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@. + + @@ -125,7 +200,7 @@

     

    Matches for @url@:

    -

    @matches@

    + @matches@