3
1
Back

Href="https://gitea.circuitlocution.com/synth_mages/synth_tools/commit/5cacbfea2e523d618ea3bcbc0bca9c37eb36f10d">5cacbfea2e523d618ea3bcbc0bca9c37eb36f10d 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'], 'dilbert.com/strip/') !== FALSE) { $article['content'] .= "" . $entry->textContent . "

"; } } // Dinosaur Comics Cleanup elseif (strpos($article['link'], 'cad-comic.com/cad/') !== FALSE) { $article['content'] = $this->get_img_tags($xpath, "//img[@class='comic']", $article); //also get blog entry $entries = $xpath->query("//div[@id='signoff-wrapper']"); // Pain Train (to get alt tag elseif (strpos($article['link'], 'dead-philosophers.com/?p') .

New Pull Request