1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/kanboard_ynh.git synced 2024-09-03 19:36:17 +02:00

Merge branch 'master' into testing

This commit is contained in:
eric_G 2024-06-07 08:56:23 +02:00 committed by GitHub
commit 10163c1422
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 57 additions and 3 deletions

View file

@ -1,8 +1,6 @@
# All available README files by language # All available README files by language
- [Read the README in English](README.md) - [Read the README in English](README.md)
- [Lea el README en español](README_es.md)
- [Irakurri README euskaraz](README_eu.md)
- [Lire le README en français](README_fr.md) - [Lire le README en français](README_fr.md)
- [Le o README en galego](README_gl.md) - [Le o README en galego](README_gl.md)
- [阅读中文(简体)的 README](README_zh_Hans.md) - [Leggi il “README” in italiano](README_it.md)

56
README_it.md Normal file
View file

@ -0,0 +1,56 @@
<!--
N.B.: Questo README è stato automaticamente generato da <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
NON DEVE essere modificato manualmente.
-->
# Kanboard per YunoHost
[![Livello di integrazione](https://dash.yunohost.org/integration/kanboard.svg)](https://dash.yunohost.org/appci/app/kanboard) ![Stato di funzionamento](https://ci-apps.yunohost.org/ci/badges/kanboard.status.svg) ![Stato di manutenzione](https://ci-apps.yunohost.org/ci/badges/kanboard.maintain.svg)
[![Installa Kanboard con YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=kanboard)
*[Leggi questo README in altre lingue.](./ALL_README.md)*
> *Questo pacchetto ti permette di installare Kanboard su un server YunoHost in modo semplice e veloce.*
> *Se non hai YunoHost, consulta [la guida](https://yunohost.org/install) per imparare a installarlo.*
## Panoramica
Kanboard is a free and open source Kanban project management software.
### Features
- Visualize your work
- Limit your work in progress to focus on your goal
- Drag and drop tasks to manage your project
**Versione pubblicata:** 1.2.35~ynh3
**Prova:** <https://demo.yunohost.org/kanboard/>
## Screenshot
![Screenshot di Kanboard](./doc/screenshots/board.png)
## Documentazione e risorse
- Sito web ufficiale dellapp: <https://kanboard.net>
- Documentazione ufficiale per gli amministratori: <https://docs.kanboard.org/>
- Repository upstream del codice dellapp: <https://github.com/kanboard/kanboard>
- Store di YunoHost: <https://apps.yunohost.org/app/kanboard>
- Segnala un problema: <https://github.com/YunoHost-Apps/kanboard_ynh/issues>
## Informazioni per sviluppatori
Si prega di inviare la tua pull request alla [branch di `testing`](https://github.com/YunoHost-Apps/kanboard_ynh/tree/testing).
Per provare la branch di `testing`, si prega di procedere in questo modo:
```bash
sudo yunohost app install https://github.com/YunoHost-Apps/kanboard_ynh/tree/testing --debug
o
sudo yunohost app upgrade kanboard -u https://github.com/YunoHost-Apps/kanboard_ynh/tree/testing --debug
```
**Maggiori informazioni riguardo il pacchetto di questapp:** <https://yunohost.org/packaging_apps>