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; + } +} + +?>