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.
Rfeed depends on the following libraries:
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 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.
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.