Sha256: ddb603e18d74fda056d9926822e1bf7a1139df7f176c8e9eafe39e3c9a4fd7ba

Contents?: true

Size: 881 Bytes

Versions: 1

Compression:

Stored size: 881 Bytes

Contents

= README: XSPF for Ruby
This library reads and parses a XSPF playlist file. This is release 0.2. 

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)

Homepage::  http://www.elpauer.org/xspf/

== Licensing
XSPF for Ruby is available under the Ruby license and the GPLv2 license

== Requirements
XSPF for Ruby requires Ruby 1.8.2 or better. It should work with Ruby 1.6 if
REXML is installed, but this has not been tested.

#--
# XSPF for Ruby
#   http://rubyforge.org/projects/xspf/
#   Copyright 2006 Pau Garcia i Quiles
#   Licensed under the Ruby license and the GPLv2 license

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
xspf-0.3 README