blob: 8884663c009ea9edf20ea2c053b9969971fc6958 (
plain)
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
|
==== Presentation ====
pyAggr3g470r is a multi-threaded news aggregator with a web interface
based on CherryPy. Articles are stored in a SQLite base.
==== Features ====
* notification by e-mail
* language detection
* TuxDroid support (for the notification of unread articles)
==== Requierements ====
=== Software required ===
* Python (tested with 2.4 to 2.7)
* CherryPy (version 3 and up)
* sqlite
=== Optional module ===
These modules are not required but provides better features.
== Language detection ==
Name: oice.langdet
Enable the detection of the language of articles.
Installation:
http://pypi.python.org/pypi/oice.langdet/
== Histogram ==
Name: matplotlib
Installation:
aptitude install python-matplotlib
== Advanced monitoring ==
Name: Gamin
Enable a better monitoring of the base of feeds.
Installation:
aptitude install python-gamin
http://people.gnome.org/~veillard/gamin/python.html
==== License ====
pyAggr3g470r is under GPLv3 license.
http://www.gnu.org/licenses/gpl-3.0.txt
|