diff options
| author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2015-12-31 18:13:20 +0100 |
|---|---|---|
| committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2015-12-31 18:13:20 +0100 |
| commit | cbba2d911da7b4dc444be4e9a8569dcc5690ba85 (patch) | |
| tree | 25ae329c4c2b43f7fef07a10d945f7084d9441a9 /wmnf.org.txt | |
| parent | 7e2e4967a3885cd0c45469ecf6c0547f8c3ab722 (diff) | |
| download | ftr-site-config-cbba2d911da7b4dc444be4e9a8569dcc5690ba85.tar.gz ftr-site-config-cbba2d911da7b4dc444be4e9a8569dcc5690ba85.zip | |
Backport site_config changes from wallabag v1
Fix https://github.com/wallabag/wallabag/issues/1414
Diffstat (limited to 'wmnf.org.txt')
| -rwxr-xr-x | wmnf.org.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/wmnf.org.txt b/wmnf.org.txt new file mode 100755 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 |
