HulaHop: Difference between revisions

From OLPC
Jump to navigation Jump to search
(add socialcalc to list of projects using Socialcalc)
(added Map activity as activity using HulaHop)
 
(4 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{stub}}

[http://www.vrplumber.com/sugar-docs/hulahop.html HulaHop] is [http://www.mozilla.org/newlayout/ Gecko] 1.9 (Firefox 3.0 core) web browser as a simple embeddable control with Python DOM access. It is a PyGTK Widget that you can use in your application to embed a web browser.
[http://www.vrplumber.com/sugar-docs/hulahop.html HulaHop] is [http://www.mozilla.org/newlayout/ Gecko] 1.9 (Firefox 3.0 core) web browser as a simple embeddable control with Python DOM access. It is a PyGTK Widget that you can use in your application to embed a web browser.


Line 5: Line 7:
Or read the docs [http://www.vrplumber.com/sugar-docs/hulahop.html here].
Or read the docs [http://www.vrplumber.com/sugar-docs/hulahop.html here].


== Projects Using Hulahop ==
== Check the source code ==


* http://git.sugarlabs.org/projects/hulahop

== Projects using HulaHop ==

* [[Browse]] - the XO web browser
* [http://socialtext.net/socialcalcxo Socialcalc] - web based spreadsheet activity
* [http://socialtext.net/socialcalcxo Socialcalc] - web based spreadsheet activity
* [[Map_(activity)]] - an activity for creating simple maps

[[Category:Sugar]]

Latest revision as of 14:22, 10 November 2009

This article is a stub. You can help the OLPC project by expanding it.

HulaHop is Gecko 1.9 (Firefox 3.0 core) web browser as a simple embeddable control with Python DOM access. It is a PyGTK Widget that you can use in your application to embed a web browser.

See an example in Sugar_Code_Snippets#WebView.

Or read the docs here.

Check the source code

Projects using HulaHop