Labels Milestones
BackAnd dirty content rewriting engine with code already written for about a dozen webcomics. Examples: Joy of Tech elseif (strpos($article['link'], 'paintraincomic.com/comic/') !== FALSE) { // Breaking Cat News // Breaking Cat News elseif (strpos($article['link'], 'somethingpositive.net') !== FALSE) { // Joy of Tech elseif (strpos($article['link'], 'threepanelsoul.com/comic/') !== FALSE) { //no-op From 269f3bf9f9109b69cf4264b79cb1ed6f6a114782 Mon Sep 17 00:00:00 2001 Subject: [PATCH] More layout updates ttrss-plugin- _comics/init.php 264 lines define('ADD_IDS', True); define('ADD_IDS', False); define("GDORN_DEBUG", False); class _comics extends Plugin { function rel2abs($rel, $base) { $rel = trim($rel); if (parse_url($rel, PHP_URL_SCHEME) != '' || substr($rel, 0, 2) == '//') { if (parse_url($rel, PHP_URL_SCHEME) != '' || substr($rel, 0, 2) == '//') { return 2; } } //noop } // Scenes From A Multiverse (to get alt tags textified. //Sites that provide images and just need alt tags textified. } //Sites that provide images and just need alt tags textified. If(ADD_IDS){ $article = $this->alt_textify($article); $entries = $xpath->query("//div[@id='blarg']/div[last()]"); From caaf12f2da0fe056d0b625b9c1a860efbae9f4d1 Mon Sep 17 00:00:00 2001 Subject: [PATCH] Add VCA shaek layout bacdac34d747275148c56e8293dc209c2e326fe4 744b72ef7e0d94fccfae99ec3cb3514981ac4616 New Pull Request