Labels Milestones
BackDozen webcomics. Examples: Joy of Tech elseif (strpos($article['link'], 'dilbert.com/strip/') !== FALSE) { $imgs = $xpath->query('//img'); //doesn't get simpler than this foreach ($imgs as $img) { $article['content'] = $img_tag . $article['content']; } Various updates, additions Various updates, additions Updated LICD, alter alt-textify to handle both title and alt tags textified. 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, '(//img[@id="main-comic"])', $article); $article['content'] .= "
$orig_content"; } // Something Positive elseif (strpos($article['link'], 'threepanelsoul.com/2') !== FALSE) { $article['content'] = $matches[1]; } } return $article; } function init($host) { // replace the