summaryrefslogtreecommitdiff
path: root/plugins/af_comics/init.php
diff options
context:
space:
mode:
authorJustAMacUser <[email protected]>2017-01-22 13:52:25 -0500
committerJustAMacUser <[email protected]>2017-01-22 13:52:25 -0500
commita25c3c299858b3033c796bd406c12ec097aec5ec (patch)
treec73973aad41f0c5bf35edf12f080b5e573f8250b /plugins/af_comics/init.php
parentad326dbf78f824c3b26558a05893cec80e07f898 (diff)
Added feed URL instructions for GoComics.
Diffstat (limited to 'plugins/af_comics/init.php')
-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>";
}