diff --git a/README.markdown b/README.markdown index 6973c51..1218711 100644 --- a/README.markdown +++ b/README.markdown @@ -373,6 +373,8 @@ Don't forget to send a pull request or a ticket to share your contribution with - *.wsj.com - github.com - golem.de +- ing.dk +- karriere.jobfinder.dk - lifehacker.com - lists.* - medium.com @@ -382,6 +384,7 @@ Don't forget to send a pull request or a ticket to share your contribution with - smallhousebliss.com - spiegel.de - techcrunch.com +- version2.dk - www.bbc.co.uk - www.businessweek.com - www.cnn.com diff --git a/vendor/PicoFeed/Rules/ing.dk.php b/vendor/PicoFeed/Rules/ing.dk.php new file mode 100644 index 0000000..c4a80be --- /dev/null +++ b/vendor/PicoFeed/Rules/ing.dk.php @@ -0,0 +1,8 @@ + 'http://ing.dk/artikel/smart-husisolering-og-styring-skal-mindske-japans-energikrise-164517', + 'body' => array( + '//section[contains(@class, "teaser")]', + '//section[contains(@class, "body")]', + ) +); \ No newline at end of file diff --git a/vendor/PicoFeed/Rules/karriere.jobfinder.dk.php b/vendor/PicoFeed/Rules/karriere.jobfinder.dk.php new file mode 100644 index 0000000..2ffafd6 --- /dev/null +++ b/vendor/PicoFeed/Rules/karriere.jobfinder.dk.php @@ -0,0 +1,8 @@ + 'http://karriere.jobfinder.dk/artikel/dansk-professor-skal-lede-smart-grid-forskning-20-millioner-dollars-763', + 'body' => array( + '//section[contains(@class, "teaser")]', + '//section[contains(@class, "body")]', + ) +); \ No newline at end of file diff --git a/vendor/PicoFeed/Rules/version2.dk.php b/vendor/PicoFeed/Rules/version2.dk.php new file mode 100644 index 0000000..ce57beb --- /dev/null +++ b/vendor/PicoFeed/Rules/version2.dk.php @@ -0,0 +1,8 @@ + 'http://www.version2.dk/artikel/surface-pro-2-fungerer-bedre-til-arbejde-end-fornoejelse-55195', + 'body' => array( + '//section[contains(@class, "teaser")]', + '//section[contains(@class, "body")]', + ) +); \ No newline at end of file