diff --git a/README.md b/README.md index 3463fb9..dd33cfa 100644 --- a/README.md +++ b/README.md @@ -38,8 +38,7 @@ DokuWiki is a simple to use and highly versatile Open Source wiki software that * Official app website: * Official admin documentation: -* Upstream app code repository: -* YunoHost documentation for this app: +* Upstream app code repository: * Report a bug: ## Developer info diff --git a/README_fr.md b/README_fr.md index 513fd2a..db6e88d 100644 --- a/README_fr.md +++ b/README_fr.md @@ -38,8 +38,7 @@ DokuWiki est un logiciel wiki Open Source simple à utiliser et très polyvalent * Site officiel de l’app : * Documentation officielle de l’admin : -* Dépôt de code officiel de l’app : -* Documentation YunoHost pour cette app : +* Dépôt de code officiel de l’app : * Signaler un bug : ## Informations pour les développeurs diff --git a/manifest.toml b/manifest.toml index 411a65a..90cf76f 100644 --- a/manifest.toml +++ b/manifest.toml @@ -17,10 +17,10 @@ license = "GPL-2.0-or-later" website = "https://www.dokuwiki.org" demo = "https://demo.yunohost.org/dokuwiki/doku.php?id=start&do=login&u=demo&p=demo" admindoc = "https://www.dokuwiki.org/manual" -code = "https://github.com/splitbrain/dokuwiki" +code = "https://github.com/dokuwiki/dokuwiki" [integration] -yunohost = ">= 11.1.19" +yunohost = ">= 11.2" architectures = "all" multi_instance = true ldap = true @@ -46,7 +46,7 @@ ram.runtime = "50M" [install.language] ask.en = "Choose the application language" ask.fr = "Choisissez la langue de l'application" - type = "string" + type = "select" choices = ["en", "fr"] default = "en" @@ -70,4 +70,4 @@ ram.runtime = "50M" admin.allowed = "admins" [resources.apt] - packages = "php8.1-xml php8.1-ldap php8.1-gd php8.1-cli" + packages = "php8.1-xml, php8.1-ldap, php8.1-gd, php8.1-cli"