update md files

master
Jean-Christian Paul Denis 2023-01-02 01:01:10 +01:00
parent c7c2e24225
commit 7d77a95c5d
Signed by: JcDenis
GPG Key ID: 1B5B8C5B90B6C951
3 changed files with 74 additions and 15 deletions

View File

@ -1,3 +1,15 @@
todo
- add dotty template
- remove currywurst template
- fix mustek template
0.5-dev - 2023.01.xx
* update to dotclear 2.24
* use anonymous functions (WIP)
* use abstract plugin id
* use short settings id
* add install process
comListe 0.4.2 - 11-11-2017 - Pierre Van Glabeke
* màj tpl
* localisation
@ -58,7 +70,7 @@ comListe 0.1.3
* correction du template comListe.html
comListe 0.1.2
* suppression du fichier _install.php pour supprimer le bug d'affichage dans la partie admin
* suppression du fichier _ install.php pour supprimer le bug d'affichage dans la partie admin
comListe 0.1.1
* ajout de l'initialisation des paramètres par défaut

23
LICENSE
View File

@ -1,12 +1,12 @@
GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc., <http://fsf.org/>
Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Preamble
Preamble
The licenses for most software are designed to take away your
freedom to share and change it. By contrast, the GNU General Public
@ -56,7 +56,7 @@ patent must be licensed for everyone's free use or not licensed at all.
The precise terms and conditions for copying, distribution and
modification follow.
GNU GENERAL PUBLIC LICENSE
GNU GENERAL PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
0. This License applies to any program or other work which contains
@ -255,7 +255,7 @@ make exceptions for this. Our decision will be guided by the two goals
of preserving the free status of all derivatives of our free software and
of promoting the sharing and reuse of software generally.
NO WARRANTY
NO WARRANTY
11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
@ -277,9 +277,9 @@ YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
POSSIBILITY OF SUCH DAMAGES.
END OF TERMS AND CONDITIONS
END OF TERMS AND CONDITIONS
How to Apply These Terms to Your New Programs
How to Apply These Terms to Your New Programs
If you develop a new program, and you want it to be of the greatest
possible use to the public, the best way to achieve this is to make it
@ -290,8 +290,8 @@ to attach them to the start of each source file to most effectively
convey the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.
{description}
Copyright (C) {year} {fullname}
<one line to give the program's name and a brief idea of what it does.>
Copyright (C) <year> <name of author>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@ -329,7 +329,7 @@ necessary. Here is a sample; alter the names:
Yoyodyne, Inc., hereby disclaims all copyright interest in the program
`Gnomovision' (which makes passes at compilers) written by James Hacker.
{signature of Ty Coon}, 1 April 1989
<signature of Ty Coon>, 1 April 1989
Ty Coon, President of Vice
This General Public License does not permit incorporating your program into
@ -337,4 +337,3 @@ proprietary programs. If your program is a subroutine library, you may
consider it more useful to permit linking proprietary applications with the
library. If this is what you want to do, use the GNU Lesser General
Public License instead of this License.

View File

@ -1,2 +1,50 @@
# comListe
Afficher la liste de tous les commentaires et rétroliens d'un blog dans une page publique
# README
[![Release](https://img.shields.io/github/v/release/JcDenis/comListe)](https://github.com/JcDenis/comListe/releases)
[![Date](https://img.shields.io/github/release-date/JcDenis/comListe)](https://github.com/JcDenis/comListe/releases)
[![Issues](https://img.shields.io/github/issues/JcDenis/comListe)](https://github.com/JcDenis/comListe/issues)
[![Dotclear](https://img.shields.io/badge/dotclear-v2.24-blue.svg)](https://fr.dotclear.org/download)
[![Dotaddict](https://img.shields.io/badge/dotaddict-official-green.svg)](https://plugins.dotaddict.org/dc2/details/comListe)
[![License](https://img.shields.io/github/license/JcDenis/comListe)](https://github.com/JcDenis/comListe/blob/master/LICENSE)
## WHAT IS COMLISTE ?
_comListe_ is a plugin for the open-source
web publishing software called Dotclear.
It adds public page of all comments and trackbacks.
## REQUIREMENTS
_comListe_ requires:
* admin perms for configuration
* Dotclear 2.24
## USAGE
First install _comListe_, manualy from a zip package or from
Dotaddict repository. (See Dotclear's documentation to know how do this)
You can manage your _comListe_ from menu
''Comments list'' on sidebar or you can add dashboard icon.
There are templates for public page. These template is adapted to
default Dotclear's theme. If you want to create your own template
for your theme, copy files from comListe/default-templates
to your theme tpl path and adapt them.
## LINKS
* License : [GNU GPL v2](https://www.gnu.org/licenses/old-licenses/lgpl-2.0.html)
* Source & contribution : [GitHub Page](https://github.com/JcDenis/comListe)
* Packages & details: [Dotaddict Page](https://plugins.dotaddict.org/dc2/details/comListe)
* Discuss and help : [Dotclear Forum](https://forum.dotclear.org/viewtopic.php?id=333985)
## CONTRIBUTORS
* Benoit de Marne (author)
* Pierre Van Glabeke
* Jean-Christian Denis
You are welcome to contribute to this code.