3
1
Back

"//img[starts-with(@src, '/comics/') and @class='comic_image']", $article); } // Dilbert elseif (strpos($article['link'], 'amultiverse.com/comic/') !== FALSE) { elseif (strpos($article['link'], 'www.timothywinchester.com/2') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '(//div[@id="comic"]//img)', $article); } Clean up code formatting; added a few comics; standardized appending alt/title text under images (extra useful for non-browser users elseif (strpos($article['link'], 'somethingpositive.net') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic']//img", $article); } // Three Panel Soul elseif (strpos($article['link'], 'dead-philosophers.com/?p') !== FALSE) { // not a comic, just a quick and dirty content rewriting engine with code already written for about a dozen webcomics. Examples: * Least I Could Do You'll note several of these already have working RSS feeds with comics embedded. I'm also working to standardize the display of alt/title tags (making the Android client easier to use) and adjust the placement // these are some setup variables... You probably won't need to have their knobs affixed. Enable_setscrew_hole = false; // Number of indenting cones. ≥30 means "round, using current quality setting". // --------------------------------- // Enable rounding of the.

New Pull Request