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:
|
||||
|
||||
* 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)
|
||||
|
||||
|
12
_define.php
12
_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'
|
||||
]
|
||||
);
|
@ -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
|
||||
));
|
||||
|
Loading…
Reference in New Issue
Block a user