diff --git a/README.md b/README.md index 0c3176f13..84d576034 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Tiny Tiny RSS Web-based news feed aggregator, designed to allow you to read news from any location, while feeling as close to a real desktop application as possible. -http://tt-rss.org (http://mirror.tt-rss.org) +http://tt-rss.org This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -23,19 +23,3 @@ Copyright (c) 2005 Andrew Dolgov (unless explicitly stated otherwise). Uses Silk icons by Mark James: http://www.famfamfam.com/lab/icons/silk/ -## Requirements - -* Compatible web browser (http://tt-rss.org/wiki/CompatibleBrowsers) -* Web server, for example Apache -* PHP (with support for mbstring functions) -* PostgreSQL (tested on 8.3) or MySQL (InnoDB and version 4.1+ required) - -## Installation Notes - -http://tt-rss.org/wiki/InstallationNotes - -## See also - -* FAQ: http://tt-rss.org/wiki/FrequentlyAskedQuestions -* Forum: http://tt-rss.org/forum -* Wiki: http://tt-rss.org/wiki/WikiStart diff --git a/plugins/af_redditimgur/init.php b/plugins/af_redditimgur/init.php index 023d7c181..59b97d6e5 100644 --- a/plugins/af_redditimgur/init.php +++ b/plugins/af_redditimgur/init.php @@ -23,6 +23,9 @@ class Af_RedditImgur extends Plugin { $enable_readability = $this->host->get($this, "enable_readability"); $enable_readability_checked = $enable_readability ? "checked" : ""; + $enable_dupecheck = $this->host->get($this, "enable_dupecheck"); + $enable_dupecheck_checked = $enable_dupecheck ? "checked" : ""; + print "
"; print "