From 21b120cca854eda6a61ff35c2568c8c3a4922bdc Mon Sep 17 00:00:00 2001 From: swa Date: Sun, 3 Jun 2001 17:10:04 +0000 Subject: [PATCH] swa for oes --- config | 9 +++++- default | 38 +++++++++++++++++++++++++ show-status | 73 ++++++++++++++++++++++++++++++++++++++++++++++++ show-status-file | 35 +++++++++++++++++++++++ 4 files changed, 154 insertions(+), 1 deletion(-) create mode 100644 default create mode 100644 show-status create mode 100644 show-status-file diff --git a/config b/config index 69cbbf0d..082f9308 100644 --- a/config +++ b/config @@ -1,7 +1,7 @@ # Sample Configuration file for the Internet Junkbuster 2.0 # -# $Id: config,v 1.8 2001/05/31 21:52:16 jongfoster Exp $ +# $Id: config,v 1.9 2001/06/01 20:17:10 jongfoster Exp $ # # Table of Contents @@ -61,6 +61,13 @@ # files in the current working directory. In either case, an # absolute path name can be used to avoid problems. +# While we go modular and multiuser, the blocker, filter, and +# per-user config will be stored in subdirectories of confdir. +# Now, only confdir/templates is used for storing HTML templates +# for CGI results. +# +confdir /home/oes/projekte/pcrs/ijb/confdir + # # The permissions file contains patterns to specify the # filtering rules to apply to each site. diff --git a/default b/default new file mode 100644 index 00000000..7245ce28 --- /dev/null +++ b/default @@ -0,0 +1,38 @@ +########################################################## +# +# CGI-Output template for the junkbuster. +# +# Lines *starting* with '#' are ignored. +# Symbols are enclosed in @ characters. +# +# Usable Symbols in this file: +# +# other-cgis: List of
  • elements linking to the other +# available CGIs +# +# cgi-parameters: If parameters were present (this CGI needs +# none, they are dumped in a HTML table. +# + + + + Internet Junkbuster Configuration + + + + +

    Internet JUNKBUSTER

    + +

    Thank you for using the internet Junkbuster.

    + +

    The following CGI functions are currently implemented:

    + + @other-cgis@ + + @cgi-parameters@ + +

    Please feel free to mail the developers + with any problems you might have

    + + + \ No newline at end of file diff --git a/show-status b/show-status new file mode 100644 index 00000000..ee4d7786 --- /dev/null +++ b/show-status @@ -0,0 +1,73 @@ +########################################################## +# +# CGI-Output template for the junkbuster. +# +# Lines *starting* with '#' are ignored. +# Symbols are enclosed in @ characters. +# +# Usable symbols in this file: +# redirect-url, version, home-page, +# invocation-args, options, gateway-protocols +# statistics, +# + + + + Internet Junkbuster Status + + + + +

    Internet JUNKBUSTER + version @version@ Proxy Status

    + +

    Homepage: @home-page@

    + +

    The program was invoked as follows

    + @invocation-args@
    + +

    And the following options were givem in the config file:

    + FIXME: Which? + +

    It supports the following gateway protocols:

    + @gateway-protocols@ + + @statistics@ + +

    The following files are in use:

    + + + + +

    (Click filenames to view)

    + + + + + @clist@ @flist@ @alist@ @rlist@ @tlist@ + + @rcs-and-defines@ + +

    Please feel free to mail the developers + with any problems you might have

    + + + + + \ No newline at end of file diff --git a/show-status-file b/show-status-file new file mode 100644 index 00000000..2d2e18db --- /dev/null +++ b/show-status-file @@ -0,0 +1,35 @@ +########################################################## +# +# CGI-Output template for the junkbuster. +# +# Lines *starting* with '#' are ignored. +# Symbols are enclosed in @ characters. +# +# Usable symbols in this file: filename, contents, +# filepath + + + + Internet Junkbuster Status - @filename@ + + + + +

    Internet JUNKBUSTER: + Contents of @filename@

    + + + +

    Contents of @filepath@

    + +
    +@contents@
    +  
    + +

    Back to the general status page

    + +

    Please feel free to mail the developers + with any problems you might have

    + + + \ No newline at end of file -- 2.39.2