Revision 3731:3770620079d4,
778 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 | |
---|
10 | if (!defined('DC_RC_PATH')) {return;} |
---|
11 | |
---|
12 | $__resources['rss_news'] = 'http://fr.dotclear.org/blog/feed/category/News/atom'; |
---|
13 | |
---|
14 | $__resources['doc'] = array( |
---|
15 | "Accueil de l'aide Dotclear" => 'http://fr.dotclear.org/documentation/2.0', |
---|
16 | 'Présentation de Dotclear' => 'http://fr.dotclear.org/documentation/2.0/overview/tour', |
---|
17 | "Manuel de l'utilisateur" => 'http://fr.dotclear.org/documentation/2.0/usage', |
---|
18 | "Guide d'installation et d'administration" => 'http://fr.dotclear.org/documentation/2.0/admin', |
---|
19 | "Forum de support de Dotclear" => 'http://forum.dotclear.net/' |
---|
20 | ); |
---|
Note: See
TracBrowser
for help on using the repository browser.