########################################################## # # Show-Status-CGI Output template for junkbuster 2.9.x # # 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. # # - One special application of this is to make whole blocks # of the HTML template disappear if the condition # is not given. Simply enclose the block between the two # 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 # my-hostname: # The hostname associated with my-ip-addr # admin-address: # The email address of the pxoxy's administrator, as configured # in the config file # default-cgi: # The URL for the "main menu" builtin CGI of this proxy # menu: # List of
  • elements linking to the other available CGIs # version: # The version number of the proxy software # code-status: # The development status of the proxy software: "alpha", "beta", # or "stable". # homepage: # The URL of the SourceForge ijbswa project, who maintains this # software. # # redirect-url: # The URL to a script that will redirect to the junkbuster # documentation for a given item # invocation: # The command line with whitch junkbuster was invoked # options: # The options read from the configfile, linked to their # explanations, plus warnings if parsing acl or forward # statements produced errors. # sourceversions: # 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 # # # CONDITIONAL SYMBOLS FOR THIS TEMPLATE AND THEIR DEPANDANT SYMBOLS: # ------------------------------------------------------------------ # # unstable: # This is an alpha or beta release of the proxy software # have-proxy-info: # A URL for online documentation about this proxy has been # specified and is available through the "proxy-info-url" # symbol # statistics: # Junkbuster was compiled with statistics support # have-stats: # There have been previous requests and statistics have # been collected. In this case, the following symbols # are available: # requests-received: # The number of requests received so far # requests-blocked: # The number of request blocked so far # percent-blocked: # The percentage of blocked requests # have-no-stats: # There haven't any statistics been collected yet # pcrs-support: # Junkbuster was compiled with pcrs support # trust-support: # Junkbuster was compiled with trust support # split-args: # Junkbuster was compiled with #define SPLIT_PROXY_ARGS # In this case, the following symbols are available: # actions-filename: # The path to the actions file. # re-filter-filename: # The path to the re_filter file. Only available if # pcrs-support is set # trust-filename: # The path to the trust file.Only available if # trust-support is set # no-split-args: # Junkbuster was not compiled with #define SPLIT_PROXY_ARGS # In this case, the following symbols are available: # alist: # The contents of the actionsfile # rlist: # The contents of the re_filterfile. Only available if # pcrs-support is set # tlist: # The contents of the trustfile. Only available if # trust-support is set # Junkbuster@@my-hostname@: Proxy Status # 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@

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

    Feel free to mail the developers with any problems you might have

    The program was invoked as follows

    @invocation@

    The following options were given in the config file:

    @options@

    Blocking Statistics:

    @requests-blocked@ out of @requests-received@ requests have been blocked, which equals a block rate of @percent-blocked@. There haven't been any requests so far.

    The following files are in use:

    Click a filename to browse

    Actions List:

    @alist@

    Regex Filter List:

    @rlist@

    Trust List:

    @tlist@

    Source code versions:

    @sourceversions@

    Conditional #defines:

      @defines@

    More Junkbuster:

      @menu@

    If you have any questions about this service, consult the online documentation or send mail to @admin-address@ who will be glad to help you.