Letractively / svgweb

Automatically exported from code.google.com/p/svgweb
Other
0 stars 0 forks source link

Getting svgweb to work offline without a local server #372

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
My end goal is to be able to use svgweb offline without having to make use
of a local web server. The attached patch magically makes svgweb work
offline for Firefox, Safari and Opera and thus makes dev a lot easier.

Want this working in IE but not sure how achievable this is yet-get error
unable to parse svg: property name is invalid) possibly htc related?

If this patch doesn't make svgweb work offline for you please consult
http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_man
ager04a.html
and trust the local file url. Not sure if this can be automated as don't
know flash too well.

The code in this patch originates and has been adapted from TiddlyWiki (BSD
license http://tiddlywiki.com).

Original issue reported on code.google.com by jdlrob...@gmail.com on 31 Oct 2009 at 5:22

GoogleCodeExporter commented 8 years ago
Nice! I don't see the patch though.

Unfortunately IE won't work with HTC files loaded from the local file system I
believe :( Perhaps there is a workaround? Look around on MSDN.

Original comment by bradneub...@gmail.com on 31 Oct 2009 at 7:34

GoogleCodeExporter commented 8 years ago
Weird maybe it will attach itself this time...

Original comment by jdlrob...@gmail.com on 31 Oct 2009 at 7:44

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by bradneub...@gmail.com on 10 Nov 2009 at 9:24

GoogleCodeExporter commented 8 years ago

Original comment by bradneub...@gmail.com on 19 Nov 2009 at 9:48

GoogleCodeExporter commented 8 years ago

Original comment by bradneub...@gmail.com on 8 Apr 2010 at 10:24

GoogleCodeExporter commented 8 years ago
I actually started applying this fix until I realized it only works for 
Firefox, and even then requires 
jumping through more hoops as an end-user than it takes to run the embedded web 
server that SVG 
Web provides:

java -jar tools/server.jar

Marking WONTFIX. Thanks for the patch though!

Original comment by bradneub...@gmail.com on 8 Apr 2010 at 10:29