whisperback (1.8.3)
[whisperback.git] / README
blob62166dfc762dddbdfbefc0cb47b022790fd35bf4
1 WhisperBack - Send feedback via encrypted e-mail
2 ################################################
4 Copyright (C) 2009-2018 Tails developers <tails@boum.org>
6 DESCRIPTION
7 ===========
9 WhisperBack is a small pyGTK application intended to provide
10 a user-friendly way to send feedback to the Tails dev team in
11 a GnuPG-encrypted way.
14 DEPENDENCIES
15 ============
17 See debian/control.
19 INSTALLATION
20 ============
22 WhisperBack is packaged using Python distutils.
24 Build dependencies:
26   # apt install python3-distutils-extra txt2tags
28 To install it:
30   $ ./setup.py build
32 and as root:
34   # ./setup.py install
36 To run it:
38   $ ./whisperback
40 CONFIGURATION
41 =============
43 The configuration is read in sequence from the following files,
44 settings read last overriding previous ones:
45 - /etc/whisperback/config.py
46 - ~/.whisperback/config.py
47 - ./config.py
49 The config.py.sample example configuration file will tell you about the
50 configuration syntax and available settings.
53 USAGE
54 =====
56 Please see the man page.
59 LICENSING
60 =========
62 This file is part of WhisperBack.
64 WhisperBack is  free software; you can redistribute  it and/or modify
65 it under the  terms of the GNU General Public  License as published by
66 the Free Software Foundation; either  version 3 of the License, or (at
67 your option) any later version.
69 This program  is distributed in the  hope that it will  be useful, but
70 WITHOUT   ANY  WARRANTY;   without  even   the  implied   warranty  of
71 MERCHANTABILITY  or FITNESS  FOR A  PARTICULAR PURPOSE.   See  the GNU
72 General Public License for more details.
74 You should have received a copy of the GNU General Public License
75 along with this program.  If not, see <http://www.gnu.org/licenses/>.
77 Please see COPYING for more information.