aboutsummaryrefslogtreecommitdiff
path: root/README
blob: 0b18c3062c36823aba8094437df655c8d50f0a00 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
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.