README in xspf-0.3 vs README in xspf-0.4

- old
+ new

@@ -1,17 +1,14 @@ = README: XSPF for Ruby -This library reads and parses a XSPF playlist file. This is release 0.2. +This library parses and generates XSPF playlist documents. This is release 0.4. -At this early stage of development, it is not yet possible to write XSPF -files. - Current limitations: - - Only read, not write, XSPF files - - For "link" and "extension" elements, only the first one is found - - The "attribution" element is not parsed (the XML content is returned) - - The "extension" element is not parsed (the XML content is returned) + - For 'link', 'meta' and 'extension' elements, only the first one is parsed and only +one can be generated + - The content of the 'attribution' element is not parsed (the XML content is returned) + - The content of the 'extension' element is not parsed (the XML content is returned) -Homepage:: http://www.elpauer.org/xspf/ +Homepage:: http://xspf.rubyforge.org == Licensing XSPF for Ruby is available under the Ruby license and the GPLv2 license == Requirements