summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-01-22 21:57:31 +0300
committerAndrew Dolgov <[email protected]>2017-01-22 21:57:31 +0300
commit141df0c4cfb13745a9b8598438ab80142d8fe97a (patch)
treec73973aad41f0c5bf35edf12f080b5e573f8250b
parentad326dbf78f824c3b26558a05893cec80e07f898 (diff)
parenta25c3c299858b3033c796bd406c12ec097aec5ec (diff)
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
-rw-r--r--plugins/af_comics/init.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/af_comics/init.php b/plugins/af_comics/init.php
index 0c43f6aec..38ef82fd9 100644
--- a/plugins/af_comics/init.php
+++ b/plugins/af_comics/init.php
@@ -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>";
}