rsstube should be a library #1
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
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?
rsstube has always been primarily a script to be run in a terminal. As a script, this tool is useful to me, and that's why I wrote it.
I recently started working on a GUI as well, and I do plan to continue working on that. (I've also considered whether it would be worth writing a (non-JS, of course) web interface and/or a WebExtension.)
However, using rsstube on its own provides a subpar workflow:
The user should not need to perform two steps. Ideally, feed detection should be a feature provided by the feed reader itself:
Thus, the primary focus of rsstube should not be to work well as a standalone program (although that is still an important goal), but to provide its functionality to other programs as a library. This will require reorganizing, and possibly rewriting altogether, some of the code, particularly in rsstube.py.
I have no plans to change the license from GPL to LGPL.