Import/Export #35

Closed
opened 2017-02-10 14:51:20 -05:00 by jking · 1 comment
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 2019-03-28 16:20:25 -04:00
Author
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 2019-07-25 15:46:58 -04:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: MensBeam/Arsse#35
No description provided.