Open main menu

Gramps β

Changes

Third-party Addons

6 bytes added, 08:53, 12 July 2007
Tips for simple custom plugin
* GRAMPS [[Using_database_API|heart, core, API]] is written on [http://gramps.svn.sourceforge.net/viewvc/gramps/trunk/src/RelLib/ RelLib]
* On GRAMPS 2.2.x, we may use simple custom templates for exporting results (with [http://gramps.svn.sourceforge.net/viewvc/gramps/trunk/src/ListModel.py?view=markup ListModel] or internal glade), or the and sometimes python command line output. Fortunatly, GRAMPS 3.0 will introduce a simplified API. (see [http://gramps.svn.sourceforge.net/viewvc/gramps/trunk/src/Simple/_SimpleAccess.py?view=markup SimpleAccess.py] and [http://gramps.svn.sourceforge.net/viewvc/gramps/trunk/src/plugins/all_events.py?view=markup all_events.py]).
* Tools could be written too ... (see [http://gramps.svn.sourceforge.net/viewvc/gramps/trunk/src/PluginUtils/_Tool.py?view=markup Tool.py] and [http://gramps.svn.sourceforge.net/viewvc/gramps/trunk/src/plugins/DumpGenderStats.py?view=markup DumpGenderStats.py])