Labs/Bespin/DeveloperGuide: Difference between revisions

From MozillaWiki
< Labs‎ | Bespin
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 17: Line 17:
* [[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
* [[Labs/Bespin/ProjectTemplates|Project Templates]]: creating new project templates for your server
* [[Labs/Bespin/ReleaseNotes|Release Notes]]: This is where we will update each release with info on what is in there.
* [[Labs/Bespin/ReleaseNotes|Release Notes]]: This is where we will update each release with info on what is in there.
* [[Labs/Bespin/CodingStyle|Coding Style]]: A (brief) guide to sharing code
* [[Labs/Bespin/CodingStyle|Coding Style]]: A (brief) guide to sharing 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.
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.

Revision as of 16:40, 18 March 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:

  • Setup Bespin will show you how to install and setup a Bespin server for development
  • Design Documents on various features are available for you...... to implement! :)
  • Configuration Integration shows you how you can extend Bespin through your configuration environment.

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.