-
Notifications
You must be signed in to change notification settings - Fork 1
Hypersoft Research: Ghtml Developer's Reference Library
hypersoft edited this page Nov 19, 2012
·
21 revisions
Ghtml uses WebKitGtk+ to render applications.
WebKit
- Introduction to WebKit: WebKit Wikipedia Article
- WebKit Homepage: www.webkit.org
- WebKitGtk+ Homepage: webkitgtk.org
- Gtk 3 Reference Manual: developer.gnome.org/gtk3/stable
- WebKitGtk+ Reference Manual: webkitgtk.org outdated
- Gnome Platform: developer.gnome.org
- Gnome Keyring: developer.gnome.org unstable
Note that you can find information relevant to api usage by studying the various api tests designed for the platform
WebKit backs most of its interface by W3C standards. Ghtml adds to that a few extensions such as jQuery.
W3C
- Introduction to W3C: W3C Wikipedia Article
- Introduction to HTML5: W3C Schools HTML5 Introduction
- W3C Homepage: www.w3c.org
- W3C Schools HTML Tutorial: www.w3cschools.com/html
- W3C Schools CSS: www.w3cschools.com/css
- W3C Schools JavaScript Tutorial: www.w3schools.com/js
- W3C Schools SVG Tutorial: www.w3schools.com/svg
- W3C Schools jQuery: www.w3cschools.com/jquery
- W3C Schools XML www.w3schools.com/xml
- W3C Schools: Sitemap
- W3C MathML: www.w3.org/Math
WebKit uses the NetScape Plugin API (NPAPI)
NPAPI
- Introduction to NPAPI: NPAPI Wikipedia Article
- NPAPI Wiki: wiki.mozilla.org/NPAPI
Ghtml uses gnome seed to provide an enhanced scripting environment.
Gnome Seed
- Introduction Seed: Seed Programming Wikipedia Article
- Seed Homepage: live.gnome.org/Seed
- Seed Modules: Seed Modules Documentation
- Supplemental GObject Documentation: www.roojs.org - Unoffical Seed Documentation - gir 1.2 / gtk 2.0
Ghtml uses x-tags to allow dynamic extension definition of HTML components.
x-tags
- Introduction to x-tags: x-tags.org
- x-tags examples: x-tags.org/demo
- x-tags registry: registry.x-tags.org
jQuery is a project independent of the W3C.
jQuery
- Introduction to jQuery: jQuery Wikipedia Article
- jQuery Homepage: jquery.com
Ghtml is released under the GPL Version 3 License.
GPL V3
- Introduction to GPL: GPL Wikipedia Article
- GPL V3 Homepage: www.gnu.org/licenses/gpl.html
Some parts of GHTML are released under the MIT License.
MIT License
- Introduction to MIT License: MIT License Wikipedia Article
- Mit License Homepage: opensource.org/licenses/MIT
Some parts of WebKit are released under BSD License.
BSD License
- Introduction to BSD Licenses: BSD Licenses Wikipedia Article