dylang / node-rss

RSS feed generator for Node.
https://npmjs.org/package/rss
MIT License
999 stars 133 forks source link

readme.md - managingEditor/author/webMaster should be email addresses #82

Open increpare opened 6 years ago

increpare commented 6 years ago

https://validator.w3.org/feed/docs/rss2.html specifies

managingEditor - Email address for person responsible for editorial content. webMaster - Email address for person responsible for technical issues relating to channel. author - Email address of the author of the item. ( https://validator.w3.org/feed/docs/rss2.html#ltauthorgtSubelementOfLtitemgt )

A list of valid formats for email addresses is included here https://validator.w3.org/feed/docs/error/InvalidContact.html

Therefore I'd say the examples should be changed, as well as the documentation of the fields so as to specify that you should enter an email address.


I learned this by using the w3org rss feed validator https://validator.w3.org/feed


Ah, this is also a more general version of https://github.com/dylang/node-rss/issues/30