Changes

From Gramps

Third-party Addons

2,480 bytes removed, 22:32, 28 February 2009
Text
{{man warn|Please Note:|These plugins are not officially part of GRAMPS and are not supported by the GRAMPS Developers. Any feature requests or bugs with these plugins should be directed at the respective plugin writer, '''NOT''' to the GRAMPS bug tracker!.}}
== Text ==
===Locations ===
* [[Media:Locations.gz|Locations.py]] was my "clean-up" report !
I use GRAMPS since many years but after some GEDCOM imports generated by other programs, there was no scheme for storing my data.
I had locations on person's address tab, on family, some events were missing, etc ...
I got one list by using multiple [[Gramps_3.1_Wiki_Manual_-_Filters|filter]] rules and I planned to generate a textual report using the power of filter and [[Using_database_API|report framework]], which will be able to generate a resume into one file.
==== Generated with :====
Coding way is not very quick or standard but is easy to understand and plugin does the job.
* It has been generated under [http://www.geany.org/ Geany]
* and checked with [http://www.logilab.org/projects/pylint pylint].
I used it for cleaning my database.
Feel free to improve it for your own need !
==== Limitations ====
* As this is a textual report, there is no changes on database.
It just retrieves informations from database. Do not need to make a backup before using this report.
* As code is not very complex, it should not introduce mistakes on output.
If there is an error, then there is a valid mail at the end of the plugin.
=== Repositories Report ===
* [[Media:RepositoriesReport.gz|RepositoriesReport.py]] was inspired by [[Gramps_3.1_Wiki_Manual_-_Reports#Place_Report|Place Report]].
It will list repositories and their related sources informations, such the call name or the type. Repository stores sources. I use this report for displaying some sources informations before going to a repository (like an archive).
There is a [[Quick_Views|quick report]] on 3.1, which do the same thing on active repository. Thanks to ''Alex Roitman'', who generated the "technical part" of the code ...
==== Generated with :====
Coding way is not very quick or standard but is easy to understand and plugin does the job.
* It has been generated under [http://www.geany.org/ Geany]
* and checked with [http://www.logilab.org/projects/pylint pylint].
I used it one time for cleaning my database.
Feel free to improve it for your own need !
==== Limitations ====
* As this is a textual report, there is no changes on database.
It just retrieves informations from database. Do not need to make a backup before using this report.
* As code is not very complex, it should not introduce mistakes on output.
If there is an error, then there is a valid mail at the end of the plugin.
= User contributed Quick Reports =

Navigation menu