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

49 lines
1.8 KiB
Markdown
Raw Normal View History

2022-07-03 04:34:01 +02:00
<!--
2024-03-29 07:24:48 +01:00
N.B.: This README was automatically generated by <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
2022-07-03 04:34:01 +02:00
It shall NOT be edited by hand.
-->
2020-10-08 21:05:06 +02:00
# SVG-edit for YunoHost
2017-03-17 12:10:31 +01:00
2023-10-31 15:37:11 +01:00
[![Integration level](https://dash.yunohost.org/integration/svgedit.svg)](https://dash.yunohost.org/appci/app/svgedit) ![Working status](https://ci-apps.yunohost.org/ci/badges/svgedit.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/svgedit.maintain.svg)
2021-05-14 22:16:32 +02:00
[![Install SVG-edit with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=svgedit)
2017-03-17 12:10:31 +01:00
2024-03-29 07:24:48 +01:00
*[Read this README is other languages.](./ALL_README.md)*
2020-10-08 21:05:06 +02:00
2024-03-29 07:24:48 +01:00
> *This package allows you to install SVG-edit 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.*
2018-03-19 03:56:00 +01:00
## Overview
2022-07-03 04:34:01 +02: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
2022-07-03 04:34:01 +02:00
**Shipped version:** 2.8.1~ynh4
2018-03-19 03:56:00 +01:00
2024-03-29 07:24:48 +01:00
**Demo:** <https://svgedit.netlify.app/editor/index.html>
2022-07-03 04:34:01 +02:00
## Screenshots
2018-03-19 03:56:00 +01:00
2022-07-03 04:34:01 +02:00
![Screenshot of SVG-edit](./doc/screenshots/screenshot.png)
2018-03-19 03:56:00 +01:00
2022-07-03 04:34:01 +02:00
## Documentation and resources
2018-03-19 03:56:00 +01:00
2024-03-29 07:24:48 +01:00
- Upstream app code repository: <https://github.com/SVG-Edit/svgedit>
- YunoHost Store: <https://apps.yunohost.org/app/svgedit>
- Report a bug: <https://github.com/YunoHost-Apps/svgedit_ynh/issues>
2018-03-19 03:56:00 +01:00
2022-07-03 04:34:01 +02:00
## Developer info
2018-03-19 03:56:00 +01:00
2024-03-29 07:24:48 +01:00
Please send your pull request to the [`testing` branch](https://github.com/YunoHost-Apps/svgedit_ynh/tree/testing).
2018-03-19 03:56:00 +01:00
2024-03-29 07:24:48 +01:00
To try the `testing` branch, please proceed like that:
2022-07-03 04:34:01 +02:00
2024-03-29 07:24:48 +01:00
```bash
2022-07-03 04:34:01 +02:00
sudo yunohost app install https://github.com/YunoHost-Apps/svgedit_ynh/tree/testing --debug
2018-03-19 03:56:00 +01:00
or
2022-07-03 04:34:01 +02:00
sudo yunohost app upgrade svgedit -u https://github.com/YunoHost-Apps/svgedit_ynh/tree/testing --debug
2018-03-19 03:56:00 +01:00
```
2022-07-03 04:34:01 +02:00
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>