diff options
| author | Jeremy Benoist <j0k3r@users.noreply.github.com> | 2017-02-01 23:15:06 +0100 |
|---|---|---|
| committer | FiveFilters.org <fivefilters@fivefilters.org> | 2017-02-01 23:15:06 +0100 |
| commit | a247cc5261ff838383f76ffcd44a420caea75f70 (patch) | |
| tree | c9ef2338a603041841095e961a484428aff3b5e2 /archive.pressthink.org.txt | |
| parent | 2833f76fd8d7adaf18146ee2313356e4d02c671d (diff) | |
| download | ftr-site-config-a247cc5261ff838383f76ffcd44a420caea75f70.tar.gz ftr-site-config-a247cc5261ff838383f76ffcd44a420caea75f70.zip | |
Some fixes (#250)
* Fix LF / CRLF
* Fix some typos
Diffstat (limited to 'archive.pressthink.org.txt')
| -rw-r--r-- | archive.pressthink.org.txt | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/archive.pressthink.org.txt b/archive.pressthink.org.txt index 828a242..ab973a3 100644 --- a/archive.pressthink.org.txt +++ b/archive.pressthink.org.txt @@ -1,11 +1,11 @@ -# Generated by FiveFilters.org's web-based selection tool
-# Place this file inside your site_config/custom/ folder
-
-title: //h3[contains(concat(' ',normalize-space(@class),' '),' title ')]
-body: //div[contains(concat(' ',normalize-space(@class),' '),' blogbody ')]
-date: //div[contains(concat(' ',normalize-space(@class),' '),' date ')]
-
-strip: //h3[contains(concat(' ',normalize-space(@class),' '),' title ')]
-strip: //span[contains(concat(' ',normalize-space(@class),' '),' posted ')]
-
-test_url: http://archive.pressthink.org/2003/09/08/basics_master.html
+# Generated by FiveFilters.org's web-based selection tool +# Place this file inside your site_config/custom/ folder + +title: //h3[contains(concat(' ',normalize-space(@class),' '),' title ')] +body: //div[contains(concat(' ',normalize-space(@class),' '),' blogbody ')] +date: //div[contains(concat(' ',normalize-space(@class),' '),' date ')] + +strip: //h3[contains(concat(' ',normalize-space(@class),' '),' title ')] +strip: //span[contains(concat(' ',normalize-space(@class),' '),' posted ')] + +test_url: http://archive.pressthink.org/2003/09/08/basics_master.html |
