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

What should readers do with items where date_modified is present but date_published is not? #132

Open
dmbaturin opened this issue Jan 28, 2020 · 3 comments

Comments

@dmbaturin
Copy link

Blog posts are rarely modified after publishing, but for other applications the opposite is true. Consider a feed for a wiki, or a project documentation site. The date when a wiki page was created is mostly irrelevant, while its modifications is what people may want to keep up with.

Example feeds always have date_published, and no guideline is given. Atom RFC doesn't have a guideline for handling a situation with <published> missing but <updated> though in practice many feeds omit <published> and <updated> is what readers consider important.

It would be nice to codify the recommended behaviour for JSONFeed.

@brentsimmons
Copy link
Collaborator

Good question. I would think showing the updated date would be the thing to do — it seems clear that the intent of the feed creator is that the published date isn’t important, while the updated date is.

@dmbaturin
Copy link
Author

@brentsimmons Shall I make a PR?

@brentsimmons
Copy link
Collaborator

Yes — please do.

dmbaturin added a commit to dmbaturin/JSONFeed that referenced this issue Jan 28, 2020
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

No branches or pull requests

2 participants