[20:41] hey, anyone here used WebKit for their UI of an app? [20:48] jono: rickspencer3 did [20:48] JanC, yeah, I showed me a while back, I am just trying to figure it out myself now [20:48] I wish I remembered what he did :-) [20:49] I created http://askubuntu.com/questions/97430/connect-webkit-webview-form-to-a-python-callback to document this if people know [20:49] he uses webkit + HTML5 + CSS + JS + JQuery [20:49] yup [20:50] honestly, I don't think it's really a good idea (yet?) to write apps like that [20:50] because I'm pretty sure it has usability & accessibility issues [20:51] right [20:52] but if you are just doing a "quick port" of a web app/game to something more standalone... [20:55] the "obvious" "easy" solution to handle this is to run a local HTTP server, of course ;) [20:55] In Qt it's possible to call python methods from javascript (QtWebKit), no idea on GTK though. http://pysnippet.blogspot.com/2010/01/calling-python-from-javascript-in-pyqts.html [21:05] this looks like it might have useful info: http://www.aclevername.com/articles/python-webgui/ (although might be outdated...)