XULRunner: Difference between revisions

From OLPC
Jump to navigation Jump to search
mNo edit summary
(more details)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{ Translations }} <!-- This page is linked from http://www.laptop.org/laptop/software/specs.shtml -->
{{ Translations }} <!-- This page is linked from http://www.laptop.org/laptop/software/specs.shtml -->
[http://developer.mozilla.org/en/docs/XULRunner XULRunner] is a Mozilla runtime package that does not include a browser. It allows developers to implement applications as rich and flexible as the Firefox web browser or Thunderbird email reader. [[Gecko]] is actually the subset of XULRunner that takes care of rendering HTML. More details on what is included are [http://developer.mozilla.org/en/docs/XULRunner:What_XULRunner_Provides here]. Note that the lightweight [[SQLite]] relational database is integrated with XULRunner.
[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:Developers]]
[[Category:Python]]
[[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.