diff options
| author | FiveFilters.org <fivefilters@fivefilters.org> | 2013-02-27 23:43:10 +0100 |
|---|---|---|
| committer | FiveFilters.org <fivefilters@fivefilters.org> | 2013-02-27 23:43:10 +0100 |
| commit | 9a69161c8646f63b4d9fa17c6ac3ab922d625859 (patch) | |
| tree | 62a446347e1279f00383fdd7f9637cfd58a50879 /wmnf.org.txt | |
| download | ftr-site-config-9a69161c8646f63b4d9fa17c6ac3ab922d625859.tar.gz ftr-site-config-9a69161c8646f63b4d9fa17c6ac3ab922d625859.zip | |
Initial commit
Diffstat (limited to 'wmnf.org.txt')
| -rw-r--r-- | wmnf.org.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/wmnf.org.txt b/wmnf.org.txt new file mode 100644 index 0000000..1d403a9 --- /dev/null +++ b/wmnf.org.txt @@ -0,0 +1,13 @@ +title: //div[@class="bodyText"]/h1/text() +body: //div[@class="bodyText"] + +# author and date are separated by only a newline +# can't figure out how to tokenize that yet +author: //div[@class="bodyText"]/span[@class="info"]/text() +date: //div[@class="bodyText"]/span[@class="info"]/text() + +# strip metdata from body text +strip: //div[@class="bodyText"]/h1/text() +strip: //div[@class="bodyText"]/span[@class="info"] +strip: //div[@class="bodyText"]/span[@class="info"] +test_url: http://www.wmnf.org/news_stories/light-rail-advocates-join-forces-to-combat-opposition-in-pinellas
\ No newline at end of file |
