diff --git a/CHANGELOG.md b/CHANGELOG.md index 42e8191..dcfe970 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index a014617..e5b738a 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/_define.php b/_define.php index accaf91..655a843 100644 --- a/_define.php +++ b/_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' ] ); \ No newline at end of file