2024-11-28 21:13:05 -08:00
2024-11-23 15:54:23 -08:00
2024-05-21 11:12:00 -07:00
2024-11-27 14:58:24 -08:00
2024-11-28 21:13:05 -08:00
2024-11-27 14:58:24 -08:00
2024-06-11 12:50:38 -07:00
2024-03-05 15:13:14 -08:00
2024-11-27 14:58:24 -08:00
2024-03-05 15:22:14 -08:00

Full-Text RSS Feed Filter

This is something quick-and-dirty that I knocked together when the FiveFilters feed-filter installation I had been using decided to quit working. It might've been something in the switch to PHP 7.2 on my server, but their lack of understanding of how open source works (they hide their latest versions behind a paywall) rubbed me the wrong way. My replacement ended up being significantly lighter in weight: a single PHP file.

Usage

Drop fullrss.php into a PHP-enabled webserver somewhere. Install rdrview; make sure it's in the webserver's (or PHP's) PATH. In your feed reader, prepend "https://your-server-hostname-here/fullrss.php?url=" onto feed URLs that you want to process.

Articles are cached in /tmp to reduce bandwidth usage and script-processing time.

Usage (Docker)

A containerized version built on php/fpm-alpine is available. You could spin it up with /var/www/html in a separate volume, but since this is just a single PHP script, you can probably get away without it, depending on your webserver. Mounting /tmp to a tmpfs instance is probably a good idea, too.

Description
No description provided
Readme MIT 52 KiB
Languages
PHP 86.7%
Dockerfile 13.3%