DotclearWatch/README.md

55 lines
2.1 KiB
Markdown
Raw Normal View History

2023-07-22 22:50:27 +00:00
# README
2023-10-07 13:33:13 +00:00
[![Release](https://img.shields.io/badge/release-0.9-a2cbe9.svg)](https://git.dotclear.watch/dw/DotclearWatch/releases)
![Date](https://img.shields.io/badge/date-2023.10.07-c44d58.svg)]
[![Dotclear](https://img.shields.io/badge/dotclear-v2.28-137bbb.svg)](https://fr.dotclear.org/download)
2023-08-08 22:24:05 +00:00
[![Dotaddict](https://img.shields.io/badge/dotaddict-official-9ac123.svg)](https://plugins.dotaddict.org/dc2/details/DotclearWatch)
2023-08-26 15:56:23 +00:00
[![License](https://img.shields.io/badge/license-GPL--2.0-ececec.svg)](https://git.dotclear.watch/dw/DotclearWatch/src/branch/master/LICENSE)
2023-07-22 22:50:27 +00:00
2023-08-26 15:56:23 +00:00
## ABOUT
2023-07-22 22:50:27 +00:00
2023-08-26 15:56:23 +00:00
_dotclear watch_ is a plugin for the open-source web publishing software called [Dotclear](https://www.dotclear.org).
> Send report about your Dotclear
2023-07-22 22:50:27 +00:00
It tracks Dotclear's installation to get stats about it.
2023-08-14 15:46:23 +00:00
Default statistics server is located at https://stat.dotclear.watch
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
* super admin permission to intall it
2023-10-07 13:33:13 +00:00
* Dotclear 2.28
* PHP 8.1+
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-26 15:56:23 +00:00
* [License](https://git.dotclear.watch/dw/DotclearWatch/src/branch/master/LICENSE)
* [Packages & details](https://git.dotclear.watch/dw/DotclearWatch/releases) (or on [Dotaddict](https://plugins.dotaddict.org/dc2/details/DotclearWatch))
* [Sources & contributions](https://git.dotclear.watch/dw/DotclearWatch) (or on [GitHub](https://github.com/JcDenis/DotclearWatch))
* [Issues & security](https://git.dotclear.watch/dw/DotclearWatch/issues) (or on [GitHub](https://github.com/JcDenis/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.