Difference between revisions of "Template:Developers/Write a Report"

From Gramps
Line 1: Line 1:
A good way to learn the Gramps codebase, is by writing a small report. Reports and Tools are plugins, that can be distributed separately as [[Third-party_Plugins|unofficial plugins]]. There is a [[Report-writing_tutorial|tutorial]], and you can use the [[Using_database_API|database API]].
+
A good way to learn the Gramps codebase, is by writing a small report. Reports and Tools are plugins, that can be distributed separately as [[Third-party_Plugins|unofficial plugins]]; see [[Addons development]]. There is a [[Report-writing_tutorial|tutorial]], and you can use the [[Using_database_API|database API]].

Revision as of 11:46, 8 February 2012

A good way to learn the Gramps codebase, is by writing a small report. Reports and Tools are plugins, that can be distributed separately as unofficial plugins; see Addons development. There is a tutorial, and you can use the database API.