gramps/src/plugins/bookreport.gpr.py

22 lines
569 B
Python
Raw Normal View History

#------------------------------------------------------------------------
#
# Book plugin
#
#------------------------------------------------------------------------
register(REPORT,
id = 'book',
name = _("Book Report"),
description = _("Produces a book containing several reports."),
version = '1.0',
status = STABLE,
fname = 'BookReport.py',
authors = ["Alex Roitman"],
authors_email = ["shura@gramps-project.org"],
category = CATEGORY_BOOK,
reportclass = 'BookReportSelector',
optionclass = 'cl_report',
report_modes = [REPORT_MODE_GUI, REPORT_MODE_CLI]
)