3
1
Back

04:37:33 -08:00 It's really just a quick and dirty content rewriting engine with code already written for about a dozen webcomics. Examples: * Least I Could Do (wtf image size? If (preg_match("@.*()@", $article['content'], $matches)) { // $xpath = $this->get_xpath_dealie($article['link']); // $img_tag = $this->get_img_tags($xpath, "//div[@id='comic']/noscript/img", $article); } // Dead Philosophers elseif (strpos($article['link'], 'somethingpositive.net') !== FALSE) { // slightly complicated; the link is to say.

New Pull Request