Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use dc:creator for author of the post in RSS #130

Open
deadcoder0904 opened this issue Oct 18, 2020 · 5 comments · May be fixed by #131
Open

Use dc:creator for author of the post in RSS #130

deadcoder0904 opened this issue Oct 18, 2020 · 5 comments · May be fixed by #131
Labels
question Indicates that an issue or pull request needs more information

Comments

@deadcoder0904
Copy link

Is your feature request related to a problem? Please describe.
I want to set the author of the post in RSS.

Describe the solution you'd like
Use dc:creator in order to display the author of the post.

Additional context
See https://css-tricks.com/feed/ or https://blog.logrocket.com/feed/ for an example of dc:creator

@deadcoder0904 deadcoder0904 linked a pull request Oct 18, 2020 that will close this issue
@jpmonette
Copy link
Owner

@deadcoder0904 Which app is parsing this attribute? Any documentation out there?

@jpmonette jpmonette added the question Indicates that an issue or pull request needs more information label Nov 20, 2020
@deadcoder0904
Copy link
Author

I think Reeder for Mac does. Check the screenshot for the author's name with red color.

author

Idk where to find the documentation but when I search dc:creator rss on Google → https://www.google.com/search?q=dc%3Acreator+rss, I get georgemandis/jekyll-rss-feeds#12

However, I've been seeing it a lot in blog feeds lately :)

@gentax gentax mentioned this issue Nov 23, 2020
@chazmcgarvey
Copy link

chazmcgarvey commented Jan 22, 2021

The creator element is from the Dublin Core Metadata Initiative.

Here's the schema: https://dublincore.org/schemas/xmls/qdc/2008/02/11/dc.xsd

This element is seen all the time on feeds associated with WordPress blogs. It has become popular and generally preferred over the author element because the latter requires publishing an email address. The format for the creator element content is less restrictive and usually is just a name or username/handle.

Ref: https://www.rssboard.org/rss-profile#namespace-elements-dublin

@deadcoder0904 Your patch seems okay. I'd love to see it merged.

Edit: Actually it does need one small fix. If creator is used we also need to add the schema. Looking at the code, this can be done by just setting isContent to true... although I don't know why the dc and content schemas are associated with the same logic; I think there should be a separate isDublinCore variable...

@udit-001
Copy link

Any updates on this? Since I was trying to submit my RSS feed to flipboard and their specification requires me to include the author using this tag only, I have got lots of feed going on in my blog using this module, it would be great to be able to include this tag as well!

Flipboard Spec : https://about.flipboard.com/rss-spec/

@rodrigo-arias
Copy link

rodrigo-arias commented Jul 20, 2023

Coming from WordPress feeds I would really appreciate it if this was an option available. This is a much more flexible and less restrictive field than author for the reasons that @chazmcgarvey already explained. @jpmonette do you think something additional is necessary to move forward with 234? Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Indicates that an issue or pull request needs more information
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants