diff --git a/mods/cad-comic.com.json b/mods/cad-comic.com.json new file mode 100644 index 0000000..6bc482a --- /dev/null +++ b/mods/cad-comic.com.json @@ -0,0 +1,12 @@ +{ + "name": "Ctrl+Alt+Del", + "author": "Roland Angerer", + "stamp": 1371647734, + "feed": "http://cdn.cad-comic.com/rss.xml", + "match": "cad-comic.com/cad", + "config": { + "type": "xpath", + "xpath": "div[@id='content']", + "cleanup": [ "div[@id='menu']", "div[contains(@class, 'navigation')]", "div[contains(@class, 'addthis_toolbar')]" ] + } +} diff --git a/mods/katzenfuttergeleespritzer.de.json b/mods/katzenfuttergeleespritzer.de.json new file mode 100644 index 0000000..bff77e4 --- /dev/null +++ b/mods/katzenfuttergeleespritzer.de.json @@ -0,0 +1,11 @@ +{ + "name": "Katzenfuttergeleespritzer.de", + "author": "Roland Angerer", + "stamp": 1371643613, + "feed": "http://www.katzenfuttergeleespritzer.de/feed/", + "match": "katzenfuttergeleespritzer.de/comics", + "config": { + "type": "xpath", + "xpath": "div[@id='comic']" + } +} diff --git a/mods/littleteacup.net.json b/mods/littleteacup.net.json new file mode 100644 index 0000000..1f30014 --- /dev/null +++ b/mods/littleteacup.net.json @@ -0,0 +1,11 @@ +{ + "name": "Fall on Me", + "author": "Roland Angerer", + "stamp": 1371642100, + "feed": "http://www.littleteacup.net/fallonme/feed/", + "match": "littleteacup.net/fallonme", + "config": { + "type": "xpath", + "xpath": "div[@id='comic']" + } +} diff --git a/mods/news.orf.at.json b/mods/news.orf.at.json new file mode 100644 index 0000000..58afa97 --- /dev/null +++ b/mods/news.orf.at.json @@ -0,0 +1,12 @@ +{ + "name": "news.ORF.at", + "author": "Roland Angerer", + "stamp": 1371640419, + "feed": "http://rss.orf.at/news.xml", + "match": "news.orf.at", + "config": { + "type": "xpath", + "xpath": "div[contains(@class, 'storyText')]", + "cleanup": [ "h1", "div[contains(@class, 'storyMeta')]" ] + } +} diff --git a/mods/paralleluniversum.net.json b/mods/paralleluniversum.net.json new file mode 100644 index 0000000..c5dbf30 --- /dev/null +++ b/mods/paralleluniversum.net.json @@ -0,0 +1,11 @@ +{ + "name": "Paralleluniversum", + "author": "Roland Angerer", + "stamp": 1371642493, + "feed": "http://www.paralleluniversum.net/feed/", + "match": "paralleluniversum.net", + "config": { + "type": "xpath", + "xpath": "div[@id='comic']" + } +} diff --git a/mods/peanuts.json b/mods/peanuts.json new file mode 100644 index 0000000..9c79829 --- /dev/null +++ b/mods/peanuts.json @@ -0,0 +1,11 @@ +{ + "name": "Peanuts", + "author": "Roland Angerer", + "stamp": 1371650174, + "feed": "http://feeds.feedburner.com/uclick/peanuts?format=xml", + "match": "gocomics.com/peanuts", + "config": { + "type": "xpath", + "xpath": "p[contains(@class, 'feature_item')]" + } +} diff --git a/mods/schlogger.de.json b/mods/schlogger.de.json new file mode 100644 index 0000000..764cb42 --- /dev/null +++ b/mods/schlogger.de.json @@ -0,0 +1,12 @@ +{ + "name": "schlogger", + "author": "Roland Angerer", + "stamp": 1371642811, + "feed": "http://schlogger.de/wordpress/feed/", + "match": "schlogger.de", + "config": { + "type": "xpath", + "xpath": "div[contains(@class, 'entry-content')]", + "cleanup": [ "iframe", "div[contains(@class, 'sharedaddy')]" ] + } +} diff --git a/mods/selektive-erinnerung.com.json b/mods/selektive-erinnerung.com.json new file mode 100644 index 0000000..eb0e6a6 --- /dev/null +++ b/mods/selektive-erinnerung.com.json @@ -0,0 +1,12 @@ +{ + "name": "Selektive Erinnerung", + "author": "Roland Angerer", + "stamp": 1371642811, + "feed": "http://www.selektive-erinnerung.com/rss", + "match": "selektive-erinnerung.com", + "config": { + "type": "xpath", + "xpath": "div[@id='post']", + "cleanup": [ "div[@id='postinfo']" ] + } +} diff --git a/mods/zaf.de.json b/mods/zaf.de.json new file mode 100644 index 0000000..e4f29ef --- /dev/null +++ b/mods/zaf.de.json @@ -0,0 +1,11 @@ +{ + "name": "Zombies and Fairytales", + "author": "Roland Angerer", + "stamp": 1371644173, + "feed": "http://166612.webhosting66.1blu.de/zaf_de/wordpress/feed/", + "match": "zaf_de/wordpress/comic", + "config": { + "type": "xpath", + "xpath": "div[@id='comic']" + } +}