Source: elfeed-web Section: net Maintainer: Debian Emacsen team Uploaders: Xiyue Deng Build-Depends: debhelper-compat (= 13), dh-elpa Standards-Version: 4.7.4 Vcs-Browser: https://salsa.debian.org/emacsen-team/elfeed-web Vcs-Git: https://salsa.debian.org/emacsen-team/elfeed-web.git Homepage: https://github.com/emacs-elfeed/elfeed-web Package: elpa-elfeed-web Architecture: all Depends: ${elpa:Depends}, ${misc:Depends} Recommends: emacs Enhances: emacs Description: Web interface to Elfeed 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.