annotate README @ 1:a68d7feeba88
draft
initial commit
Signed-off-by: Changaco <changaco ατ changaco δοτ net>
author |
Changaco <changaco ατ changaco δοτ net> |
date |
Sun, 15 Apr 2012 18:05:20 +0200 |
parents |
|
children |
0d4378996672 |
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
|
|
11 Installation: ./setup install
|
|
12 Removal: ./setup uninstall
|
|
13
|
|
14 Configuration: see examples/
|