3
1
Back

From 2b41ee3efa5988bba2d399ab56feb4b34b14c839 Mon Sep 17 00:00:00 2001 Subject: [PATCH 1/2] Docs for installation and contributing. D40f7ca1ca Experimenting with more panel layout ideas module led_5mm() { // Poly In Pictures elseif (strpos($article['link'], 'leasticoulddo.com/comic') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//img[starts-with(@src, 'sp') and contains(@src, 'comics')]", $article); // Dead Philosophers elseif (strpos($article['link'], 'girlswithslingshots.com/comic/') !== FALSE) { if (strpos($article["content"], "bonus panel!") !== FALSE) { // XKCD (alt tags we don't need to call out for) // XKCD (alt tags we don't need to call out for foreach ($imgs as $img) { From b4b4641770af206fdb9aac874d2d59b9ecc400d1 Mon Sep 17 00:00:00 2001 Subject: [PATCH] README correction and edits.

New Pull Request