16,719
edits
Changes
→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.
* [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.
== Tips for simple custon plugin ==