add dcstore

master
Jean-Christian Paul Denis 2023-07-23 01:05:13 +02:00
parent d07fee8846
commit d4d82409d4
Signed by: JcDenis
GPG Key ID: 1B5B8C5B90B6C951
2 changed files with 17 additions and 1 deletions

View File

@ -20,6 +20,9 @@ $this->registerModule(
['php', '7.4'], ['php', '7.4'],
['core', '2.27'], ['core', '2.27'],
], ],
'type' => 'plugin', 'type' => 'plugin',
'support' => 'https://github.com/JcDenis/DotclearWatch/issues',
'details' => 'http://plugins.dotaddict.org/dc2/details/DotclearWatch',
'repository' => 'https://raw.githubusercontent.com/JcDenis/DotclearWatch/master/dcstore.xml',
] ]
); );

13
dcstore.xml 100644
View File

@ -0,0 +1,13 @@
<?xml version="1.0"?>
<modules xmlns:da="http://dotaddict.org/da/">
<module id="DotclearWatch">
<name>Dotclear Watch</name>
<version>0.1</version>
<author>Jean-Christian Denis and contributors</author>
<desc>Send report about your Dotclear</desc>
<file>https://github.com/JcDenis/DotclearWatch/releases/download/v0.1/plugin-DotclearWatch.zip</file>
<da:dcmin>2.27</da:dcmin>
<da:details>http://plugins.dotaddict.org/dc2/details/DotclearWatch</da:details>
<da:support>https://github.com/JcDenis/DotclearWatch/issues</da:support>
</module>
</modules>