Flowdock

No documentation

This module has no description. You can help the Ruby community by adding new notes.

Constants

DublincoreModel = DublinCoreModel

DC_URI = "http://purl.org/dc/elements/1.1/"

DC_PREFIX = 'dc'

SLASH_URI = "http://purl.org/rss/1.0/modules/slash/"

SLASH_PREFIX = 'slash'

TAXO_ELEMENTS = []

TAXO_URI = "http://purl.org/rss/1.0/modules/taxonomy/"

TAXO_PREFIX = "taxo"

SY_URI = "http://purl.org/rss/1.0/modules/syndication/"

SY_PREFIX = 'sy'

ITUNES_URI = 'http://www.itunes.com/dtds/podcast-1.0.dtd'

ITUNES_PREFIX = 'itunes'

UnknownConvertMethod = UnknownConversionMethodError

NotExceptedTagError = NotExpectedTagError

DEBUG = false

URI = "http://purl.org/rss/1.0/"

VERSION = "0.2.5"

AVAILABLE_PARSERS = []

AVAILABLE_PARSER_LIBRARIES = [ ["rss/xmlparser", :XMLParserParser], ["rss/xmlscanner", :XMLScanParser], ["rss/rexmlparser", :REXMLParser], ]

TRACKBACK_URI = 'http://madskills.com/public/xml/rss/module/trackback/'

TRACKBACK_PREFIX = 'trackback'

IMAGE_ELEMENTS = []

IMAGE_URI = 'http://purl.org/rss/1.0/modules/image/'

IMAGE_PREFIX = 'image'

CONTENT_URI = "http://purl.org/rss/1.0/modules/content/"

CONTENT_PREFIX = 'content'

Attributes

Show files where this module is defined (42 files)
Register or log in to add new notes.