1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/svgedit_ynh.git synced 2024-09-03 20:26:24 +02:00
svgedit_ynh/README.md

66 lines
2.3 KiB
Markdown
Raw Normal View History

2020-10-08 21:05:06 +02:00
# SVG-edit for YunoHost
2017-03-17 12:10:31 +01:00
2020-03-29 13:32:02 +02:00
[![Integration level](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)
2020-10-08 21:05:06 +02:00
[![Install SVG-edit with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=svgedit)
2017-03-17 12:10:31 +01:00
2020-10-08 21:05:06 +02:00
*[Lire ce readme en français.](./README_fr.md)*
> *This package allow you to install SVG-edit quickly and simply on a YunoHost server.
2018-03-19 03:56:00 +01:00
If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to know how to install and enjoy it.*
## Overview
2017-03-17 12:10:31 +01:00
SVG-edit is a fast, web-based, javascript-driven SVG drawing editor that works in any modern browser.
2018-03-19 03:56:00 +01:00
2020-10-08 21:30:43 +02:00
**Shipped version:** 5.1.0
2018-03-19 03:56:00 +01:00
## Screenshots
2020-10-08 21:05:06 +02:00
![](https://raw.githubusercontent.com/SVG-Edit/svgedit/master/docs/screenshot.png)
## Demo
* [Official demo](https://svg-edit.github.io/svgedit/dist/editor/index.html)
2018-03-19 03:56:00 +01:00
## Configuration
## Documentation
2020-10-08 21:05:06 +02:00
* Official documentation: Link to the official documentation of this app
* YunoHost documentation: If specific documentation is needed, feel free to contribute.
2018-03-19 03:56:00 +01:00
## YunoHost specific features
#### Multi-users support
Not supported.
#### Supported architectures
2020-10-08 21:05:06 +02:00
* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/svgedit%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/svgedit/)
* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/svgedit%20%28Apps%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/svgedit/)
2018-03-19 03:56:00 +01:00
## Limitations
2020-10-08 21:05:06 +02:00
There is no account management in SVG-edit, but the SSO can protect the access to the app to disallow user without YunoHost account.
2018-03-19 03:56:00 +01:00
## Additionnal informations
## Links
* Report a bug: https://github.com/YunoHost-Apps/svgedit_ynh/issues
* Website: https://github.com/SVG-Edit/svgedit
* YunoHost website: https://yunohost.org/
---
2020-10-08 21:05:06 +02:00
## Developers infos
2018-03-19 03:56:00 +01:00
Please do your pull request to the [testing branch](https://github.com/YunoHost-Apps/svgedit_ynh/tree/testing).
To try the testing branch, please proceed like that.
```
sudo yunohost app install https://github.com/YunoHost-Apps/svgedit_ynh/tree/testing --verbose
or
sudo yunohost app upgrade leed -u https://github.com/YunoHost-Apps/svgedit_ynh/tree/testing --verbose
```