diff --git a/modules/Zim.php b/modules/Zim.php new file mode 100644 index 0000000..17ab86a --- /dev/null +++ b/modules/Zim.php @@ -0,0 +1,14 @@ +fetch_json('https://api.github.com/repos/zim-desktop-wiki/zim-desktop-wiki/tags')) + return $this->parse_json('name'); + return false; + } +} + +?>