]> git.mjollnir.org Git - moodle.git/commit
Adding SimplePie feed parsing library MDL-7946, MDL-13932
authorpoltawski <poltawski>
Mon, 13 Apr 2009 15:29:08 +0000 (15:29 +0000)
committerpoltawski <poltawski>
Mon, 13 Apr 2009 15:29:08 +0000 (15:29 +0000)
commit80d72d56bc818ab0a6a66e223432be9c35876887
treeb3e3cd36b1cd865e33cee1ad4195aafdf17a86b2
parent6246de9526defb12fecb1a3c505f038467564bd6
Adding SimplePie feed parsing library MDL-7946, MDL-13932

To replace unmaintained magipie. Simplepie is actively maintained has some
nice features such as feed autodisovery. Implemented a simple extended class
which uses the Moodle core curl class from filelib.

Added unit test using the moodle.org sample files. Please note these tests will
fail if moodle can't make http connections out, so ensure proxy settings
etc are correct.
lib/simplepie/moodle_simplepie.php [new file with mode: 0644]
lib/simplepie/readme_moodle.txt [new file with mode: 0644]
lib/simplepie/simplepie.inc [new file with mode: 0644]
lib/simpletest/testrss.php [new file with mode: 0644]