From 251129589177055bf58eecc185c9ab943be7c86f Mon Sep 17 00:00:00 2001 From: timgws Date: Wed, 29 May 2013 11:18:31 +1000 Subject: Create .chicagotribune.com.txt --- .chicagotribune.com.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .chicagotribune.com.txt diff --git a/.chicagotribune.com.txt b/.chicagotribune.com.txt new file mode 100644 index 0000000..55a9ed2 --- /dev/null +++ b/.chicagotribune.com.txt @@ -0,0 +1,8 @@ +date: //span[@class='pubdate'] +author: //div[@id='mod-article-byline']/span[3] +body: //div[@id='area-article-first-block'] | //div[@id='mod-a-body-after-first-para'] +strip_id_or_class: byline + +strip: //div[@id='mod-article-byline'] + +test_url: http://www.chicagotribune.com/classified/automotive/used/chi-auto-refinance-pros-cons-20130513,0,4116070.story -- cgit v1.3.1 From 68821073ef8f9f2bbd73a8f67e791d596a26ced4 Mon Sep 17 00:00:00 2001 From: timgws Date: Wed, 29 May 2013 11:19:53 +1000 Subject: Create itwire.com.txt --- itwire.com.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 itwire.com.txt diff --git a/itwire.com.txt b/itwire.com.txt new file mode 100644 index 0000000..72b4106 --- /dev/null +++ b/itwire.com.txt @@ -0,0 +1,5 @@ +author: //a[@rel="author"] +date: //li[@class="itemDateCreated"] +strip: //div[contains(@class, 'legend-rounded')] + +test_url: http://www.itwire.com/it-industry-news/market/59661-ibm-looks-to-high-value-solutions-to-meet-changing-demands -- cgit v1.3.1 From ec1469bb11152d78ce9d438bda482df64eaca898 Mon Sep 17 00:00:00 2001 From: timgws Date: Wed, 29 May 2013 11:20:50 +1000 Subject: Create lifestyle.inquirer.net.txt --- lifestyle.inquirer.net.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 lifestyle.inquirer.net.txt diff --git a/lifestyle.inquirer.net.txt b/lifestyle.inquirer.net.txt new file mode 100644 index 0000000..25d544a --- /dev/null +++ b/lifestyle.inquirer.net.txt @@ -0,0 +1,7 @@ +title: //h1[@class='singlePageTitle'] + +strip: //p[contains(text(), 'Follow Us')] +strip: //p/strong[contains(text(), 'Recent Stories:')] +strip: //div[@id="sharefeature"] + +test_url: http://lifestyle.inquirer.net/100223/dusting-your-ceiling-fan -- cgit v1.3.1 From c31b0fd273e6cefe12944882582e6f7b9c17cea6 Mon Sep 17 00:00:00 2001 From: timgws Date: Wed, 29 May 2013 11:21:52 +1000 Subject: Create livescience.com.txt --- livescience.com.txt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 livescience.com.txt diff --git a/livescience.com.txt b/livescience.com.txt new file mode 100644 index 0000000..5275d34 --- /dev/null +++ b/livescience.com.txt @@ -0,0 +1,20 @@ +title: //div[@class="album_title"]//h1 +author: substring-before(//div[@class='by_line'], ',') +date: substring-after(substring-before(//div[@class="album_time"], ' Time'), 'Date: ') +body: //div[@class="about_text"] + +strip: //div[@class='large_popper'] +strip: //span[contains(@id, 'mag_glass')] +strip: //span[contains(@class, 'img_overlay')] +strip: //td//span +strip: //div[@class="center_adsense"] +strip: //div[@class="article_info"]//div[@class='asset_section'] +strip: //div[@class="article_additional"] +strip: //div[contains(@style, 'overflow:hidden')] +strip: //div[@class="aa_text"] +strip: //div[@id='nointelliTXT'] + +prune: no +autodetect_on_failure: no + +test_url: http://www.livescience.com/34569-why-flowers-close-at-night-nyctinasty.html -- cgit v1.3.1 From 33e2ad374ad047a42d1a8e01b13b03396933d561 Mon Sep 17 00:00:00 2001 From: timgws Date: Wed, 29 May 2013 11:24:23 +1000 Subject: Create newswise.com.txt --- newswise.com.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 newswise.com.txt diff --git a/newswise.com.txt b/newswise.com.txt new file mode 100644 index 0000000..10120ea --- /dev/null +++ b/newswise.com.txt @@ -0,0 +1,17 @@ +prune: no +tidy: no + +title: //h1/a[2] +body: //div[@id="main"] +author: //span[@id="articlesource"] +date: //span[contains(@class, 'releasedate')] + +strip: //div[@class="inst-logo"] +strip: //h1[1] + +strip_id_or_class: addthis +strip_id_or_class: released +strip_id_or_class: skiptranslate +strip_id_or_class: flash + +test_url: http://www.newswise.com/articles/first-heat-wave-of-season-puts-elderly-at-risk -- cgit v1.3.1