46 lines
No EOL
1.3 KiB
Markdown
46 lines
No EOL
1.3 KiB
Markdown
# README
|
|
|
|
|
|
## 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.
|
|
|
|
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)
|
|
|
|
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:
|
|
|
|
* super admin permission to intall it
|
|
* Dotclear 2.27
|
|
|
|
## 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
|
|
|
|
* 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)
|
|
|
|
## CONTRIBUTORS
|
|
|
|
* Jean-Christian Denis (author)
|
|
|
|
You are welcome to contribute to this code. |