Gisellameloni / svg-edit

Automatically exported from code.google.com/p/svg-edit
MIT License
0 stars 0 forks source link

get url for loading and post for saving #645

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
this is related to
http://code.google.com/p/svg-edit/issues/detail?id=523

In moin-2.0 we use now the micro framework flask. Instead of hacking my own svg 
save function by using the paramurl I would prefer a common GET parameter for 
loading an image for editing and a POST param for saving.

Reimar

Original issue reported on code.google.com by rb.p...@gmail.com on 13 Aug 2010 at 8:02

GoogleCodeExporter commented 8 years ago
it is a feature request

Original comment by rb.p...@gmail.com on 13 Aug 2010 at 8:03

GoogleCodeExporter commented 8 years ago
Hmm, yes, makes sense.

Original comment by adeve...@gmail.com on 16 Aug 2010 at 4:04

GoogleCodeExporter commented 8 years ago

We currently change our distribution deploying concept for moin-2.0.

All python packages we have in our support library which can be 
installed by pip with all correct dependencies were already removed from our 
repository.
By installing moin all the dependencies become resolved and the required 
packages installed.

We will continue now with the contributions of drawing and editor etc. plugins 
looking how they can be easily added as plugin for a moin application if we 
don't deploy them.

I am replying to this issue, because if this becomes fixed it is much easier 
for using it with moin-2.0 or other similiar applications.
Currently I always have to patch it. 

Original comment by rb.p...@gmail.com on 23 Jan 2011 at 1:43