XULRunner: Difference between revisions

From OLPC
Jump to navigation Jump to search
m (Reverted edits by 71.205.218.25 (Talk) to last version by 80.90.160.194)
(more details)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{ Translations }} <!-- This page is linked from http://www.laptop.org/laptop/software/specs.shtml -->
FIELD_MESSAGE_domelt
[http://developer.mozilla.org/en/docs/XULRunner XULRunner] is a runtime package of the Mozilla platform. It allows developers to implement rich and flexible applications such as the Firefox web browser or Thunderbird email reader. [[Gecko]] is the subset of XULRunner that takes care of rendering HTML. XULRunner also includes a [[JavaScript]] engine, an XML UI Language for specifying application "chrome", the lightweight [[SQLite]] relational database, etc. More details on what is included are [http://developer.mozilla.org/en/docs/XULRunner:What_XULRunner_Provides here].

The [[Browse]] activity is built on [[XULRunner]] and the [[HulaHop]] Python layer.

[[Category:Developers]]
[[Category:Python]]
[[Category:Web browsers]]

Latest revision as of 04:41, 19 August 2009

  Please copy/paste "{{Translationlist | xx | origlang=en | translated={{{translated}}}}}" (where xx is ISO 639 language code for your translation) to XULRunner/translations HowTo [ID# 215158]  +/-  

XULRunner is a runtime package of the Mozilla platform. It allows developers to implement rich and flexible applications such as the Firefox web browser or Thunderbird email reader. Gecko is the subset of XULRunner that takes care of rendering HTML. XULRunner also includes a JavaScript engine, an XML UI Language for specifying application "chrome", the lightweight SQLite relational database, etc. More details on what is included are here.

The Browse activity is built on XULRunner and the HulaHop Python layer.