GNU ELPA - webfeeder

webfeeder

Description
Build RSS and Atom webfeeds from HTML files
Latest
webfeeder-1.1.2.tar, 2021-Jun-05, 150 KiB
Maintainer
Pierre Neidhardt <mail@ambrevar.xyz>
Home page
https://gitlab.com/Ambrevar/emacs-webfeeder
Browse ELPA's repository
CGit or Gitweb
Badge

To install this package, run in Emacs:

M-x package-install RET webfeeder RET

Full description

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.

The generated feeds should be valid on https://validator.w3.org/feed/.  If not,
it's a bug, please report.

The full list of customizable functions is documented in
`webfeeder-html-files-to-items'.

The entry point is `webfeeder-build': consult its documentation for more
information.

Example:

(webfeeder-build
  "atom.xml"
  "./public"
  "https://example.org/"
  '("post1.html" "post2.html" "post3.html")
  :title "My homepage"
  :description "A collection of articles in Atom")

Old versions

webfeeder-1.1.1.tar.lz2020-Nov-2321.9 KiB
webfeeder-1.1.0.tar.lz2020-Nov-0621.8 KiB
webfeeder-1.0.0.tar.lz2019-Mar-2621.7 KiB