aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rss/slash.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rss/slash.rb')
-rw-r--r--lib/rss/slash.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/rss/slash.rb b/lib/rss/slash.rb
index f102413b46..65c61142e1 100644
--- a/lib/rss/slash.rb
+++ b/lib/rss/slash.rb
@@ -1,7 +1,9 @@
require 'rss/1.0'
module RSS
+ # The prefix for the Slash XML namespace.
SLASH_PREFIX = 'slash'
+ # The URI of the Slash specification.
SLASH_URI = "http://purl.org/rss/1.0/modules/slash/"
RDF.install_ns(SLASH_PREFIX, SLASH_URI)