rebootcode / svg-edit

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

svg-edit as MediaWiki-Gadget? #747

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I asked at 
http://commons.wikimedia.org/wiki/MediaWiki_talk:Gadgets-definition#SVG-edit if 
someone could add this cool Java-Script to Wikimedia Commons (the Wikipedia, 
Wikibooks, ... image repository) via 
http://commons.wikimedia.org/wiki/Special:Gadgets.  The page is not so 
frequently edited so I guess no one will read ever read this proposal. Maybe 
this is the better place to ask. Developer documentation might be available at 
http://www.mediawiki.org/wiki/Extension:Gadgets.

Original issue reported on code.google.com by mailaend...@gmail.com on 2 Jan 2011 at 8:32

GoogleCodeExporter commented 9 years ago
I'm going to do some testing on this; already did an SVGEdit extension for 
MediaWiki (which requires some explicit install on the server) and I've got a 
pretty good idea how to do it as a gadget, which can get deployed faster once 
ready.

Original comment by brion.vi...@gmail.com on 2 Jan 2011 at 11:41

GoogleCodeExporter commented 9 years ago
Did some restructuring on my MediaWiki extension code to use the embedding 
interface, which allows grabbing the iframe from offsite: 
http://www.mediawiki.org/wiki/Extension:SVGEdit

I should be able to munge it into gadgetness from there. :)

The other holdup is ApiSvgProxy not being present on Wikimedia sites, so if 
that can't get deployed easily either I may need a proxy on toolserver to fetch 
the data.

Original comment by brion.vi...@gmail.com on 3 Jan 2011 at 8:17

GoogleCodeExporter commented 9 years ago
Related links:
* https://code.google.com/p/svg-edit/wiki/Wikipedia
* https://bugzilla.wikimedia.org/show_bug.cgi?id=38271

Original comment by marclaporte on 3 Dec 2013 at 9:03