commit f7ecc7e5dba3dbc42fb400b6dd17c762a9d4b57f parent 04e09341c0cfbc66a9618a58f6af8b3026b410eb Author: Yuval Langer <yuval.langer@gmail.com> Date: Sat, 29 Jun 2024 06:26:05 +0300 Add a README.md file. Diffstat:
A | README.md | | | 18 | ++++++++++++++++++ |
1 file changed, 18 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md @@ -0,0 +1,18 @@ +I've written a bunch of functions and commands that retrieve OPML +files and update Elfeed's `elfeed-feeds` with the feeds of those +OPMLs. + +https://codeberg.org/kakafarm/emacs-opml-to-elfeed-feeds + +The user stores a list of OPML addresses as the custom variable +`opml-to-elfeed-feeds-opml-list`. Each OPML address optionally tagged +the same way the feeds in `elfeed-feeds` are tagged. + +The user then runs a certain command to add the list of feeds +retrieved from `opml-to-elfeed-feeds-opml-list` to `elfeed-feeds`. + +TODO: Except for `o2e-opml-list` and `o2e-elfeed-feeds` I haven't yet +exposed any API to the user, as in `package-name--foo` versus +`package-name-foo` and `(interactive ...)`. What kind of +functionality would you find useful for dealing with remote OPML +files?