Skip to content

Commit

Permalink
Add more namespaces and sort sort-of alphabetically
Browse files Browse the repository at this point in the history
  • Loading branch information
danmactough committed Sep 2, 2012
1 parent f96f123 commit f92448a
Showing 1 changed file with 14 additions and 8 deletions.
22 changes: 14 additions & 8 deletions namespaces.js
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -8,19 +8,25 @@ module.exports = { 'http://www.w3.org/2005/Atom': 'atom' // v1.0
, 'http://purl.org/atom/ns#': 'atom' // v0.3 , 'http://purl.org/atom/ns#': 'atom' // v0.3
, 'http://www.w3.org/1999/02/22-rdf-syntax-ns#' : 'rdf' , 'http://www.w3.org/1999/02/22-rdf-syntax-ns#' : 'rdf'
, 'http://purl.org/rss/1.0/' : 'rdf' // rss v1.0 , 'http://purl.org/rss/1.0/' : 'rdf' // rss v1.0
, 'http://my.netscape.com/rdf/simple/0.9/' : 'rdf' // rss v0.90
, 'http://webns.net/mvcb/' : 'admin'
, 'http://creativecommons.org/ns#' : 'cc'
, 'http://web.resource.org/cc/' : 'cc'
, 'http://purl.org/rss/1.0/modules/content/' : 'content'
, 'http://backend.userland.com/creativeCommonsRSSModule' : 'creativecommons'
, 'http://cyber.law.harvard.edu/rss/creativeCommonsRssModule.html' : 'creativecommons'
, 'http://purl.org/dc/elements/1.1/': 'dc' , 'http://purl.org/dc/elements/1.1/': 'dc'
, 'http://purl.org/dc/elements/1.0/': 'dc'
, 'http://purl.oclc.org/net/rss_2.0/enc#' : 'enc'
, 'http://rssnamespace.org/feedburner/ext/1.0' : 'feedburner'
, 'http://www.itunes.com/dtds/podcast-1.0.dtd' : 'itunes' , 'http://www.itunes.com/dtds/podcast-1.0.dtd' : 'itunes'
, 'http://www.w3.org/2003/01/geo/wgs84_pos#' : 'geo'
, 'http://www.georss.org/georss' : 'georss'
, 'http://search.yahoo.com/mrss/' : 'media' , 'http://search.yahoo.com/mrss/' : 'media'
, 'http://rssnamespace.org/feedburner/ext/1.0' : 'feedburner' , 'http://search.yahoo.com/mrss' : 'media' // commonly-used but wrong
, 'http://www.pheedo.com/namespace/pheedo' : 'pheedo' , 'http://www.pheedo.com/namespace/pheedo' : 'pheedo'
, 'http://purl.org/rss/1.0/modules/content/' : 'content'
, 'http://purl.oclc.org/net/rss_2.0/enc#' : 'enc'
, 'http://webns.net/mvcb/' : 'admin'
, 'http://purl.org/rss/1.0/modules/syndication/' : 'syn' , 'http://purl.org/rss/1.0/modules/syndication/' : 'syn'
, 'http://web.resource.org/cc/' : 'cc' , 'http://feedsync.org/2007/feedsync' : 'sx' // feedsync (Simple Sharing Extensions) http://feedsyncsamples.codeplex.com/
, 'http://creativecommons.org/ns#' : 'cc'
, 'http://backend.userland.com/creativeCommonsRSSModule' : 'creativecommons'
, 'http://cyber.law.harvard.edu/rss/creativeCommonsRssModule.html' : 'creativecommons'
, 'http://purl.org/rss/1.0/modules/taxonomy/' : 'taxo' , 'http://purl.org/rss/1.0/modules/taxonomy/' : 'taxo'
, 'http://purl.org/syndication/thread/1.0': 'thr' , 'http://purl.org/syndication/thread/1.0': 'thr'
, 'http://www.w3.org/1999/xhtml' : 'xhtml' , 'http://www.w3.org/1999/xhtml' : 'xhtml'
Expand Down

0 comments on commit f92448a

Please sign in to comment.