clean up again
This commit is contained in:
parent
a3c12823a1
commit
ec5da9fa29
16
CHANGELOG.md
16
CHANGELOG.md
@ -1,26 +1,26 @@
|
||||
postInfoWidget 0.6 - 2021.08.27
|
||||
0.6 - 2021.08.27
|
||||
- cleanup (PSR2, short array, ...)
|
||||
- update license
|
||||
|
||||
postInfoWidget 0.5.1 - 2015.04.23 - Pierre Van Glabeke
|
||||
0.5.1 - 2015.04.23 - Pierre Van Glabeke
|
||||
- modif url support
|
||||
|
||||
postInfoWidget 0.5 - 2015-01-29 - Pierre Van Glabeke
|
||||
0.5 - 2015-01-29 - Pierre Van Glabeke
|
||||
- ajout case hors ligne
|
||||
- modif localisation
|
||||
- fin de ligne unix (LF)
|
||||
|
||||
postInfoWidget 0.4 - 2013.11.12
|
||||
0.4 - 2013.11.12
|
||||
- Switch to Dotclear 2.6
|
||||
- Clean up code
|
||||
- Add widget options
|
||||
|
||||
postInfoWidget 0.3 - 2010.06.21
|
||||
0.3 - 2010.06.21
|
||||
- Fixed tags list
|
||||
- Fixed nav links
|
||||
|
||||
postInfoWidget 0.2 - 2010.06.05
|
||||
0.2 - 2010.06.05
|
||||
- Switched to DC 2.2
|
||||
|
||||
postInfoWidget 0.1 - 2010.05.24
|
||||
- First lab release
|
||||
0.1 - 2010.05.24
|
||||
- First lab release
|
10
README.md
10
README.md
@ -2,21 +2,21 @@
|
||||
|
||||
## WHAT IS POSTINFOWIDGET ?
|
||||
|
||||
postInfoWidget "Entry information list" is a plugin for the open-source
|
||||
_postInfoWidget_ "Entry information list" is a plugin for the open-source
|
||||
web publishing software called Dotclear.
|
||||
|
||||
Show entry details in a widget.
|
||||
|
||||
## REQUIREMENTS
|
||||
|
||||
postInfoWidget requires:
|
||||
_postInfoWidget_ requires:
|
||||
|
||||
* permissions to manage widgets
|
||||
* Dotclear 2.6
|
||||
* Dotclear 2.19
|
||||
|
||||
## USAGE
|
||||
|
||||
First install postInfoWidget, manualy from a zip package or from
|
||||
First install _postInfoWidget_, manualy from a zip package or from
|
||||
Dotaddict repository. (See Dotclear's documentation to know how do this)
|
||||
|
||||
Add and configure "Entry information list" from widgets manager.
|
||||
@ -30,4 +30,4 @@ Add and configure "Entry information list" from widgets manager.
|
||||
## CONTRIBUTORS
|
||||
|
||||
* Jean-Chirstian Denis
|
||||
* Pierre Van Glabeke
|
||||
* Pierre Van Glabeke
|
22
_admin.php
22
_admin.php
@ -1,15 +1,15 @@
|
||||
<?php
|
||||
# -- BEGIN LICENSE BLOCK ----------------------------------
|
||||
#
|
||||
# This file is part of postInfoWidget, a plugin for Dotclear 2.
|
||||
#
|
||||
# Copyright (c) 2009-2021 Jean-Christian Denis and contributors
|
||||
#
|
||||
# Licensed under the GPL version 2.0 license.
|
||||
# A copy of this license is available in LICENSE file or at
|
||||
# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
|
||||
#
|
||||
# -- END LICENSE BLOCK ------------------------------------
|
||||
/**
|
||||
* @brief postInfoWidget, a plugin for Dotclear 2
|
||||
*
|
||||
* @package Dotclear
|
||||
* @subpackage Plugin
|
||||
*
|
||||
* @author Jean-Christian Denis, Pierre Van Glabeke
|
||||
*
|
||||
* @copyright Jean-Christian Denis
|
||||
* @copyright GPL-2.0 https://www.gnu.org/licenses/gpl-2.0.html
|
||||
*/
|
||||
|
||||
if (!defined('DC_CONTEXT_ADMIN')) {
|
||||
return null;
|
||||
|
24
_define.php
24
_define.php
@ -1,15 +1,15 @@
|
||||
<?php
|
||||
# -- BEGIN LICENSE BLOCK ----------------------------------
|
||||
#
|
||||
# This file is part of postInfoWidget, a plugin for Dotclear 2.
|
||||
#
|
||||
# Copyright (c) 2009-2021 Jean-Christian Denis and contributors
|
||||
#
|
||||
# Licensed under the GPL version 2.0 license.
|
||||
# A copy of this license is available in LICENSE file or at
|
||||
# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
|
||||
#
|
||||
# -- END LICENSE BLOCK ------------------------------------
|
||||
/**
|
||||
* @brief postInfoWidget, a plugin for Dotclear 2
|
||||
*
|
||||
* @package Dotclear
|
||||
* @subpackage Plugin
|
||||
*
|
||||
* @author Jean-Christian Denis, Pierre Van Glabeke
|
||||
*
|
||||
* @copyright Jean-Christian Denis
|
||||
* @copyright GPL-2.0 https://www.gnu.org/licenses/gpl-2.0.html
|
||||
*/
|
||||
|
||||
if (!defined('DC_RC_PATH')) {
|
||||
return null;
|
||||
@ -21,9 +21,9 @@ $this->registerModule(
|
||||
'Jean-Christian Denis, Pierre Van Glabeke',
|
||||
'0.6.1',
|
||||
[
|
||||
'requires' => [['core', '2.19']],
|
||||
'permissions' => 'usage,contentadmin',
|
||||
'type' => 'plugin',
|
||||
'dc_min' => '2.19',
|
||||
'support' => 'http://forum.dotclear.org/viewtopic.php?pid=332974#p332974',
|
||||
'details' => 'http://plugins.dotaddict.org/dc2/details/postInfoWidget',
|
||||
'repository' => 'https://raw.githubusercontent.com/JcDenis/postInfoWidget/master/dcstore.xml'
|
||||
|
22
_public.php
22
_public.php
@ -1,15 +1,15 @@
|
||||
<?php
|
||||
# -- BEGIN LICENSE BLOCK ----------------------------------
|
||||
#
|
||||
# This file is part of postInfoWidget, a plugin for Dotclear 2.
|
||||
#
|
||||
# Copyright (c) 2009-2021 Jean-Christian Denis and contributors
|
||||
#
|
||||
# Licensed under the GPL version 2.0 license.
|
||||
# A copy of this license is available in LICENSE file or at
|
||||
# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
|
||||
#
|
||||
# -- END LICENSE BLOCK ------------------------------------
|
||||
/**
|
||||
* @brief postInfoWidget, a plugin for Dotclear 2
|
||||
*
|
||||
* @package Dotclear
|
||||
* @subpackage Plugin
|
||||
*
|
||||
* @author Jean-Christian Denis, Pierre Van Glabeke
|
||||
*
|
||||
* @copyright Jean-Christian Denis
|
||||
* @copyright GPL-2.0 https://www.gnu.org/licenses/gpl-2.0.html
|
||||
*/
|
||||
|
||||
if (!defined('DC_RC_PATH')) {
|
||||
return null;
|
||||
|
22
_widgets.php
22
_widgets.php
@ -1,15 +1,15 @@
|
||||
<?php
|
||||
# -- BEGIN LICENSE BLOCK ----------------------------------
|
||||
#
|
||||
# This file is part of postInfoWidget, a plugin for Dotclear 2.
|
||||
#
|
||||
# Copyright (c) 2009-2021 Jean-Christian Denis and contributors
|
||||
#
|
||||
# Licensed under the GPL version 2.0 license.
|
||||
# A copy of this license is available in LICENSE file or at
|
||||
# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
|
||||
#
|
||||
# -- END LICENSE BLOCK ------------------------------------
|
||||
/**
|
||||
* @brief postInfoWidget, a plugin for Dotclear 2
|
||||
*
|
||||
* @package Dotclear
|
||||
* @subpackage Plugin
|
||||
*
|
||||
* @author Jean-Christian Denis, Pierre Van Glabeke
|
||||
*
|
||||
* @copyright Jean-Christian Denis
|
||||
* @copyright GPL-2.0 https://www.gnu.org/licenses/gpl-2.0.html
|
||||
*/
|
||||
|
||||
if (!defined('DC_RC_PATH')) {
|
||||
return null;
|
||||
|
@ -1,13 +1,11 @@
|
||||
<modules xmlns:da="http://dotaddict.org/da/">
|
||||
<module id="postInfoWidget">
|
||||
<name>postInfoWidget</name>
|
||||
<version>0.6</version>
|
||||
<version>0.6.1</version>
|
||||
<author>Jean-Christian Denis, Pierre Van Glabeke</author>
|
||||
<desc>Show Entry informations on a widget</desc>
|
||||
<file>https://github.com/JcDenis/postInfoWidget/releases/download/v0.6/plugin-postInfoWidget.zip</file>
|
||||
<da:dcmin>2.19</da:dcmin>
|
||||
<file>https://github.com/JcDenis/postInfoWidget/releases/download/v0.6.1/plugin-postInfoWidget.zip</file>
|
||||
<da:details>http://plugins.dotaddict.org/dc2/details/postInfoWidget</da:details>
|
||||
<da:section></da:section>
|
||||
<da:support>http://forum.dotclear.org/viewtopic.php?pid=332974#p332974</da:support>
|
||||
</module>
|
||||
</modules>
|
@ -137,5 +137,4 @@ $GLOBALS['__l10n']['Previous entry of this category'] = 'Billet précédent de c
|
||||
#_widgets.php:527
|
||||
$GLOBALS['__l10n']['Next entry of this category'] = 'Billet suivant de cette catégorie';
|
||||
|
||||
$GLOBALS['__l10n']['Try to adapt style:'] = 'Essayer d\'adapter le style :';
|
||||
|
||||
$GLOBALS['__l10n']['Try to adapt style:'] = 'Essayer d\'adapter le style :';
|
Loading…
Reference in New Issue
Block a user