1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/yeswiki_ynh.git synced 2024-09-03 18:05:56 +02:00

Merge pull request #59 from YunoHost-Apps/testing

Latest 4.3.1 changes
This commit is contained in:
Florian 2023-02-01 09:54:56 +03:00 committed by GitHub
commit d0188d1a2f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 16 additions and 16 deletions

View file

@ -25,7 +25,7 @@ However, with a YesWiki we can build a website with multiple uses:
- Cultivate a bit of freedom...
**Shipped version:** 4.3.0~ynh1
**Shipped version:** 4.3.1~ynh1
**Demo:** https://ferme.yeswiki.net/?CreerSonWiki

View file

@ -5,15 +5,15 @@ It shall NOT be edited by hand.
# YesWiki pour YunoHost
[![Niveau d'intégration](https://dash.yunohost.org/integration/yeswiki.svg)](https://dash.yunohost.org/appci/app/yeswiki) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/yeswiki.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/yeswiki.maintain.svg)
[![Niveau dintégration](https://dash.yunohost.org/integration/yeswiki.svg)](https://dash.yunohost.org/appci/app/yeswiki) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/yeswiki.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/yeswiki.maintain.svg)
[![Installer YesWiki avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=yeswiki)
*[Read this readme in english.](./README.md)*
> *Ce package vous permet d'installer YesWiki rapidement et simplement sur un serveur YunoHost.
Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
> *Ce package vous permet dinstaller YesWiki rapidement et simplement sur un serveur YunoHost.
Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment linstaller et en profiter.*
## Vue d'ensemble
## Vue densemble
YesWiki est un wiki conçu pour rester simple, très facile à installer, en français traduit en anglais, espagnol, catalan, flamand...
@ -25,13 +25,13 @@ Néanmoins, avec un YesWiki on peut fabriquer un site internet aux usages multip
- Cultiver un bout de liberté...
**Version incluse :** 4.3.0~ynh1
**Version incluse :** 4.3.1~ynh1
**Démo :** https://ferme.yeswiki.net/?CreerSonWiki
## Captures d'écran
## Captures décran
![Capture d'écran de YesWiki](./doc/screenshots/yeswiki_screenshots.png)
![Capture décran de YesWiki](./doc/screenshots/yeswiki_screenshots.png)
## Avertissements / informations importantes
@ -43,9 +43,9 @@ Pour le moment l'authentification SSO n'est pas prise en charge. Il est nécessa
## Documentations et ressources
* Site officiel de l'app : <https://yeswiki.net/>
* Documentation officielle de l'admin : <https://yeswiki.net/?DocumentatioN>
* Dépôt de code officiel de l'app : <https://github.com/YesWiki/yeswiki>
* Site officiel de lapp : <https://yeswiki.net/>
* Documentation officielle de ladmin : <https://yeswiki.net/?DocumentatioN>
* Dépôt de code officiel de lapp : <https://github.com/YesWiki/yeswiki>
* Documentation YunoHost pour cette app : <https://yunohost.org/app_yeswiki>
* Signaler un bug : <https://github.com/YunoHost-Apps/yeswiki_ynh/issues>
@ -61,4 +61,4 @@ ou
sudo yunohost app upgrade yeswiki -u https://github.com/YunoHost-Apps/yeswiki_ynh/tree/testing --debug
```
**Plus d'infos sur le packaging d'applications :** <https://yunohost.org/packaging_apps>
**Plus dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps>

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/YesWiki/yeswiki/archive/refs/tags/v4.3.0.tar.gz
SOURCE_SUM=2c926c3031ae945da7cc1eb98cca7d7756dfa63381141c83b0a1dc942baf7f6c
SOURCE_URL=https://github.com/YesWiki/yeswiki/archive/refs/tags/v4.3.1.tar.gz
SOURCE_SUM=c3346bc71699737dbdaa5fa62e7c09f7128b59e01f05ce06ff7e5cc8a8aaa9e7
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true

View file

@ -6,7 +6,7 @@
"en": "Wiki that is quick and easy to use",
"fr": "Wiki facile et rapide à prendre en main"
},
"version": "4.3.0~ynh1",
"version": "4.3.1~ynh1",
"url": "https://yeswiki.net/",
"upstream": {
"license": "AGPL-3.0-only",