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: support for Atom Entry Documents #128

Open
hober opened this issue Sep 5, 2020 · 4 comments
Open

feature request: support for Atom Entry Documents #128

hober opened this issue Sep 5, 2020 · 4 comments

Comments

@hober
Copy link

hober commented Sep 5, 2020

I have an aging website whose backing store is a whole pile of Atom Entry Documents, and I'd like to replace the Python script that processes them with a Swift program. But it doesn't look like FeedKit supports these documents; I get a feedNotFound error when I try to parse one.

@GarthSnyder
Copy link
Collaborator

Given the relative unpopularity of Atom at this point, I'm not sure it would make sense to put development effort into official support for entry documents. However, depending on the specifics, it looks like direct support might not be too hard to work around.

Can you upload a couple of the entry documents you're working with? Do you generate these documents (or get them from a source with consistent formatting), or do they come in from a variety of sources?

@nmdias
Copy link
Owner

nmdias commented Jan 8, 2025

Hi @hober, @GarthSnyder 😄

I believe an Atom Entry Document should have a single root node of <entry>, with the child elements of any other Atom Entry element, but I'm not 💯 sure.

Support for this should be easy to add. However, I will close this for now, since it's an old issue. If you really need it still, please kindly re-open, and we can take a look on how to add this to the v10 branch.

Thank you 🙏

@nmdias nmdias closed this as completed Jan 8, 2025
@hober
Copy link
Author

hober commented Feb 13, 2025

It's still something that I'd like to see, but it's your project! :)

@nmdias nmdias reopened this Feb 14, 2025
@nmdias
Copy link
Owner

nmdias commented Feb 14, 2025

Do you have some samples you could share?

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

3 participants