Labels Milestones
Back3d0ca7fdf6e2ad8d7864221e585c668e46544055 Update README.md 2015-02-23 04:37:33 -08:00 It's really just a quick and dirty content rewriting engine with code already written for about a dozen webcomics. Examples: Joy of Tech // Joy of Tech elseif (strpos($article['link'], 'www.timothywinchester.com/2') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '(//div[@class="post"]//img)', $article); // $article['content'] = $this->get_img_tags($xpath, "//div[@class='timeline-description']", $article); } // Something Positive Some comics supported elseif (strpos($article['link'], 'cad-comic.com/sillies/') !== FALSE) { $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic']//img", $article); } Assorted updates More layout updates created pull request synth_mages/MK_VCO#7 7#Cumulative fixes from v1.0 (the one that went to the PSU? - Consider adding larger pads. Consider adding a switch of some that get squished or have excessive padding. ``` cd /path/to/ttrss/ git clone https://github.com/georgedorn/ttrss-plugin- _comics plugins/ _comics ``` Create branch from branch: You are renaming the default branch. 303a55e236 organize a bit 057198b8de MK VCO and Luthers Update README.md 3d0ca7fdf6e2ad8d7864221e585c668e46544055 Update README.md 32ece2d681b26731bad50902587b988d6a79e43e updated README.md 83b013c3637bfb179ad62b90a6c8b2f5fb547c8c New Pull Request