cosmetics
This commit is contained in:
parent
779e3188c3
commit
f5f2a9636a
@ -1,5 +1,6 @@
|
|||||||
0.8.2 - dev
|
0.8.2 - dev
|
||||||
- [ ] literal rank of writer depending of num of com
|
- [ ] literal rank of writer depending of num of com
|
||||||
|
- [ ] add dashboard module
|
||||||
|
|
||||||
0.8.1 - 2021.09.17
|
0.8.1 - 2021.09.17
|
||||||
- fix plurals and better translation
|
- fix plurals and better translation
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
## WHAT IS TOPWRITER ?
|
## 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.
|
web publishing software called Dotclear.
|
||||||
|
|
||||||
Show most active contributor on a widget.
|
Show most active contributor on a widget.
|
||||||
@ -26,7 +26,7 @@ _topWriter_ requires:
|
|||||||
First install _topWriter_, manualy from a zip package or from
|
First install _topWriter_, manualy from a zip package or from
|
||||||
Dotaddict repository. (See Dotclear's documentation to know how do this)
|
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.
|
There are two widget: entries and comments.
|
||||||
|
|
||||||
## LINKS
|
## LINKS
|
||||||
|
10
_define.php
10
_define.php
@ -21,11 +21,11 @@ $this->registerModule(
|
|||||||
'Jean-Christian Denis, Pierre Van Glabeke',
|
'Jean-Christian Denis, Pierre Van Glabeke',
|
||||||
'0.8.1',
|
'0.8.1',
|
||||||
[
|
[
|
||||||
'requires' => [['core', '2.19']],
|
'requires' => [['core', '2.19']],
|
||||||
'permissions' => 'admin',
|
'permissions' => 'admin',
|
||||||
'type' => 'plugin',
|
'type' => 'plugin',
|
||||||
'support' => 'http://forum.dotclear.org/viewtopic.php?pid=333002#p333002',
|
'support' => 'http://forum.dotclear.org/viewtopic.php?pid=333002#p333002',
|
||||||
'details' => 'http://plugins.dotaddict.org/dc2/details/topWriter',
|
'details' => 'http://plugins.dotaddict.org/dc2/details/topWriter',
|
||||||
'repository' => 'https://raw.githubusercontent.com/JcDenis/topWriter/master/dcstore.xml'
|
'repository' => 'https://raw.githubusercontent.com/JcDenis/topWriter/master/dcstore.xml'
|
||||||
]
|
]
|
||||||
);
|
);
|
Loading…
Reference in New Issue
Block a user