cosmetics

This commit is contained in:
Jean-Christian Paul Denis 2021-10-29 23:28:58 +02:00
parent 779e3188c3
commit f5f2a9636a
Signed by: JcDenis
GPG Key ID: 1B5B8C5B90B6C951
3 changed files with 8 additions and 7 deletions

View File

@ -1,5 +1,6 @@
0.8.2 - dev
- [ ] literal rank of writer depending of num of com
- [ ] add dashboard module
0.8.1 - 2021.09.17
- fix plurals and better translation

View File

@ -9,7 +9,7 @@
## WHAT IS TOPWRITER ?
"Top writer" is a plugin for the open-source
_Top writer_ is a plugin for the open-source
web publishing software called Dotclear.
Show most active contributor on a widget.
@ -26,7 +26,7 @@ _topWriter_ requires:
First install _topWriter_, manualy from a zip package or from
Dotaddict repository. (See Dotclear's documentation to know how do this)
Add and configure "Top writer" from widgets manager.
Add and configure _Top writer_ from widgets manager.
There are two widget: entries and comments.
## LINKS

View File

@ -21,11 +21,11 @@ $this->registerModule(
'Jean-Christian Denis, Pierre Van Glabeke',
'0.8.1',
[
'requires' => [['core', '2.19']],
'requires' => [['core', '2.19']],
'permissions' => 'admin',
'type' => 'plugin',
'support' => 'http://forum.dotclear.org/viewtopic.php?pid=333002#p333002',
'details' => 'http://plugins.dotaddict.org/dc2/details/topWriter',
'repository' => 'https://raw.githubusercontent.com/JcDenis/topWriter/master/dcstore.xml'
'type' => 'plugin',
'support' => 'http://forum.dotclear.org/viewtopic.php?pid=333002#p333002',
'details' => 'http://plugins.dotaddict.org/dc2/details/topWriter',
'repository' => 'https://raw.githubusercontent.com/JcDenis/topWriter/master/dcstore.xml'
]
);