release 0.8.1
This commit is contained in:
parent
1556365177
commit
70947a5237
@ -1,6 +1,9 @@
|
|||||||
0.8.1 - dev
|
0.8.2 - dev
|
||||||
- [ ] literal rank of writer depending of num of com
|
- [ ] literal rank of writer depending of num of com
|
||||||
- [x] clean up code
|
|
||||||
|
0.8.1 - 2021.09.17
|
||||||
|
- fix plurals and better translation
|
||||||
|
- update readme file
|
||||||
|
|
||||||
0.8 - 2021.08.27
|
0.8 - 2021.08.27
|
||||||
- clean up (PSR2, short array, ...)
|
- clean up (PSR2, short array, ...)
|
||||||
|
18
README.md
18
README.md
@ -1,5 +1,12 @@
|
|||||||
# README
|
# README
|
||||||
|
|
||||||
|
[![Release](https://img.shields.io/github/v/release/JcDenis/topWriter)](https://github.com/JcDenis/topWriter/releases)
|
||||||
|
[![Date](https://img.shields.io/github/release-date/JcDenis/topWriter)](https://github.com/JcDenis/topWriter/releases)
|
||||||
|
[![Issues](https://img.shields.io/github/issues/JcDenis/topWriter)](https://github.com/JcDenis/topWriter/issues)
|
||||||
|
[![Dotclear](https://img.shields.io/badge/dotclear-v2.19-blue.svg)](https://fr.dotclear.org/download)
|
||||||
|
[![Dotaddict](https://img.shields.io/badge/dotaddict-official-green.svg)](https://plugins.dotaddict.org/dc2/details/topWriter)
|
||||||
|
[![License](https://img.shields.io/github/license/JcDenis/topWriter)](https://github.com/JcDenis/topWriter/blob/master/LICENSE)
|
||||||
|
|
||||||
## WHAT IS TOPWRITER ?
|
## WHAT IS TOPWRITER ?
|
||||||
|
|
||||||
"Top writer" is a plugin for the open-source
|
"Top writer" is a plugin for the open-source
|
||||||
@ -22,13 +29,16 @@ 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.
|
||||||
|
|
||||||
## MORE
|
## LINKS
|
||||||
|
|
||||||
* License : GNU GPL v2
|
* License : [GNU GPL v2](https://www.gnu.org/licenses/old-licenses/lgpl-2.0.html)
|
||||||
* Source & contribution : [GitHub Page](https://github.com/JcDenis/topWriter)
|
* Source & contribution : [GitHub Page](https://github.com/JcDenis/topWriter)
|
||||||
* Packages & details: [Dotaddict Page](https://plugins.dotaddict.org/dc2/details/topWriter)
|
* Packages & details: [Dotaddict Page](https://plugins.dotaddict.org/dc2/details/topWriter)
|
||||||
|
* Discuss and help : [Dotclear Forum](http://forum.dotclear.org/viewtopic.php?pid=333002#p333002)
|
||||||
|
|
||||||
## CONTRIBUTORS
|
## CONTRIBUTORS
|
||||||
|
|
||||||
* Jean-Chirstian Denis
|
* Jean-Christian Denis
|
||||||
* Pierre Van Glabeke
|
* Pierre Van Glabeke
|
||||||
|
|
||||||
|
You are welcome to contribute to this code.
|
@ -1,10 +1,11 @@
|
|||||||
<modules xmlns:da="http://dotaddict.org/da/">
|
<modules xmlns:da="http://dotaddict.org/da/">
|
||||||
<module id="topWriter">
|
<module id="topWriter">
|
||||||
<name>topWriter</name>
|
<name>Top writer</name>
|
||||||
<version>0.8.1</version>
|
<version>0.8.1</version>
|
||||||
<author>Jean-Christian Denis, Pierre Van Glabeke</author>
|
<author>Jean-Christian Denis, Pierre Van Glabeke</author>
|
||||||
<desc>Ranking of the most prolific writers and/or commentators</desc>
|
<desc>Ranking of the most prolific writers and/or commentators</desc>
|
||||||
<file>https://github.com/JcDenis/topWriter/releases/download/v0.8.1/plugin-topWriter.zip</file>
|
<file>https://github.com/JcDenis/topWriter/releases/download/v0.8.1/plugin-topWriter.zip</file>
|
||||||
|
<da:dcmin>2.19</da:dcmin>
|
||||||
<da:details>http://plugins.dotaddict.org/dc2/details/topWriter</da:details>
|
<da:details>http://plugins.dotaddict.org/dc2/details/topWriter</da:details>
|
||||||
<da:support>http://forum.dotclear.org/viewtopic.php?pid=333002#p333002</da:support>
|
<da:support>http://forum.dotclear.org/viewtopic.php?pid=333002#p333002</da:support>
|
||||||
</module>
|
</module>
|
||||||
|
Loading…
Reference in New Issue
Block a user