Dotclear

source: locales/en/resources.php @ 3731:3770620079d4

Revision 3731:3770620079d4, 752 bytes checked in by franck <carnet.franck.paul@…>, 7 years ago (diff)

Simplify licence block at the beginning of each file

Line 
1<?php
2/**
3 * @package Dotclear
4 * @subpackage Backend
5 *
6 * @copyright Olivier Meunier & Association Dotclear
7 * @copyright GPL-2.0-only
8 */
9
10if (!defined('DC_RC_PATH')) {return;}
11
12$__resources['rss_news'] = 'http://dotclear.org/blog/feed/category/News/atom';
13
14$__resources['doc'] = array(
15    "Dotclear documentation"                 => 'http://dotclear.org/documentation/2.0',
16    'Dotclear presentation'                  => 'http://dotclear.org/documentation/2.0/overview/tour',
17    "User manual"                            => 'http://dotclear.org/documentation/2.0/usage',
18    "Installation and administration guides" => 'http://dotclear.org/documentation/2.0/admin',
19    "Dotclear support forum"                 => 'http://forum.dotclear.net/'
20);
Note: See TracBrowser for help on using the repository browser.

Sites map