          WWWOFFLE - World Wide Web Offline Explorer - Version 0.9
          ========================================================

The following nine steps should be sufficient to demonstrate wwwoffle running.

1) Edit the Makefile to set the path for installation (INSTDIR), the spool
   directory (SPOOLDIR), and the compiler options (CC,CFLAGS).

2) Compile the programs
     make all

3) Install the programs and create the spool directory
     make install

4) Start the wwwoffle demon running.
   $(INSTDIR)/wwwoffled -spool $(SPOOLDIR)

5) Start your WWW Browser and set up localhost:8080 as the proxy.

6) a) Connect to the internet
   b) Tell the wwwoffle demon that you are online
        wwwoffle -online
   c) Start browsing
   d) Tell the wwwoffle demon that you are offline
        wwwoffle -offline
   e) Disconnect from the internet

7) Go back and browse the pages again while not connected, follow some different
   links this time (you will see a wwwoffle server message in the browser).

8) a) Connect to the internet
   b) Tell the wwwoffle demon that you are online
        wwwoffle -online
   c) Tell the wwwoffle demon to fetch the new pages
        wwwoffle -fetch
   d) Tell the wwwoffle demon that you are offline
        wwwoffle -offline
   e) Disconnect from the internet

9) a) Go to http://localhost:8080/ and find the newly downloaded pages.
   b) Browse the new pages that have just been fetched.


The README and manual pages give more detail on how to use the programs.

This program has been tested on Linux 2.0.27 with Netscape version 1.12, and
should still be considered a beta version (hence the version number).  As such,
there are probably still a few bugs and incompatabilities.

If you wish to submit bug reports or other comments about the programs then
email me at amb@gedanken.demon.co.uk and put wwwoffle in the subject line.
