Difference between revisions of "Addon:RepositoriesReport"

From Gramps
Jump to: navigation, search
m (Alternate)
m (Alternate)
Line 21: Line 21:
 
== Alternate ==
 
== Alternate ==
  
There is an experimental [http://romjerome.ifrance.com/RepositoriesReportAlt.gz RepositoriesReportAlt.py] (branch) [http://romjerome.ifrance.com/RepositoriesReportAlt.gz RepositoriesReportAlt.gz] (trunk), which provides user-options for additional source informations (''author, publication information, abbreviation, data''), preformatted notes for source or repository, primary media on source and allows to hide private records (''repository, source, note, media'').
+
There is an experimental [http://romjerome.ifrance.com/RepositoriesReportAlt.gz RepositoriesReport for branch] or [[Media:RepositoriesReportAlt.gz|trunk]], which provides user-options for additional source informations (''author, publication information, abbreviation, data''), preformatted notes for source or repository, primary media on source and allows to hide private records (''repository, source, note, media'').

Revision as of 17:24, 13 August 2009


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 report on 3.1, which does 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 Geany
  • and checked with pylint.

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.


Alternate

There is an experimental RepositoriesReport for branch or trunk, which provides user-options for additional source informations (author, publication information, abbreviation, data), preformatted notes for source or repository, primary media on source and allows to hide private records (repository, source, note, media).