Plugins required to be correct version
svn: r14300
This commit is contained in:
@@ -31,6 +31,7 @@ id = 'ageondate',
|
||||
name = _("Age on Date"),
|
||||
description = _("Display people and ages on a particular date"),
|
||||
version = '1.0',
|
||||
gramps_target_version = '3.2',
|
||||
status = STABLE,
|
||||
fname = 'AgeOnDate.py',
|
||||
authors = ["Douglas Blank"],
|
||||
@@ -50,6 +51,7 @@ id = 'attribute_match',
|
||||
name = _("Attribute Match"),
|
||||
description = _("Display people with same attribute."),
|
||||
version = '1.0',
|
||||
gramps_target_version = '3.2',
|
||||
status = STABLE,
|
||||
fname = 'AttributeMatch.py',
|
||||
authors = ["Douglas Blank"],
|
||||
@@ -69,6 +71,7 @@ id = 'all_events',
|
||||
name = _("All Events"),
|
||||
description = _("Display a person's events, both personal and family."),
|
||||
version = '1.0',
|
||||
gramps_target_version = '3.2',
|
||||
status = STABLE,
|
||||
fname = 'all_events.py',
|
||||
authors = ["Donald N. Allingham"],
|
||||
@@ -83,6 +86,7 @@ id = 'all_events_fam',
|
||||
name = _("All Family Events"),
|
||||
description = _("Display the family and family members events."),
|
||||
version = '1.0',
|
||||
gramps_target_version = '3.2',
|
||||
status = STABLE,
|
||||
fname = 'all_events.py',
|
||||
authors = ["B. Malengier"],
|
||||
@@ -102,6 +106,7 @@ id = 'all_relations',
|
||||
name = _("Relation to Home Person"),
|
||||
description = _("Display all relationships between person and home person."),
|
||||
version = '1.0',
|
||||
gramps_target_version = '3.2',
|
||||
status = STABLE,
|
||||
fname = 'all_relations.py',
|
||||
authors = ["B. Malengier"],
|
||||
@@ -121,6 +126,7 @@ id = 'filterbyname',
|
||||
name = _("Filter"),
|
||||
description = _("Display filtered data"),
|
||||
version = '1.0',
|
||||
gramps_target_version = '3.2',
|
||||
status = STABLE,
|
||||
fname = 'FilterByName.py',
|
||||
authors = ["Douglas Blank"],
|
||||
@@ -140,6 +146,7 @@ id = 'father_lineage',
|
||||
name = _("Father lineage"),
|
||||
description = _("Display father lineage"),
|
||||
version = '1.0',
|
||||
gramps_target_version = '3.2',
|
||||
status = STABLE,
|
||||
fname = 'lineage.py',
|
||||
authors = ["B. Malengier"],
|
||||
@@ -153,6 +160,7 @@ id = 'mother_lineage',
|
||||
name = _("Mother lineage"),
|
||||
description = _("Display mother lineage"),
|
||||
version = '1.0',
|
||||
gramps_target_version = '3.2',
|
||||
status = STABLE,
|
||||
fname = 'lineage.py',
|
||||
authors = ["B. Malengier"],
|
||||
@@ -172,6 +180,7 @@ id = 'onthisday',
|
||||
name = _("On This Day"),
|
||||
description = _("Display events on a particular day"),
|
||||
version = '1.0',
|
||||
gramps_target_version = '3.2',
|
||||
status = STABLE,
|
||||
fname = 'OnThisDay.py',
|
||||
authors = ["Douglas Blank"],
|
||||
@@ -201,6 +210,7 @@ for (category, item, trans) in refitems:
|
||||
name = _("%s References") % trans,
|
||||
description = _("Display references for a %s") % trans,
|
||||
version = '1.0',
|
||||
gramps_target_version = '3.2',
|
||||
status = STABLE,
|
||||
fname = 'References.py',
|
||||
authors = ["Douglas Blank"],
|
||||
@@ -221,6 +231,7 @@ name = _("Show Repository Reference"),
|
||||
description = _("Display the repository reference for sources related to"
|
||||
" the active repository"),
|
||||
version = '1.0',
|
||||
gramps_target_version = '3.2',
|
||||
status = STABLE,
|
||||
fname = 'Reporef.py',
|
||||
authors = ["Jerome Rapinat"],
|
||||
@@ -240,6 +251,7 @@ id = 'samesurnames',
|
||||
name = _("Same Surnames"),
|
||||
description = _("Display people with the same surname as a person."),
|
||||
version = '1.0',
|
||||
gramps_target_version = '3.2',
|
||||
status = STABLE,
|
||||
fname = 'SameSurnames.py',
|
||||
authors = ["Douglas Blank"],
|
||||
@@ -253,6 +265,7 @@ id = 'samegivens',
|
||||
name = _("Same Given Names"),
|
||||
description = _("Display people with the same given name as a person."),
|
||||
version = '1.0',
|
||||
gramps_target_version = '3.2',
|
||||
status = STABLE,
|
||||
fname = 'SameSurnames.py',
|
||||
authors = ["Douglas Blank"],
|
||||
@@ -266,6 +279,7 @@ id = 'samegivens_misc',
|
||||
name = _("Same Given Names - stand-alone"),
|
||||
description = _("Display people with the same given name as a person."),
|
||||
version = '1.0',
|
||||
gramps_target_version = '3.2',
|
||||
status = STABLE,
|
||||
fname = 'SameSurnames.py',
|
||||
authors = ["Douglas Blank"],
|
||||
@@ -284,6 +298,7 @@ id = 'siblings',
|
||||
name = _("Siblings"),
|
||||
description = _("Display a person's siblings."),
|
||||
version = '1.0',
|
||||
gramps_target_version = '3.2',
|
||||
status = STABLE,
|
||||
fname = 'siblings.py',
|
||||
authors = ["Donald N. Allingham"],
|
||||
|
Reference in New Issue
Block a user