|
Revision 178, 497 bytes
(checked in by zool, 5 years ago)
|
|
correcting typos in docs, also finding some updates to bbox that i'd forgotten about
|
| Line | |
|---|
| 1 | from bbox import BBox |
|---|
| 2 | |
|---|
| 3 | bbox = BBox(verbose=1) |
|---|
| 4 | |
|---|
| 5 | from rdfobj import fbox |
|---|
| 6 | |
|---|
| 7 | # BBox(visit_true = 1) will always visit pages, despite no changes. |
|---|
| 8 | |
|---|
| 9 | #bbox.subscribe(feed='http://frot.org/wirelesslondon/bbox.rdf',format=fbox.rss) |
|---|
| 10 | #bbox.subscribe(feed='http://frot.org/devlog/index.rss',format=fbox.rss) |
|---|
| 11 | #bbox.subscribe(feed='http://zooleika.org.uk/bio/foaf.rdf',format=fbox.rdf) |
|---|
| 12 | bbox.subscribe(feed='http://london.openguides.org/?action=rss',format=fbox.rss) |
|---|
| 13 | |
|---|
| 14 | print "reading..." |
|---|
| 15 | bbox.read_subscriptions() |
|---|