mirror of
https://github.com/YunoHost-Apps/diagramsnet_ynh.git
synced 2024-09-03 18:26:33 +02:00
commit
3e40b8e6fe
7 changed files with 59 additions and 9 deletions
|
@ -1,6 +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)
|
||||||
|
- [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)
|
||||||
- [Leggi il “README” in italiano](README_it.md)
|
|
||||||
|
|
|
@ -9,7 +9,7 @@ It shall NOT be edited by hand.
|
||||||
|
|
||||||
[![Install Diagrams.net with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=diagramsnet)
|
[![Install Diagrams.net with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=diagramsnet)
|
||||||
|
|
||||||
*[Read this README is other languages.](./ALL_README.md)*
|
*[Read this README in other languages.](./ALL_README.md)*
|
||||||
|
|
||||||
> *This package allows you to install Diagrams.net quickly and simply on a YunoHost server.*
|
> *This package allows you to install Diagrams.net 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.*
|
> *If you don't have YunoHost, please consult [the guide](https://yunohost.org/install) to learn how to install it.*
|
||||||
|
@ -19,7 +19,7 @@ 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.
|
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.0.5~ynh1
|
**Shipped version:** 24.0.7~ynh1
|
||||||
|
|
||||||
**Demo:** <https://app.diagrams.net/>
|
**Demo:** <https://app.diagrams.net/>
|
||||||
|
|
||||||
|
|
50
README_eu.md
Normal file
50
README_eu.md
Normal file
|
@ -0,0 +1,50 @@
|
||||||
|
<!--
|
||||||
|
Ohart ongi: README hau automatikoki sortu da <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>ri esker
|
||||||
|
EZ editatu eskuz.
|
||||||
|
-->
|
||||||
|
|
||||||
|
# Diagrams.net YunoHost-erako
|
||||||
|
|
||||||
|
[![Integrazio maila](https://dash.yunohost.org/integration/diagramsnet.svg)](https://dash.yunohost.org/appci/app/diagramsnet) ![Funtzionamendu egoera](https://ci-apps.yunohost.org/ci/badges/diagramsnet.status.svg) ![Mantentze egoera](https://ci-apps.yunohost.org/ci/badges/diagramsnet.maintain.svg)
|
||||||
|
|
||||||
|
[![Instalatu Diagrams.net YunoHost-ekin](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=diagramsnet)
|
||||||
|
|
||||||
|
*[Irakurri README hau beste hizkuntzatan.](./ALL_README.md)*
|
||||||
|
|
||||||
|
> *Pakete honek Diagrams.net YunoHost zerbitzari batean azkar eta zailtasunik gabe instalatzea ahalbidetzen dizu.*
|
||||||
|
> *YunoHost ez baduzu, kontsultatu [gida](https://yunohost.org/install) nola instalatu ikasteko.*
|
||||||
|
|
||||||
|
## Aurreikuspena
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
|
|
||||||
|
**Paketatutako bertsioa:** 24.0.7~ynh1
|
||||||
|
|
||||||
|
**Demoa:** <https://app.diagrams.net/>
|
||||||
|
|
||||||
|
## Pantaila-argazkiak
|
||||||
|
|
||||||
|
![Diagrams.net(r)en pantaila-argazkia](./doc/screenshots/screenshot.png)
|
||||||
|
|
||||||
|
## Dokumentazioa eta baliabideak
|
||||||
|
|
||||||
|
- Aplikazioaren webgune ofiziala: <https://www.diagrams.net/>
|
||||||
|
- Administratzaileen dokumentazio ofiziala: <https://www.diagrams.net/doc>
|
||||||
|
- Jatorrizko aplikazioaren kode-gordailua: <https://github.com/jgraph/drawio>
|
||||||
|
- YunoHost Denda: <https://apps.yunohost.org/app/diagramsnet>
|
||||||
|
- Eman errore baten berri: <https://github.com/YunoHost-Apps/diagramsnet_ynh/issues>
|
||||||
|
|
||||||
|
## Garatzaileentzako informazioa
|
||||||
|
|
||||||
|
Bidali `pull request`a [`testing` abarrera](https://github.com/YunoHost-Apps/diagramsnet_ynh/tree/testing).
|
||||||
|
|
||||||
|
`testing` abarra probatzeko, ondorengoa egin:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
sudo yunohost app install https://github.com/YunoHost-Apps/diagramsnet_ynh/tree/testing --debug
|
||||||
|
edo
|
||||||
|
sudo yunohost app upgrade diagramsnet -u https://github.com/YunoHost-Apps/diagramsnet_ynh/tree/testing --debug
|
||||||
|
```
|
||||||
|
|
||||||
|
**Informazio gehiago aplikazioaren paketatzeari buruz:** <https://yunohost.org/packaging_apps>
|
|
@ -19,7 +19,7 @@ Il NE doit PAS être modifié à la main.
|
||||||
Application en ligne qui permet de faire des schémas et du dessin vectoriel
|
Application en ligne qui permet de faire des schémas et du dessin vectoriel
|
||||||
|
|
||||||
|
|
||||||
**Version incluse :** 24.0.5~ynh1
|
**Version incluse :** 24.0.7~ynh1
|
||||||
|
|
||||||
**Démo :** <https://app.diagrams.net/>
|
**Démo :** <https://app.diagrams.net/>
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,7 @@ NON debe editarse manualmente.
|
||||||
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.
|
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.
|
||||||
|
|
||||||
|
|
||||||
**Versión proporcionada:** 24.0.5~ynh1
|
**Versión proporcionada:** 24.0.7~ynh1
|
||||||
|
|
||||||
**Demo:** <https://app.diagrams.net/>
|
**Demo:** <https://app.diagrams.net/>
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@ name = "Diagrams.net"
|
||||||
description.en = "Diagram software for making flowcharts, process diagrams, org charts"
|
description.en = "Diagram software for making flowcharts, process diagrams, org charts"
|
||||||
description.fr = "Application qui permet de faire des schémas et du dessin vectoriel"
|
description.fr = "Application qui permet de faire des schémas et du dessin vectoriel"
|
||||||
|
|
||||||
version = "24.0.5~ynh1"
|
version = "24.0.7~ynh1"
|
||||||
|
|
||||||
maintainers = ["Gofannon"]
|
maintainers = ["Gofannon"]
|
||||||
|
|
||||||
|
@ -43,8 +43,8 @@ ram.runtime = "50M"
|
||||||
|
|
||||||
[resources]
|
[resources]
|
||||||
[resources.sources.main]
|
[resources.sources.main]
|
||||||
url = "https://github.com/jgraph/drawio/archive/refs/tags/v24.0.5.tar.gz"
|
url = "https://github.com/jgraph/drawio/archive/refs/tags/v24.0.7.tar.gz"
|
||||||
sha256 = "92a155ac4d4065ac8ada218e8390c435a509ca93bdec4fa9f89936800d4fed5d"
|
sha256 = "0ee18ae8f251f65e46a22ca934a18ac69aba27977006d640aa1dc4c04fc7ecb8"
|
||||||
autoupdate.strategy = "latest_github_tag"
|
autoupdate.strategy = "latest_github_tag"
|
||||||
|
|
||||||
[resources.system_user]
|
[resources.system_user]
|
||||||
|
|
|
@ -24,7 +24,7 @@ then
|
||||||
ynh_script_progression --message="Upgrading source files..." --weight=24
|
ynh_script_progression --message="Upgrading source files..." --weight=24
|
||||||
|
|
||||||
# Download, check integrity, uncompress and patch the source from app.src
|
# Download, check integrity, uncompress and patch the source from app.src
|
||||||
ynh_setup_source --dest_dir="$install_dir"
|
ynh_setup_source --dest_dir="$install_dir" --full_replace=1
|
||||||
|
|
||||||
# Add "offline" parameter in index.html
|
# Add "offline" parameter in index.html
|
||||||
# See https://desk.draw.io/support/solutions/articles/16000042546-what-url-parameters-are-supported-
|
# See https://desk.draw.io/support/solutions/articles/16000042546-what-url-parameters-are-supported-
|
||||||
|
|
Loading…
Reference in a new issue