summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorSimeon Simeonov2018-06-27 18:52:15 +0200
committerSimeon Simeonov2018-06-27 18:52:15 +0200
commit63ddf50344cf1e4f2f9b75ce3b0c4db940a3be47 (patch)
treebf359cc07f357afe464c0a91a8af1173cd22d969 /README
parent7588760bb3f4e8d09691bb099a69a70fc9f5c0d4 (diff)
Update Changelog and README for version 3.0
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 4 insertions, 6 deletions
diff --git a/README b/README
index 1567c35..f2bf0d5 100644
--- a/README
+++ b/README
@@ -52,7 +52,7 @@ directly notify the user. Solution:
52 - set up the beinc_server.py on the desktop workstation (the computer where the 52 - set up the beinc_server.py on the desktop workstation (the computer where the
53 notification-message should be displayed). Define an unprivileged port for 53 notification-message should be displayed). Define an unprivileged port for
54 beinc_server.py to listen on and enable its OSD capabilities 54 beinc_server.py to listen on and enable its OSD capabilities
55 (through pynotify and/or pyosd) 55 (through pynotify)
56 56
57Scenario two: 57Scenario two:
58The user's computer can NOT be reached by the server running the IRC client. 58The user's computer can NOT be reached by the server running the IRC client.
@@ -93,13 +93,11 @@ All components tested on: Gentoo GNU/Linux 2014,2015,
93 93
94 94
95Requirements: 95Requirements:
96All components: Python 2.7.* 96All components: Python >= 2.7.9 or Python >= 3.4.*
97N.B. For TLS1.1 and TLS1.2 client support you need Python>=2.7.9
98 97
99beinc_server.py: Twisted Web >= 14.0, pyopenssl >= 0.13.0, 98beinc_server.py: pynotify >= 0.1 (optional)
100 pynotify >= 0.1 (optional), pyosd >= 0.2 (optional)
101beinc_weechat.py: Weechat >= 0.4.0 99beinc_weechat.py: Weechat >= 0.4.0
102beinc_poller.py: pynotify >= 0.1 or pyosd >= 0.2 100beinc_poller.py: pynotify >= 0.1
103beinc_generic_client.py: No additional software required 101beinc_generic_client.py: No additional software required
104 102
105Read INSTALL in this very same folder for more details about installing the requirements! 103Read INSTALL in this very same folder for more details about installing the requirements!