3
1
Back

D="M 2.4803044,6.7913398 V 6.9881903" d="m 2.5787294,6.889765 h -0.19685" d="m -2.5590543,2.521019 v 0.07874" d="m -2.5196841,2.5590618 h -0.07874" d="m -0.59055042,2.521019 v 0.07874" d="M 2.992121,8.8569411 H 2.913381" It's really just a quick and dirty content rewriting engine with code already written for about a dozen webcomics. Examples: Joy of Tech Scenes From A Multiverse (to get alt tag) elseif (strpos($article['link'], 'jesusandmo.net') !== FALSE) { $article['content'] = str_replace('comicsthumbs', 'comics', $article['content']); foreach ($entries as $entry) { $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic']//img", $article); } // Dead Philosophers elseif (strpos($article['content'], 'www.asofterworld.com/index.php?id') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '(//div[@id="comicbody"]//img)', $article) . $article['content']; } // Dilbert elseif (strpos($article['link.

New Pull Request