From e0d2e33eaa9041be69ec31f7f816f401e32a4a8a Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Sat, 4 Sep 2021 07:18:58 +0000 Subject: [PATCH] Auto-update README --- README.md | 68 +++++++++++++++++++--------------------------------- README_fr.md | 64 ++++++++++++++++--------------------------------- 2 files changed, 46 insertions(+), 86 deletions(-) diff --git a/README.md b/README.md index d68cdee..140374d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ + + # SVG-edit for YunoHost [![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) @@ -5,61 +10,38 @@ *[Lire ce readme en français.](./README_fr.md)* -> *This package allow you to install SVG-edit quickly and simply on a YunoHost server. -If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to know how to install and enjoy it.* +> *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.* ## Overview -SVG-edit is a fast, web-based, javascript-driven SVG drawing editor that works in any modern browser. -**Shipped version:** 5.1.0 +SVG-edit is a fast, web-based, JavaScript-driven SVG drawing editor that works in any modern browser. + +**Shipped version:** 5.1.0~ynh1 + +**Demo:** https://svg-edit.github.io/svgedit/dist/editor/index.html ## Screenshots -![](https://raw.githubusercontent.com/SVG-Edit/svgedit/master/docs/screenshot.png) +![](./doc/screenshots/screenshot.png) -## Demo +## Documentation and resources -* [Official demo](https://svg-edit.github.io/svgedit/dist/editor/index.html) +* Official app website: https://example.com +* Official admin documentation: https://github.com/SVG-Edit/svgedit/tree/master/docs +* Upstream app code repository: https://github.com/SVG-Edit/svgedit +* YunoHost documentation for this app: https://yunohost.org/app_svgedit +* Report a bug: https://github.com/YunoHost-Apps/svgedit_ynh/issues -## Configuration +## Developer info -## Documentation - -* Official documentation: Link to the official documentation of this app -* YunoHost documentation: If specific documentation is needed, feel free to contribute. - -## YunoHost specific features - -#### Multi-users support - -Not supported. - -#### Supported architectures - -* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/svgedit.svg)](https://ci-apps.yunohost.org/ci/apps/svgedit/) -* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/svgedit.svg)](https://ci-apps-arm.yunohost.org/ci/apps/svgedit/) - -## Limitations - -There is no account management in SVG-edit, but the SSO can protect the access to the app to disallow user without YunoHost account. - -## 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/ - ---- - -## Developers infos - -Please do your pull request to the [testing branch](https://github.com/YunoHost-Apps/svgedit_ynh/tree/testing). +Please send 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 +sudo yunohost app install https://github.com/YunoHost-Apps/svgedit_ynh/tree/testing --debug or -sudo yunohost app upgrade leed -u https://github.com/YunoHost-Apps/svgedit_ynh/tree/testing --verbose +sudo yunohost app upgrade svgedit -u https://github.com/YunoHost-Apps/svgedit_ynh/tree/testing --debug ``` + +**More info regarding app packaging:** https://yunohost.org/packaging_apps \ No newline at end of file diff --git a/README_fr.md b/README_fr.md index 7c3b983..f6cb7a2 100644 --- a/README_fr.md +++ b/README_fr.md @@ -3,55 +3,31 @@ [![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) [![Installer SVG-edit avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=svgedit) -*[Read this readme in english.](./README.md)* +*[Read this readme in english.](./README.md)* +*[Lire ce readme en français.](./README_fr.md)* -> *Ce package vous permet d'installer SVG-edit rapidement et simplement sur un serveur YunoHost. -Si vous n'avez pas YunoHost, consultez [le guide](https://yunohost.org/#/install) pour apprendre comment l'installer.* +> *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.* ## Vue d'ensemble -SVG-edit est un éditeur de dessin SVG rapide, basé sur le Web et piloté par JavaScript, qui fonctionne dans n'importe quel navigateur moderne. -**Version incluse :** 5.1.0 +SVG-edit is a fast, web-based, JavaScript-driven SVG drawing editor that works in any modern browser. + +**Version incluse :** 5.1.0~ynh1 + +**Démo :** https://svg-edit.github.io/svgedit/dist/editor/index.html ## Captures d'écran -![](https://raw.githubusercontent.com/SVG-Edit/svgedit/master/docs/screenshot.png) +![](./doc/screenshots/screenshot.png) -## Démo +## Documentations et ressources -* [Démo officielle](https://svg-edit.github.io/svgedit/dist/editor/index.html) - -## Configuration - -## Documentation - -* Documentation officielle : Lien vers la documentation officielle de cette application. -* Documentation YunoHost : Si une documentation spécifique est nécessaire, n'hésitez pas à contribuer. - -## Caractéristiques spécifiques YunoHost - -#### Support multi-utilisateur - -Non supporté. - -#### Architectures supportées - -* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/svgedit.svg)](https://ci-apps.yunohost.org/ci/apps/svgedit/) -* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/svgedit.svg)](https://ci-apps-arm.yunohost.org/ci/apps/svgedit/) - -## Limitations - -Il n'y a pas de gestion de compte dans SVG-edit, mais le SSO peut protéger l'accès à l'application pour interdire l'utilisateur sans compte YunoHost. - -## Informations additionnelles - -## Liens - - * Signaler un bug : https://github.com/YunoHost-Apps/svgedit_ynh/issues - * Dépôt de l'application principale : https://github.com/SVG-Edit/svgedit - * Site web YunoHost : https://yunohost.org/ - ---- +* 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 ## Informations pour les développeurs @@ -59,7 +35,9 @@ Merci de faire vos pull request sur la [branche testing](https://github.com/Yuno Pour essayer la branche testing, procédez comme suit. ``` -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 +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 ``` + +**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps \ No newline at end of file