diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2001-03-04 05:07:23 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2001-03-04 05:07:23 +0000 |
commit | bc77ab837ac9735bec2d7194f7aef5d864122f18 (patch) | |
tree | e13fcdc8a3d4f26adb71091bb66453438b94cf61 /www/adzap/files/patch-ab | |
parent | add beecrypt, an open source cryptography library (diff) |
adzap is a squid plugin which filters out banner ads, web bugs, javascript
popup consoles, and other annoying crap.
Obtained from: NetBSD
Notes
Notes:
svn path=/head/; revision=39025
Diffstat (limited to 'www/adzap/files/patch-ab')
-rw-r--r-- | www/adzap/files/patch-ab | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/www/adzap/files/patch-ab b/www/adzap/files/patch-ab new file mode 100644 index 000000000000..506eb1df32c6 --- /dev/null +++ b/www/adzap/files/patch-ab @@ -0,0 +1,27 @@ +$NetBSD: patch-ab,v 1.1.1.1 2000/04/25 09:40:25 rh Exp $ + +--- /dev/null Mon Jan 15 00:57:20 2001 ++++ adzap.conf Mon Jan 15 00:59:08 2001 +@@ -0,0 +1,22 @@ ++# example adzap configuration file ++# copy this file over to ${PREFIX}/etc/adzap.conf, ++# then modify this to match your install ++ ++ZAP_MODE=CLEAR # or "CLEAR" ++ZAP_BASE=http://adzap.cs.zip.com.au # a local web server will be better ++ZAP_CHAINING= # set to "1" or "FULL" if chaining ++ # redirectors; see web page ++ZAP_PREMATCH= # pathname of extra pattern file ++ # for patterns to preempt the stock ++ # zapper ++ZAP_POSTMATCH= # pathname of extra pattern file ++ # for patterns in addition to the ++ # stock zapper; this is the one to ++ # which you should add new ads ++STUBURL_AD=$ZAP_BASE/ad.gif ++STUBURL_ADBG=$ZAP_BASE/adbg.gif ++STUBURL_ADJS=$ZAP_BASE/no-op.js ++STUBURL_ADHTML=$ZAP_BASE/no-op.html ++STUBURL_ADPOPUP=$ZAP_BASE/closepopup.html ++STUBURL_COUNTER=$ZAP_BASE/counter.gif ++STUBURL_WEBBUG=$ZAP_BASE/webbug.gif |