# coto_rss # Description coto_rss is a PHP project capable of correcting faulty RSS feeds rampaging around the web (can also be used as a simple RSS feed proxy) # Requirements * PHP 5+ * `openssl` extension enabled in PHP config (`php.ini`) * `allow_url_fopen=1` in `php.ini` # Roadmap * be able to encode unencoded special characters without double encoding those already encoded (some RSS mix the two, for example title with "&" alone and content with "&") # Changelog * rev.19a updated readme and license * rev.19 removed content-type rss (since it makes browsers to download page instead of showing it) * rev.18 added option in curl to allow get from websites with bad cert * rev.17 replaced JS with a placeholder in the form * rev.16 added mb_convert_encoding to clear multi-bit encoded characters truncated in the middle. * rev.15 replaced file_get_contents with cURL * rev.14 replaced commands to delete everything before