Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,12 @@ function generateXML (data){
});

//set up the attributes for the RSS feed.
//added media
var _attr = {
'xmlns:dc': 'http://purl.org/dc/elements/1.1/',
'xmlns:content': 'http://purl.org/rss/1.0/modules/content/',
'xmlns:atom': 'http://www.w3.org/2005/Atom',
'xmlns:media': 'http://search.yahoo.com/mrss/',
version: '2.0'
};

Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "1.2.2",
"description": "RSS feed generator. Add RSS feeds to any project. Supports enclosures and GeoRSS.",
"keywords": [
"RH-Custom",
"rss",
"xml",
"atom",
Expand All @@ -24,6 +25,7 @@
"email": "[email protected]"
},
"contributors": [
"Ricky",
"Dylan Greene <[email protected]>",
"Xavier Damman <[email protected]>",
"Michael R. Lange",
Expand Down