2023-07-22 22:50:27 +00:00
|
|
|
# README
|
|
|
|
|
2023-08-12 09:51:49 +00:00
|
|
|
[![Release](https://img.shields.io/badge/release-0.7-a2cbe9.svg)](https://git.dotclear.watch/dw/DotclearWatch/releases)
|
|
|
|
[![Date](https://img.shields.io/badge/date-2023.08.12-c44d58.svg)](https://git.dotclear.watch/dw/DotclearWatch/releases)
|
2023-08-08 22:24:05 +00:00
|
|
|
[![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)
|
2023-07-22 22:50:27 +00:00
|
|
|
|
|
|
|
## WHAT IS DOTCLEARWATCH ?
|
|
|
|
|
|
|
|
"dotclear watch" is a plugin for the open-source
|
|
|
|
web publishing software called Dotclear.
|
|
|
|
|
|
|
|
It tracks Dotclear's installation to get stats about it.
|
2023-08-08 22:24:05 +00:00
|
|
|
Default statistics server is located at https://dotclear.watch/statistics
|
2023-07-22 22:50:27 +00:00
|
|
|
|
|
|
|
What's being track :
|
2023-08-08 22:24:05 +00:00
|
|
|
* 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)
|
2023-07-22 22:50:27 +00:00
|
|
|
|
|
|
|
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
|
|
|
|
|
2023-08-08 22:24:05 +00:00
|
|
|
DotclearWatch requires:
|
2023-07-22 22:50:27 +00:00
|
|
|
|
2023-08-08 22:24:05 +00:00
|
|
|
* super admin permission to intall it
|
|
|
|
* Dotclear 2.27
|
|
|
|
* PHP 7.4+
|
2023-07-22 22:50:27 +00:00
|
|
|
|
|
|
|
## USAGE
|
|
|
|
|
|
|
|
Install DotclearWatch, manualy from a zip package or from
|
|
|
|
Dotaddict repository. (See Dotclear's documentation to know how do this)
|
|
|
|
|
|
|
|
To disable sending stats, just deactivate or uninstall this plugin.
|
|
|
|
|
|
|
|
## LINKS
|
|
|
|
|
2023-08-08 22:24:05 +00:00
|
|
|
* 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)
|
2023-07-22 22:50:27 +00:00
|
|
|
|
|
|
|
## CONTRIBUTORS
|
|
|
|
|
2023-08-08 22:24:05 +00:00
|
|
|
* Jean-Christian Denis (author)
|
2023-07-22 22:50:27 +00:00
|
|
|
|
2023-08-08 22:24:05 +00:00
|
|
|
You are welcome to contribute to this code.
|