annotate README @ 7:09afbcd3efcb
draft
fix previous commit
Signed-off-by: Changaco <changaco ατ changaco δοτ net>
author |
Changaco <changaco ατ changaco δοτ net> |
date |
Mon, 16 Apr 2012 00:47:28 +0200 |
parents |
0d4378996672 |
children |
b960713823a7 |
rev |
line source |
1
|
1 feed-push is a daemon that watches local RSS/Atom files for changes and executes commands when new articles appear.
|
|
2
|
|
3 It can replace scripts such as rss2email and rss2xmpp, using tools like sendmail and sendxmpp.py (http://changaco.net/code/sendxmpp-py).
|
|
4
|
|
5 Dependencies:
|
|
6 - gamin and its python2 bindings
|
|
7 - python2-feedparser
|
|
8
|
|
9 Compatibility: gamin only works on Linux and FreeBSD as of April 2012
|
|
10
|
3
|
11 Installation/Removal/Update: ./setup install|uninstall|update
|
1
|
12
|
|
13 Configuration: see examples/
|