General (backend) infrastructure
- install some news2rss thingy, e.g.
- install RSS-Plugin for TWiki at http://netfrag.org/twiki/bin/view/Main/WebChanges?skin=rss:
- publish rss-feeds to http://netfrag.org/rss/ for performance reasons (cronjob)
- install basic xmlrpc-daemon @ netfrag.org (methods: ping, giveScalar, giveArray, giveHash, fraggleSync)
- patch php-frontend of mnoGoSearch to return results as rss-items
Python libraries
- XML-RPC: py-xmlrpc
- pythonxmlrpc: http://docs.python.org/lib/module-xmlrpclib.html
- RSS & Co.:
- Twisted maybe worth a look...