<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
2. In order to get Browse, Help and Wikipedia up and running on<br>
webkit, do you see the need for a hulahop equivalent? Or some kind of<br>
sugar-level web widget abstraction? Or just direct calls into webkit.<br>
<br></blockquote><div><br>From the point of view of the activity, Wikipedia and Help are using the same code of Browse.<br>There are other activities like SocialCalc trying to use more interaction between python and dom/javascript,<br>
but are a pile of hacks.<br><br>I think there are work in webkit2 to implement DOM, but I don't know if is merged in F15.<br>Right now you can execute javascript, but to get a value is also a hack (changing the title and getting <br>
the value from the python property) You can see this in the read activity in epubview/widgets.py<br><br>Gonzalo<br><br></div></div>