Import/Export #35
Labels
No labels
admin tools
api
bug
documentation
duplicate
enhancement
feature
help wanted
in progress
internals
invalid
packaging
question
testing
trivial
wontfix
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: MensBeam/Arsse#35
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
There should be a quick way for users to import from and export to OPML (or other formats). This would require both logic and a user interface
Import from/export to OPML should be available from the command line, perhaps with these signatures:
In both cases,
category
attributes would be used to represent tags, and<outline>
structure to represent folders, allowing both styles of organization to be used.The
--flat
option, for export, would export the feeds without a folder structure, as this can sometimes be a compatibility issue. For import it would ignore any structure in the OPML file.The
--replace
option would assume the OPML file is the desired final state of a user's feed structure, rather than a set of additions. This may involve moving folders or feeds, deleteing folders or feeds, removing tags, etc.