Revision 3731:3770620079d4,
695 bytes
checked in by franck <carnet.franck.paul@…>, 7 years ago
(diff) |
Simplify licence block at the beginning of each file
|
Rev | Line | |
---|
[3091] | 1 | <?php |
---|
[3731] | 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;} |
---|
[3091] | 11 | |
---|
| 12 | $__resources['rss_news'] = 'http://dotclear.org/blog/feed/category/News/atom'; |
---|
| 13 | |
---|
| 14 | $__resources['doc'] = array( |
---|
[3731] | 15 | "Dotclear-dokumentaatio" => 'http://dotclear.org/documentation/2.0', |
---|
| 16 | 'Dotclearin esittely' => 'http://dotclear.org/documentation/2.0/overview/tour', |
---|
| 17 | "Käyttäjän opas" => 'http://dotclear.org/documentation/2.0/usage', |
---|
| 18 | "Asennus- ja hallintaoppaat" => 'http://dotclear.org/documentation/2.0/admin', |
---|
| 19 | "Dotclearin tukipalstat" => 'http://forum.dotclear.net/' |
---|
[3091] | 20 | ); |
---|
Note: See
TracBrowser
for help on using the repository browser.