Current oav website

This commit is contained in:
Charlie Root
2023-03-20 12:18:38 +01:00
commit a096ce07cf
3270 changed files with 261778 additions and 0 deletions

View File

@ -0,0 +1,17 @@
<html>
<head>
<title>About:Config</title>
</head>
<body>
<h4>About:Config</h4>
<p>This page provides technical information about the configuration of the current blog (as well as configuration common to all the blogs). These parameters are usually managed by other pages in the administration interface.<br />
Only modify something here if you know what you are doing!</p>
<p>Some parameters can only be modified on this page.</p>
<p>The page has two tabs: <strong>Settings for the current blog (blog name)</strong> and <strong>Global settings</strong> to manage the current blog settings and the global settings, respectively.</p>
<p>You can directly access the different page sections using the <strong>Goto</strong> dropdown menu.</p>
</body>
</html>

View File

@ -0,0 +1,12 @@
<?php
/**
* @package Dotclear
* @subpackage Plugins
*
* @copyright Olivier Meunier & Association Dotclear
* @copyright GPL-2.0-only
*/
if (!isset($__resources['help']['aboutConfig'])) {
$__resources['help']['aboutConfig'] = dirname(__FILE__) . '/help/help.html';
}

View File

@ -0,0 +1,21 @@
<html>
<head>
<title>About:Config</title>
</head>
<body>
<h4>About:Config</h4>
<p>Cette page présente des informations <em>techniques</em>
brutes, relatives à la configuration du blog courant (et communes à tous les blogs).
Généralement ces paramètres sont gérés par d'autres pages de l'administration.<br />
Ne modifiez quelque chose que si vous savez ce que vous faîtes.</p>
<p>Certains paramètres ne sont modifiables que sur cette page.</p>
<p>La page présente deux onglets "Réglages pour le blog courant (nom du blog)" et "Réglages généraux"
qui permettent de gérer (et présenter) respectivement les réglages du blog courant et
ceux communs à tous les blogs.</p>
<p>Vous pouvez accéder directement aux différentes sections de la page avec le menu de sélection.</p>
</body>
</html>

View File

@ -0,0 +1,12 @@
<?php
/**
* @package Dotclear
* @subpackage Plugins
*
* @copyright Olivier Meunier & Association Dotclear
* @copyright GPL-2.0-only
*/
if (!isset($__resources['help']['aboutConfig'])) {
$__resources['help']['aboutConfig'] = dirname(__FILE__) . '/help/help.html';
}