GEPS008: Convert plugin filenames to lowercase
svn: r19898
This commit is contained in:
parent
3a82d58838
commit
4f1cfd2718
@ -33,7 +33,7 @@ description = _("Produces a book containing several reports."),
|
||||
version = '1.0',
|
||||
gramps_target_version = '3.5',
|
||||
status = STABLE,
|
||||
fname = 'BookReport.py',
|
||||
fname = 'bookreport.py',
|
||||
authors = ["Alex Roitman"],
|
||||
authors_email = ["shura@gramps-project.org"],
|
||||
category = CATEGORY_BOOK,
|
||||
|
@ -33,7 +33,7 @@ plg.description = _("Generates documents in plain text format (.txt).")
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '3.5'
|
||||
plg.status = STABLE
|
||||
plg.fname = 'AsciiDoc.py'
|
||||
plg.fname = 'asciidoc.py'
|
||||
plg.ptype = DOCGEN
|
||||
plg.basedocclass = 'AsciiDoc'
|
||||
plg.paper = True
|
||||
@ -53,7 +53,7 @@ plg.description = _("Generates documents and prints them directly.")
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '3.5'
|
||||
plg.status = STABLE
|
||||
plg.fname = 'GtkPrint.py'
|
||||
plg.fname = 'gtkprint.py'
|
||||
plg.ptype = DOCGEN
|
||||
plg.basedocclass = 'GtkPrint'
|
||||
plg.paper = True
|
||||
@ -73,7 +73,7 @@ plg.description = _("Generates documents in HTML format.")
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '3.5'
|
||||
plg.status = STABLE
|
||||
plg.fname = 'HtmlDoc.py'
|
||||
plg.fname = 'htmldoc.py'
|
||||
plg.ptype = DOCGEN
|
||||
plg.basedocclass = 'HtmlDoc'
|
||||
plg.paper = False
|
||||
@ -93,7 +93,7 @@ plg.description = _("Generates documents in LaTeX format.")
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '3.5'
|
||||
plg.status = STABLE
|
||||
plg.fname = 'LaTeXDoc.py'
|
||||
plg.fname = 'latexdoc.py'
|
||||
plg.ptype = DOCGEN
|
||||
plg.basedocclass = 'LaTeXDoc'
|
||||
plg.paper = True
|
||||
@ -114,7 +114,7 @@ plg.description = _("Generates documents in OpenDocument "
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '3.5'
|
||||
plg.status = STABLE
|
||||
plg.fname = 'ODFDoc.py'
|
||||
plg.fname = 'odfdoc.py'
|
||||
plg.ptype = DOCGEN
|
||||
plg.basedocclass = 'ODFDoc'
|
||||
plg.paper = True
|
||||
@ -134,7 +134,7 @@ plg.description = _("Generates documents in PDF format (.pdf).")
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '3.5'
|
||||
plg.status = STABLE
|
||||
plg.fname = 'PdfDoc.py'
|
||||
plg.fname = 'pdfdoc.py'
|
||||
plg.ptype = DOCGEN
|
||||
plg.basedocclass = 'PdfDoc'
|
||||
plg.paper = True
|
||||
@ -154,7 +154,7 @@ plg.description = _("Generates documents in PostScript format (.ps).")
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '3.5'
|
||||
plg.status = STABLE
|
||||
plg.fname = 'PSDrawDoc.py'
|
||||
plg.fname = 'psdrawdoc.py'
|
||||
plg.ptype = DOCGEN
|
||||
plg.basedocclass = 'PSDrawDoc'
|
||||
plg.paper = True
|
||||
@ -174,7 +174,7 @@ plg.description = _("Generates documents in Rich Text format (.rtf).")
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '3.5'
|
||||
plg.status = STABLE
|
||||
plg.fname = 'RTFDoc.py'
|
||||
plg.fname = 'rtfdoc.py'
|
||||
plg.ptype = DOCGEN
|
||||
plg.basedocclass = 'RTFDoc'
|
||||
plg.paper = True
|
||||
@ -195,7 +195,7 @@ plg.description = _("Generates documents in Scalable "
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '3.5'
|
||||
plg.status = STABLE
|
||||
plg.fname = 'SvgDrawDoc.py'
|
||||
plg.fname = 'svgdrawdoc.py'
|
||||
plg.ptype = DOCGEN
|
||||
plg.basedocclass = 'SvgDrawDoc'
|
||||
plg.paper = True
|
||||
|
@ -34,7 +34,7 @@ plg.description = _("Produces a graphical ancestral chart")
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '3.5'
|
||||
plg.status = STABLE
|
||||
plg.fname = 'AncestorTree.py'
|
||||
plg.fname = 'ancestortree.py'
|
||||
plg.ptype = REPORT
|
||||
plg.authors = ["Craig J. Anderson"]
|
||||
plg.authors_email = ["ander882@hotmail.com"]
|
||||
@ -50,7 +50,7 @@ plg.description = _("Produces a graphical ancestral tree")
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '3.5'
|
||||
plg.status = STABLE
|
||||
plg.fname = 'AncestorTree.py'
|
||||
plg.fname = 'ancestortree.py'
|
||||
plg.ptype = REPORT
|
||||
plg.authors = ["Craig J. Anderson"]
|
||||
plg.authors_email = ["ander882@hotmail.com"]
|
||||
@ -72,7 +72,7 @@ plg.description = _("Produces a graphical calendar")
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '3.5'
|
||||
plg.status = STABLE
|
||||
plg.fname = 'Calendar.py'
|
||||
plg.fname = 'calendar.py'
|
||||
plg.ptype = REPORT
|
||||
plg.authors = ["Douglas S. Blank"]
|
||||
plg.authors_email = ["dblank@cs.brynmawr.edu"]
|
||||
@ -94,7 +94,7 @@ plg.description = _("Produces a graphical descendant chart")
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '3.5'
|
||||
plg.status = STABLE
|
||||
plg.fname = 'DescendTree.py'
|
||||
plg.fname = 'descendtree.py'
|
||||
plg.ptype = REPORT
|
||||
plg.authors = ["Craig J. Anderson"]
|
||||
plg.authors_email = ["ander882@hotmail.com"]
|
||||
@ -110,7 +110,7 @@ plg.description = _("Produces a graphical descendant tree")
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '3.5'
|
||||
plg.status = STABLE
|
||||
plg.fname = 'DescendTree.py'
|
||||
plg.fname = 'descendtree.py'
|
||||
plg.ptype = REPORT
|
||||
plg.authors = ["Craig J. Anderson"]
|
||||
plg.authors_email = ["ander882@hotmail.com"]
|
||||
@ -131,7 +131,7 @@ plg.name = _("Family Descendant Chart")
|
||||
plg.description = _("Produces a graphical descendant chart around a family")
|
||||
plg.version = '1.0'
|
||||
plg.status = STABLE
|
||||
plg.fname = 'DescendTree.py'
|
||||
plg.fname = 'descendtree.py'
|
||||
plg.ptype = REPORT
|
||||
plg.category = CATEGORY_DRAW
|
||||
plg.gramps_target_version = '3.5'
|
||||
@ -148,7 +148,7 @@ plg.name = _("Family Descendant Tree")
|
||||
plg.description = _("Produces a graphical descendant tree around a family")
|
||||
plg.version = '1.0'
|
||||
plg.status = STABLE
|
||||
plg.fname = 'DescendTree.py'
|
||||
plg.fname = 'descendtree.py'
|
||||
plg.ptype = REPORT
|
||||
plg.category = CATEGORY_DRAW
|
||||
plg.gramps_target_version = '3.5'
|
||||
@ -172,7 +172,7 @@ plg.description = _("Produces fan charts")
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '3.5'
|
||||
plg.status = STABLE
|
||||
plg.fname = 'FanChart.py'
|
||||
plg.fname = 'fanchart.py'
|
||||
plg.ptype = REPORT
|
||||
plg.authors = ["Donald N. Allingham"]
|
||||
plg.authors_email = ["don@gramps-project.org"]
|
||||
@ -195,7 +195,7 @@ plg.description = _("Produces statistical bar and pie charts of the people "
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '3.5'
|
||||
plg.status = STABLE
|
||||
plg.fname = 'StatisticsChart.py'
|
||||
plg.fname = 'statisticschart.py'
|
||||
plg.ptype = REPORT
|
||||
plg.authors = ["Eero Tamminen"]
|
||||
plg.authors_email = [""]
|
||||
@ -218,7 +218,7 @@ plg.description = _("Produces a timeline chart.")
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '3.5'
|
||||
plg.status = STABLE
|
||||
plg.fname = 'TimeLine.py'
|
||||
plg.fname = 'timeline.py'
|
||||
plg.ptype = REPORT
|
||||
plg.authors = ["Donald N. Allingham"]
|
||||
plg.authors_email = ["don@gramps-project.org"]
|
||||
|
@ -34,7 +34,7 @@ plg.description = _("CSV is a common spreadsheet format.")
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '3.5'
|
||||
plg.status = STABLE
|
||||
plg.fname = 'ExportCsv.py'
|
||||
plg.fname = 'exportcsv.py'
|
||||
plg.ptype = EXPORT
|
||||
plg.export_function = 'exportData'
|
||||
plg.export_options = 'CSVWriterOptionBox'
|
||||
@ -55,7 +55,7 @@ plg.description = _("Web Family Tree format")
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '3.5'
|
||||
plg.status = STABLE
|
||||
plg.fname = 'ExportFtree.py'
|
||||
plg.fname = 'exportftree.py'
|
||||
plg.ptype = EXPORT
|
||||
plg.export_function = 'writeData'
|
||||
plg.export_options = 'WriterOptionBox'
|
||||
@ -77,7 +77,7 @@ plg.description = _('GEDCOM is used to transfer data between genealogy programs
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '3.5'
|
||||
plg.status = STABLE
|
||||
plg.fname = 'ExportGedcom.py'
|
||||
plg.fname = 'exportgedcom.py'
|
||||
plg.ptype = EXPORT
|
||||
plg.export_function = 'export_data'
|
||||
plg.export_options = 'WriterOptionBox'
|
||||
@ -98,7 +98,7 @@ plg.description = _('GeneWeb is a web based genealogy program.')
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '3.5'
|
||||
plg.status = STABLE
|
||||
plg.fname = 'ExportGeneWeb.py'
|
||||
plg.fname = 'exportgeneweb.py'
|
||||
plg.ptype = EXPORT
|
||||
plg.export_function = 'exportData'
|
||||
plg.export_options = 'WriterOptionBox'
|
||||
@ -120,7 +120,7 @@ plg.description = _('Gramps package is an archived XML family tree together '
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '3.5'
|
||||
plg.status = STABLE
|
||||
plg.fname = 'ExportPkg.py'
|
||||
plg.fname = 'exportpkg.py'
|
||||
plg.ptype = EXPORT
|
||||
plg.export_function = 'writeData'
|
||||
plg.export_options = 'WriterOptionBox'
|
||||
@ -143,7 +143,7 @@ plg.description = _('Gramps XML export is a complete archived XML backup of a'
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '3.5'
|
||||
plg.status = STABLE
|
||||
plg.fname = 'ExportXml.py'
|
||||
plg.fname = 'exportxml.py'
|
||||
plg.ptype = EXPORT
|
||||
plg.export_function = 'export_data'
|
||||
plg.export_options = 'WriterOptionBox'
|
||||
@ -164,7 +164,7 @@ plg.description = _('vCalendar is used in many calendaring and PIM applications
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '3.5'
|
||||
plg.status = STABLE
|
||||
plg.fname = 'ExportVCalendar.py'
|
||||
plg.fname = 'exportvcalendar.py'
|
||||
plg.ptype = EXPORT
|
||||
plg.export_function = 'exportData'
|
||||
plg.export_options = 'WriterOptionBox'
|
||||
@ -185,7 +185,7 @@ plg.description = _('vCard is used in many addressbook and pim applications.')
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '3.5'
|
||||
plg.status = STABLE
|
||||
plg.fname = 'ExportVCard.py'
|
||||
plg.fname = 'exportvcard.py'
|
||||
plg.ptype = EXPORT
|
||||
plg.export_function = 'exportData'
|
||||
plg.export_options = 'WriterOptionBox'
|
||||
|
@ -34,7 +34,7 @@ register(GRAMPLET,
|
||||
version="2.0.0",
|
||||
gramps_target_version="3.5",
|
||||
status = STABLE,
|
||||
fname="AgeOnDateGramplet.py",
|
||||
fname="ageondategramplet.py",
|
||||
height=200,
|
||||
gramplet = 'AgeOnDateGramplet',
|
||||
gramplet_title=_("Age on Date"),
|
||||
@ -45,7 +45,7 @@ register(GRAMPLET,
|
||||
name = _("Age Stats"),
|
||||
description = _("Gramplet showing graphs of various ages"),
|
||||
status = STABLE,
|
||||
fname="AgeStats.py",
|
||||
fname="agestats.py",
|
||||
height=100,
|
||||
expand=True,
|
||||
gramplet = 'AgeStatsGramplet',
|
||||
@ -61,7 +61,7 @@ register(GRAMPLET,
|
||||
name=_("Attributes"),
|
||||
description = _("Gramplet showing active person's attributes"),
|
||||
status = STABLE,
|
||||
fname="AttributesGramplet.py",
|
||||
fname="attributesgramplet.py",
|
||||
height=150,
|
||||
expand=True,
|
||||
gramplet = 'AttributesGramplet',
|
||||
@ -78,7 +78,7 @@ register(GRAMPLET,
|
||||
name=_("Calendar"),
|
||||
description = _("Gramplet showing calendar and events on specific dates in history"),
|
||||
status = STABLE,
|
||||
fname="CalendarGramplet.py",
|
||||
fname="calendargramplet.py",
|
||||
height=200,
|
||||
gramplet = 'CalendarGramplet',
|
||||
gramplet_title=_("Calendar"),
|
||||
@ -91,7 +91,7 @@ register(GRAMPLET,
|
||||
name=_("Descendant"),
|
||||
description = _("Gramplet showing active person's descendants"),
|
||||
status = STABLE,
|
||||
fname="DescendGramplet.py",
|
||||
fname="descendgramplet.py",
|
||||
height=100,
|
||||
expand=True,
|
||||
gramplet = 'DescendantGramplet',
|
||||
@ -108,7 +108,7 @@ register(GRAMPLET,
|
||||
name=_("Fan Chart"),
|
||||
description = _("Gramplet showing active person's direct ancestors as a fanchart"),
|
||||
status = STABLE,
|
||||
fname="FanChartGramplet.py",
|
||||
fname="fanchartgramplet.py",
|
||||
height=430,
|
||||
expand=True,
|
||||
gramplet = 'FanChartGramplet',
|
||||
@ -125,7 +125,7 @@ register(GRAMPLET,
|
||||
name=_("FAQ"),
|
||||
description = _("Gramplet showing frequently asked questions"),
|
||||
status = STABLE,
|
||||
fname="FaqGramplet.py",
|
||||
fname="faqgramplet.py",
|
||||
height=300,
|
||||
gramplet = 'FAQGramplet',
|
||||
gramplet_title=_("FAQ"),
|
||||
@ -138,7 +138,7 @@ register(GRAMPLET,
|
||||
name=_("Given Name Cloud"),
|
||||
description = _("Gramplet showing all given names as a text cloud"),
|
||||
status = STABLE,
|
||||
fname="GivenNameGramplet.py",
|
||||
fname="givennamegramplet.py",
|
||||
height=300,
|
||||
expand=True,
|
||||
gramplet = 'GivenNameCloudGramplet',
|
||||
@ -152,7 +152,7 @@ register(GRAMPLET,
|
||||
name=_("Pedigree"),
|
||||
description = _("Gramplet showing active person's ancestors"),
|
||||
status = STABLE,
|
||||
fname="PedigreeGramplet.py",
|
||||
fname="pedigreegramplet.py",
|
||||
height=300,
|
||||
gramplet = 'PedigreeGramplet',
|
||||
gramplet_title=_("Pedigree"),
|
||||
@ -169,7 +169,7 @@ register(GRAMPLET,
|
||||
name=_("Plugin Manager"),
|
||||
description = _("Gramplet showing available third-party plugins (addons)"),
|
||||
status = STABLE,
|
||||
fname="PluginManagerGramplet.py",
|
||||
fname="pluginmanagergramplet.py",
|
||||
height=300,
|
||||
expand=True,
|
||||
gramplet = 'PluginManagerGramplet',
|
||||
@ -183,7 +183,7 @@ register(GRAMPLET,
|
||||
name=_("Quick View"),
|
||||
description = _("Gramplet showing an active item Quick View"),
|
||||
status = STABLE,
|
||||
fname="QuickViewGramplet.py",
|
||||
fname="quickviewgramplet.py",
|
||||
height=300,
|
||||
expand=True,
|
||||
gramplet = 'QuickViewGramplet',
|
||||
@ -199,7 +199,7 @@ register(GRAMPLET,
|
||||
name=_("Relatives"),
|
||||
description = _("Gramplet showing active person's relatives"),
|
||||
status = STABLE,
|
||||
fname="RelativeGramplet.py",
|
||||
fname="relativegramplet.py",
|
||||
height=200,
|
||||
gramplet = 'RelativesGramplet',
|
||||
gramplet_title=_("Relatives"),
|
||||
@ -215,7 +215,7 @@ register(GRAMPLET,
|
||||
name=_("Session Log"),
|
||||
description = _("Gramplet showing all activity for this session"),
|
||||
status = STABLE,
|
||||
fname="SessionLogGramplet.py",
|
||||
fname="sessionloggramplet.py",
|
||||
height=230,
|
||||
#data=['no'],
|
||||
gramplet = 'LogGramplet',
|
||||
@ -229,7 +229,7 @@ register(GRAMPLET,
|
||||
name=_("Statistics"),
|
||||
description = _("Gramplet showing summary data of the family tree"),
|
||||
status = STABLE,
|
||||
fname="StatsGramplet.py",
|
||||
fname="statsgramplet.py",
|
||||
height=230,
|
||||
expand=True,
|
||||
gramplet = 'StatsGramplet',
|
||||
@ -243,7 +243,7 @@ register(GRAMPLET,
|
||||
name=_("Surname Cloud"),
|
||||
description = _("Gramplet showing all surnames as a text cloud"),
|
||||
status = STABLE,
|
||||
fname="SurnameCloudGramplet.py",
|
||||
fname="surnamecloudgramplet.py",
|
||||
height=300,
|
||||
expand=True,
|
||||
gramplet = 'SurnameCloudGramplet',
|
||||
@ -257,7 +257,7 @@ register(GRAMPLET,
|
||||
name=_("TODO"),
|
||||
description = _("Gramplet for generic notes"),
|
||||
status = STABLE,
|
||||
fname="ToDoGramplet.py",
|
||||
fname="todogramplet.py",
|
||||
height=300,
|
||||
expand=True,
|
||||
gramplet = 'TODOGramplet',
|
||||
@ -271,7 +271,7 @@ register(GRAMPLET,
|
||||
name=_("Top Surnames"),
|
||||
description = _("Gramplet showing most frequent surnames in this tree"),
|
||||
status = STABLE,
|
||||
fname="TopSurnamesGramplet.py",
|
||||
fname="topsurnamesgramplet.py",
|
||||
height=230,
|
||||
gramplet = 'TopSurnamesGramplet',
|
||||
gramplet_title=_("Top Surnames"),
|
||||
@ -284,7 +284,7 @@ register(GRAMPLET,
|
||||
name=_("Welcome"),
|
||||
description = _("Gramplet showing a welcome message"),
|
||||
status = STABLE,
|
||||
fname="WelcomeGramplet.py",
|
||||
fname="welcomegramplet.py",
|
||||
height=300,
|
||||
expand=True,
|
||||
gramplet = 'WelcomeGramplet',
|
||||
@ -298,7 +298,7 @@ register(GRAMPLET,
|
||||
name =_("What's Next"),
|
||||
description = _("Gramplet suggesting items to research"),
|
||||
status = STABLE,
|
||||
fname="WhatsNext.py",
|
||||
fname="whatsnext.py",
|
||||
height = 230,
|
||||
expand = True,
|
||||
gramplet = 'WhatNextGramplet',
|
||||
@ -323,7 +323,7 @@ register(GRAMPLET,
|
||||
version = '1.5.0',
|
||||
gramps_target_version = '3.5',
|
||||
status = STABLE,
|
||||
fname = "EditExifMetadata.py",
|
||||
fname = "editexifmetadata.py",
|
||||
help_url = "Edit Image Exif Metadata",
|
||||
authors = ['Rob G. Healey'],
|
||||
authors_email = ['robhealey1@gmail.com'],
|
||||
@ -340,7 +340,7 @@ register(GRAMPLET,
|
||||
version="1.0.0",
|
||||
gramps_target_version="3.5",
|
||||
status = STABLE,
|
||||
fname="PersonDetails.py",
|
||||
fname="persondetails.py",
|
||||
height=200,
|
||||
gramplet = 'PersonDetails',
|
||||
gramplet_title=_("Details"),
|
||||
@ -354,7 +354,7 @@ register(GRAMPLET,
|
||||
version="1.0.0",
|
||||
gramps_target_version="3.5",
|
||||
status = STABLE,
|
||||
fname="RepositoryDetails.py",
|
||||
fname="repositorydetails.py",
|
||||
height=200,
|
||||
gramplet = 'RepositoryDetails',
|
||||
gramplet_title=_("Details"),
|
||||
@ -368,7 +368,7 @@ register(GRAMPLET,
|
||||
version="1.0.0",
|
||||
gramps_target_version="3.5",
|
||||
status = STABLE,
|
||||
fname="PlaceDetails.py",
|
||||
fname="placedetails.py",
|
||||
height=200,
|
||||
gramplet = 'PlaceDetails',
|
||||
gramplet_title=_("Details"),
|
||||
@ -382,7 +382,7 @@ register(GRAMPLET,
|
||||
version="1.0.0",
|
||||
gramps_target_version="3.5",
|
||||
status = STABLE,
|
||||
fname="MediaPreview.py",
|
||||
fname="mediapreview.py",
|
||||
height=200,
|
||||
gramplet = 'MediaPreview',
|
||||
gramplet_title=_("Preview"),
|
||||
@ -406,7 +406,7 @@ if available:
|
||||
version = "1.0.0",
|
||||
gramps_target_version = "3.5",
|
||||
status = STABLE,
|
||||
fname = "MetadataViewer.py",
|
||||
fname = "metadataviewer.py",
|
||||
height = 200,
|
||||
gramplet = 'MetadataViewer',
|
||||
gramplet_title = _("Image Metadata"),
|
||||
@ -420,7 +420,7 @@ register(GRAMPLET,
|
||||
version="1.0.0",
|
||||
gramps_target_version="3.5",
|
||||
status = STABLE,
|
||||
fname="PersonResidence.py",
|
||||
fname="personresidence.py",
|
||||
height=200,
|
||||
gramplet = 'PersonResidence',
|
||||
gramplet_title=_("Residence"),
|
||||
@ -434,7 +434,7 @@ register(GRAMPLET,
|
||||
version="1.0.0",
|
||||
gramps_target_version="3.5",
|
||||
status = STABLE,
|
||||
fname="Events.py",
|
||||
fname="events.py",
|
||||
height=200,
|
||||
gramplet = 'PersonEvents',
|
||||
gramplet_title=_("Events"),
|
||||
@ -448,7 +448,7 @@ register(GRAMPLET,
|
||||
version="1.0.0",
|
||||
gramps_target_version="3.5",
|
||||
status = STABLE,
|
||||
fname="Events.py",
|
||||
fname="events.py",
|
||||
height=200,
|
||||
gramplet = 'FamilyEvents',
|
||||
gramplet_title=_("Events"),
|
||||
@ -462,7 +462,7 @@ register(GRAMPLET,
|
||||
version="1.0.0",
|
||||
gramps_target_version="3.5",
|
||||
status = STABLE,
|
||||
fname="Gallery.py",
|
||||
fname="gallery.py",
|
||||
height=200,
|
||||
gramplet = 'PersonGallery',
|
||||
gramplet_title=_("Gallery"),
|
||||
@ -476,7 +476,7 @@ register(GRAMPLET,
|
||||
version="1.0.0",
|
||||
gramps_target_version="3.5",
|
||||
status = STABLE,
|
||||
fname="Gallery.py",
|
||||
fname="gallery.py",
|
||||
height=200,
|
||||
gramplet = 'FamilyGallery',
|
||||
gramplet_title=_("Gallery"),
|
||||
@ -490,7 +490,7 @@ register(GRAMPLET,
|
||||
version="1.0.0",
|
||||
gramps_target_version="3.5",
|
||||
status = STABLE,
|
||||
fname="Gallery.py",
|
||||
fname="gallery.py",
|
||||
height=200,
|
||||
gramplet = 'EventGallery',
|
||||
gramplet_title=_("Gallery"),
|
||||
@ -504,7 +504,7 @@ register(GRAMPLET,
|
||||
version="1.0.0",
|
||||
gramps_target_version="3.5",
|
||||
status = STABLE,
|
||||
fname="Gallery.py",
|
||||
fname="gallery.py",
|
||||
height=200,
|
||||
gramplet = 'PlaceGallery',
|
||||
gramplet_title=_("Gallery"),
|
||||
@ -518,7 +518,7 @@ register(GRAMPLET,
|
||||
version="1.0.0",
|
||||
gramps_target_version="3.5",
|
||||
status = STABLE,
|
||||
fname="Gallery.py",
|
||||
fname="gallery.py",
|
||||
height=200,
|
||||
gramplet = 'SourceGallery',
|
||||
gramplet_title=_("Gallery"),
|
||||
@ -532,7 +532,7 @@ register(GRAMPLET,
|
||||
version="1.0.0",
|
||||
gramps_target_version="3.5",
|
||||
status = STABLE,
|
||||
fname="Gallery.py",
|
||||
fname="gallery.py",
|
||||
height=200,
|
||||
gramplet = 'CitationGallery',
|
||||
gramplet_title=_("Gallery"),
|
||||
@ -546,7 +546,7 @@ register(GRAMPLET,
|
||||
version="1.0.0",
|
||||
gramps_target_version="3.5",
|
||||
status = STABLE,
|
||||
fname="Attributes.py",
|
||||
fname="attributes.py",
|
||||
height=200,
|
||||
gramplet = 'PersonAttributes',
|
||||
gramplet_title=_("Attributes"),
|
||||
@ -560,7 +560,7 @@ register(GRAMPLET,
|
||||
version="1.0.0",
|
||||
gramps_target_version="3.5",
|
||||
status = STABLE,
|
||||
fname="Attributes.py",
|
||||
fname="attributes.py",
|
||||
height=200,
|
||||
gramplet = 'EventAttributes',
|
||||
gramplet_title=_("Attributes"),
|
||||
@ -574,7 +574,7 @@ register(GRAMPLET,
|
||||
version="1.0.0",
|
||||
gramps_target_version="3.5",
|
||||
status = STABLE,
|
||||
fname="Attributes.py",
|
||||
fname="attributes.py",
|
||||
height=200,
|
||||
gramplet = 'FamilyAttributes',
|
||||
gramplet_title=_("Attributes"),
|
||||
@ -588,7 +588,7 @@ register(GRAMPLET,
|
||||
version="1.0.0",
|
||||
gramps_target_version="3.5",
|
||||
status = STABLE,
|
||||
fname="Attributes.py",
|
||||
fname="attributes.py",
|
||||
height=200,
|
||||
gramplet = 'MediaAttributes',
|
||||
gramplet_title=_("Attributes"),
|
||||
@ -602,7 +602,7 @@ register(GRAMPLET,
|
||||
version="1.0.0",
|
||||
gramps_target_version="3.5",
|
||||
status = STABLE,
|
||||
fname="Notes.py",
|
||||
fname="notes.py",
|
||||
height=200,
|
||||
gramplet = 'PersonNotes',
|
||||
gramplet_title=_("Notes"),
|
||||
@ -616,7 +616,7 @@ register(GRAMPLET,
|
||||
version="1.0.0",
|
||||
gramps_target_version="3.5",
|
||||
status = STABLE,
|
||||
fname="Notes.py",
|
||||
fname="notes.py",
|
||||
height=200,
|
||||
gramplet = 'EventNotes',
|
||||
gramplet_title=_("Notes"),
|
||||
@ -630,7 +630,7 @@ register(GRAMPLET,
|
||||
version="1.0.0",
|
||||
gramps_target_version="3.5",
|
||||
status = STABLE,
|
||||
fname="Notes.py",
|
||||
fname="notes.py",
|
||||
height=200,
|
||||
gramplet = 'FamilyNotes',
|
||||
gramplet_title=_("Notes"),
|
||||
@ -644,7 +644,7 @@ register(GRAMPLET,
|
||||
version="1.0.0",
|
||||
gramps_target_version="3.5",
|
||||
status = STABLE,
|
||||
fname="Notes.py",
|
||||
fname="notes.py",
|
||||
height=200,
|
||||
gramplet = 'PlaceNotes',
|
||||
gramplet_title=_("Notes"),
|
||||
@ -658,7 +658,7 @@ register(GRAMPLET,
|
||||
version="1.0.0",
|
||||
gramps_target_version="3.5",
|
||||
status = STABLE,
|
||||
fname="Notes.py",
|
||||
fname="notes.py",
|
||||
height=200,
|
||||
gramplet = 'SourceNotes',
|
||||
gramplet_title=_("Notes"),
|
||||
@ -672,7 +672,7 @@ register(GRAMPLET,
|
||||
version="1.0.0",
|
||||
gramps_target_version="3.5",
|
||||
status = STABLE,
|
||||
fname="Notes.py",
|
||||
fname="notes.py",
|
||||
height=200,
|
||||
gramplet = 'CitationNotes',
|
||||
gramplet_title=_("Notes"),
|
||||
@ -686,7 +686,7 @@ register(GRAMPLET,
|
||||
version="1.0.0",
|
||||
gramps_target_version="3.5",
|
||||
status = STABLE,
|
||||
fname="Notes.py",
|
||||
fname="notes.py",
|
||||
height=200,
|
||||
gramplet = 'RepositoryNotes',
|
||||
gramplet_title=_("Notes"),
|
||||
@ -700,7 +700,7 @@ register(GRAMPLET,
|
||||
version="1.0.0",
|
||||
gramps_target_version="3.5",
|
||||
status = STABLE,
|
||||
fname="Notes.py",
|
||||
fname="notes.py",
|
||||
height=200,
|
||||
gramplet = 'MediaNotes',
|
||||
gramplet_title=_("Notes"),
|
||||
@ -714,7 +714,7 @@ register(GRAMPLET,
|
||||
version="1.0.0",
|
||||
gramps_target_version="3.5",
|
||||
status = STABLE,
|
||||
fname="Citations.py",
|
||||
fname="citations.py",
|
||||
height=200,
|
||||
gramplet = 'PersonCitations',
|
||||
gramplet_title=_("Citations"),
|
||||
@ -728,7 +728,7 @@ register(GRAMPLET,
|
||||
version="1.0.0",
|
||||
gramps_target_version="3.5",
|
||||
status = STABLE,
|
||||
fname="Citations.py",
|
||||
fname="citations.py",
|
||||
height=200,
|
||||
gramplet = 'EventCitations',
|
||||
gramplet_title=_("Citations"),
|
||||
@ -742,7 +742,7 @@ register(GRAMPLET,
|
||||
version="1.0.0",
|
||||
gramps_target_version="3.5",
|
||||
status = STABLE,
|
||||
fname="Citations.py",
|
||||
fname="citations.py",
|
||||
height=200,
|
||||
gramplet = 'FamilyCitations',
|
||||
gramplet_title=_("Citations"),
|
||||
@ -756,7 +756,7 @@ register(GRAMPLET,
|
||||
version="1.0.0",
|
||||
gramps_target_version="3.5",
|
||||
status = STABLE,
|
||||
fname="Citations.py",
|
||||
fname="citations.py",
|
||||
height=200,
|
||||
gramplet = 'PlaceCitations',
|
||||
gramplet_title=_("Citations"),
|
||||
@ -770,7 +770,7 @@ register(GRAMPLET,
|
||||
version="1.0.0",
|
||||
gramps_target_version="3.5",
|
||||
status = STABLE,
|
||||
fname="Citations.py",
|
||||
fname="citations.py",
|
||||
height=200,
|
||||
gramplet = 'MediaCitations',
|
||||
gramplet_title=_("Citations"),
|
||||
@ -784,7 +784,7 @@ register(GRAMPLET,
|
||||
version="1.0.0",
|
||||
gramps_target_version="3.5",
|
||||
status = STABLE,
|
||||
fname="Children.py",
|
||||
fname="children.py",
|
||||
height=200,
|
||||
gramplet = 'PersonChildren',
|
||||
gramplet_title=_("Children"),
|
||||
@ -798,7 +798,7 @@ register(GRAMPLET,
|
||||
version="1.0.0",
|
||||
gramps_target_version="3.5",
|
||||
status = STABLE,
|
||||
fname="Children.py",
|
||||
fname="children.py",
|
||||
height=200,
|
||||
gramplet = 'FamilyChildren',
|
||||
gramplet_title=_("Children"),
|
||||
@ -812,7 +812,7 @@ register(GRAMPLET,
|
||||
version="1.0.0",
|
||||
gramps_target_version="3.5",
|
||||
status = STABLE,
|
||||
fname="Backlinks.py",
|
||||
fname="backlinks.py",
|
||||
height=200,
|
||||
gramplet = 'PersonBacklinks',
|
||||
gramplet_title=_("References"),
|
||||
@ -826,7 +826,7 @@ register(GRAMPLET,
|
||||
version="1.0.0",
|
||||
gramps_target_version="3.5",
|
||||
status = STABLE,
|
||||
fname="Backlinks.py",
|
||||
fname="backlinks.py",
|
||||
height=200,
|
||||
gramplet = 'EventBacklinks',
|
||||
gramplet_title=_("References"),
|
||||
@ -840,7 +840,7 @@ register(GRAMPLET,
|
||||
version="1.0.0",
|
||||
gramps_target_version="3.5",
|
||||
status = STABLE,
|
||||
fname="Backlinks.py",
|
||||
fname="backlinks.py",
|
||||
height=200,
|
||||
gramplet = 'FamilyBacklinks',
|
||||
gramplet_title=_("References"),
|
||||
@ -854,7 +854,7 @@ register(GRAMPLET,
|
||||
version="1.0.0",
|
||||
gramps_target_version="3.5",
|
||||
status = STABLE,
|
||||
fname="Backlinks.py",
|
||||
fname="backlinks.py",
|
||||
height=200,
|
||||
gramplet = 'PlaceBacklinks',
|
||||
gramplet_title=_("References"),
|
||||
@ -868,7 +868,7 @@ register(GRAMPLET,
|
||||
version="1.0.0",
|
||||
gramps_target_version="3.5",
|
||||
status = STABLE,
|
||||
fname="Backlinks.py",
|
||||
fname="backlinks.py",
|
||||
height=200,
|
||||
gramplet = 'SourceBacklinks',
|
||||
gramplet_title=_("References"),
|
||||
@ -882,7 +882,7 @@ register(GRAMPLET,
|
||||
version="1.0.0",
|
||||
gramps_target_version="3.5",
|
||||
status = STABLE,
|
||||
fname="Backlinks.py",
|
||||
fname="backlinks.py",
|
||||
height=200,
|
||||
gramplet = 'CitationBacklinks',
|
||||
gramplet_title=_("References"),
|
||||
@ -896,7 +896,7 @@ register(GRAMPLET,
|
||||
version="1.0.0",
|
||||
gramps_target_version="3.5",
|
||||
status = STABLE,
|
||||
fname="Backlinks.py",
|
||||
fname="backlinks.py",
|
||||
height=200,
|
||||
gramplet = 'RepositoryBacklinks',
|
||||
gramplet_title=_("References"),
|
||||
@ -910,7 +910,7 @@ register(GRAMPLET,
|
||||
version="1.0.0",
|
||||
gramps_target_version="3.5",
|
||||
status = STABLE,
|
||||
fname="Backlinks.py",
|
||||
fname="backlinks.py",
|
||||
height=200,
|
||||
gramplet = 'MediaBacklinks',
|
||||
gramplet_title=_("References"),
|
||||
@ -924,7 +924,7 @@ register(GRAMPLET,
|
||||
version="1.0.0",
|
||||
gramps_target_version="3.5",
|
||||
status = STABLE,
|
||||
fname="Backlinks.py",
|
||||
fname="backlinks.py",
|
||||
height=200,
|
||||
gramplet = 'NoteBacklinks',
|
||||
gramplet_title=_("References"),
|
||||
@ -938,7 +938,7 @@ register(GRAMPLET,
|
||||
version="1.0.0",
|
||||
gramps_target_version="3.5",
|
||||
status = STABLE,
|
||||
fname="Filter.py",
|
||||
fname="filter.py",
|
||||
height=200,
|
||||
gramplet = 'PersonFilter',
|
||||
gramplet_title=_("Filter"),
|
||||
@ -952,7 +952,7 @@ register(GRAMPLET,
|
||||
version="1.0.0",
|
||||
gramps_target_version="3.5",
|
||||
status = STABLE,
|
||||
fname="Filter.py",
|
||||
fname="filter.py",
|
||||
height=200,
|
||||
gramplet = 'FamilyFilter',
|
||||
gramplet_title=_("Filter"),
|
||||
@ -966,7 +966,7 @@ register(GRAMPLET,
|
||||
version="1.0.0",
|
||||
gramps_target_version="3.5",
|
||||
status = STABLE,
|
||||
fname="Filter.py",
|
||||
fname="filter.py",
|
||||
height=200,
|
||||
gramplet = 'EventFilter',
|
||||
gramplet_title=_("Filter"),
|
||||
@ -980,7 +980,7 @@ register(GRAMPLET,
|
||||
version="1.0.0",
|
||||
gramps_target_version="3.5",
|
||||
status = STABLE,
|
||||
fname="Filter.py",
|
||||
fname="filter.py",
|
||||
height=200,
|
||||
gramplet = 'SourceFilter',
|
||||
gramplet_title=_("Filter"),
|
||||
@ -994,7 +994,7 @@ register(GRAMPLET,
|
||||
version="1.0.0",
|
||||
gramps_target_version="3.5",
|
||||
status = STABLE,
|
||||
fname="Filter.py",
|
||||
fname="filter.py",
|
||||
height=200,
|
||||
gramplet = 'CitationFilter',
|
||||
gramplet_title=_("Filter"),
|
||||
@ -1008,7 +1008,7 @@ register(GRAMPLET,
|
||||
version="1.0.0",
|
||||
gramps_target_version="3.5",
|
||||
status = STABLE,
|
||||
fname="Filter.py",
|
||||
fname="filter.py",
|
||||
height=200,
|
||||
gramplet = 'PlaceFilter',
|
||||
gramplet_title=_("Filter"),
|
||||
@ -1022,7 +1022,7 @@ register(GRAMPLET,
|
||||
version="1.0.0",
|
||||
gramps_target_version="3.5",
|
||||
status = STABLE,
|
||||
fname="Filter.py",
|
||||
fname="filter.py",
|
||||
height=200,
|
||||
gramplet = 'MediaFilter',
|
||||
gramplet_title=_("Filter"),
|
||||
@ -1036,7 +1036,7 @@ register(GRAMPLET,
|
||||
version="1.0.0",
|
||||
gramps_target_version="3.5",
|
||||
status = STABLE,
|
||||
fname="Filter.py",
|
||||
fname="filter.py",
|
||||
height=200,
|
||||
gramplet = 'RepositoryFilter',
|
||||
gramplet_title=_("Filter"),
|
||||
@ -1050,7 +1050,7 @@ register(GRAMPLET,
|
||||
version="1.0.0",
|
||||
gramps_target_version="3.5",
|
||||
status = STABLE,
|
||||
fname="Filter.py",
|
||||
fname="filter.py",
|
||||
height=200,
|
||||
gramplet = 'NoteFilter',
|
||||
gramplet_title=_("Filter"),
|
||||
|
@ -33,7 +33,7 @@ plg.description = _("Produces family line graphs using GraphViz.")
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '3.5'
|
||||
plg.status = STABLE
|
||||
plg.fname = 'GVFamilyLines.py'
|
||||
plg.fname = 'gvfamilylines.py'
|
||||
plg.ptype = REPORT
|
||||
plg.authors = ["Stephane Charette"]
|
||||
plg.authors_email = ["stephanecharette@gmail.com"]
|
||||
@ -56,7 +56,7 @@ plg.description = _("Produces an hourglass graph using Graphviz.")
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '3.5'
|
||||
plg.status = STABLE
|
||||
plg.fname = 'GVHourGlass.py'
|
||||
plg.fname = 'gvhourglass.py'
|
||||
plg.ptype = REPORT
|
||||
plg.authors = ["Brian G. Matherly"]
|
||||
plg.authors_email = ["brian@gramps-project.org"]
|
||||
@ -78,7 +78,7 @@ plg.description = _("Produces relationship graphs using Graphviz.")
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '3.5'
|
||||
plg.status = STABLE
|
||||
plg.fname = 'GVRelGraph.py'
|
||||
plg.fname = 'gvrelgraph.py'
|
||||
plg.ptype = REPORT
|
||||
plg.authors = ["Brian G. Matherly"]
|
||||
plg.authors_email = ["brian@gramps-project.org"]
|
||||
|
@ -35,7 +35,7 @@ plg.description = _("Import data from CSV files")
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '3.5'
|
||||
plg.status = STABLE
|
||||
plg.fname = 'ImportCsv.py'
|
||||
plg.fname = 'importcsv.py'
|
||||
plg.ptype = IMPORT
|
||||
plg.import_function = 'importData'
|
||||
plg.extension = "csv"
|
||||
@ -54,7 +54,7 @@ plg.description = _('GEDCOM is used to transfer data between genealogy programs
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '3.5'
|
||||
plg.status = STABLE
|
||||
plg.fname = 'ImportGedcom.py'
|
||||
plg.fname = 'importgedcom.py'
|
||||
plg.ptype = IMPORT
|
||||
plg.import_function = 'importData'
|
||||
plg.extension = "ged"
|
||||
@ -72,7 +72,7 @@ plg.description = _('Import data from GeneWeb files')
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '3.5'
|
||||
plg.status = STABLE
|
||||
plg.fname = 'ImportGeneWeb.py'
|
||||
plg.fname = 'importgeneweb.py'
|
||||
plg.ptype = IMPORT
|
||||
plg.import_function = 'importData'
|
||||
plg.extension = "gw"
|
||||
@ -91,7 +91,7 @@ plg.description = _('Import data from a Gramps package (an archived XML '
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '3.5'
|
||||
plg.status = STABLE
|
||||
plg.fname = 'ImportGpkg.py'
|
||||
plg.fname = 'importgpkg.py'
|
||||
plg.ptype = IMPORT
|
||||
plg.import_function = 'impData'
|
||||
plg.extension = "gpkg"
|
||||
@ -112,7 +112,7 @@ plg.description = _('The Gramps XML format is a text '
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '3.5'
|
||||
plg.status = STABLE
|
||||
plg.fname = 'ImportXml.py'
|
||||
plg.fname = 'importxml.py'
|
||||
plg.ptype = IMPORT
|
||||
plg.import_function = 'importData'
|
||||
plg.extension = "gramps"
|
||||
@ -130,7 +130,7 @@ plg.description = _('Import data from Gramps 2.x database files')
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '3.5'
|
||||
plg.status = STABLE
|
||||
plg.fname = 'ImportGrdb.py'
|
||||
plg.fname = 'importgrdb.py'
|
||||
plg.ptype = IMPORT
|
||||
plg.import_function = 'importData'
|
||||
plg.extension = "grdb"
|
||||
@ -148,7 +148,7 @@ plg.description = _('Import data from Pro-Gen files')
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '3.5'
|
||||
plg.status = STABLE
|
||||
plg.fname = 'ImportProGen.py'
|
||||
plg.fname = 'importprogen.py'
|
||||
plg.ptype = IMPORT
|
||||
plg.import_function = '_importData'
|
||||
plg.extension = "def"
|
||||
@ -166,7 +166,7 @@ plg.description = _('Import data from vCard files')
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '3.5'
|
||||
plg.status = STABLE
|
||||
plg.fname = 'ImportVCard.py'
|
||||
plg.fname = 'importvcard.py'
|
||||
plg.ptype = IMPORT
|
||||
plg.import_function = 'importData'
|
||||
plg.extension = "vcf"
|
||||
|
@ -34,7 +34,7 @@ description = _("Display people and ages on a particular date"),
|
||||
version = '1.0',
|
||||
gramps_target_version = '3.5',
|
||||
status = STABLE,
|
||||
fname = 'AgeOnDate.py',
|
||||
fname = 'ageondate.py',
|
||||
authors = ["Douglas Blank"],
|
||||
authors_email = ["dblank@cs.brynmawr.edu"],
|
||||
category = CATEGORY_QR_DATE,
|
||||
@ -54,7 +54,7 @@ description = _("Display people with same attribute."),
|
||||
version = '1.0',
|
||||
gramps_target_version = '3.5',
|
||||
status = STABLE,
|
||||
fname = 'AttributeMatch.py',
|
||||
fname = 'attributematch.py',
|
||||
authors = ["Douglas Blank"],
|
||||
authors_email = ["dblank@cs.brynmawr.edu"],
|
||||
category = CATEGORY_QR_MISC,
|
||||
@ -129,7 +129,7 @@ description = _("Display filtered data"),
|
||||
version = '1.0',
|
||||
gramps_target_version = '3.5',
|
||||
status = STABLE,
|
||||
fname = 'FilterByName.py',
|
||||
fname = 'filterbyname.py',
|
||||
authors = ["Douglas Blank"],
|
||||
authors_email = ["dblank@cs.brynmawr.edu"],
|
||||
category = CATEGORY_QR_MISC,
|
||||
@ -183,7 +183,7 @@ description = _("Display events on a particular day"),
|
||||
version = '1.0',
|
||||
gramps_target_version = '3.5',
|
||||
status = STABLE,
|
||||
fname = 'OnThisDay.py',
|
||||
fname = 'onthisday.py',
|
||||
authors = ["Douglas Blank"],
|
||||
authors_email = ["dblank@cs.brynmawr.edu"],
|
||||
category = CATEGORY_QR_EVENT,
|
||||
@ -216,7 +216,7 @@ for (category, item, trans) in refitems:
|
||||
version = '1.0',
|
||||
gramps_target_version = '3.5',
|
||||
status = STABLE,
|
||||
fname = 'References.py',
|
||||
fname = 'references.py',
|
||||
authors = ["Douglas Blank"],
|
||||
authors_email = ["dblank@cs.brynmawr.edu"],
|
||||
category = category,
|
||||
@ -230,7 +230,7 @@ register(QUICKREPORT,
|
||||
version = '1.0',
|
||||
gramps_target_version = '3.5',
|
||||
status = STABLE,
|
||||
fname = 'LinkReferences.py',
|
||||
fname = 'linkreferences.py',
|
||||
authors = ["Douglas Blank"],
|
||||
authors_email = ["doug.blank@gmail.com"],
|
||||
category = CATEGORY_QR_NOTE,
|
||||
@ -251,7 +251,7 @@ description = _("Display the repository reference for sources related to"
|
||||
version = '1.0',
|
||||
gramps_target_version = '3.5',
|
||||
status = STABLE,
|
||||
fname = 'Reporef.py',
|
||||
fname = 'reporef.py',
|
||||
authors = ["Jerome Rapinat"],
|
||||
authors_email = ["romjerome@yahoo.fr"],
|
||||
category = CATEGORY_QR_REPOSITORY,
|
||||
@ -271,7 +271,7 @@ description = _("Display people with the same surname as a person."),
|
||||
version = '1.0',
|
||||
gramps_target_version = '3.5',
|
||||
status = STABLE,
|
||||
fname = 'SameSurnames.py',
|
||||
fname = 'samesurnames.py',
|
||||
authors = ["Douglas Blank"],
|
||||
authors_email = ["dblank@cs.brynmawr.edu"],
|
||||
category = CATEGORY_QR_PERSON,
|
||||
@ -285,7 +285,7 @@ description = _("Display people with the same given name as a person."),
|
||||
version = '1.0',
|
||||
gramps_target_version = '3.5',
|
||||
status = STABLE,
|
||||
fname = 'SameSurnames.py',
|
||||
fname = 'samesurnames.py',
|
||||
authors = ["Douglas Blank"],
|
||||
authors_email = ["dblank@cs.brynmawr.edu"],
|
||||
category = CATEGORY_QR_PERSON,
|
||||
@ -299,7 +299,7 @@ description = _("Display people with the same given name as a person."),
|
||||
version = '1.0',
|
||||
gramps_target_version = '3.5',
|
||||
status = STABLE,
|
||||
fname = 'SameSurnames.py',
|
||||
fname = 'samesurnames.py',
|
||||
authors = ["Douglas Blank"],
|
||||
authors_email = ["dblank@cs.brynmawr.edu"],
|
||||
category = CATEGORY_QR_MISC,
|
||||
|
@ -34,7 +34,7 @@ description = _("Shows some interesting records about people and families"),
|
||||
version = '1.1',
|
||||
gramps_target_version = '3.5',
|
||||
status = STABLE,
|
||||
fname = 'Records.py',
|
||||
fname = 'records.py',
|
||||
authors = [u"Reinhard Müller"],
|
||||
authors_email = ["reinhard.mueller@bytewise.at"],
|
||||
category = CATEGORY_TEXT,
|
||||
@ -50,7 +50,7 @@ description = _("Shows some interesting records about people and families"),
|
||||
version = '1.0',
|
||||
gramps_target_version = '3.5',
|
||||
status = STABLE,
|
||||
fname = 'Records.py',
|
||||
fname = 'records.py',
|
||||
authors = [u"Reinhard Müller"],
|
||||
authors_email = ["reinhard.mueller@bytewise.at"],
|
||||
gramplet = 'RecordsGramplet',
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user