diff --git a/README.md b/README.md index 99ca38f..37612f6 100644 --- a/README.md +++ b/README.md @@ -18,9 +18,9 @@ It mix your blog with a feeds planet. zoneclearFeedServer requires: - * admin perms for configuration - * admin perms to manager feeds - * Dotclear 2.7 + * super admin permission for plugin and services configuration + * admin permission to manage feeds + * Dotclear 2.19 ## USAGE @@ -33,10 +33,10 @@ go to ''configure plugin'', fill in form. Once it's done you can manage your feeds from menu ''Feeds server'' on sidebar or you can add dashboard icon. -## MORE +## LINKS - * License : GNU GPL v2 - * Source & contribution : [GitHub Page](https://github.com/JcDenis/zoneclearFeedServer) + * License : [GNU GPL v2](https://www.gnu.org/licenses/old-licenses/lgpl-2.0.html) + * Source & contributions : [GitHub Page](https://github.com/JcDenis/zoneclearFeedServer) * Packages & details: [Dotaddict Page](https://plugins.dotaddict.org/dc2/details/zoneclearFeedServer) * Discussion & Help: [Dotclear Forum](http://forum.dotclear.org/viewtopic.php?pid=331158) diff --git a/_define.php b/_define.php index 3020de3..67e2bfa 100644 --- a/_define.php +++ b/_define.php @@ -21,11 +21,11 @@ $this->registerModule( 'Jean-Christian Denis, BG, Pierre Van Glabeke', '2015.07.19', [ - 'requires' => [['core', '2.19']], - 'permissions' => 'admin', - 'type' => 'plugin', - 'support' => 'https://github.com/JcDenis/zoneclearFeedServer', - 'details' => 'https://plugins.dotaddict.org/dc2/details/pacKman', - 'repository' => 'https://raw.githubusercontent.com/JcDenis/zoneclearFeedServer/master/dcstore.xml' + 'requires' => [['core', '2.19']], + 'permissions' => 'admin', + 'type' => 'plugin', + 'support' => 'https://github.com/JcDenis/zoneclearFeedServer', + 'details' => 'https://plugins.dotaddict.org/dc2/details/pacKman', + 'repository' => 'https://raw.githubusercontent.com/JcDenis/zoneclearFeedServer/master/dcstore.xml' ] ); \ No newline at end of file diff --git a/_install.php b/_install.php index 4e3534e..db7c127 100644 --- a/_install.php +++ b/_install.php @@ -30,7 +30,8 @@ try { # Check Dotclear version if (!method_exists('dcUtils', 'versionsCompare') - || dcUtils::versionsCompare(DC_VERSION, $dc_min, '<', false)) { + || dcUtils::versionsCompare(DC_VERSION, $dc_min, '<', false) + ) { throw new Exception(sprintf( '%s requires Dotclear %s', $mod_id, $dc_min ));