On Sat, 2010-06-26 at 13:52 +0200, Heinz-M. Graesing wrote:
Hi Paul - hello *@x2go-dev,
<snip>
Again we had some things to do this week. We've changed the plugin - for everybody using/playing with it: please download the new one:
<snip>
The current files will be found inside the http://plugin.x2go.org/lib/ directory, which is an link to the current version. We'll also provide static version numbers like http://plugin.x2go.org/lib-0.1/ . Again: at the moment this part is under heavy development and may still change (a lot). <snip> Delighted to see the progress but I'm a bit confused. We do have a number of people using the Firefox plugin. Is it supposed to auto-update? Is that the role of the javascript:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>SimplicITy Data Service</title> <link rel="stylesheet" type="text/css" href="http://plugin.x2go.org/media/x2goplugin.css"> <script src="http://plugin.x2go.org/media/x2goplugin.js" type="text/javascript"></script> </head> <body onload="checkPlugin()"> <div id="x2goplugin"> <object src="location" type="application/x2go" pluginspage="http://plugin.x2go.org/index.html"
pluginurl="http://plugin.x2go.org/download/x2goplugin_linux32.xpi" data="config.x2go" hidden="false" name="x2goplugin" palette="background" height="100%" hspace="0" vspace="0" width="100%"> <!--x2goplugin //--> </object> </div> <div id="description"> <h4>SimplicITy Plugin</h4> <p>This website will offer you a plugin named "x2goplugin" which will enable you to start or reconnect to your SimplicITy desktop.</br> For more information about SimplicITy and other services to simplify your office, please visit <a href="http://www.pacifera.com">www.pacifera.com</a></br> For more information about X2Go, please visit <a href="http://www.x2go.org">http://www.x2go.org</a>. </p> </div> </body> </html>
Perhaps it's just been a long day but, if I point my Iceweasel to http://plugin.x2go.org, I get a login screen to an X2Go system. If I go to http://plugin.x2go.org/lib/, I see directories for the javascript and css. But I see the actual plugin in http://plugin.x2go.org/download. Should we be manually downloading the plugin from /download? Thanks - John