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

README.md (1059B)


      1 opml-to-elfeed-feeds is a [GNU Emacs](http://emacs.gnu.org/) package
      2 for storing and retrieving lists of remote OPML files and interfacing
      3 them with [Elfeed](https://github.com/skeeto/elfeed/)'s
      4 `elfeed-feeds`.
      5 
      6 The reason this package was written was that Elfeed's command
      7 `elfeed-load-opml`:
      8 
      9 - Limited to loading local files.
     10 - One cannot provide tags that would be added to every feed in the
     11   OPML list.
     12 
     13 The user stores a list of OPML addresses as the custom variable
     14 `opml-to-elfeed-feeds-opml-list`.  Each OPML address optionally tagged
     15 the same way the feeds in `elfeed-feeds` are tagged.
     16 
     17 The user then runs a certain command to add the list of feeds
     18 retrieved from `opml-to-elfeed-feeds-opml-list` to `elfeed-feeds`.
     19 
     20 TODO: Except for `o2e-opml-list` and `o2e-elfeed-feeds` I haven't yet
     21 exposed any API to the user, as in `package-name--foo` versus
     22 `package-name-foo` and `(interactive ...)`.  What kind of
     23 functionality would you find useful for dealing with remote OPML
     24 files?
     25 
     26 TODO: Find a better way of storing stuff than in custom variables.