3
1
Back

Initial Wondermark fix; added Oatmeal initial Fix for when invisiblebread has no bread elseif (strpos($article['link'], '//theoatmeal.com/comics/') !== FALSE) { $doc = new DOMDocument(); elseif (strpos($article['link'], 'questionablecontent') !== 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 elseif (strpos($article['link'], 'threepanelsoul.com/2') !== FALSE) { $article['content'] = $img_tag . $article['content']; } // Cyanide & Happiness elseif (strpos(strtolower($article['link']), 'giantitp.com/comics/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic']//img", $article); } // Something Positive if (!$alt_text){ Added BCN, Something Positive Some comics supported if (strpos($article["link"], "penny-arcade.com") !== FALSE ) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '//td/img[contains(@src, "/comics/images/")]', $article); } Assorted updates More layout updates ttrss-plugin- _comics/init.php 478 lines /* Parametric Potentiometer Knob Generator version 1.1 or earlier of the Agreement Steward reserves the right sub-panel top_row = height - v_margin - title_font; left_rib_x = thickness * 1; //right_rib_x = width_mm.

New Pull Request