From 720d752748b793a2f5cf3cc14cb75ad86e8919c0 Mon Sep 17 00:00:00 2001 From: sillylaird Date: Tue, 3 Feb 2026 21:27:57 -0500 Subject: First commit --- changelog/rss.xml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 changelog/rss.xml (limited to 'changelog/rss.xml') diff --git a/changelog/rss.xml b/changelog/rss.xml new file mode 100644 index 0000000..7a72398 --- /dev/null +++ b/changelog/rss.xml @@ -0,0 +1,30 @@ +'; +?> + + +SillyLaird Changelog +https://www.sillylaird.ca/changelog/ + +query(" + SELECT title, body, created_at + FROM changelog + ORDER BY created_at DESC + LIMIT 20 +"); +while ($e = $stmt->fetch(PDO::FETCH_ASSOC)): +?> + +<?= htmlspecialchars($e['title']) ?> + + +]]> + + + + + -- cgit v1.2.3