Open main menu

Gramps β

Changes

Third-party Addons

266 bytes added, 09:23, 21 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 all [http://svn.gnome.org/viewcvs/pygtk/trunk/examples/ pygtk modules] (gtk, glade, gobject). Also, 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]). Or [http://gramps.svn.sourceforge.net/viewvc/gramps/trunk/src/plugins/EventNames.py?view=markup EventNames], [http://gramps.svn.sourceforge.net/viewvc/gramps/trunk/src/plugins/ExtractCity.py?view=markup ExtractCity], which need to be renamed for been on Tool menu.