2021-12-08 20:08:43 +01:00
|
|
|
version = "1.0"
|
|
|
|
|
|
|
|
[main]
|
|
|
|
name = "Mediawiki configuration"
|
|
|
|
|
2022-11-13 23:39:11 +01:00
|
|
|
[main.config]
|
|
|
|
name = "Configuration Options"
|
|
|
|
|
2023-09-04 15:06:13 +02:00
|
|
|
[install.public_wiki]
|
|
|
|
ask.en = "Is this Wiki public ?"
|
|
|
|
ask.fr = "Ce Wiki est-il public ?"
|
|
|
|
help.en = "This visibility is handled by Mediawiki, not Yunohost"
|
|
|
|
help.fr = "Cette visibilité est gérée par Mediawiki, pas Yunohost"
|
|
|
|
type = "boolean"
|
|
|
|
default = true
|
|
|
|
bind = ":__INSTALL_DIR__/LocalSettings.php"
|
|
|
|
|
|
|
|
[install.local_accounts]
|
|
|
|
ask.en = "Allow local accounts (non-Yunohost login) ?"
|
|
|
|
ask.fr = "Autoriser les comptes locaux (non connectés à Yunohost) ?"
|
|
|
|
help.en = "If this is enabled, people without a Yunohost account can create an account, local to the wiki."
|
|
|
|
help.fr = "Si activé, les personnes sans compte Yunohost pourront créer un compte local au wiki."
|
|
|
|
type = "boolean"
|
|
|
|
default = false
|
|
|
|
bind = ":__INSTALL_DIR__/LocalSettings.php"
|
|
|
|
|
|
|
|
[install.yunohost_accounts]
|
|
|
|
ask.en = "Link with Yunohost accounts"
|
|
|
|
ask.fr = "Lier aux comptes Yunohost"
|
|
|
|
help.en = "If this is enabled, Yunohost users will be able to login."
|
|
|
|
help.fr = "Si activé, les utilisateurs Yunohost pourront s'authentifier."
|
|
|
|
type = "boolean"
|
|
|
|
default = true
|
|
|
|
bind = ":__INSTALL_DIR__/LocalSettings.php"
|