diff --git a/gramps/doc/extending-gramps/C/extending-gramps.sgml b/gramps/doc/extending-gramps/C/extending-gramps.sgml index 3b1d8b85a..3704fc45c 100644 --- a/gramps/doc/extending-gramps/C/extending-gramps.sgml +++ b/gramps/doc/extending-gramps/C/extending-gramps.sgml @@ -101,7 +101,7 @@ All plugins are written in the python language. - + Filters A filter is a plugin that be used to temporarily display or hide @@ -114,7 +114,7 @@ Filters should never alter a database. - + Reports A report is a plugin that generates output. The output may be in @@ -136,7 +136,7 @@ A report should never alter the database. - + Tools A tool is a plugin that alters the database. It may perform @@ -159,7 +159,7 @@ A tool is allowed (and usually expected) to alter the database. - + Import Filters An import filter is a plugin that adds information from another @@ -179,7 +179,7 @@ An import filter is allowed to modify the database. - + Export Filters An export filter is a plugin that translates the gramps database @@ -717,7 +717,7 @@ for family in person.getFamilyList(): This manual was written by Don Allingham - (donaldallingham@home.com). + (dallingham@users.sourceforge.net).