Mercurial > hg > Feedworm
annotate feedworm.sh @ 197:e604c32f67aa
normalize the published date if the feed contains none
author | dirk |
---|---|
date | Tue, 24 Jan 2012 10:08:45 +0100 |
parents | b7d41325386b |
children | b7caf487bc54 |
rev | line source |
---|---|
80
faca24809ffd
add script to launch feedworm gui against xanthippe
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
1 #!/bin/bash |
190 | 2 #DB_URL="mysql://root:mysql@xanthippe/feedworm?use_unicode=1&charset=utf8" |
3 #/usr/bin/python ./feedworm.py --backend sqlalchemy --dburl ${DB_URL} | |
80
faca24809ffd
add script to launch feedworm gui against xanthippe
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
4 |
190 | 5 /usr/bin/python ./feedworm.py --backend couchdb $* |