DotclearWatch/_define.php

29 lines
874 B
PHP
Raw Normal View History

2023-07-22 22:50:27 +00:00
<?php
2023-07-22 23:00:15 +00:00
/**
* @brief DotclearWatch, a plugin for Dotclear 2
*
* @package Dotclear
* @subpackage Plugin
*
* @author Jean-Christian Denis and contributors
*
* @copyright Jean-Christain Denis
* @copyright GPL-2.0 https://www.gnu.org/licenses/gpl-2.0.html
*/
2023-07-22 22:50:27 +00:00
$this->registerModule(
'Dotclear Watch',
'Send report about your Dotclear',
'Jean-Christian Denis and contributors',
2023-08-12 09:51:49 +00:00
'0.7',
2023-07-22 22:50:27 +00:00
[
'requires' => [
['php', '7.4'],
['core', '2.27'],
],
2023-07-22 23:05:13 +00:00
'type' => 'plugin',
2023-08-08 22:24:05 +00:00
'support' => 'https://git.dotclear.watch/JcDenis/' . basename(__DIR__) . '/issues',
'details' => 'https://git.dotclear.watch/JcDenis/' . basename(__DIR__) . '/src/branch/master/README.md',
'repository' => 'https://git.dotclear.watch/JcDenis/' . basename(__DIR__) . '/raw/branch/master/dcstore.xml',
2023-07-22 22:50:27 +00:00
]
);