cosmetics
This commit is contained in:
parent
779e3188c3
commit
f5f2a9636a
@ -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
|
||||
|
@ -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
|
||||
|
10
_define.php
10
_define.php
@ -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'
|
||||
]
|
||||
);
|
Loading…
Reference in New Issue
Block a user