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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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
b7d41325386b switch to the couchdb backend as default
dirk
parents: 137
diff changeset
2 #DB_URL="mysql://root:mysql@xanthippe/feedworm?use_unicode=1&charset=utf8"
b7d41325386b switch to the couchdb backend as default
dirk
parents: 137
diff changeset
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
b7d41325386b switch to the couchdb backend as default
dirk
parents: 137
diff changeset
5 /usr/bin/python ./feedworm.py --backend couchdb $*