X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=templates%2Fshow-url-info;h=bb2dc91d5ef15780809c36c50e2d416e9f7fb79f;hp=2e661a22d769b27ef8da42b902ecad04663fdb06;hb=7ecdaff4e6e989eaa70d1ffec88c0e5dfbeb19bb;hpb=1656467b0b2a817bc1bda268707dabf61b109045 diff --git a/templates/show-url-info b/templates/show-url-info index 2e661a22..bb2dc91d 100644 --- a/templates/show-url-info +++ b/templates/show-url-info @@ -1,21 +1,44 @@ -########################################################## +######################################################################## # -# Show-Url-Info-CGI Output template for junkbuster 2.9.x. +# 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 members of the +# Privoxy team. https://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. +# +######################################################################### # 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 # # - Each item in the below list of exported symbols will # be replaced by dynamically generated text, if they # are enclosed in '@'-characters. E.g. The string @version@ -# will be replaced by the version number of Junkbuster. +# will be replaced by the version number of Privoxy. # # - One special application of this is to make whole blocks # of the HTML template disappear if the condition @@ -23,46 +46,50 @@ # 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: # -------------------------------- # # 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: # ------------------------------------------------------------------ # # unstable: # this is an alpha or beta release of the proxy software +# have-adminaddr-info: +# An e-mail address for the local Privoxy administrator has +# been specified and is available through the "admin-address" +# symbol # have-proxy-info: # A URL for online documentation about this proxy has been # specified and is available through the "proxy-info-url" # symbol +# have-help-info: +# If either have-proxy-info is true or have-adminaddr-info is +# true, have-help-info is true. Used to conditionally include +# a grey box for any and all help info. # url-given: # The CGI was called with a url parameter. In that case, the # following symbols are available: # url: # The given URL -# url-html: -# The given URL, HTML-encoded # default: # The system default for actions # matches: @@ -72,97 +99,193 @@ # 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. # + - Junkbuster@@my-hostname@ URL Info - + Privoxy@@my-hostname@ URL Info + + + + + + + - + - +
    - # This will only appear if CODE_STATUS is "alpha" or "beta". See configure.in - - - - - + + - + + + + + + + + + + + + - - + - + + + + + +
    -

    This is the Internet JUNKBUSTER - @version@ on @my-hostname@ (@my-ip-address@), port @my-port@

    +
    + +#include mod-title +
    -

    Please note that this @code-status@ release - of the proxy software is not intended for production systems! -
    Use at your own risk. See the license for details.
    -

    +
    + +#include mod-unstable-warning -

    Feel free to mail the developers - with any problems you encounter. -

    -

    System default actions:

    -

    {@default@}

    +
    + +

    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@.

    -

    Matches for http://@url-html@:

    -

    @matches@

    +
    + +

    NOTE:

    +

    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@ + + +

    + 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 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:

    -

    @final@

    + @final@
    +

    Warning:

    +

    + Privoxy is currently toggled off. Matching actions will not apply + unless you toggle Privoxy on first. +

    +
    -

    Look up the actions for a +

    +

    Look up the actions for a new URL:

    -
    - - + +

    + + +

    -

    More Junkbuster:

    -
      @menu@
    +
    +

    More Privoxy:

    +
    -

    If you have any questions about this service, +

    - - consult the online documentation or - +#include mod-local-help - send mail to @admin-address@ - who will be glad to help you. -

    + +#include mod-support-and-service + +