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 #77 from YunoHost-Apps/testing

v4.4.3
This commit is contained in:
Florian 2024-04-04 23:06:57 +03:00 committed by GitHub
commit 7d3957803b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 67 additions and 8 deletions

View file

@ -1,6 +1,6 @@
# All available README files by language
- [Read the README in English](README.md)
- [Irakurri README euskaraz](README_eu.md)
- [Lire le README en français](README_fr.md)
- [Le o README en galego](README_gl.md)
- [Leggi il “README” in italiano](README_it.md)

View file

@ -9,7 +9,7 @@ It shall NOT be edited by hand.
[![Install YesWiki with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=yeswiki)
*[Read this README is other languages.](./ALL_README.md)*
*[Read this README in other languages.](./ALL_README.md)*
> *This package allows you to install YesWiki quickly and simply on a YunoHost server.*
> *If you don't have YunoHost, please consult [the guide](https://yunohost.org/install) to learn how to install it.*
@ -26,7 +26,7 @@ However, with a YesWiki we can build a website with multiple uses:
- Cultivate a bit of freedom...
**Shipped version:** 4.4.2~ynh3
**Shipped version:** 4.4.3~ynh1
**Demo:** <https://ferme.yeswiki.net/?CreerSonWiki>

57
README_eu.md Normal file
View file

@ -0,0 +1,57 @@
<!--
Ohart ongi: README hau automatikoki sortu da <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>ri esker
EZ editatu eskuz.
-->
# YesWiki YunoHost-erako
[![Integrazio maila](https://dash.yunohost.org/integration/yeswiki.svg)](https://dash.yunohost.org/appci/app/yeswiki) ![Funtzionamendu egoera](https://ci-apps.yunohost.org/ci/badges/yeswiki.status.svg) ![Mantentze egoera](https://ci-apps.yunohost.org/ci/badges/yeswiki.maintain.svg)
[![Instalatu YesWiki YunoHost-ekin](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=yeswiki)
*[Irakurri README hau beste hizkuntzatan.](./ALL_README.md)*
> *Pakete honek YesWiki YunoHost zerbitzari batean azkar eta zailtasunik gabe instalatzea ahalbidetzen dizu.*
> *YunoHost ez baduzu, kontsultatu [gida](https://yunohost.org/install) nola instalatu ikasteko.*
## Aurreikuspena
YesWiki is a wiki designed to remain simple, very easy to install, in French translated into English, Spanish, Catalan, Flemish...
However, with a YesWiki we can build a website with multiple uses:
- Gather all the information of a project or a group (function of "central station")
- Mapping members or places in a participatory way
- Share resources, lists, calendars thanks to powerful cooperative databases
- Communicate information flows
- Cultivate a bit of freedom...
**Paketatutako bertsioa:** 4.4.3~ynh1
**Demoa:** <https://ferme.yeswiki.net/?CreerSonWiki>
## Pantaila-argazkiak
![YesWiki(r)en pantaila-argazkia](./doc/screenshots/yeswiki_screenshots.png)
## Dokumentazioa eta baliabideak
- Aplikazioaren webgune ofiziala: <https://yeswiki.net/>
- Administratzaileen dokumentazio ofiziala: <https://yeswiki.net/?DocumentatioN>
- Jatorrizko aplikazioaren kode-gordailua: <https://github.com/YesWiki/yeswiki>
- YunoHost Denda: <https://apps.yunohost.org/app/yeswiki>
- Eman errore baten berri: <https://github.com/YunoHost-Apps/yeswiki_ynh/issues>
## Garatzaileentzako informazioa
Bidali `pull request`a [`testing` abarrera](https://github.com/YunoHost-Apps/yeswiki_ynh/tree/testing).
`testing` abarra probatzeko, ondorengoa egin:
```bash
sudo yunohost app install https://github.com/YunoHost-Apps/yeswiki_ynh/tree/testing --debug
edo
sudo yunohost app upgrade yeswiki -u https://github.com/YunoHost-Apps/yeswiki_ynh/tree/testing --debug
```
**Informazio gehiago aplikazioaren paketatzeari buruz:** <https://yunohost.org/packaging_apps>

View file

@ -26,7 +26,7 @@ Néanmoins, avec un YesWiki on peut fabriquer un site internet aux usages multip
- Cultiver un bout de liberté...
**Version incluse:** 4.4.2~ynh3
**Version incluse:** 4.4.3~ynh1
**Démo:** <https://ferme.yeswiki.net/?CreerSonWiki>

View file

@ -26,7 +26,7 @@ However, with a YesWiki we can build a website with multiple uses:
- Cultivate a bit of freedom...
**Versión proporcionada:** 4.4.2~ynh3
**Versión proporcionada:** 4.4.3~ynh1
**Demo:** <https://ferme.yeswiki.net/?CreerSonWiki>

View file

@ -2,3 +2,5 @@
php_admin_value[upload_max_filesize] = 500M
php_admin_value[post_max_size] = 500M
; php binary to use for async processes
env[ASYNC_PHP_BINARY] = /usr/bin/php8.2

View file

@ -5,7 +5,7 @@ name = "YesWiki"
description.en = "Wiki that is quick and easy to use"
description.fr = "Wiki facile et rapide à prendre en main"
version = "4.4.2~ynh3"
version = "4.4.3~ynh1"
maintainers = ["Florian Schmitt", "Nils Van Zuijlen", "Plumf"]
@ -60,8 +60,8 @@ default = "MyYunoHostWiki"
[resources]
[resources.sources.main]
url = "https://github.com/YesWiki/yeswiki/archive/refs/tags/v4.4.2.tar.gz"
sha256 = "8c4fe3c0a0f76f47ab5b2c8399b437bd95548d6fa620c90c152a6acd56c25e99"
url = "https://github.com/YesWiki/yeswiki/archive/refs/tags/v4.4.3.tar.gz"
sha256 = "44aab13c79c4ec516bcf034543fab3f247cbd25a68fff94fc23ef933cd7efff1"
autoupdate.strategy = "latest_github_tag"
[resources.sources.loginldap]