aboutsummaryrefslogtreecommitdiff
PHP stuff
=========


feed2podcast
------------
A simple script to convert an RSS feed into a podcast. Designed for
Deutschlandfunk Kalenderblatt which is only available online and as
RSS feed but not as podcast. Requires PHP 8.


kanboard_automation
-------------------
Some automation for Kanboard (kanboard.org). The script is designed
to run as a cronjob to automate recurring actions, e.g. creating
tasks on a daily basis.


proxy
-----
A very simple kind of proxy. It adds an HTTP header for Basic
Authentication to all requests. On HTML websites all relative links
are replaced with proxy based links.
I use this script to embed external websites with Basic
Authentication into my personal Nextcloud instance without the need
to enter a password.
Use at your own risk - this script may break security aspects and
manipulates website content!


rssfilter
---------
A simple script to remove unwanted articles from an RSS feed, either
by title or by URL. It also removes duplicate articles from the feed.