I've found this, but I'm trying not to borrow code for my application.
The reasoning is that if you're writing a local HTML5 App, you may want to call some DBus api from javascript(like ubuntuone for example).
I've found this, but I'm trying not to borrow code for my application.
The reasoning is that if you're writing a local HTML5 App, you may want to call some DBus api from javascript(like ubuntuone for example).
My recommendation would be to use the HTML5 Quickly template. It is not yet released, and I will ask mhall to post where the code is, but the template combines together the power of HTML5 and Python.
This means you can talk to DBUS via Python, and trigger those methods using HTML5, which it seems you want to do.