Todo List
SimplePie
- If the dimensions for media:content are defined, use them when width/height are set to 'auto'.
- Add ability to prefer one type of content over another (in a media group).
- Add support for end-user defined sorting of enclosures by type/handler (so we can prefer the faster-loading FLV over MP4).
- If an element exists at a level, but it's value is empty, we should fall back to the value from the parent (if it exists).
- Hardcode for release (there's no need to have to call SimplePie_Misc::parse_date() only every load of simplepie.inc)
- Move to properly supporting RFC2616 (HTTP/1.1)
- Move to using an actual HTML parser (this will allow tags to be properly stripped, and to switch between HTML and XHTML), this will also make it easier to shorten a string while preserving HTML tags
- Also, |atom:link|@rel=self
- If we have a perm redirect we should return the new URL
- When we make the above change, let's support <itunes:new-feed-url> as well
|
|