summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorSimeon Simeonov2014-07-02 22:43:46 +0200
committerSimeon Simeonov2014-07-02 22:43:46 +0200
commita57a2a77dc5101ca3c62700e7bca4eaf4e25fd5c (patch)
treee9c997be8064a7eaf19b213a6208dc252e557f61 /README
parent60facea6194cf2c93c55580e9e9e60c304c9c6a8 (diff)
Docs and comments impoved
Diffstat (limited to 'README')
-rw-r--r--README37
1 files changed, 32 insertions, 5 deletions
diff --git a/README b/README
index f5735c7..026c70d 100644
--- a/README
+++ b/README
@@ -1,11 +1,34 @@
1Copyright (C) 2014 - Simeon Simeonov 1Copyright (C) 2014 - Simeon Simeonov
2See the end of the file for license conditions. 2See the end of the file for license conditions.
3 3
4The file INSTALL in this directory describes how to setup and use BEINC 4The file INSTALL in this very same directory describes how to setup & use BEINC
5
6
7What is BEINC?
8--------------
9
10Blackmore's Enchanced IRC Notification Collection (BEINC) is a free set of
11components that aim to provide a complete system for different on-screen-display
12notification scenarios.
13
14The current version of BEINC contains the following components:
15beinc_server.py - server used for queueing or providing on-screen-display (OSD)
16beinc_poller.py - client used to fetch enqueued messages from beinc_server.py
17 and provide OSD
18beinc_weechat.py - a complete script / client for the Weechat IRC client >=0.4.0
19 used to push notification messages to beinc_server.py
20beinc_generic_client.py - a simple client used to push notification messages
21 to beinc_server.py
22 Its main purpose is to provide a convenient way to
23 test beinc_server.py (and beinc_poller.py) as well as
24 to serve as an example on how to develop BEINC-clients
25
26
27Why should I use BEINC and what has it done for me lately?
28----------------------------------------------------------
29
5 30
6 31
7Introduction
8------------
9 32
10 33
11Supported systems & requirements 34Supported systems & requirements
@@ -13,13 +36,17 @@ Supported systems & requirements
13Any system running Postfix and Spamassassin. 36Any system running Postfix and Spamassassin.
14 37
15 38
16Requirements: Python 2.7.* 39Requirements:
40All components: Python 2.7.*
41beinc_server.py: cherrypy >= 3.2.0, pyopenssl >= 0.13.0
42beinc_weechat.py:
43beinc_poller.py:
17 44
18 45
19License 46License
20------- 47-------
21 48
22This file is part of Blackmore's SpamAssassinWrapper. 49This file is part of BEINC.
23 50
24BEINC is free software: you can redistribute it and/or modify 51BEINC is free software: you can redistribute it and/or modify
25it under the terms of the GNU General Public License as published by 52it under the terms of the GNU General Public License as published by