This is a Kodi (formerly known as xbmc) plugin for Openhab. It allows users to control Openhab from within the Kodi environment. The orignal project was created for xmbc originally created by a group RICM5 2014 students. The original page in French is located here http://air.imag.fr/index.php/Extensions_XBMC.
The code as it stands now is compatible with the Kodi (Helix) the current version at the time of writing this.
e.g.
To find the value for 'Start page' look at the first line of your sitemap it should looks like this:
sitemap default label="My Sitemap"
This is the name betweeen 'sitemap' and 'label' - here it is default. Not sure what its called in openHab speak.
Thic code is not very flexible in how it deals with layouts. It expects items to be under groups, if you have controls directly inside frames this code will not run, it ignores text times such as dates, temperature etc that may be directly under frames but will break on switches dimmers etc if they are not in groups. The workaround for this is to create a seperate sitemap that is compatible with this software. This sitemap should have all the items inside groupds not directly in frames.