2009-11-13 07:29:30 +05:30
|
|
|
register(VIEW,
|
|
|
|
id = 'fanchartview',
|
|
|
|
name = _("Fan Chart View"),
|
2009-12-11 07:18:22 +05:30
|
|
|
category = ("Ancestry", _("Ancestry")),
|
2009-11-13 07:29:30 +05:30
|
|
|
description = _("The view showing relations through a fanchart"),
|
|
|
|
version = '1.0',
|
2011-03-22 02:13:00 +05:30
|
|
|
gramps_target_version = '3.4',
|
2010-03-06 15:40:54 +05:30
|
|
|
status = STABLE,
|
2009-11-13 07:29:30 +05:30
|
|
|
fname = 'fanchartview.py',
|
|
|
|
authors = [u"Douglas S. Blank"],
|
|
|
|
authors_email = ["doug.blank@gmail.com"],
|
|
|
|
viewclass = 'FanChartView',
|
2010-04-04 23:46:03 +05:30
|
|
|
stock_icon = 'gramps-fanchart',
|
2009-11-13 07:29:30 +05:30
|
|
|
)
|