WhisperBack - Send feedback via encrypted e-mail
################################################

Copyright (C) 2009 Amnesia <amnesia@boum.org>


DESCRIPTION
===========

WhisperBack is a small pyGTK application intended to provide
a user-friendly way to send feedback to the amnesia dev team in
a GnuPG-encrypted way.


DEPENDENCIES
============

You need the following runtime dependencies:
  - python-gtk2
  - python-pyme

In addition, you need the following build dependencies:
  - python-distutils-extra
  - txt2tags


INSTALLATION
============

WhisperBack is packaged using Python distutils. To install it:

  $ ./setup.py build

and as root:

  # ./setup.py install


CONFIGURATION
=============

The configuration is read in sequence from the following files,
settings read last overriding previous ones:
- /etc/whisperback/config.py
- ~/.whisperback/config.py
- ./config.py

The config.py.sample example configuration file will tell you about the
configuration syntax and available settings.


USAGE
=====

Please see the man page.
