X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=templates%2Fshow-version;h=a083329d097cd392f09097f8fc119d306df0f75c;hb=647cf041d2d468889abde699d9716e86d1b3b7fc;hp=d0e784613c41a3d90cb3be81228b4375651c9b3a;hpb=1656467b0b2a817bc1bda268707dabf61b109045;p=privoxy.git diff --git a/templates/show-version b/templates/show-version index d0e78461..a083329d 100644 --- a/templates/show-version +++ b/templates/show-version @@ -1,20 +1,20 @@ ########################################################## # -# Show-Status-CGI Output template for junkbuster 2.9.x +# Show-Status-CGI Output template for Privoxy. # # 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 @@ -22,7 +22,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: # -------------------------------- # @@ -31,7 +31,7 @@ # 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 proxy administrator, as configured # in the config file # default-cgi: # The URL for the "main menu" builtin CGI of this proxy @@ -43,14 +43,13 @@ # The development status of the proxy software: "alpha", "beta", # or "stable". # homepage: -# The URL of the SourceForge ijbswa project, who maintains this -# software. +# The URL of the Privoxy project, which maintains this software. # # redirect-url: -# The URL to a script that will redirect to the junkbuster -# documentation for a given item +# The URL to a script that will redirect to the Privoxy +# documentation for a given item # invocation: -# The command line with whitch junkbuster was invoked +# The command line with whitch Privoxy was invoked # options: # The options read from the configfile, linked to their # explanations, plus warnings if parsing acl or forward @@ -59,85 +58,97 @@ # A HTML-formatted list of the individual source file cvs versions # defines: # A HTML-formatted list of all conditional #defines used when -# junkbuster was compiled +# Privoxy was compiled +# # -# # 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. # sourceversions # The versions. + - Junkbuster@@my-hostname@: Detailed proxy version information - + Privoxy@@my-hostname@: Detailed proxy version information + + + + + + - + - +
- # 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. -

+

Source code versions:

-

(Note: This information is only relevent if you checked out JunkBuster from CVS - and compiled it yourself. If you downloaded a binary, .exe, RPM, or a .tgz file, - then when you ask for support just mention the version number @version@ - and the type of download you got.)

-

 

-
@sourceversions@
+

(Note: This information is only relevant if you checked out Privoxy from CVS + and compiled it yourself. If you downloaded a binary, .exe, RPM, or a .tgz file, + then when you ask for support just mention the version number @version@ + and the type of download you got.) +

+
@sourceversions@
-

More Junkbuster:

-
    @menu@
+
+

More Privoxy:

+
-

If you have any questions about this service, +

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