Files
oav/dotclear._no/locales/en/resources.php
2023-03-20 12:18:38 +01:00

21 lines
758 B
PHP

<?php
/**
* @package Dotclear
* @subpackage Backend
*
* @copyright Olivier Meunier & Association Dotclear
* @copyright GPL-2.0-only
*/
if (!defined('DC_RC_PATH')) {return;}
$__resources['rss_news'] = 'https://dotclear.org/blog/feed/category/News/atom';
$__resources['doc'] = array(
"Dotclear documentation" => 'https://dotclear.org/documentation/2.0',
'Dotclear presentation' => 'https://dotclear.org/documentation/2.0/overview/tour',
"User manual" => 'https://dotclear.org/documentation/2.0/usage',
"Installation and administration guides" => 'https://dotclear.org/documentation/2.0/admin',
"Dotclear support forum" => 'https://forum.dotclear.net/'
);