3
1
Back

Speheres up or down // in case of crashes master ttrss-plugin- _comics/init.php 392 lines 71248cb440 Updates from real TL0x4s d8eca8dc7ee0c083143ca1478ae7c1277063e5c9 Add polygon calculation for wing plates bab77fac9d Add befaco image for inspo bab77fac9dc44b0a10d743c564c65ae0938027f6 Update README.md 2015-02-23 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: Joy of Tech elseif (strpos($article['link'], 'cad-comic.com/sillies/') !== FALSE) { // Wondermark (alt tag already present foreach($imgs as $img){ $article['content'] .= "
Alt: " . $img->getAttribute('title') . ""; } } // Two Lumps // Two Lumps $orig_content = strip_tags($article['content']); $article['content'] = $this->get_img_tags($xpath, '(//div[@id="comic"]//img)', $article); } // Wondermark (alt tag.

New Pull Request