Labels Milestones
Backf12031bb4117bdc0bfa93734f5e1f978a14297b0 edits README.md file 666c48f795 adds README.md file adds README.md file again edits README.md file edits README.md file 4f6e9e0984 Updated LICD, alter alt-textify to handle both title and alt tags textified. Elseif (strpos($article['content'], 'imgs.xkcd.com/comics/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = preg_replace('#(/[0-9-]+)-150x150\.gif#', '$1.gif', $article['content']); $article['content'] = $this->get_img_tags($xpath, '(//div[@id="comicFrame"])', $article); } // Dead Philosophers elseif (strpos($article['link'], 'somethingpositive.net') !== FALSE) { $article['content'] .= "" . $msg . ""; } if (ADD_IDS) { $imgs = $xpath->query('//img'); //doesn't get simpler than this foreach($imgs as $img){ if ($img->getAttribute('title')) { // replace the