3
1
Back

71248cb440 Updates from real TL0x4s Compare 6 commits » 33729ec97f More repo cleanup, adopt github .gitignore file Select branches Hide Pull Requests revised README.md to rev 2 beta by adding +5V, and both trigger/gate and CV routing 605f29538d edits README.md file 666c48f795 adds README.md file adds README.md file 4f6e9e0984 Updated LICD, alter alt-textify to handle both title and alt tags textified. $article['content'] .= "

" . $entry->ownerDocument->saveXML($entry) . "

"; } } //Sites that provide images and just need alt tags if both exist elseif (strpos($article['link'], 'www.robot-hugs.com/') !== FALSE) { // And get blog entry $entries = $xpath->query("//div[@id='signoff-wrapper']"); foreach ($entries as $entry) { $article['content'] = $this->get_img_tags($xpath, '(//div[@id="aftercomic"]//img)', $article); Assorted.

New Pull Request