rfeed

Rfeed is an ATOM/RSS parser/reader for the command line. It is intended to be reminiscent of mailx. Please see the manpage "rfeed.1" for more information about how to use it.


Releases

v1.0
Release date: 11 May 2024
rfeed_1.0.tar.bz2
rfeed_1.0.tar.bz2.sig
SHA256:bdb28a31497f20d765513c358adb6246843ad12ed6b1707356ed6bcce29e8587
The GPG key with which all releases are signed can be found at https://www.roso93.net/index.html.

Dependencies

Rfeed depends on the following libraries:


Compilation

The build system is based on (hopefully) portable Makefiles. In order to build, simply run:

$ make

If you happen to have the aforementioned libraries in esoteric locations, please set the environment variables CFLAGS and LDFLAGS accordingly, or simply edit the Makefile to suit your system. For example:

$ LDFLAGS=-I/usr/local/include CFLAGS=-L/usr/local/lib make


Installation

Installation can be performed with the "install" target of the Makefile; note, however, that you MUST set the environment variable DESTDIR to point to the location at which you wish to install rfeed:

$ DESTDIR=/my/staging/directory make install

It is recommended to not run "make install" as root and instead use some unprivileged staging location and then copy the resulting files manually as root.


Contact

B.R.S. Roso


Notice

Copyright © 2022-2024 B.R.S. Roso.

Rfeed is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published by the Free Software Foundation.

This program is distributed in the hope that it be useful but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with Rfeed. If not, see https://www.gnu.org/licenses.