*******************************************************************************
Abbreviations used in this Config
*******************************************************************************

Contents:

  Filter Abbreviations
  Keyword Prefixes
  Actions for pressed Keys


*******************************************************************************
Filter Abbreviations
*******************************************************************************

Filter names consist of: Task     Version (Info) [Authors] (Ranking)


Info:
-------------------------------------------------------------------------------

!mos		Disabled for NCSA Mosaic.

!nn		Disabled for Netscape Navigator 4.x.

^?		This filter is activated when the mentioned key (?) is pressed.
		See the overview "Actions for pressed Keys" below.

bhead		JavaScript Code that is inserted at the bottom of the HEAD
		block.

cch!		This filter is controlled by a switch in the upper header
		filter section.

ccw!		This filter is controlled by a switch in the webfilter
		"Config Control" section.

defer		JavaScript Code that - if run in IE - is executed after the
		rest of the page is completely loaded.

edit!		Either the filter or the list it calls needs
		to be edited to be fully functional.

end		JavaScript Code that is inserted at the bottom of the HTML
		block.

fail		This filter doesn't alter the page code, but just sets a
		variable or ads something to a temporary blocklist.  Hence it
		is set up to never match as a whole.

full		This filter is only active if "Use light Settings" is *not*
		checked in the upper header filter section.

icoe		In Case of Emergency.  This filter kicks in if another required
		one fails.

ie		Enabled for Internet Explorer only.

moz		Enabled for Mozilla only.

multi		The filter is set up to allow for multiple matches.  IOW its
		replacement string can be matched again by the same (except for
		the first char) or other filters.

op		Enabled for Opera only.

read!		More information is inside the filter.

thead		JavaScript Code that is inserted at the top of the HEAD block.


Authors:
-------------------------------------------------------------------------------

...		Several authors, mentioned in ProxFunctions.js.
eah		Evgeny aka Homeric
fx		Felix
gd		George Dorn
gz		Greg Zumwalt aka The Snail
henk
hp		hpguru
jak		JakBeNymble
jd		JD5000
jjoe
jor
mb		Michael Brschgens
mona
pr		Paul Rupe
rcl
sd		sidki
sj		ScoJo
srl		Scott R. Lemmon
th		TEggHead aka JarC
u		unknown
vm		Virgola Mobile aka altosax aka reversi
z12		Mike aka z12

Ranking:
-------------------------------------------------------------------------------

d.		defaults to on
o.		defaults to off

.r		required for other filters to work
.s		site specific

.0		~zero risk to break pages
.1
.2
.3		considerable risk to break pages


*******************************************************************************
Keyword Prefixes
*******************************************************************************

a_*		allow: filters get bypassed

b_*		block: blocking filters (or subroutines) are explicitely
		       turned on

f_*		fake

i_*:[012]	integer: action depends on numeric value
		  0: bypass
		  1: block - set as default from Config Control
		  2: block - set from IncludeExclude list or Proxomitron menu

s_*		site-specific


*******************************************************************************
Actions for pressed Keys
*******************************************************************************

B		bypasses all filters

SHIFT		bypasses all cache related header filters

ALT		bypasses the URL blocking header filters

CTRL		toggles the two cache related header filter combos to force
		getting a fresh copy of all resources for a page

L		logs filter hits to Log-Main.log

R		prevents instant meta-refreshes and the auto-submit code in the
		"Yahoo Login: Form Filler" filter
