Skip to content

Removed author tag inside channel tag in RSS#2126

Merged
ErisDS merged 1 commit intoTryGhost:masterfrom
aiampogi:issue-2114-rssFeeds
Feb 7, 2014
Merged

Removed author tag inside channel tag in RSS#2126
ErisDS merged 1 commit intoTryGhost:masterfrom
aiampogi:issue-2114-rssFeeds

Conversation

@aiampogi
Copy link
Contributor

@aiampogi aiampogi commented Feb 5, 2014

closes #2114

  • instead of putting author in feedOptions of node-rss, it was moved to itemOptions
  • supplying author: user ? user.name : null in itemOptions will still result to creating a dc:creator tag inside item tags so the info needed to have the author is still there like before
  • node-rss should however still fix this quirk to not have that nasty author tag in channel tag when you supply author in feedOptions

closes TryGhost#2114
- instead of putting author in feedOptions of node-rss, it was moved to itemOptions
- supplying author: user ? user.name : null in itemOptions will still result to creating a dc:creator tag inside item tags so the info needed to have the author is still there like before
- node-rss should however still fix this quirk to not have that nasty author tag in channel tag when you supply author in feedOptions
ErisDS added a commit that referenced this pull request Feb 7, 2014
Removed author tag inside channel tag in RSS
@ErisDS ErisDS merged commit 0dc0a9b into TryGhost:master Feb 7, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bug: RSS feeds not validating

2 participants