mirror of
https://github.com/YunoHost-Apps/diagramsnet_ynh.git
synced 2024-09-03 18:26:33 +02:00
Merge branch 'testing' into ci-auto-update-24.2.2
This commit is contained in:
commit
f003bd9f57
2 changed files with 50 additions and 1 deletions
|
@ -18,7 +18,6 @@ It shall NOT be edited by hand.
|
|||
|
||||
diagrams.net (formerly draw.io) lets you create a wide range of diagrams, from simple tree and flow diagrams, to highly technical network, rack and electrical diagrams.
|
||||
|
||||
|
||||
**Shipped version:** 24.2.2~ynh1
|
||||
|
||||
**Demo:** <https://app.diagrams.net/>
|
||||
|
|
50
README_it.md
Normal file
50
README_it.md
Normal file
|
@ -0,0 +1,50 @@
|
|||
<!--
|
||||
N.B.: Questo README è stato automaticamente generato da <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
|
||||
NON DEVE essere modificato manualmente.
|
||||
-->
|
||||
|
||||
# Diagrams.net per YunoHost
|
||||
|
||||
[![Livello di integrazione](https://dash.yunohost.org/integration/diagramsnet.svg)](https://dash.yunohost.org/appci/app/diagramsnet) ![Stato di funzionamento](https://ci-apps.yunohost.org/ci/badges/diagramsnet.status.svg) ![Stato di manutenzione](https://ci-apps.yunohost.org/ci/badges/diagramsnet.maintain.svg)
|
||||
|
||||
[![Installa Diagrams.net con YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=diagramsnet)
|
||||
|
||||
*[Leggi questo README in altre lingue.](./ALL_README.md)*
|
||||
|
||||
> *Questo pacchetto ti permette di installare Diagrams.net 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
|
||||
|
||||
diagrams.net (formerly draw.io) lets you create a wide range of diagrams, from simple tree and flow diagrams, to highly technical network, rack and electrical diagrams.
|
||||
|
||||
|
||||
**Versione pubblicata:** 24.0.5~ynh1
|
||||
|
||||
**Prova:** <https://app.diagrams.net/>
|
||||
|
||||
## Screenshot
|
||||
|
||||
![Screenshot di Diagrams.net](./doc/screenshots/screenshot.png)
|
||||
|
||||
## Documentazione e risorse
|
||||
|
||||
- Sito web ufficiale dell’app: <https://www.diagrams.net/>
|
||||
- Documentazione ufficiale per gli amministratori: <https://www.diagrams.net/doc>
|
||||
- Repository upstream del codice dell’app: <https://github.com/jgraph/drawio>
|
||||
- Store di YunoHost: <https://apps.yunohost.org/app/diagramsnet>
|
||||
- Segnala un problema: <https://github.com/YunoHost-Apps/diagramsnet_ynh/issues>
|
||||
|
||||
## Informazioni per sviluppatori
|
||||
|
||||
Si prega di inviare la tua pull request alla [branch di `testing`](https://github.com/YunoHost-Apps/diagramsnet_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/diagramsnet_ynh/tree/testing --debug
|
||||
o
|
||||
sudo yunohost app upgrade diagramsnet -u https://github.com/YunoHost-Apps/diagramsnet_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**Maggiori informazioni riguardo il pacchetto di quest’app:** <https://yunohost.org/packaging_apps>
|
Loading…
Reference in a new issue