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 21:54] 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. | ||
- | |||
- | ==== create a properties file ==== | ||
- | |||
- | First of all you'll need a porperties file. This file should be stored accessible by the website, for example inside the same directory. You can choose a name by yourself, but in this tutorial the file will be called x2go.server. Please us a suitable file editor like vi for editing: | ||
- | |||
- | < | ||
- | session=phoca | ||
- | server=localhost | ||
- | user=verstandk | ||
- | sshport=22 | ||
- | command=KDE | ||
- | rootless=false | ||
- | </ | ||
- | |||
- | You can choose the value " | ||
- | |||
- | ==== building a minimal website ==== | ||
- | |||
- | You'll need a Website to carry the plugin. Please feel free to use your own Website code. This is just a example which should be used to get started: | ||
- | |||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | </ | ||
- | < | ||
- | <div id=" | ||
- | < | ||
- | </ | ||
- | </ | ||
- | </ | ||
- | </ | ||
- | |||
- | ==== Inserting the < | ||
- | |||
- | < | ||
- | <object src=" | ||
- | type=" | ||
- | pluginspage=" | ||
- | pluginurl=" | ||
- | data=" | ||
- | hidden=" | ||
- | name=" | ||
- | palette=" | ||
- | height=" | ||
- | hspace=" | ||
- | vspace=" | ||
- | width=" | ||
- | < | ||
- | </ | ||
- | </ | ||
- | |||
- | As long as you wan't to use the automatical update service (recommended), |