Import/Export #35

Closed
opened 7 years ago by jking · 1 comments
jking commented 7 years ago
Owner

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

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
jking modified the milestone from Future to 0.8.0 5 years ago
Poster
Owner

Import from/export to OPML should be available from the command line, perhaps with these signatures:

arsse.php import <username> [<filename>] [-f | --flat] [-r | --replace]
arsse.php export <username> [<filename>] [-f | --flat]

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.

Import from/export to OPML should be available from the command line, perhaps with these signatures: ``` arsse.php import <username> [<filename>] [-f | --flat] [-r | --replace] arsse.php export <username> [<filename>] [-f | --flat] ``` 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.
jking closed this issue 5 years ago
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date

No due date set.

Dependencies

This issue currently doesn't have any dependencies.

Loading…
There is no content yet.