Support OPML format #8
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Chewing_Bever/otter#8
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
The OPML format does seem to be widely used (at least the Gpodder application uses it), so supporting it would be a good idea.
The quick-xml library seems to be suitable for (de)serializing XML.
The base for adding extra formats has already been implemented via the format serializer. We could build upon this by writing a generic type that serializes to one of the specified formats.