![]() |
adzapper Home | About Adzapper | Installing | Zaplets | Zaplet File Format | Zaplet Updates | ![]() |
adzapper is a filtering proxy that can block ads from being displayed on your web browser. instead of ad banners, you see blank spaces: adzapper transforms the ads into transparent gifs.
The rules that describe what are ads and what are not ads are called "zaplets", and are configurable on a per-website basis. This way, when websites change their ads or their graphic design, it is easy to build and share new zaplets that block the ads.
adzapper is based on Sam Rushing's Medusa, a very fast asychronous-sockets web-server written in Python. Medusa is single threaded, but this doesn't mean it is slow! in my experience it is one of the fastest, lightest webservers out there.
You can find out more about Python at http://www.python.org/
adzapper is a filtering proxy-- it sits between you and the Internet. You can install it on your own desktop machine or on a server somewhere else. When you click on a web link, your browser asks adzapper to get the file. adzapper only retrieves files that aren't ads; if there is a 'zaplet' file for the website you are visiting, adzapper uses the rules in the zaplet to decide what to display. Anything that the zaplet says is an ad is displayed as a tranparent GIF, and you don't have to look at it!
For more information on writing zaplets for your favorite site, go here.
Send me your zaplets! Writing zaplets for sites you visit frequently helps you, and contributing them to the zaplet repository helps the zaplet community! If you send in your zaplets, other people benefit from your work. Zaplets you contribute will become part of the repository that is shipped with new versions of adzapper, and will also be made available for download separately.
I'm not guaranteeing the zaplet file format will remain the same until the code becomes more stable, but I will add contributed zaplets to the repository, and I will convert these zaplets to a new format if the format changes.
Check out the Zaplet Updates page at: http://www.zaplet.org/adzapper/updates.html
If you find any other bugs or problems, let me know! Help is greatly appreciated-- if you have any ideas for adzapper development, or if you have code that extends or improves adzapper, contact me at the address below. I'll do my best to incorporate improvements. For information on future plans, and areas where help is needed, see the file 'TODO'.
Only the files in the medusa directory contain code that is required to be released under the Python License; all the other files do not. Accodingly these files are released under the Gnu General Public License (GPL), version 2, as well as the Python License. For these files, you can choose either license, as you see fit. A copy of the GPL is provided in the file 'COPYING-Zaplet'.
Many other people contributed ideas or patches, please see the file 'THANKS'. If you contributed and your name isn't listed, let me know!
The http proxy engine is built on top of ZServer, a component of the fantastic Zope web application server from Digital Creations. ZServer is based on medusa by Sam Rushing. Thanks to Digital Creations and Sam Rushing for making the source code available under an OpenSource license!
The Windows version of adzapper was made possible by Mark Hammond's Python for Windows Extensions and Gordon McMillan's Builder.py. Builder.py can make any Python program into a standalone executable. This program rocks! The self-extracting executable for Windows was made possible by Jordan Russell's truly wonderful InnoSetup, an OpenSource Installer for Windows programs.
Many, many thanks also go to Guido van Rossum and the PythonLabs team for the Python language!
Python: |
http://www.python.org/ |
|
medusa: | http://www.nightmare.com/medusa/ | |
Builder.py: | http://www.mcmillan-inc.com/install1.html | |
InnoSetup: | http://www.jordanr.dhs.org/isinfo.htm | |
Zope: | http://www.zope.org/ | |
Muffin: | http://muffin.doit.org/ | |
CTC: |
http://www.softlab.ece.ntua.gr/~ckotso/CTC/ |
Check out the Open Directory Project's Ad Filtering software page for more ad filtering software: http://dmoz.org/Computers/Software/Internet/Servers/Proxy/Filtering/Ad_Filters/
Coming soon: automatic zaplet updates; one-click posting of new zaplets; and a Python-style license!
Stay tuned for more updates and improvements!
cheers
adam
Last Modified: Sun Sep 2 04:50:32 2001