User Tools

Site Tools


wiki:components:x2goplugin

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
wiki:components:x2goplugin [2010/02/18 21:25]
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: 
- 
-<code> 
-session=phoca 
-server=x2go.org 
-user=verstandk 
-sshport=22 
-command=KDE 
-rootless=false 
-</code> 
- 
-==== 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: 
- 
-<code> 
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 
-<html> 
-  <head> 
-    <title>x2go Plugin</title> 
-  </head> 
-  <body> 
-    <div id="x2goplugin"> 
-        <--x2goplugin //-->  
-    </div> 
-  </body> 
-</html> 
-</code> 
- 
-==== Inserting the <object> code ==== 
- 
-<code> 
-    <object src="location"  
- type="application/x2go"  
- pluginspage="http://plugin.x2go.org/index.html"  
- pluginurl="http://plugin.x2go.org/download/x2goplugin_linux32.xpi"  
- data="server.x2go"  
- hidden="false"  
- name="x2goplugin"  
- palette="background"  
- height="100%"  
- hspace="0"  
- vspace="0"  
- width="100%"> 
-        <--x2goplugin //--> 
-    </object>     
-</code> 
- 
-As long as you wan't to use the automatical update service (recommended), please don't change the urls used in the options "pluginspage" and "pluginurl". The option "data" is the name of a properties file. 
wiki/components/x2goplugin.1266528335.txt.gz ยท Last modified: 2013/03/08 13:31 (external edit)