3
1
Back

Add notes about UX component wiring initial notes for other changes requested

  • Reduce the font size to 9mm and align it precisely for repeatability f45c980890b44925f97883520535060dead99dd7 Collect other files not yet included in repo Latest commits for file Images/IMG_6753.JPG **Untested hardware and software — Do not assume anything works!** submodules ``` git clone --recurse-submodules git@gitlab.com:rsholmes/precadsr.git $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic-img']//img", $article); // Timothy Winchester (People I Know) // Timothy Winchester (People I Know) elseif (strpos($article['link'], 'www.geekculture.com/joyoftech/') !== FALSE) { elseif (strpos($article['link'], 'threepanelsoul.com/2') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic']//img", $article); } Clean up code formatting; added a few comics; standardized appending alt/title text under images (extra useful for non-browser users function get_content($link) { .

    New Pull Request