Development overview: Difference between revisions
From LimeSurvey Manual
No edit summary |
Fixed TOC |
||
Line 1: | Line 1: | ||
Table of contents: | Table of contents: | ||
*[[LimeSurvey roadmap]] | |||
*[[The LimeSurvey project team]] | |||
*[[How to join the LimeSurvey project team]] | |||
**[[How to become a LimeSurvey Developer]] | |||
*[[Accessing the source code]] | |||
**[[Switch from Subversion to Git]] | |||
*[[Coding guidelines]] | |||
*[[How to document your source code]] | |||
*[[Standard for Git commit messages]] | |||
*[[Updating FCKEditor]] | |||
*[[Release process]] | |||
*[[Help us: Tasks]] | |||
*[[How can I support LimeSurvey?]] | |||
*[[Developer user pages]] | |||
**[[UserPage c_schmitz]] | |||
**[[UserPage jcleeland]] | |||
**[[UserPage kadejo]] | |||
**[[UserPage Mazi]] | |||
**[[UserPage Shnoulle]] | |||
**[[UserPage magiclko]] | |||
***[[SurveyPress]] | |||
*[[How to contribute new features]] | |||
*[[Database versioning]] | |||
*[[The bugtracker and git]] | |||
*[[Plugin system architecture]] | |||
**[[Question plugins]] | |||
***[[Creating a question plugin]] | |||
****[[Question signature]] | |||
**[[Defining attributes]] |
Revision as of 21:20, 6 April 2013
Table of contents:
- LimeSurvey roadmap
- The LimeSurvey project team
- How to join the LimeSurvey project team
- Accessing the source code
- Coding guidelines
- How to document your source code
- Standard for Git commit messages
- Updating FCKEditor
- Release process
- Help us: Tasks
- How can I support LimeSurvey?
- Developer user pages
- How to contribute new features
- Database versioning
- The bugtracker and git
- Plugin system architecture