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:
commit
10163c1422
2 changed files with 57 additions and 3 deletions
|
@ -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
56
README_it.md
Normal 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
|
||||||
|
|
||||||
|
[](https://dash.yunohost.org/appci/app/kanboard)  
|
||||||
|
|
||||||
|
[](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
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
## Documentazione e risorse
|
||||||
|
|
||||||
|
- Sito web ufficiale dell’app: <https://kanboard.net>
|
||||||
|
- Documentazione ufficiale per gli amministratori: <https://docs.kanboard.org/>
|
||||||
|
- Repository upstream del codice dell’app: <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 quest’app:** <https://yunohost.org/packaging_apps>
|
Loading…
Add table
Reference in a new issue