1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/planka_ynh.git synced 2024-09-03 20:06:00 +02:00

Merge pull request #18 from YunoHost-Apps/testing

Testing
This commit is contained in:
eric_G 2024-04-05 18:44:34 +02:00 committed by GitHub
commit 7b7bdb3af5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 69 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 Planka with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=planka)
*[Read this README is other languages.](./ALL_README.md)*
*[Read this README in other languages.](./ALL_README.md)*
> *This package allows you to install Planka 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.*
@ -30,7 +30,7 @@ Elegant open source project tracking.
- Internationalization
**Shipped version:** 1.15.7~ynh1
**Shipped version:** 1.16.1~ynh1
**Demo:** <https://plankanban.github.io/planka/#/>

61
README_eu.md Normal file
View file

@ -0,0 +1,61 @@
<!--
Ohart ongi: README hau automatikoki sortu da <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>ri esker
EZ editatu eskuz.
-->
# Planka YunoHost-erako
[![Integrazio maila](https://dash.yunohost.org/integration/planka.svg)](https://dash.yunohost.org/appci/app/planka) ![Funtzionamendu egoera](https://ci-apps.yunohost.org/ci/badges/planka.status.svg) ![Mantentze egoera](https://ci-apps.yunohost.org/ci/badges/planka.maintain.svg)
[![Instalatu Planka YunoHost-ekin](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=planka)
*[Irakurri README hau beste hizkuntzatan.](./ALL_README.md)*
> *Pakete honek Planka YunoHost zerbitzari batean azkar eta zailtasunik gabe instalatzea ahalbidetzen dizu.*
> *YunoHost ez baduzu, kontsultatu [gida](https://yunohost.org/install) nola instalatu ikasteko.*
## Aurreikuspena
Elegant open source project tracking.
### Features
- Create projects, boards, lists, cards, labels and tasks
- Add card members, track time, set a due date, add attachments, write comments
- Markdown support in a card description and comment
- Filter by members and labels
- Customize project background
- Real-time updates
- User notifications
- Internationalization
**Paketatutako bertsioa:** 1.16.1~ynh1
**Demoa:** <https://plankanban.github.io/planka/#/>
## Pantaila-argazkiak
![Planka(r)en pantaila-argazkia](./doc/screenshots/screenshot.png)
## Dokumentazioa eta baliabideak
- Aplikazioaren webgune ofiziala: <https://planka.app/>
- Administratzaileen dokumentazio ofiziala: <https://docs.planka.cloud/docs/intro/>
- Jatorrizko aplikazioaren kode-gordailua: <https://github.com/plankanban/planka>
- YunoHost Denda: <https://apps.yunohost.org/app/planka>
- Eman errore baten berri: <https://github.com/YunoHost-Apps/planka_ynh/issues>
## Garatzaileentzako informazioa
Bidali `pull request`a [`testing` abarrera](https://github.com/YunoHost-Apps/planka_ynh/tree/testing).
`testing` abarra probatzeko, ondorengoa egin:
```bash
sudo yunohost app install https://github.com/YunoHost-Apps/planka_ynh/tree/testing --debug
edo
sudo yunohost app upgrade planka -u https://github.com/YunoHost-Apps/planka_ynh/tree/testing --debug
```
**Informazio gehiago aplikazioaren paketatzeari buruz:** <https://yunohost.org/packaging_apps>

View file

@ -30,7 +30,7 @@ Suivi de projet open source élégant.
- Internationalisation
**Version incluse:** 1.15.7~ynh1
**Version incluse:** 1.16.1~ynh1
**Démo:** <https://plankanban.github.io/planka/#/>

View file

@ -30,7 +30,7 @@ Elegant open source project tracking.
- Internationalization
**Versión proporcionada:** 1.15.7~ynh1
**Versión proporcionada:** 1.16.1~ynh1
**Demo:** <https://plankanban.github.io/planka/#/>

View file

@ -7,7 +7,7 @@ name = "Planka"
description.en = "Realtime kanban board for workgroups"
description.fr = "Tableau Kanban en temps réel pour les groupes de travail"
version = "1.15.7~ynh1"
version = "1.16.1~ynh1"
maintainers = ["eric_G"]
@ -50,8 +50,8 @@ ram.runtime = "50M"
[resources.sources]
[resources.sources.main]
url = "https://github.com/plankanban/planka/releases/download/v1.15.7/planka-prebuild-v1.15.7.zip"
sha256 = "f286949c184789cbf8a4443a4f2beafc9ceeb428cf4fa08ac585954e48988130"
url = "https://github.com/plankanban/planka/releases/download/v1.16.1/planka-prebuild-v1.16.1.zip"
sha256 = "ff18ad8c2d9c966f0b350d40bb1dbf9b4b8b30a2697526e40ff4bf30cbb41b0d"
autoupdate.strategy = "latest_github_release"
autoupdate.asset = "^planka-prebuild-v.*zip$"