* * This file is part of Kirby Deluge. * * Kirby Deluge is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License version 3 as published by the Free Software Foundation. * * Kirby Deluge is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. * * You should have received a copy of the GNU Affero General Public License along with Kirby Deluge. If not, see . */ Kirby::plugin( name: "hobbyhome/deluge", extends: [ "blueprints" => [ "pages/deluge" => __DIR__ . "/blueprints/pages/deluge.yml", ], "templates" => [ "deluge" => __DIR__ . "/templates/deluge.php", ], "controllers" => [ "deluge" => require __DIR__ . "/controllers/deluge.php", ], ], info: [ "authors" => [[ "name" => "Dreytac", "email" => "dreytac@hobbyhome.net", "homepage" => "https://hobbyhome.net", ]], "license" => "AGPL-3.0-only", "version" => "1.0.0", ], );