module RSS

Overview

Really Simple Syndication (RSS) is an XML-based document format for the syndication of web content so that it can be republished on other sites or downloaded periodically and presented to users. The RSS 2.0 specification describes how to create RSS documents.

Defined in:

rss.cr
rss/models/category.cr
rss/models/channel.cr
rss/models/cloud.cr
rss/models/enclosure.cr
rss/models/guid.cr
rss/models/image.cr
rss/models/item.cr
rss/models/model.cr
rss/models/source.cr
rss/models/text_input.cr
rss/version.cr

Constant Summary

VERSION = "0.1.0"

Class Method Summary

Class Method Detail

def self.parse(xml_content : String) #

[View source]