From 78a40550ad7c1a41515c7fd70a84acc9e47ae27c Mon Sep 17 00:00:00 2001 From: Steffen Lange Date: Mon, 27 Oct 2025 12:10:01 +0100 Subject: [PATCH] Add Glaxnimate --- modules/Glaxnimate.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 modules/Glaxnimate.php diff --git a/modules/Glaxnimate.php b/modules/Glaxnimate.php new file mode 100644 index 0000000..07a0f45 --- /dev/null +++ b/modules/Glaxnimate.php @@ -0,0 +1,14 @@ +fetch_json('https://invent.kde.org/api/v4/projects/graphics%2Fglaxnimate/repository/tags')) + return $this->parse_json('name'); + return false; + } +} + +?>