Mercurial > feed-push
annotate README @ 24:96e2d5ffcd23 draft
remove double feed parsing
Signed-off-by: Changaco <changaco ατ changaco δοτ net>
| author | Changaco <changaco ατ changaco δοτ net> |
|---|---|
| date | Sat, 04 Aug 2012 16:58:57 +0200 |
| parents | b960713823a7 |
| children |
| 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/ | |
|
13
b960713823a7
add a note about globbing in README
Changaco <changaco ατ changaco δοτ net>
parents:
3
diff
changeset
|
14 Note: globbing (i.e. using wildcards like in "*.atom") only works on startup, it won't detect files created after that. |
