-
-
Notifications
You must be signed in to change notification settings - Fork 294
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add RSS import/export #750
Conversation
@LeXofLeviafan My bad, something went wrong with the log and had to open a new PR. Incorporated latest comments too. |
59e990e
to
3608eba
Compare
d1f5f63
to
2cdda95
Compare
@vagos Incidentally, I suggest making pull-requests from feature-branches created for that purpose (and only keeping upstream commits in your master in the projects you've forked with the aim to contribute). This makes it less confusing to manage the remote updates, and allows for multiple feature branches when needed. |
@LeXofLeviafan Ah, yes. That makes sense. By the way, thank you very much for the feedback and help getting this PR ready. Cheers! |
When exporting to a file ending with
.rss
, buku will now generate an RSS feed compatible with RSS readers. The feed encodes each bookmark as an entry with<title>
,<url>
,<conent>
and<category>
elements.The feed generated right now is an Atom feed.
Tested both import and export with:
buku -e bk.rss
andbuku -i bk.rss
Tested feed validity using newsboat and opening it in Brave browser.