2020-10-08 21:05:06 +02:00
|
|
|
|
# SVG-edit pour YunoHost
|
|
|
|
|
|
|
|
|
|
[![Niveau d'intégration](https://dash.yunohost.org/integration/svgedit.svg)](https://dash.yunohost.org/appci/app/svgedit) ![](https://ci-apps.yunohost.org/ci/badges/svgedit.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/svgedit.maintain.svg)
|
2021-03-04 13:15:10 +01:00
|
|
|
|
[![Installer SVG-edit avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=svgedit)
|
2020-10-08 21:05:06 +02:00
|
|
|
|
|
2021-09-04 09:18:58 +02:00
|
|
|
|
*[Read this readme in english.](./README.md)*
|
|
|
|
|
*[Lire ce readme en français.](./README_fr.md)*
|
2020-10-08 21:05:06 +02:00
|
|
|
|
|
2021-09-04 09:18:58 +02:00
|
|
|
|
> *Ce package vous permet d'installer SVG-edit rapidement et simplement sur un serveur YunoHost.
|
|
|
|
|
Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
|
2020-10-08 21:05:06 +02:00
|
|
|
|
|
|
|
|
|
## Vue d'ensemble
|
|
|
|
|
|
2021-09-04 09:18:58 +02:00
|
|
|
|
SVG-edit is a fast, web-based, JavaScript-driven SVG drawing editor that works in any modern browser.
|
2020-10-08 21:05:06 +02:00
|
|
|
|
|
2021-09-04 09:18:58 +02:00
|
|
|
|
**Version incluse :** 5.1.0~ynh1
|
2020-10-08 21:05:06 +02:00
|
|
|
|
|
2021-09-04 09:22:34 +02:00
|
|
|
|
**Démo :** https://6098683962bf91702907ee33--svgedit.netlify.app/editor/svg-editor.html
|
2020-10-08 21:05:06 +02:00
|
|
|
|
|
2021-09-04 09:18:58 +02:00
|
|
|
|
## Captures d'écran
|
2020-10-08 21:05:06 +02:00
|
|
|
|
|
2021-09-04 09:18:58 +02:00
|
|
|
|
![](./doc/screenshots/screenshot.png)
|
2020-10-08 21:05:06 +02:00
|
|
|
|
|
2021-09-04 09:18:58 +02:00
|
|
|
|
## Documentations et ressources
|
2020-10-08 21:05:06 +02:00
|
|
|
|
|
2021-09-04 09:18:58 +02:00
|
|
|
|
* Site officiel de l'app : https://example.com
|
|
|
|
|
* Documentation officielle de l'admin : https://github.com/SVG-Edit/svgedit/tree/master/docs
|
|
|
|
|
* Dépôt de code officiel de l'app : https://github.com/SVG-Edit/svgedit
|
|
|
|
|
* Documentation YunoHost pour cette app : https://yunohost.org/app_svgedit
|
|
|
|
|
* Signaler un bug : https://github.com/YunoHost-Apps/svgedit_ynh/issues
|
2020-10-08 21:05:06 +02:00
|
|
|
|
|
|
|
|
|
## Informations pour les développeurs
|
|
|
|
|
|
|
|
|
|
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/svgedit_ynh/tree/testing).
|
|
|
|
|
|
|
|
|
|
Pour essayer la branche testing, procédez comme suit.
|
|
|
|
|
```
|
2021-09-04 09:18:58 +02:00
|
|
|
|
sudo yunohost app install https://github.com/YunoHost-Apps/svgedit_ynh/tree/testing --debug
|
|
|
|
|
ou
|
|
|
|
|
sudo yunohost app upgrade svgedit -u https://github.com/YunoHost-Apps/svgedit_ynh/tree/testing --debug
|
2020-10-08 21:05:06 +02:00
|
|
|
|
```
|
2021-09-04 09:18:58 +02:00
|
|
|
|
|
|
|
|
|
**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps
|