Module: AtomFeed
- Defined in:
- lib/atom_feed.rb,
lib/atom_feed/atom_feed.rb,
lib/atom_feed/atom_link.rb,
lib/atom_feed/atom_text.rb,
lib/atom_feed/atom_person.rb,
lib/atom_feed/open_search.rb,
lib/atom_feed/atom_category.rb,
lib/atom_feed/atom_generator.rb,
lib/atom_feed/atom_feed_entry.rb,
lib/atom_feed/open_search_query.rb
Overview
This library is for parsing Atom feeds.
Defined Under Namespace
Classes: AtomCategory, AtomFeed, AtomFeedEntry, AtomGenerator, AtomLink, AtomPerson, AtomText, OpenSearch, OpenSearchQuery
Constant Summary collapse
- VERSION =
"0.3.3"
- NS_ATOM_2005 =
Atom 1.0 namespace
"http://www.w3.org/2005/Atom"
- NS_OPENSEARCH_11 =
OpenSearch 1.1 Draft 4 namespace
"http://a9.com/-/spec/opensearch/1.1/"
- NS =
Well-known namespaces for use in Nokogiri
{"atom" => NS_ATOM_2005, "opensearch" => NS_OPENSEARCH_11}