cosmetics
This commit is contained in:
parent
6ca59f2efc
commit
35466c2dd1
12
README.md
12
README.md
@ -18,9 +18,9 @@ It mix your blog with a feeds planet.
|
|||||||
|
|
||||||
zoneclearFeedServer requires:
|
zoneclearFeedServer requires:
|
||||||
|
|
||||||
* admin perms for configuration
|
* super admin permission for plugin and services configuration
|
||||||
* admin perms to manager feeds
|
* admin permission to manage feeds
|
||||||
* Dotclear 2.7
|
* Dotclear 2.19
|
||||||
|
|
||||||
## USAGE
|
## USAGE
|
||||||
|
|
||||||
@ -33,10 +33,10 @@ go to ''configure plugin'', fill in form.
|
|||||||
Once it's done you can manage your feeds from menu
|
Once it's done you can manage your feeds from menu
|
||||||
''Feeds server'' on sidebar or you can add dashboard icon.
|
''Feeds server'' on sidebar or you can add dashboard icon.
|
||||||
|
|
||||||
## 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/zoneclearFeedServer)
|
* Source & contributions : [GitHub Page](https://github.com/JcDenis/zoneclearFeedServer)
|
||||||
* Packages & details: [Dotaddict Page](https://plugins.dotaddict.org/dc2/details/zoneclearFeedServer)
|
* Packages & details: [Dotaddict Page](https://plugins.dotaddict.org/dc2/details/zoneclearFeedServer)
|
||||||
* Discussion & Help: [Dotclear Forum](http://forum.dotclear.org/viewtopic.php?pid=331158)
|
* Discussion & Help: [Dotclear Forum](http://forum.dotclear.org/viewtopic.php?pid=331158)
|
||||||
|
|
||||||
|
@ -30,7 +30,8 @@ try {
|
|||||||
|
|
||||||
# Check Dotclear version
|
# Check Dotclear version
|
||||||
if (!method_exists('dcUtils', 'versionsCompare')
|
if (!method_exists('dcUtils', 'versionsCompare')
|
||||||
|| dcUtils::versionsCompare(DC_VERSION, $dc_min, '<', false)) {
|
|| dcUtils::versionsCompare(DC_VERSION, $dc_min, '<', false)
|
||||||
|
) {
|
||||||
throw new Exception(sprintf(
|
throw new Exception(sprintf(
|
||||||
'%s requires Dotclear %s', $mod_id, $dc_min
|
'%s requires Dotclear %s', $mod_id, $dc_min
|
||||||
));
|
));
|
||||||
|
Loading…
Reference in New Issue
Block a user