emacs-opml-to-elfeed-feeds

A package for retrieving OPML files and updating Elfeed's elfeed-feeds with the feeds of those OPMLs.
git clone https://kaka.farm/~git/emacs-opml-to-elfeed-feeds/
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2024-07-04 15:10Require the elfeed package.Yuval Langer1+2-0
2024-06-30 01:35Add a TODO.Yuval Langer1+2-0
2024-06-29 23:14Add a tag for easy filtering.Yuval Langer1+2-2
2024-06-29 20:32Use (pcase (assq 'outline outlines) ...) instead of a cond.Yuval Langer1+34-35
2024-06-29 04:42Add reasons for writing this package.Yuval Langer1+7-0
2024-06-29 03:41Rephrase the introductory paragraph.Yuval Langer1+4-5
2024-06-29 03:26Add a README.md file.Yuval Langer1+18-0
2024-06-29 02:52Fix the o2e-elfeed-feeds updating function and add a ton of docstrings.Yuval Langer1+118-43
2024-06-28 23:15Rename package in the Emacs Lisp source.Yuval Langer1+34-34
2024-06-28 23:10Rename Emacs Lisp file.Yuval Langer1+0-0
2024-06-28 23:09Simplify gco--xml-to-opml-outlines.Yuval Langer1+4-8
2024-06-28 04:26Add function that updates the defcustom gco-elfeed-feeds variable with every OPML in gco-opml-list.Yuval Langer1+55-33
2024-06-26 11:10Add functions and customization variables for more than one OPML.Yuval Langer1+84-32
2024-06-26 04:25Move from libxml to builtin xml parsing, also:Yuval Langer1+84-23
2024-06-26 01:07Add the name of the author to the list of tags.Yuval Langer1+7-1
2024-06-25 23:22First commit.Yuval Langer2+757-0