| Age | Commit message (Collapse) | Author |
|
There is still a lot of work to do. Some links are broken.
See https://github.com/marienfressinaud/FreshRSS/issues/646
|
|
Miss checking presence of zip extension during import
See https://github.com/marienfressinaud/FreshRSS/issues/494
|
|
Some bugs introduce because I was tired surely ;)
|
|
Oops? :)
|
|
Show a select with only one choice is there is no zip extension on
the server.
Fix typo.
See https://github.com/marienfressinaud/FreshRSS/issues/494
|
|
If there is only one file to export, we don't need of a .zip archive.
So it is exported as a simple file (.json or .opml)
See https://github.com/marienfressinaud/FreshRSS/issues/494
|
|
|
|
|
|
- Export list of feeds (OPML)
- Export list of favourites (JSON)
- Export list of articles per feed (JSON)
|
|
It does not work yet! A lot of work has still to be done.
Next versions should fix TODOs
- OPML export works fine but can be improved
- a framework has been created for articles export
|
|
- import and export are now two methods of importExportController
- "opml" has been removed from the title
|