-
Notifications
You must be signed in to change notification settings - Fork 208
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
Using atom elements in RSS feed #151
Comments
Ok, special atom handling in RSS is already done for While at it, I'll incorporate |
Necoro
added a commit
to Necoro/gofeed
that referenced
this issue
Aug 22, 2020
Necoro
added a commit
to Necoro/gofeed
that referenced
this issue
Aug 22, 2020
Necoro
added a commit
to Necoro/gofeed
that referenced
this issue
Aug 22, 2020
Necoro
added a commit
to Necoro/gofeed
that referenced
this issue
Aug 22, 2020
…y atom is allowed as part of RSS
Necoro
added a commit
to Necoro/gofeed
that referenced
this issue
Aug 22, 2020
Necoro
added a commit
to Necoro/gofeed
that referenced
this issue
Aug 22, 2020
Necoro
added a commit
to Necoro/gofeed
that referenced
this issue
Aug 22, 2020
Necoro
added a commit
to Necoro/gofeed
that referenced
this issue
Aug 22, 2020
Necoro
added a commit
to Necoro/gofeed
that referenced
this issue
Sep 6, 2020
Necoro
added a commit
to Necoro/gofeed
that referenced
this issue
Sep 6, 2020
Necoro
added a commit
to Necoro/gofeed
that referenced
this issue
Sep 6, 2020
Necoro
added a commit
to Necoro/gofeed
that referenced
this issue
Sep 6, 2020
…y atom is allowed as part of RSS
Necoro
added a commit
to Necoro/gofeed
that referenced
this issue
Sep 6, 2020
Necoro
added a commit
to Necoro/gofeed
that referenced
this issue
Sep 6, 2020
Necoro
added a commit
to Necoro/gofeed
that referenced
this issue
Sep 6, 2020
Necoro
added a commit
to Necoro/gofeed
that referenced
this issue
Sep 6, 2020
Necoro
added a commit
to Necoro/gofeed
that referenced
this issue
Feb 26, 2021
Necoro
added a commit
to Necoro/gofeed
that referenced
this issue
Feb 26, 2021
Necoro
added a commit
to Necoro/gofeed
that referenced
this issue
Feb 26, 2021
Necoro
added a commit
to Necoro/gofeed
that referenced
this issue
Feb 26, 2021
…y atom is allowed as part of RSS
Necoro
added a commit
to Necoro/gofeed
that referenced
this issue
Feb 26, 2021
Necoro
added a commit
to Necoro/gofeed
that referenced
this issue
Feb 26, 2021
Necoro
added a commit
to Necoro/gofeed
that referenced
this issue
Feb 26, 2021
Necoro
added a commit
to Necoro/gofeed
that referenced
this issue
Feb 26, 2021
Necoro
added a commit
to Necoro/gofeed
that referenced
this issue
Mar 5, 2023
Necoro
added a commit
to Necoro/gofeed
that referenced
this issue
Mar 5, 2023
Necoro
added a commit
to Necoro/gofeed
that referenced
this issue
Mar 5, 2023
Necoro
added a commit
to Necoro/gofeed
that referenced
this issue
Mar 5, 2023
Necoro
added a commit
to Necoro/gofeed
that referenced
this issue
Jan 3, 2024
Necoro
added a commit
to Necoro/gofeed
that referenced
this issue
Jan 3, 2024
Necoro
added a commit
to Necoro/gofeed
that referenced
this issue
Jan 3, 2024
Necoro
added a commit
to Necoro/gofeed
that referenced
this issue
Jan 3, 2024
…y atom is allowed as part of RSS
Necoro
added a commit
to Necoro/gofeed
that referenced
this issue
Jan 3, 2024
Necoro
added a commit
to Necoro/gofeed
that referenced
this issue
Jan 3, 2024
Necoro
added a commit
to Necoro/gofeed
that referenced
this issue
Jan 3, 2024
Necoro
added a commit
to Necoro/gofeed
that referenced
this issue
Jan 3, 2024
Necoro
added a commit
to Necoro/gofeed
that referenced
this issue
Jul 10, 2024
Necoro
added a commit
to Necoro/gofeed
that referenced
this issue
Jul 10, 2024
Necoro
added a commit
to Necoro/gofeed
that referenced
this issue
Jul 10, 2024
…y atom is allowed as part of RSS
Necoro
added a commit
to Necoro/gofeed
that referenced
this issue
Jul 10, 2024
Necoro
added a commit
to Necoro/gofeed
that referenced
this issue
Jul 10, 2024
Necoro
added a commit
to Necoro/gofeed
that referenced
this issue
Jul 10, 2024
Necoro
added a commit
to Necoro/gofeed
that referenced
this issue
Jul 10, 2024
Necoro
added a commit
to Necoro/gofeed
that referenced
this issue
Jul 10, 2024
Necoro
added a commit
to Necoro/gofeed
that referenced
this issue
Jul 10, 2024
Necoro
added a commit
to Necoro/gofeed
that referenced
this issue
Jul 10, 2024
…y atom is allowed as part of RSS
Necoro
added a commit
to Necoro/gofeed
that referenced
this issue
Jul 10, 2024
Necoro
added a commit
to Necoro/gofeed
that referenced
this issue
Jul 10, 2024
Necoro
added a commit
to Necoro/gofeed
that referenced
this issue
Jul 10, 2024
Necoro
added a commit
to Necoro/gofeed
that referenced
this issue
Jul 10, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Stackoverflow uses Atom's author tags in their RSS feed (cf.
https://stackoverflow.com/jobs/feed). They indeed use the correct namespace for it. But currently, as this namespace is unknown, it is just added as a random extension.
My wishful expected behavior would be to fill the author information of the RSS-feed structure.
I could implement it, but I want to ask beforehand:
The text was updated successfully, but these errors were encountered: