From 681cecd7bc743692fe8ef6761bc39263d7fa843e Mon Sep 17 00:00:00 2001 From: anarcat Date: Mon, 23 Jan 2023 17:35:52 -0400 Subject: [PATCH] a little annoyance when CGIURL is down --- doc/todo/proper_links_in_recentchanges_without_CGI.mdwn | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 doc/todo/proper_links_in_recentchanges_without_CGI.mdwn diff --git a/doc/todo/proper_links_in_recentchanges_without_CGI.mdwn b/doc/todo/proper_links_in_recentchanges_without_CGI.mdwn new file mode 100644 index 000000000..37f69fbcc --- /dev/null +++ b/doc/todo/proper_links_in_recentchanges_without_CGI.mdwn @@ -0,0 +1,3 @@ +[[!template id=gitbranch branch=anarcat/recent-changes-plain-url author="[[anarcat]]"]] + +After turning off CGI on my wiki, I was surprised to find out that the RSS feed was basically broken. I was relying on the feed to fetch the list of recently changed pages to feed into a link checker, an archiver, and so on, but now I only get links to anchors inside the recent changes page. Boooring. ;) Here's a patch to restore this functionality which was dropped, possibly mistakenly, in 2008 (!). -- [[anarcat]]