~lottanzb/lottanzb/inhibit-suspending-plugin

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
==================================
LottaNZB - Automated Usenet Client
==================================

LottaNZB aims to simplify and automate the download of binary news from the
Usenet, a world-wide internet discussion system. You can tell LottaNZB what
to download using NZB files, which are created by many Usenet search engines.
LottaNZB integrates nicely with GNOME desktops, but is not limited to them
and uses the mature HellaNZB software as its foundation.

LottaNZB is Free Software and licensed under the terms of the General Public
License 3.

Homepage: http://www.lottanzb.org

We are always grateful to receive feedback in the form of bug reports and
feature requests.


Installation instructions
=========================

Dependencies
------------

First, make sure you have the proper dependencies installed.
Those dependencies are:

- hellanzb >= 0.13
- gtk >= 2.16
- python >= 2.5
- python-gtk2 >= 2.14
- python-kiwi >= 1.9.9

For building LottaNZB (not running it):

- intltool

For SSL encryption support:

- python-openssl

For automatic extraction of downloads:

- unrar

The package names may vary depending on your distribution.

Build LottaNZB
--------------

    ``python setup.py build``

Install/Upgrade LottaNZB
------------------------

Run as root or by using sudo on Ubuntu systems:

    ``python setup.py install``

Launch LottaNZB
---------------

In a terminal:
   ``lottanzb``

Via the GNOME menu:
   Applications -> Internet -> LottaNZB Automated Usenet Client

Have fun with LottaNZB!


Uninstallation instructions
===========================

When installing LottaNZB according to the steps described above, a file called
INSTALLED_FILES is created in the source directory. This file is required to
run the following command with root privileges:

    ``python setup.py uninstall``