moodle/lang/en_utf8/help/rss_client/feedautodiscovery.html
poltawski 28dd2513a2 block/rss_client: MDL-19990 Make feed discovery configurable
Simplepie will try quite aggresively to autodiscover rss feeds by
default. Make this configurable when adding a feed and also store
the autodiscovered location rather than the input location.

I also removed the feed validator as this doesn't make much sense with
feed autodiscovery, and I think we can improve simplepie integration to
do this instead
2009-08-03 16:56:53 +00:00

10 lines
423 B
HTML

<h1>Feed Auto-discovery</h1>
<p>
With this option enabled Moodle will try to automatically discover a feed
on a web page if is not given a direct link to a feed.
</p>
<p>For example, when entering the Moodle Docs URL: <pre>http://docs.moodle.org</pre>
Moodle would automatically discover the recent changes feed to subscribe to:
<pre>http://docs.moodle.org/en/index.php?title=Special:RecentChanges&amp;feed=rss</pre>
</p>