RAA - blogrsd

blogrsd / 0.0.20041104

Short description: Blog::RSD
Category: Library/Net
Status: prototype
Created: 2004-11-03 19:54:30 GMT
Last update: 2004-11-03 19:54:30 GMT
Owner: MoonWolf (Projects of this owner)
Homepage: not available
Download: http://www.moonwolf.com/ruby/archive/blogrsd-0.0.20041104.tar.gz
License: Ruby's
Dependency:
None
Description:
Blog::RSD - RSD library
=======================

INSTALL
-------

    $ su
    # setup.rb

USAGE
-----

    require 'blog/rsd'
    uri = 'http://devlog.moonwolf.com/'
    url = Blog::RSD.detect_rsd(uri)
    rsd = Blog::RSD.new(Blog::RSD.get_rsd(url))
    puts rsd.to_s

LISENSE
-------

Ruby's

Edit this project (for project owner)

back to RAA top