Labs/Bespin/DeveloperGuide: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 1: | Line 1: | ||
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: | |||
* [[Labs/Bespin/DeveloperGuide/Setup|Setup Bespin]] will show you how to install and setup a Bespin server for development | |||
* [[/Labs/Bespin/DesignDocs|Design Documents]] on various features are available for you...... to implement! :) | |||
* [[/Labs/Bespin/DesignDocs/ConfigIntegration|Configuration Integration]] shows you how you can extend Bespin through your configuration environment. | |||
== Source Code == | |||
* [http://hg.mozilla.org/labs/bespin/ The Bespin Source Code]: It all starts here | |||
* [https://bespin.mozilla.com/docs/ Bespin Code Documentation]: Thanks to code illumination | |||
** [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/ServerAPI|Server API]]: Fancy implementing a Bespin server? | |||
* [[Labs/Bespin/Architecture|Architecture]]: What are the parts and pieces of Bespin | |||
* [[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 | |||
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:04, 11 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
- The Bespin Source Code: It all starts here
- Bespin Code Documentation: Thanks to code illumination
- Events API: Explicit documentation on the various custom events you can publish and subscribe too
- Contributing to Bespin: How to contribute code
- Server API: Fancy implementing a Bespin server?
- Architecture: What are the parts and pieces of Bespin
- Release Notes: This is where we will update each release with info on what is in there.
- 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.