whtsky / whtsky/fulltextrssplz
[Feature Request] Add the author element to the fulltext feed (when specified on the original feed)
@whtsky is already working on this.
Since Mar 20, 2026.
- Dominant language
- TypeScript
- Stars
- 30
- Forks
- 6
- Avg merge
- 5h 20m
- Merged PRs (30d)
- 6
Description
Hello,
Using this script, I noticed the author of an article is not set on the fulltext feed, even if this information is on the original feed.
I would greatly appreciate to see this added, when it exists on the original feed, on a future release.
Here is the missing tag on an RSS feed :
<author>...</author>
Sometimes replaced with : <dc:creator>...</dc:creator>
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.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.