Version 1.1.2 of package Webfeeder has just been released in GNU ELPA.
You can now find it in M-x list-packages RET.

Webfeeder describes itself as:

  ===========================================
  Build RSS and Atom webfeeds from HTML files
  ===========================================

More at https://elpa.gnu.org/packages/webfeeder.html

## Summary:

  Webfeeder is an Emacs library to generate RSS
  (https://en.wikipedia.org/wiki/RSS) and Atom
  (https://en.wikipedia.org/wiki/Atom_(Web_standard)) feeds from HTML files.

  Other webfeed generators have been written for Emacs, but either they are
  tied to other projects like blog generators, or they only work on Org files
  like `ox-rss'.  Since Webfeeder generates webfeeds from HTML files, it is
  more general.

  The various elements of the HTML input are parsed with customizable
  functions.  For instance, Webfeeder offers two functions to parse the title:
  `webfeeder-title-libxml' (using libxml if your Emacs is linked against it)
  and the less reliable `webfeeder-title-default'.  Feel free to write you own
  function and bind `webfeeder-title-function' before generating the feeds.

## Recent NEWS:

[Not provided 🙁]

Reply via email to