summaryrefslogtreecommitdiff
path: root/lib/rss/content.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rss/content.rb')
-rw-r--r--lib/rss/content.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/rss/content.rb b/lib/rss/content.rb
index b12ee918aa..5a2120c067 100644
--- a/lib/rss/content.rb
+++ b/lib/rss/content.rb
@@ -1,7 +1,9 @@
require "rss/rss"
module RSS
+ # The prefix for the Content XML namespace.
CONTENT_PREFIX = 'content'
+ # The URI of the Content specification.
CONTENT_URI = "http://purl.org/rss/1.0/modules/content/"
module ContentModel