diff --git a/ALL_README.md b/ALL_README.md index 152f2e7..3d6c579 100644 --- a/ALL_README.md +++ b/ALL_README.md @@ -1,8 +1,6 @@ # All available README files by language - [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) - [Le o README en galego](README_gl.md) -- [阅读中文(简体)的 README](README_zh_Hans.md) +- [Leggi il “README” in italiano](README_it.md) diff --git a/README_it.md b/README_it.md new file mode 100644 index 0000000..709b53f --- /dev/null +++ b/README_it.md @@ -0,0 +1,56 @@ + + +# 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:** + +## Screenshot + +![Screenshot di Kanboard](./doc/screenshots/board.png) + +## Documentazione e risorse + +- Sito web ufficiale dell’app: +- Documentazione ufficiale per gli amministratori: +- Repository upstream del codice dell’app: +- Store di YunoHost: +- Segnala un problema: + +## 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 quest’app:**