Labs/Bespin/DeveloperGuide: Difference between revisions

From MozillaWiki
< Labs‎ | Bespin
Jump to navigation Jump to search
(→‎Source Code: Add link to tabs article)
Line 17: Line 17:
** [https://bespin.mozilla.com/docs/events.html Events API]: Explicit documentation on the various custom events you can publish and subscribe too
** [https://bespin.mozilla.com/docs/events.html Events API]: Explicit documentation on the various custom events you can publish and subscribe too
* [[Labs/Bespin/Contributing|Contributing to Bespin]]: How to contribute code
* [[Labs/Bespin/Contributing|Contributing to Bespin]]: How to contribute code
* [[Labs/Bespin/DeveloperGuide/Tabs|Tabs]]: How to deal with variable-length tabs when writing Bespin code
* [[Labs/Bespin/ServerAPI|Server API]]: Fancy implementing a Bespin server?
* [[Labs/Bespin/ServerAPI|Server API]]: Fancy implementing a Bespin server?
* [[Labs/Bespin/Architecture|Architecture]]: What are the parts and pieces of Bespin
* [[Labs/Bespin/Architecture|Architecture]]: What are the parts and pieces of Bespin

Revision as of 05:48, 16 April 2009

Welcome to the Bespin Developer Guide.

This document will be the starting point for developers interested in coding and contributing to Bespin.

There are a few things you may be interested in:

Source Code

TO DO: We will be adding full architecture documentation to show you the high level picture, as well as a more flushed out plugin API.