Beaver version 0.2
==================

Beaver is an interactive tool for analysing web server logfiles.
For more details see http://activityworkshop.net/software/beaver/

This program, including source code, graphics, texts and designs
is copyright activityworkshop.net and distributed according to the
terms of the Gnu GPL (see the included license.txt file).

Requirements
------------
In addition to this tar file, Beaver also requires the following:
   Python runtime (at least version 2.5)
   Qt libraries (version 4)
   PyQt libraries (matching the above two)

All these requirements are also Free software and can be downloaded
for Linux, Mac and Microsoft systems.

Running
-------
To run Beaver, the command to run it depends on whether you have unpacked
the jar file or not.
For Python 2.6, do not extract the contents of the zip file, but just use
the following command from the console:
    python beaver_0.2.zip

For Python 2.5, you should extract everything from the zip file into a new
folder and then use the following command from the console:
    python __main__.py

