mirror of
https://github.com/YunoHost-Apps/yeswiki_ynh.git
synced 2024-09-03 18:05:56 +02:00
commit
29e7fc2b8e
7 changed files with 11 additions and 9 deletions
|
@ -26,7 +26,7 @@ However, with a YesWiki we can build a website with multiple uses:
|
||||||
- Cultivate a bit of freedom...
|
- Cultivate a bit of freedom...
|
||||||
|
|
||||||
|
|
||||||
**Shipped version:** 4.4.4~ynh5
|
**Shipped version:** 4.4.4~ynh6
|
||||||
|
|
||||||
**Demo:** <https://ferme.yeswiki.net/?CreerSonWiki>
|
**Demo:** <https://ferme.yeswiki.net/?CreerSonWiki>
|
||||||
|
|
||||||
|
|
|
@ -26,7 +26,7 @@ However, with a YesWiki we can build a website with multiple uses:
|
||||||
- Cultivate a bit of freedom...
|
- Cultivate a bit of freedom...
|
||||||
|
|
||||||
|
|
||||||
**Versión actual:** 4.4.4~ynh5
|
**Versión actual:** 4.4.4~ynh6
|
||||||
|
|
||||||
**Demo:** <https://ferme.yeswiki.net/?CreerSonWiki>
|
**Demo:** <https://ferme.yeswiki.net/?CreerSonWiki>
|
||||||
|
|
||||||
|
|
|
@ -26,7 +26,7 @@ However, with a YesWiki we can build a website with multiple uses:
|
||||||
- Cultivate a bit of freedom...
|
- Cultivate a bit of freedom...
|
||||||
|
|
||||||
|
|
||||||
**Paketatutako bertsioa:** 4.4.4~ynh5
|
**Paketatutako bertsioa:** 4.4.4~ynh6
|
||||||
|
|
||||||
**Demoa:** <https://ferme.yeswiki.net/?CreerSonWiki>
|
**Demoa:** <https://ferme.yeswiki.net/?CreerSonWiki>
|
||||||
|
|
||||||
|
|
|
@ -26,7 +26,7 @@ Néanmoins, avec un YesWiki on peut fabriquer un site internet aux usages multip
|
||||||
- Cultiver un bout de liberté...
|
- Cultiver un bout de liberté...
|
||||||
|
|
||||||
|
|
||||||
**Version incluse :** 4.4.4~ynh5
|
**Version incluse :** 4.4.4~ynh6
|
||||||
|
|
||||||
**Démo :** <https://ferme.yeswiki.net/?CreerSonWiki>
|
**Démo :** <https://ferme.yeswiki.net/?CreerSonWiki>
|
||||||
|
|
||||||
|
|
|
@ -26,7 +26,7 @@ However, with a YesWiki we can build a website with multiple uses:
|
||||||
- Cultivate a bit of freedom...
|
- Cultivate a bit of freedom...
|
||||||
|
|
||||||
|
|
||||||
**Versión proporcionada:** 4.4.4~ynh5
|
**Versión proporcionada:** 4.4.4~ynh6
|
||||||
|
|
||||||
**Demo:** <https://ferme.yeswiki.net/?CreerSonWiki>
|
**Demo:** <https://ferme.yeswiki.net/?CreerSonWiki>
|
||||||
|
|
||||||
|
|
|
@ -26,7 +26,7 @@ However, with a YesWiki we can build a website with multiple uses:
|
||||||
- Cultivate a bit of freedom...
|
- Cultivate a bit of freedom...
|
||||||
|
|
||||||
|
|
||||||
**分发版本:** 4.4.4~ynh5
|
**分发版本:** 4.4.4~ynh6
|
||||||
|
|
||||||
**演示:** <https://ferme.yeswiki.net/?CreerSonWiki>
|
**演示:** <https://ferme.yeswiki.net/?CreerSonWiki>
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@ name = "YesWiki"
|
||||||
description.en = "Wiki that is quick and easy to use"
|
description.en = "Wiki that is quick and easy to use"
|
||||||
description.fr = "Wiki facile et rapide à prendre en main"
|
description.fr = "Wiki facile et rapide à prendre en main"
|
||||||
|
|
||||||
version = "4.4.4~ynh5"
|
version = "4.4.4~ynh6"
|
||||||
|
|
||||||
maintainers = ["Florian Schmitt", "Nils Van Zuijlen", "Plumf"]
|
maintainers = ["Florian Schmitt", "Nils Van Zuijlen", "Plumf"]
|
||||||
|
|
||||||
|
@ -50,6 +50,8 @@ default = "fr"
|
||||||
[install.wikimodel]
|
[install.wikimodel]
|
||||||
ask.en = "Choose the wiki model"
|
ask.en = "Choose the wiki model"
|
||||||
ask.fr = "Choisissez le modèle de wiki"
|
ask.fr = "Choisissez le modèle de wiki"
|
||||||
|
help.en = "YesWiki installs a default YesWiki installation, CLIC will change default look and add a view with installed yunohost apps."
|
||||||
|
help.fr = "YesWiki est une installation par défaut de YesWiki, CLIC change le look et les pages par défaut pour ajouter la vue des applications YunoHost installées."
|
||||||
type = "select"
|
type = "select"
|
||||||
choices = ["YesWiki", "CLIC"]
|
choices = ["YesWiki", "CLIC"]
|
||||||
default = "YesWiki"
|
default = "YesWiki"
|
||||||
|
@ -83,8 +85,8 @@ url = "https://repository.yeswiki.net/doryphore/extension-yunohost-1.0.0.zip"
|
||||||
sha256 = "60032781016d2bdcecce4ad5ae91e72407e64a994f63661e27a7a935ba52d50b"
|
sha256 = "60032781016d2bdcecce4ad5ae91e72407e64a994f63661e27a7a935ba52d50b"
|
||||||
|
|
||||||
[resources.sources.importerplugin]
|
[resources.sources.importerplugin]
|
||||||
url = "https://repository.yeswiki.net/doryphore/extension-importer-1.0.0.zip"
|
url = "https://repository.yeswiki.net/doryphore/extension-importer-1.0.1.zip"
|
||||||
sha256 = "5e0312e5053588e45e5c415b43ca75d388bcf589d09fa6f09da1e3d7f5cfd755"
|
sha256 = "443f46bb4b1316a408bee4cee1f69ef8f16ae072e9e2761f4dca641e20303c71"
|
||||||
|
|
||||||
[resources.sources.ferme]
|
[resources.sources.ferme]
|
||||||
url = "https://repository.yeswiki.net/doryphore/extension-ferme-1.1.8.zip"
|
url = "https://repository.yeswiki.net/doryphore/extension-ferme-1.1.8.zip"
|
||||||
|
|
Loading…
Reference in a new issue