A new stable version

Written for Momo's Webdesktop by Moritz Strohm on 2012-02-27

With Revision 17 the code reached the functionality it had before I started to write object oriented PHP code. The work is now done by a static PHP class (in webdesktop.php). The three basic apps are working, I'll check about the iframe and video app later.

It is now possible to have multiple desktops, but there isn't yet the possibility to switch between them. If you want a second desktop you'll have to write it's ID in the webdesktop.json configuration file. If you want to access the second desktop you need to add the parameter desktopId when you access index.php. I'll give an example for that: .../index.php?desktopId=1
In the same way you can access the first desktop with desktopId=0

Read all announcements