Welcome, Guest. Please login or register.

Author Topic: Google Gears and Amiga Browsers  (Read 1526 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline asymetrix

  • Full Member
  • ***
  • Join Date: May 2007
  • Posts: 118
    • Show all replies
Re: Google Gears and Amiga Browsers
« on: July 08, 2009, 05:19:54 PM »
To make FireFox plugins / addons requires :

Document Object Model Core
http://www.w3.org/TR/DOM-Level-2-Core/core.html#i-Document

Node Interface
https://developer.mozilla.org/en/DOM/Node

XUL - XML User Interface Language
https://developer.mozilla.org/En/XUL

Javascript

http://roachfiend.com/archives/2004/12/08/how-to-create-firefox-extensions/

If we had these as libraries, all new software could in theory be pluginable, Not just FireFox, ALL new
Amiga programs could have plugin capability.

Firefox addon file formats (RDF,JS,JAR)
http://filext.com/file-extension/RDF

A FireFox Plugin for addon backups use

XPI file format (basically a zip file with installer)
http://filext.com/file-extension/XPI

JSON - JavaScript Object Notation
http://www.xul.fr/ajax-javascript-json.html

Java - Jar format
http://java.sun.com/developer/Books/javaprogramming/JAR/