This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
wiki:components:x2goplugin [2010/02/18 20:59] h1 |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== x2goplugin ====== | ||
- | |||
- | x2goplugin is a Firefox plugin. It can be used to access a x2go session via a Webbrowser instead of using x2goclient. | ||
- | |||
- | ===== Installation of x2goplugin ===== | ||
- | |||
- | ===== Inserting x2goplugin into a webpage ===== | ||
- | |||
- | This is a short tutorial how to integrate the x2go plugin into a website. | ||
- | |||
- | ==== building a minimal website ==== | ||
- | |||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | <link rel=" | ||
- | <script src="/ | ||
- | </ | ||
- | <body onload=" | ||
- | |||
- | <div id=" | ||
- | <object src=" | ||
- | type=" | ||
- | pluginspage=" | ||
- | pluginurl=" | ||
- | data=" | ||
- | hidden=" | ||
- | name=" | ||
- | palette=" | ||
- | height=" | ||
- | hspace=" | ||
- | vspace=" | ||
- | width=" | ||
- | < | ||
- | </ | ||
- | </ | ||
- | <div id=" | ||
- | < | ||
- | < | ||
- | plugin you'll be able to start or recover a session running on a x2goserver. | ||
- | The server needs to be preconfigured (/ | ||
- | To get more information about what x2go is, please visit <a href=" | ||
- | </p> | ||
- | |||
- | </ | ||
- | </ | ||
- | </ | ||
- | |||
- | </ | ||
- | |||
- | ==== Inserting the plugin ==== | ||