Difference between revisions of "Plugin architecture survey"
Jump to navigation
Jump to search
Iron Perth (talk | contribs) |
|||
Line 21: | Line 21: | ||
* XChat / Python [http://www.xchat.org/docs/plugin20.html] | * XChat / Python [http://www.xchat.org/docs/plugin20.html] | ||
* CGI | |||
* Client-server models | |||
* Applescript |
Revision as of 06:08, 13 February 2007
Survey Of Client Plugins As Potential Models
- Old Netscape Plugin
Wiki Link [1]
- New Mozilla Extensions
XUL Framework, challenging to build. Wiki Link [2]
- Browser Helper Object in IE
Wiki Link [3]
- Eclipse Plug In Model
Java callbacks and contracts. [4]
== Others ==
- XChat / Python [5]
- CGI
- Client-server models
- Applescript