Open main menu

Gramps β

Changes

Third-party Addons

741 bytes added, 07:41, 12 July 2007
Others
Maybe they not always use the right method. But there is multiple solutions. If they help someone, then it was a good reason to share them.
Improve, modify them. Enjoy !!!
'''Safety of your database'''
Plugins only reads the database, and attempts no changes.
* [http://www.ifrance.com/romjerome/forename.py forename.py] is a summary of forenames on your databasean alternative to ''statistic charts->forename'' or [http://www.ifrance.com/romjerome/firstname.py firstname.py]. It uses the model list written for GRAMPS core. It lists people and retrieve the first name with a count.
Also, a funny exercise Exercise : you can get "surnames" with a minor modification ...
* [http://www.ifrance.com/romjerome/reporeport.py reporeport.py] is something I would like to write but I am not able yet ... backlink or dictionnaries are for me black magic !!! Thanks Alex for your help ! This plugin displays Repositories with their related sources data. This may be useful for genealogical search.Thanks Alex for your help !
* [http://www.ifrance.com/romjerome/datespersurname.py datespersurname.py] enlights my limits (very experimental, far away to be finished). I try to [[Summary_Event_List|wantedfollow]] to generated a list of surnames with a span of years useful tip for genealogical search : who, when, where, which could be translated by find :# "person|family" at "date" on differents places. Also, a list of "place" (tinytaffel)# "places " with their presents surnames will be possible too. 3 lists "families" at "date" (geographical map)# "dates" with an index were planned but this will use python core functions. Here just my first try, far away to be finished ..."families" (chronological patronymic linea/pedigree)
* [http://www.ifrance.com/romjerome/html_tree.py html_tree.py] was a testing for next GRAMPS simplified API. Should still work with command line. Also, I need to add image_path for parents.
Improve* [http://www.ifrance.com/romjerome/rel_fr.py rel_fr.py] is an alternative to existing rel_fr. There is no more generic values, Gramps displays the place on generation level for all individuals according his relationship with active person. * There is some unsupported plugins, modify themwhich will be no more maintened on sources. Also, Richard taylor worked on a traditional style descendant tree. Currently, [http://www.ifrance.com/romjerome/TradDesTree.py this plugin] is no more supported by current gramps version : it is not possible to get accurate font metrics in the current report framework. This means that the names sometimes overlap and sometimes have large gaps. New GtkPrinting with Cairo/pango should provide the correct font metrics. Everybody who may help on Gramps GtkPrint support is welcome ... Enjoy !!!
== Tips for simple custon plugin ==