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

Using atom elements in RSS feed #151

Open
Necoro opened this issue Aug 5, 2020 · 1 comment · May be fixed by #153
Open

Using atom elements in RSS feed #151

Necoro opened this issue Aug 5, 2020 · 1 comment · May be fixed by #153

Comments

@Necoro
Copy link
Contributor

Necoro commented Aug 5, 2020

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:

  1. Should this be done on a case-by-cases basis, read: for the moment only for the author tag.
  2. In a general way: Allow atom tags in all possible places. This will probably turn out to be quite a lot of work (and messy?)
  3. Ignore it, chimera feeds are evil :)
@Necoro
Copy link
Contributor Author

Necoro commented Aug 5, 2020

Ok, special atom handling in RSS is already done for link, so I'll do the same for author.

While at it, I'll incorporate atom and atom03 into canonicalNamespaces to avoid having to guess by namespace prefix.

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 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 Necoro linked a pull request Aug 22, 2020 that will close this issue
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 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
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 Apr 23, 2021
Necoro added a commit to Necoro/gofeed that referenced this issue Apr 23, 2021
Necoro added a commit to Necoro/gofeed that referenced this issue Oct 23, 2021
Necoro added a commit to Necoro/gofeed that referenced this issue Oct 23, 2021
Necoro added a commit to Necoro/gofeed that referenced this issue Oct 23, 2021
Necoro added a commit to Necoro/gofeed that referenced this issue Oct 23, 2021
Necoro added a commit to Necoro/gofeed that referenced this issue Oct 23, 2021
Necoro added a commit to Necoro/gofeed that referenced this issue Oct 23, 2021
Necoro added a commit to Necoro/gofeed that referenced this issue Oct 23, 2021
Necoro added a commit to Necoro/gofeed that referenced this issue Oct 23, 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 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
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
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

Successfully merging a pull request may close this issue.

1 participant