<?php
/**
 * @package Dotclear
 * @subpackage Backend
 *
 * @copyright Olivier Meunier & Association Dotclear
 * @copyright GPL-2.0-only
 */

if (!defined('DC_RC_PATH')) {return;}

$__resources['rss_news'] = 'http://dotclear.org/blog/feed/category/News/atom';

$__resources['doc'] = array(
    "Dotclear documentation"                 => 'http://dotclear.org/documentation/2.0',
    'Dotclear presentation'                  => 'http://dotclear.org/documentation/2.0/overview/tour',
    "User manual"                            => 'http://dotclear.org/documentation/2.0/usage',
    "Installation and administration guides" => 'http://dotclear.org/documentation/2.0/admin',
    "Dotclear support forum"                 => 'http://forum.dotclear.net/'
);
