RAA - opml

opml / 0.0.20060519

Short description: OPML Parser
Category: Library/WWW
Status: beta
Created: 2006-05-18 15:35:21 GMT
Last update: 2006-05-18 15:35:21 GMT
Owner: MoonWolf (Projects of this owner)
Homepage: not available
Download: http://www.moonwolf.com/ruby/archive/opml-0.0.20060519.tar.gz
License: Ruby's
Dependency:
None
Description:
OPML - OPML Parser
===============================================

INSTALL
-------

    $ su
    # setup.rb

USAGE
-----

    require 'opml'
    require 'pp'
    
    parser = OPML::Parser.new(STDIN)
    opml = parser.parse_tree
    pp opml

Edit this project (for project owner)

back to RAA top