From b8b5a77118c52fec07651f6621e1794218a2e962 Mon Sep 17 00:00:00 2001 From: Ron Farrer Date: Tue, 22 Sep 2026 14:41:15 -0700 Subject: [PATCH] Add Errant Solutions Python tools feed Adds a dedicated Python-specific RSS feed (https://errant.solutions/python-feed.xml) covering free, open-source Python command-line tools I ship from spare capacity at Errant Solutions: DNS/email security auditors (SPF/DKIM/DMARC), TLS certificate monitoring, nginx/Docker config auditors, JSON schema diffing, webhook signature verification, and more. Each post includes real, working source code (not just an announcement). Feed validated as well-formed RSS 2.0 and contains only Python-tool-specific posts (English-language). --- config/config.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/config.ini b/config/config.ini index b6c6e71..261626c 100644 --- a/config/config.ini +++ b/config/config.ini @@ -426,6 +426,9 @@ name = Eray Ă–zkural (examachine) [http://www.marsja.se/category/python/feed/] name = Erik Marsja +[https://errant.solutions/python-feed.xml] +name = Errant Solutions (Ron Farrer) + [http://etienned.github.io/categories/python.xml] name = Etienne Desautels