elfeed-web 
- Description
- Web interface to Elfeed
- Latest
- elfeed-web-3.4.2.0.20260502.95708.tar (.sig), 2026-May-02, 20.0 KiB
- Maintainer
- Karthik Chikmagalur <karthik.chikmagalur@gmail.com>, Ihor Radchenko <yantar92@posteo.net>, Daniel Mendler <mail@daniel-mendler.de>
- Website
- https://github.com/emacs-elfeed/elfeed-web
- Browse ELPA's repository
- CGit or Gitweb
- All Dependencies
- compat (.tar), elfeed (.tar), simple-httpd (.tar)
- Badge
To install this package from Emacs, use package-install or list-packages.
Full description
This is a very early work in progress. The long-term goal is to
provide a web interface view of the database with optional remote
tag updating. An AngularJS client accesses the database over a few
RESTful endpoints with JSON for serialization.
The IDs provided by RSS and Atom are completely arbitrary. To avoid
ugly encoding issues they're normalized into short, unique,
alphanumeric codes called webids. Both feeds and entries fall into
the same webid namespace so they share a single endpoint.
Endpoints:
/elfeed/<path>
Serves the static HTML, JS, and CSS content.
/elfeed/content/<ref-id>
Serves content from the content database (`elfeed-deref').
/elfeed/things/<webid>
Serve up an elfeed-feed or elfeed-entry in JSON format.
/elfeed/search
Accepts a q parameter which is an filter string to be parsed
and handled by `elfeed-search-parse-filter'.
/elfeed/tags
Accepts a PUT request to modify the tags of zero or more
entries based on a JSON entry passed as the content.
/elfeed/update
Accepts a time parameter. If time < `elfeed-db-last-update',
respond with time. Otherwise don't respond until database
updates (long poll).
Old versions
| elfeed-web-3.4.2.0.20260502.74139.tar.lz | 2026-May-02 | 5.10 KiB |
| elfeed-web-3.4.2.0.20260501.171529.tar.lz | 2026-May-01 | 5.72 KiB |