[SVG Edit] Vectoriel image editor

As part of Framasoft’s decentralisation effort, I created a package for SVG Edit, which is the software behind Framavectoriel, on GitHub - YunoHost-Apps/svgedit_ynh: SVG-edit package for YunoHost, as asked on https://dev.yunohost.org/issues/725.

5 Likes

Hello and thanks.
Can you transfer it to the Yunohost-Apps repository ? (it’s in fact to have a repository with every apps of Yunohost)
frju365

Done. Would it be possible to add the github user framabot to the team SVG-Edit I created ? It’s a bot which mirrors our repo on github.

Done.

Thx :slight_smile:

A testing release has been made.
Tests would be welcome :slight_smile:

  • 19th March 2018
    • [fix] nginx traversal issue
    • [enh] add a message to the admin
    • [fix] bad rm -rf $
    • [enh] use common helpers
    • [enh] check source integrity
    • [enh] do checksum to detect change from user on configuration
1 Like

:white_check_mark: Fresh install (with default parameter) works well
:neutral_face: Update from the previous version works, but I get this kind of warnings :

Warning: Traceback (most recent call last):
Warning:   File "<string>", line 1, in <module>
Warning: KeyError: 'version'

coming from :

udo python3 -c 'import sys, json;print(json.load(open('\''/etc/yunohost/apps/svgedit/manifest.json'\''))['\''version'\''])'

Might want to use something like d.get('version', 0) instead of d["version"] ?