From 4750d43c55985630f762459c6c6244cfd2dc49a2 Mon Sep 17 00:00:00 2001 From: Jean-Christian Denis Date: Wed, 9 Aug 2023 00:24:05 +0200 Subject: [PATCH] release 0.6 --- CHANGELOG.md | 10 +++++++--- README.md | 44 +++++++++++++++++++++++--------------------- _define.php | 8 ++++---- dcstore.xml | 6 +++--- 4 files changed, 37 insertions(+), 31 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29dfe9c..5cbc249 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ -0.1 - 2023.xx.xx -- require dotclear 2.27 -- require php 7.4 +DotclearWatch 0.6 - 2023.08.09 +=========================================================== +* require dotclear 2.27 +* require php 7.4 +* Use curl first to send report to server +* Move third party repository +* Use Dotclear style for CHANGELOG \ No newline at end of file diff --git a/README.md b/README.md index 6a6f285..80a5996 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,10 @@ # README -[![Release](https://img.shields.io/github/v/release/JcDenis/DotclearWatch)](https://github.com/JcDenis/DotclearWatch/releases) -[![Date](https://img.shields.io/github/release-date/JcDenis/DotclearWatch)](https://github.com/JcDenis/DotclearWatch/releases) -[![Issues](https://img.shields.io/github/issues/JcDenis/DotclearWatch)](https://github.com/JcDenis/DotclearWatch/issues) -[![Dotclear](https://img.shields.io/badge/dotclear-v2.27-blue.svg)](https://fr.dotclear.org/download) -[![Dotaddict](https://img.shields.io/badge/dotaddict-official-green.svg)](https://plugins.dotaddict.org/dc2/details/DotclearWatch) -[![License](https://img.shields.io/github/license/JcDenis/DotclearWatch)](https://github.com/JcDenis/DotclearWatch/blob/master/LICENSE) +[![Release](https://img.shields.io/badge/release-0.6-a2cbe9.svg)](https://git.dotclear.watch/dw/DotclearWatch/releases) +[![Date](https://img.shields.io/badge/date-2023.08.09-c44d58.svg)](https://git.dotclear.watch/dw/DotclearWatch/releases) +[![Dotclear](https://img.shields.io/badge/dotclear-v2.27-137bbb.svg)](https://fr.dotclear.org/download) +[![Dotaddict](https://img.shields.io/badge/dotaddict-official-9ac123.svg)](https://plugins.dotaddict.org/dc2/details/DotclearWatch) +[![License](https://img.shields.io/github/license/JcDenis/DotclearWatch)](https://git.dotclear.watch/dw/DotclearWatch/blob/master/LICENSE) ## WHAT IS DOTCLEARWATCH ? @@ -13,24 +12,27 @@ web publishing software called Dotclear. It tracks Dotclear's installation to get stats about it. +Default statistics server is located at https://dotclear.watch/statistics What's being track : - * Dotclear version, - * PHP version, - * Database version, - * List of installed modules (only id and version) - * Number of blogs. (no name or id or whatever else) +* Dotclear version, +* PHP version, +* Database version, +* Current blog theme, +* number of blogs on multiblogs +* List of installed modules (only id and version) +* Number of blogs. (no name or id or whatever else) If you want to hide some modules, just enter their IDs in a comma separeted list in aboutConfig global parameters called DotclearWatch->hidden_modules ## REQUIREMENTS - DotclearWatch requires: +DotclearWatch requires: - * super admin permission to intall it - * Dotclear 2.27 - * PHP 7.4+ +* super admin permission to intall it +* Dotclear 2.27 +* PHP 7.4+ ## USAGE @@ -41,13 +43,13 @@ To disable sending stats, just deactivate or uninstall this plugin. ## LINKS - * License : [GNU GPL v2](https://www.gnu.org/licenses/old-licenses/lgpl-2.0.html) - * Source & contributions : [GitHub Page](https://github.com/JcDenis/DotclearWatch) - * Packages & details : [Dotaddict Page](https://plugins.dotaddict.org/dc2/details/DotclearWatch) - * Discussion & Help : [Github issue](https://github.com/JcDenis/DotclearWatch/issues) +* License : [GNU GPL v2](https://www.gnu.org/licenses/old-licenses/lgpl-2.0.html) +* Source & contributions : [Gitea Page](https://git.dotclear.watch/dw/DotclearWatch) or [GitHub Page](https://github.com/JcDenis/DotclearWatch) +* Packages & details : [Gitea Page](https://git.dotclear.watch/dw/DotclearWatch/releases) or[Dotaddict Page](https://plugins.dotaddict.org/dc2/details/DotclearWatch) +* Discussion & Help : [Gitea Page](https://github.com/dw/DotclearWatch/issues) ## CONTRIBUTORS - * Jean-Christian Denis (author) +* Jean-Christian Denis (author) - You are welcome to contribute to this code. \ No newline at end of file +You are welcome to contribute to this code. diff --git a/_define.php b/_define.php index b42b538..f7904a3 100644 --- a/_define.php +++ b/_define.php @@ -14,15 +14,15 @@ $this->registerModule( 'Dotclear Watch', 'Send report about your Dotclear', 'Jean-Christian Denis and contributors', - '0.5', + '0.6', [ 'requires' => [ ['php', '7.4'], ['core', '2.27'], ], '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', + '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', ] ); diff --git a/dcstore.xml b/dcstore.xml index 0d286bd..6ea45a4 100644 --- a/dcstore.xml +++ b/dcstore.xml @@ -2,12 +2,12 @@ Dotclear Watch - 0.5 + 0.6 Jean-Christian Denis and contributors Send report about your Dotclear - https://github.com/JcDenis/DotclearWatch/releases/download/v0.5/plugin-DotclearWatch.zip + https://git.dotclear.watch/dw/DotclearWatch/releases/download/v0.6/plugin-DotclearWatch.zip 2.27 http://plugins.dotaddict.org/dc2/details/DotclearWatch - https://github.com/JcDenis/DotclearWatch/issues + https://git.dotclear.watch/dw/DotclearWatch/issues