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

Feature Request: Extend syndication with cultures #710

Closed
saigkill opened this issue Feb 5, 2023 · 5 comments
Closed

Feature Request: Extend syndication with cultures #710

saigkill opened this issue Feb 5, 2023 · 5 comments

Comments

@saigkill
Copy link
Contributor

saigkill commented Feb 5, 2023

For better connecting to planets or blog aggregators would like to propose:

  • Produce Feeds for all categories in all set cultures
  • Produce Feeds for each tag in all set cultures

The articles providing already a content language and the set cultures are known too. So it could possible.

@EdiWang
Copy link
Owner

EdiWang commented Feb 15, 2023

The feed writer library is currently out of support and no longer updated. In the short term, only RSS can have a language xml node output.

@EdiWang
Copy link
Owner

EdiWang commented Dec 26, 2024

The underlying feed writer library is continue being maintained at https://github.com/EdiWang/SyndicationFeedReaderWriter

This issue may have hope :)

@EdiWang
Copy link
Owner

EdiWang commented Jan 6, 2025

RSS

language element (already supported)

https://www.rssboard.org/rss-specification

Atom

xml:lang may be used to identify the language of any human readable text.

https://validator.w3.org/feed/docs/atom.html

hreflang

https://www.ietf.org/rfc/rfc4287.txt

@EdiWang
Copy link
Owner

EdiWang commented Jan 6, 2025

Adding support for ATOM hreflang in EdiWang/SyndicationFeedReaderWriter#10

@EdiWang EdiWang changed the title Feature Request: Extend syndication with cultures [WIP] Feature Request: Extend syndication with cultures Jan 6, 2025
@EdiWang EdiWang self-assigned this Jan 6, 2025
@EdiWang EdiWang changed the title [WIP] Feature Request: Extend syndication with cultures Feature Request: Extend syndication with cultures Jan 9, 2025
@EdiWang
Copy link
Owner

EdiWang commented Jan 9, 2025

Completed in v14.17.0

@EdiWang EdiWang closed this as completed Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants