3
1
Back

27 commits » merged pull request 'new_footprints' (#5) from new_footprints into main 1705ad98fb Put title box in PDF export // Something Positive elseif (strpos($article['link'], 'https://web3isgoinggreat.com/single/') !== FALSE) { // And get blog entry $entries = $xpath->query("//div[@class='entry']"); if (preg_match("@.*(.*)@", $article['content'], $matches)) { // Poly In Pictures elseif (strpos($article['link'], 'leasticoulddo.com/comic') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = preg_replace("@@", '', $article['content']); Clean up code formatting; added a few comics; standardized appending alt/title text under images (extra useful for non-browser users) 2015-03-02 17:38:43 -08:00 } $article = $this->alt_textify($article); if (GDORN_DEBUG && $article['debug']) { foreach ($imgs as $img) { $article['content'] .= "
ID: " . $img->getAttribute('title') . ""; } if(preg_match("@.*()@", $article['content'], $matches)) { if (!$alt_text .

New Pull Request