1 # Configfile for adzapper.
3 # by Paul van Tilburg <paulvt@debian.org>.
4 # based on the wrapzap script by Cameron Simpson <cs@zip.com.au>.
5 # modified for ArchLinux by Manolis Tzanidakis <manolis@archlinux.org>.
10 # Sets the way zapped ads, popups, etc are shown.
11 # Use empty for default or "CLEAR" to get transparent replacement images.
19 # Defines the base URL where the substituted ad gifs, swf's, js
20 # scripts, etc can be found. ZAP_BASE_SSL is for HTTPS
21 # but is not used at the moment.
23 # Note: a local web server will be much better.
25 ZAP_BASE=http://adzapper.sourceforge.net/zaps
27 # Note: this can probably be ignored.
28 ZAP_BASE_SSL=https://adzapper.sourceforge.net/zaps
32 # Pathname of extra pattern file for patters to preempt the stock
33 # pattern files of adzapper itself.
34 # Preferably use ZAP_POSTMATCH.
40 # Pathname of extra pattern file for patterns in addition to the stock
41 # patterns of adzapper itself. This is the one to which you
42 # should add new adzap patterns.
47 # Pathname of extra pattern file for patterns to use instead of the
48 # inbuilt pattern list.
53 # Files for used in substition of ads.
55 STUBURL_AD=$ZAP_BASE/ad.gif
56 STUBURL_ADSSL=$ZAP_BASE_SSL/ad.gif
57 STUBURL_ADBG=$ZAP_BASE/adbg.gif
58 STUBURL_ADJS=$ZAP_BASE/no-op.js
59 STUBURL_ADHTML=$ZAP_BASE/no-op.html
60 STUBURL_ADMP3=$ZAP_BASE/ad.mp3
61 STUBURL_ADPOPUP=$ZAP_BASE/closepopup.html
62 STUBURL_ADSWF=$ZAP_BASE/ad.swf
63 STUBURL_COUNTER=$ZAP_BASE/counter.gif
64 STUBURL_COUNTERJS=$ZAP_BASE/no-op-counter.js
65 STUBURL_WEBBUG=$ZAP_BASE/webbug.gif
66 STUBURL_WEBBUGJS=$ZAP_BASE/webbug.js
70 # Off by default, set to 1.