fix server and help URLs, fix #2
This commit is contained in:
parent
c3adc7123b
commit
68e87ed8e2
3 changed files with 5 additions and 5 deletions
|
@ -12,7 +12,7 @@
|
||||||
web publishing software called Dotclear.
|
web publishing software called Dotclear.
|
||||||
|
|
||||||
It tracks Dotclear's installation to get stats about it.
|
It tracks Dotclear's installation to get stats about it.
|
||||||
Default statistics server is located at https://dotclear.watch/statistics
|
Default statistics server is located at https://stat.dotclear.watch
|
||||||
|
|
||||||
What's being track :
|
What's being track :
|
||||||
* Dotclear version,
|
* Dotclear version,
|
||||||
|
|
|
@ -21,8 +21,8 @@ $this->registerModule(
|
||||||
['core', '2.27'],
|
['core', '2.27'],
|
||||||
],
|
],
|
||||||
'type' => 'plugin',
|
'type' => 'plugin',
|
||||||
'support' => 'https://git.dotclear.watch/JcDenis/' . basename(__DIR__) . '/issues',
|
'support' => 'https://git.dotclear.watch/dw/' . basename(__DIR__) . '/issues',
|
||||||
'details' => 'https://git.dotclear.watch/JcDenis/' . basename(__DIR__) . '/src/branch/master/README.md',
|
'details' => 'https://git.dotclear.watch/dw/' . basename(__DIR__) . '/src/branch/master/README.md',
|
||||||
'repository' => 'https://git.dotclear.watch/JcDenis/' . basename(__DIR__) . '/raw/branch/master/dcstore.xml',
|
'repository' => 'https://git.dotclear.watch/dw/' . basename(__DIR__) . '/raw/branch/master/dcstore.xml',
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
|
|
|
@ -48,7 +48,7 @@ class Utils
|
||||||
if (My::settings()->getGlobal('distant_api_url')) {
|
if (My::settings()->getGlobal('distant_api_url')) {
|
||||||
echo sprintf(
|
echo sprintf(
|
||||||
'<ul><li><a href="%s" title="%s" class="outgoing">%s<img src="%s" /></a></ul></li>',
|
'<ul><li><a href="%s" title="%s" class="outgoing">%s<img src="%s" /></a></ul></li>',
|
||||||
'https://statistics.dotclear.watch',
|
'https://stat.dotclear.watch',
|
||||||
__('DotclearWatch plugin statistics'),
|
__('DotclearWatch plugin statistics'),
|
||||||
__('Tracked by dotclear.watch'),
|
__('Tracked by dotclear.watch'),
|
||||||
My::fileURL('icon.svg')
|
My::fileURL('icon.svg')
|
||||||
|
|
Loading…
Reference in a new issue