diff options
| -rw-r--r-- | archive.pressthink.org.txt | 11 | ||||
| -rw-r--r-- | oxfordamerican.com.txt | 9 |
2 files changed, 20 insertions, 0 deletions
diff --git a/archive.pressthink.org.txt b/archive.pressthink.org.txt new file mode 100644 index 0000000..828a242 --- /dev/null +++ b/archive.pressthink.org.txt @@ -0,0 +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
diff --git a/oxfordamerican.com.txt b/oxfordamerican.com.txt new file mode 100644 index 0000000..0a9db3d --- /dev/null +++ b/oxfordamerican.com.txt @@ -0,0 +1,9 @@ +# Generated by FiveFilters.org's web-based selection tool
+# Place this file inside your site_config/custom/ folder
+
+title: //h2[contains(concat(' ',normalize-space(@class),' '),' itemTitle ')]
+body: //div[contains(concat(' ',normalize-space(@class),' '),' itemFullText ')]
+author: //span[contains(concat(' ',normalize-space(@class),' '),' itemAuthor ')]
+date: //span[contains(concat(' ',normalize-space(@class),' '),' itemDateCreated ')]
+
+test-url: http://www.oxfordamerican.org/magazine/item/1066-sweet-bitter-blues
\ No newline at end of file |
