1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-10 15:29:43 +00:00

Merge branch 'af-comics-ui' into 'master'

Added feed URL instructions for GoComics.

GoComics feed URL syntax now included on existing Prefs page for af_comics plugin.

See merge request !43
This commit is contained in:
Andrew Dolgov
2017-01-22 21:57:31 +03:00

View File

@@ -57,6 +57,8 @@ class Af_Comics extends Plugin {
}
print "</ul>";
print "<p>".__('GoComics requires a specific URL to workaround their lack of feed support: <code>http://feeds.feedburner.com/uclick/<em>comic_name</em></code> (e.g. <code>http://www.gocomics.com/garfield</code> uses <code>http://feeds.feedburner.com/uclick/garfield</code>).')."</p>";
print "</div>";
}