mirror of
https://github.com/moodle/moodle.git
synced 2025-08-10 19:36:41 +02:00

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
10 lines
423 B
HTML
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&feed=rss</pre>
|
|
</p>
|