The WWWOFFLE programs simplify World Wide Web browsing from computers that use intermittent (dialup) connections to the Internet. It is a simple proxy server with special features for use with dial-up Internet links. It makes it possible to browse Web pages and read them without having to remain connected. There are too many features to mention, but they include privacy control, cookie/advert blocking, efficient bandwidth usage by specifying intervals between refreshes, options to monitor pages regularly, recursive fetching, HTML cleaning, highlighting of cached links, indexes of cached pages, searching of cached pages, and many more.
| Tags | Internet Web Proxy Servers Information Management FTP HTTP Servers |
|---|---|
| Licenses | GPL |
| Operating Systems | POSIX Windows Windows Cygwin Unix |
| Implementation | C |
Recent releases


Changes: A small set of minor bugfixes collected over the last 12 months.


Changes: Some bugfixes and some new features. A new option has been added to the CensorHeader section called referer-from. A new option has been added to the FetchOptions section called iframes. The documentation of the http-port and https-port configuration file options has been improved.


Changes: This release fixes some memory leaks and potential crashes. It has better error messages for SSL certificate handling. There are other minor bugfixes.


Changes: This release contains minor bugfixes, and an enhancement that will create new WWWOFFLE SSL certificates if the old ones have expired.


Changes: Minor bugs were fixed. Some header errors (e.g. refresh not always working) and 64-bit compilation issues were fixed.
- All comments
Recent commentsRe: wwwoffle-2.9-beta.tgz 1017 kB 14:23 Sun 6 Nov 2005
So why didn't you post an announcement for it, instead
of just a comment?
wwwoffle-2.9-beta.tgz 1017 kB 14:23 Sun 6 Nov 2005
http://www.gedanken.demon.co.uk/download-wwwoffle/
http mail problem
Hi to everybody reading this!
I have problems with sites that offer http mail
(mail.yahoo.com, www.email.com).
Yahoo tell me that I dont' have cookie support enabled in my browser (but it really is enabled). I had read in the FAQ that comes with wwwoffle 2.7b about cookie problems and I write these sites in the DontGet section, but still the problem exist. My only chance to access my http mail is setting my browser (netscape navigator) not to use the proxy. This is really inconvenient.
Please, any help?
Good News: looks good with 2.7b under osx 10.1.4
Deamon is running fine, and all functions seems to work. At least no more "Bus error" :-)
Next step: add wwwoffle to the fink project!
Regards,
Olivier
Bus error under Mac OS X
Just tried to compile the software under Mac OS X: no
errors on nake, but an ugly Bus Error on running
wwwoffled:
[localhost:~/local/wwwoffle/sbin] om% ./wwwoffled
wwwoffled[29237] Important: WWWOFFLE Demon Version 2.6d (with zlib,without ipv6) started.
Bus error
And if I try to debug it (is there no "strace" command?), I see:
[localhost:~/local/wwwoffle/sbin] om% gdb wwwoffled
GNU gdb 5.0-20001113 (Apple version gdb-200) (Mon Sep 3 02:43:52 GMT 2001) (UI_OUT)
[..]
(gdb) run
Starting program: /Users/om/local/wwwoffle/sbin/wwwoffled
[Switching to thread 1 (process 29246 thread 0x1603)]
Reading symbols for shared libraries . done
wwwoffled[29246] Important: WWWOFFLE Demon Version 2.6d (with zlib,without ipv6) started.
Program received signal EXC_BAD_ACCESS, Could not access memory.
0x700044c0 in memmove ()
(gdb)
Is there a bug somewhere in the code? Or an OS
incompatibility (os X =~ bsd).