bump to '4.2.0' version
This commit is contained in:
parent
546a53e6f2
commit
36f481a5ef
@ -18,6 +18,8 @@
|
||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
#
|
||||
|
||||
MODULE_VERSION="4.2"
|
||||
|
||||
#------------------------------------------------------------------------
|
||||
#
|
||||
# Ascii docgen
|
||||
@ -29,7 +31,7 @@ plg.id = 'asciidoc'
|
||||
plg.name = _("Plain Text")
|
||||
plg.description = _("Generates documents in plain text format (.txt).")
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '4.1'
|
||||
plg.gramps_target_version = MODULE_VERSION
|
||||
plg.status = STABLE
|
||||
plg.fname = 'asciidoc.py'
|
||||
plg.ptype = DOCGEN
|
||||
@ -50,7 +52,7 @@ plg.id = 'gtkprint'
|
||||
plg.name = _('Print...')
|
||||
plg.description = _("Generates documents and prints them directly.")
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '4.1'
|
||||
plg.gramps_target_version = MODULE_VERSION
|
||||
plg.status = STABLE
|
||||
plg.fname = 'gtkprint.py'
|
||||
plg.ptype = DOCGEN
|
||||
@ -71,7 +73,7 @@ plg.id = 'htmldoc'
|
||||
plg.name = _('HTML')
|
||||
plg.description = _("Generates documents in HTML format.")
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '4.1'
|
||||
plg.gramps_target_version = MODULE_VERSION
|
||||
plg.status = STABLE
|
||||
plg.fname = 'htmldoc.py'
|
||||
plg.ptype = DOCGEN
|
||||
@ -92,7 +94,7 @@ plg.id = 'latexdoc'
|
||||
plg.name = _('LaTeX')
|
||||
plg.description = _("Generates documents in LaTeX format.")
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '4.1'
|
||||
plg.gramps_target_version = MODULE_VERSION
|
||||
plg.status = STABLE
|
||||
plg.fname = 'latexdoc.py'
|
||||
plg.ptype = DOCGEN
|
||||
@ -114,7 +116,7 @@ plg.name = _('OpenDocument Text')
|
||||
plg.description = _("Generates documents in OpenDocument "
|
||||
"Text format (.odt).")
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '4.1'
|
||||
plg.gramps_target_version = MODULE_VERSION
|
||||
plg.status = STABLE
|
||||
plg.fname = 'odfdoc.py'
|
||||
plg.ptype = DOCGEN
|
||||
@ -135,7 +137,7 @@ plg.id = 'pdfdoc'
|
||||
plg.name = _('PDF document')
|
||||
plg.description = _("Generates documents in PDF format (.pdf).")
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '4.1'
|
||||
plg.gramps_target_version = MODULE_VERSION
|
||||
plg.status = STABLE
|
||||
plg.fname = 'cairodoc.py'
|
||||
plg.ptype = DOCGEN
|
||||
@ -156,7 +158,7 @@ plg.id = 'psdrawdoc'
|
||||
plg.name = _('PostScript')
|
||||
plg.description = _("Generates documents in PostScript format (.ps).")
|
||||
plg.version = '2.0'
|
||||
plg.gramps_target_version = '4.1'
|
||||
plg.gramps_target_version = MODULE_VERSION
|
||||
plg.status = STABLE
|
||||
plg.fname = 'cairodoc.py'
|
||||
plg.ptype = DOCGEN
|
||||
@ -177,7 +179,7 @@ plg.id = 'rftdoc'
|
||||
plg.name = _('RTF document')
|
||||
plg.description = _("Generates documents in Rich Text format (.rtf).")
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '4.1'
|
||||
plg.gramps_target_version = MODULE_VERSION
|
||||
plg.status = STABLE
|
||||
plg.fname = 'rtfdoc.py'
|
||||
plg.ptype = DOCGEN
|
||||
@ -199,7 +201,7 @@ plg.name = _('SVG document')
|
||||
plg.description = _("Generates documents in Scalable "
|
||||
"Vector Graphics format (.svg).")
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '4.1'
|
||||
plg.gramps_target_version = MODULE_VERSION
|
||||
plg.status = STABLE
|
||||
plg.fname = 'svgdrawdoc.py'
|
||||
plg.ptype = DOCGEN
|
||||
|
@ -19,6 +19,8 @@
|
||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
#
|
||||
|
||||
MODULE_VERSION="4.2"
|
||||
|
||||
#------------------------------------------------------------------------
|
||||
#
|
||||
# Ancestor Tree
|
||||
@ -30,7 +32,7 @@ plg.id = 'ancestor_chart,BKI'
|
||||
plg.name = _("Ancestor Chart")
|
||||
plg.description = _("Produces a graphical ancestral chart")
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '4.1'
|
||||
plg.gramps_target_version = MODULE_VERSION
|
||||
plg.status = STABLE
|
||||
plg.fname = 'ancestortree.py'
|
||||
plg.ptype = REPORT
|
||||
@ -46,7 +48,7 @@ plg.id = 'ancestor_chart'
|
||||
plg.name = _("Ancestor Tree")
|
||||
plg.description = _("Produces a graphical ancestral tree")
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '4.1'
|
||||
plg.gramps_target_version = MODULE_VERSION
|
||||
plg.status = STABLE
|
||||
plg.fname = 'ancestortree.py'
|
||||
plg.ptype = REPORT
|
||||
@ -68,7 +70,7 @@ plg.id = 'calendar'
|
||||
plg.name = _("Calendar")
|
||||
plg.description = _("Produces a graphical calendar")
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '4.1'
|
||||
plg.gramps_target_version = MODULE_VERSION
|
||||
plg.status = STABLE
|
||||
plg.fname = 'calendarreport.py'
|
||||
plg.ptype = REPORT
|
||||
@ -90,7 +92,7 @@ plg.id = 'descend_chart,BKI'
|
||||
plg.name = _("Descendant Chart")
|
||||
plg.description = _("Produces a graphical descendant chart")
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '4.1'
|
||||
plg.gramps_target_version = MODULE_VERSION
|
||||
plg.status = STABLE
|
||||
plg.fname = 'descendtree.py'
|
||||
plg.ptype = REPORT
|
||||
@ -106,7 +108,7 @@ plg.id = 'descend_chart'
|
||||
plg.name = _("Descendant Tree")
|
||||
plg.description = _("Produces a graphical descendant tree")
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '4.1'
|
||||
plg.gramps_target_version = MODULE_VERSION
|
||||
plg.status = STABLE
|
||||
plg.fname = 'descendtree.py'
|
||||
plg.ptype = REPORT
|
||||
@ -132,7 +134,7 @@ plg.status = STABLE
|
||||
plg.fname = 'descendtree.py'
|
||||
plg.ptype = REPORT
|
||||
plg.category = CATEGORY_DRAW
|
||||
plg.gramps_target_version = '4.1'
|
||||
plg.gramps_target_version = MODULE_VERSION
|
||||
plg.authors = ["Craig J. Anderson"]
|
||||
plg.authors_email = ["ander882@hotmail.com"]
|
||||
plg.require_active = True
|
||||
@ -149,7 +151,7 @@ plg.status = STABLE
|
||||
plg.fname = 'descendtree.py'
|
||||
plg.ptype = REPORT
|
||||
plg.category = CATEGORY_DRAW
|
||||
plg.gramps_target_version = '4.1'
|
||||
plg.gramps_target_version = MODULE_VERSION
|
||||
plg.authors = ["Craig J. Anderson"]
|
||||
plg.authors_email = ["ander882@hotmail.com"]
|
||||
plg.require_active = True
|
||||
@ -168,7 +170,7 @@ plg.id = 'fan_chart'
|
||||
plg.name = _("Fan Chart")
|
||||
plg.description = _("Produces fan charts")
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '4.1'
|
||||
plg.gramps_target_version = MODULE_VERSION
|
||||
plg.status = STABLE
|
||||
plg.fname = 'fanchart.py'
|
||||
plg.ptype = REPORT
|
||||
@ -191,7 +193,7 @@ plg.name = _("Statistics Charts")
|
||||
plg.description = _("Produces statistical bar and pie charts of the people "
|
||||
"in the database")
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '4.1'
|
||||
plg.gramps_target_version = MODULE_VERSION
|
||||
plg.status = STABLE
|
||||
plg.fname = 'statisticschart.py'
|
||||
plg.ptype = REPORT
|
||||
@ -214,7 +216,7 @@ plg.id = 'timeline'
|
||||
plg.name = _("Timeline Chart")
|
||||
plg.description = _("Produces a timeline chart.")
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '4.1'
|
||||
plg.gramps_target_version = MODULE_VERSION
|
||||
plg.status = STABLE
|
||||
plg.fname = 'timeline.py'
|
||||
plg.ptype = REPORT
|
||||
|
@ -18,6 +18,8 @@
|
||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
#
|
||||
|
||||
MODULE_VERSION="4.2"
|
||||
|
||||
#------------------------------------------------------------------------
|
||||
#
|
||||
# Comma _Separated Values Spreadsheet (CSV)
|
||||
@ -30,7 +32,7 @@ plg.name = _("Comma Separated Values Spreadsheet (CSV)")
|
||||
plg.name_accell = _("Comma _Separated Values Spreadsheet (CSV)")
|
||||
plg.description = _("CSV is a common spreadsheet format.")
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '4.1'
|
||||
plg.gramps_target_version = MODULE_VERSION
|
||||
plg.status = STABLE
|
||||
plg.fname = 'exportcsv.py'
|
||||
plg.ptype = EXPORT
|
||||
@ -51,7 +53,7 @@ plg.name = _('Web Family Tree')
|
||||
plg.name_accell = _('_Web Family Tree')
|
||||
plg.description = _("Web Family Tree format")
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '4.1'
|
||||
plg.gramps_target_version = MODULE_VERSION
|
||||
plg.status = STABLE
|
||||
plg.fname = 'exportftree.py'
|
||||
plg.ptype = EXPORT
|
||||
@ -73,7 +75,7 @@ plg.name_accell = _('GE_DCOM')
|
||||
plg.description = _('GEDCOM is used to transfer data between genealogy programs. '
|
||||
'Most genealogy software will accept a GEDCOM file as input.')
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '4.1'
|
||||
plg.gramps_target_version = MODULE_VERSION
|
||||
plg.status = STABLE
|
||||
plg.fname = 'exportgedcom.py'
|
||||
plg.ptype = EXPORT
|
||||
@ -94,7 +96,7 @@ plg.name = _('GeneWeb')
|
||||
plg.name_accell = _('_GeneWeb')
|
||||
plg.description = _('GeneWeb is a web based genealogy program.')
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '4.1'
|
||||
plg.gramps_target_version = MODULE_VERSION
|
||||
plg.status = STABLE
|
||||
plg.fname = 'exportgeneweb.py'
|
||||
plg.ptype = EXPORT
|
||||
@ -116,7 +118,7 @@ plg.name_accell = _('Gra_mps XML Package (family tree and media)')
|
||||
plg.description = _('Gramps package is an archived XML family tree together '
|
||||
'with the media object files.')
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '4.1'
|
||||
plg.gramps_target_version = MODULE_VERSION
|
||||
plg.status = STABLE
|
||||
plg.fname = 'exportpkg.py'
|
||||
plg.ptype = EXPORT
|
||||
@ -139,7 +141,7 @@ plg.description = _('Gramps XML export is a complete archived XML backup of a'
|
||||
' Gramps family tree without the media object files.'
|
||||
' Suitable for backup purposes.')
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '4.1'
|
||||
plg.gramps_target_version = MODULE_VERSION
|
||||
plg.status = STABLE
|
||||
plg.fname = 'exportxml.py'
|
||||
plg.ptype = EXPORT
|
||||
@ -160,7 +162,7 @@ plg.name = _('vCalendar')
|
||||
plg.name_accell = _('vC_alendar')
|
||||
plg.description = _('vCalendar is used in many calendaring and PIM applications.')
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '4.1'
|
||||
plg.gramps_target_version = MODULE_VERSION
|
||||
plg.status = STABLE
|
||||
plg.fname = 'exportvcalendar.py'
|
||||
plg.ptype = EXPORT
|
||||
@ -181,7 +183,7 @@ plg.name = _('vCard')
|
||||
plg.name_accell = _('_vCard')
|
||||
plg.description = _('vCard is used in many addressbook and pim applications.')
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '4.1'
|
||||
plg.gramps_target_version = MODULE_VERSION
|
||||
plg.status = STABLE
|
||||
plg.fname = 'exportvcard.py'
|
||||
plg.ptype = EXPORT
|
||||
|
@ -21,6 +21,8 @@
|
||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
#
|
||||
|
||||
MODULE_VERSION="4.2"
|
||||
|
||||
#------------------------------------------------------------------------
|
||||
#
|
||||
# GRAMPS modules
|
||||
|
@ -18,6 +18,8 @@
|
||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
#
|
||||
|
||||
MODULE_VERSION="4.2"
|
||||
|
||||
#------------------------------------------------------------------------
|
||||
#
|
||||
# Family Lines Graph
|
||||
@ -29,7 +31,7 @@ plg.id = 'familylines_graph'
|
||||
plg.name = _("Family Lines Graph")
|
||||
plg.description = _("Produces family line graphs using GraphViz.")
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '4.1'
|
||||
plg.gramps_target_version = MODULE_VERSION
|
||||
plg.status = STABLE
|
||||
plg.fname = 'gvfamilylines.py'
|
||||
plg.ptype = REPORT
|
||||
@ -52,7 +54,7 @@ plg.id = 'hourglass_graph'
|
||||
plg.name = _("Hourglass Graph")
|
||||
plg.description = _("Produces an hourglass graph using Graphviz.")
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '4.1'
|
||||
plg.gramps_target_version = MODULE_VERSION
|
||||
plg.status = STABLE
|
||||
plg.fname = 'gvhourglass.py'
|
||||
plg.ptype = REPORT
|
||||
@ -74,7 +76,7 @@ plg.id = 'rel_graph'
|
||||
plg.name = _("Relationship Graph")
|
||||
plg.description = _("Produces relationship graphs using Graphviz.")
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '4.1'
|
||||
plg.gramps_target_version = MODULE_VERSION
|
||||
plg.status = STABLE
|
||||
plg.fname = 'gvrelgraph.py'
|
||||
plg.ptype = REPORT
|
||||
|
@ -18,6 +18,8 @@
|
||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
#
|
||||
|
||||
MODULE_VERSION="4.2"
|
||||
|
||||
#------------------------------------------------------------------------
|
||||
#
|
||||
# Comma _Separated Values Spreadsheet (CSV)
|
||||
@ -31,7 +33,7 @@ plg.id = 'im_csv'
|
||||
plg.name = _("Comma Separated Values Spreadsheet (CSV)")
|
||||
plg.description = _("Import data from CSV files")
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '4.1'
|
||||
plg.gramps_target_version = MODULE_VERSION
|
||||
plg.status = STABLE
|
||||
plg.fname = 'importcsv.py'
|
||||
plg.ptype = IMPORT
|
||||
@ -50,7 +52,7 @@ plg.name = _('GEDCOM')
|
||||
plg.description = _('GEDCOM is used to transfer data between genealogy programs. '
|
||||
'Most genealogy software will accept a GEDCOM file as input.')
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '4.1'
|
||||
plg.gramps_target_version = MODULE_VERSION
|
||||
plg.status = STABLE
|
||||
plg.fname = 'importgedcom.py'
|
||||
plg.ptype = IMPORT
|
||||
@ -68,7 +70,7 @@ plg.id = 'im_geneweb'
|
||||
plg.name = _('GeneWeb')
|
||||
plg.description = _('Import data from GeneWeb files')
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '4.1'
|
||||
plg.gramps_target_version = MODULE_VERSION
|
||||
plg.status = STABLE
|
||||
plg.fname = 'importgeneweb.py'
|
||||
plg.ptype = IMPORT
|
||||
@ -87,7 +89,7 @@ plg.name = _('Gramps package (portable XML)')
|
||||
plg.description = _('Import data from a Gramps package (an archived XML '
|
||||
'Family Tree together with the media object files.)')
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '4.1'
|
||||
plg.gramps_target_version = MODULE_VERSION
|
||||
plg.status = STABLE
|
||||
plg.fname = 'importgpkg.py'
|
||||
plg.ptype = IMPORT
|
||||
@ -108,7 +110,7 @@ plg.description = _('The Gramps XML format is a text '
|
||||
'read-write compatible with the '
|
||||
'present Gramps database format.')
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '4.1'
|
||||
plg.gramps_target_version = MODULE_VERSION
|
||||
plg.status = STABLE
|
||||
plg.fname = 'importxml.py'
|
||||
plg.ptype = IMPORT
|
||||
@ -126,7 +128,7 @@ plg.id = 'im_grdb'
|
||||
plg.name = _('Gramps 2.x database')
|
||||
plg.description = _('Import data from Gramps 2.x database files')
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '4.1'
|
||||
plg.gramps_target_version = MODULE_VERSION
|
||||
plg.status = STABLE
|
||||
plg.fname = 'importgrdb.py'
|
||||
plg.ptype = IMPORT
|
||||
@ -144,7 +146,7 @@ plg.id = 'im_progen'
|
||||
plg.name = _('Pro-Gen')
|
||||
plg.description = _('Import data from Pro-Gen files')
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '4.1'
|
||||
plg.gramps_target_version = MODULE_VERSION
|
||||
plg.status = STABLE
|
||||
plg.fname = 'importprogen.py'
|
||||
plg.ptype = IMPORT
|
||||
@ -162,7 +164,7 @@ plg.id = 'im_vcard'
|
||||
plg.name = _('vCard')
|
||||
plg.description = _('Import data from vCard files')
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '4.1'
|
||||
plg.gramps_target_version = MODULE_VERSION
|
||||
plg.status = STABLE
|
||||
plg.fname = 'importvcard.py'
|
||||
plg.ptype = IMPORT
|
||||
|
@ -19,6 +19,8 @@
|
||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
#
|
||||
|
||||
MODULE_VERSION="4.2"
|
||||
|
||||
#------------------------------------------------------------------------
|
||||
#
|
||||
# libcairo
|
||||
@ -30,7 +32,7 @@ name = "Cairodoc lib",
|
||||
description = _("Provides a library for using Cairo to "
|
||||
"generate documents."),
|
||||
version = '1.0',
|
||||
gramps_target_version = '4.1',
|
||||
gramps_target_version = MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname = 'libcairodoc.py',
|
||||
authors = ["The Gramps project"],
|
||||
@ -48,7 +50,7 @@ id = 'libgedcom',
|
||||
name = "GEDCOM library",
|
||||
description = _("Provides GEDCOM processing functionality"),
|
||||
version = '1.0',
|
||||
gramps_target_version = '4.1',
|
||||
gramps_target_version = MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname = 'libgedcom.py',
|
||||
authors = ["The Gramps project"],
|
||||
@ -65,7 +67,7 @@ register(GENERAL,
|
||||
name="Recursive lib",
|
||||
description= _("Provides recursive routines for reports"),
|
||||
version='1.0',
|
||||
gramps_target_version='4.1',
|
||||
gramps_target_version=MODULE_VERSION,
|
||||
status=STABLE,
|
||||
fname='librecurse.py',
|
||||
authors=["The Gramps project"],
|
||||
@ -83,7 +85,7 @@ name = "Grampsxml lib",
|
||||
description = _("Provides common functionality for Gramps XML "
|
||||
"import/export."),
|
||||
version = '1.0',
|
||||
gramps_target_version = '4.1',
|
||||
gramps_target_version = MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname = 'libgrampsxml.py',
|
||||
authors = ["The Gramps project"],
|
||||
@ -100,7 +102,7 @@ id = 'libholiday',
|
||||
name = "holiday lib",
|
||||
description = _("Provides holiday information for different countries.") ,
|
||||
version = '1.0',
|
||||
gramps_target_version = '4.1',
|
||||
gramps_target_version = MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname = 'libholiday.py',
|
||||
authors = ["The Gramps project"],
|
||||
@ -118,7 +120,7 @@ id = 'libhtmlbackend',
|
||||
name = "htmlbackend lib",
|
||||
description = _("Manages a HTML file implementing DocBackend.") ,
|
||||
version = '1.0',
|
||||
gramps_target_version = '4.1',
|
||||
gramps_target_version = MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname = 'libhtmlbackend.py',
|
||||
authors = ["The Gramps project"],
|
||||
@ -136,7 +138,7 @@ id = 'libhtmlconst',
|
||||
name = "htmlconst lib",
|
||||
description = _("Common constants for html files.") ,
|
||||
version = '1.0',
|
||||
gramps_target_version = '4.1',
|
||||
gramps_target_version = MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname = 'libhtmlconst.py',
|
||||
authors = ["The Gramps project"],
|
||||
@ -154,7 +156,7 @@ id = 'libhtml',
|
||||
name = "html lib",
|
||||
description = _("Manages an HTML DOM tree.") ,
|
||||
version = '1.0',
|
||||
gramps_target_version = '4.1',
|
||||
gramps_target_version = MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname = 'libhtml.py',
|
||||
authors = ["Gerald Britton"],
|
||||
@ -172,7 +174,7 @@ id = 'libmapservice',
|
||||
name = "mapservice lib",
|
||||
description = _("Provides base functionality for map services.") ,
|
||||
version = '1.0',
|
||||
gramps_target_version = '4.1',
|
||||
gramps_target_version = MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname = 'libmapservice.py',
|
||||
authors = ["The Gramps project"],
|
||||
@ -189,7 +191,7 @@ id = 'libnarrate',
|
||||
name = "narration lib",
|
||||
description = _("Provides Textual Narration.") ,
|
||||
version = '1.0',
|
||||
gramps_target_version = '4.1',
|
||||
gramps_target_version = MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname = 'libnarrate.py',
|
||||
authors = ["Brian Matherly"],
|
||||
@ -206,7 +208,7 @@ id = 'libodfbackend',
|
||||
name = "odfbackend lib",
|
||||
description = _("Manages an ODF file implementing DocBackend.") ,
|
||||
version = '1.0',
|
||||
gramps_target_version = '4.1',
|
||||
gramps_target_version = MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname = 'libodfbackend.py',
|
||||
authors = ["The Gramps project"],
|
||||
@ -223,7 +225,7 @@ id = 'libpersonview',
|
||||
name = "person list lib",
|
||||
description = _("Provides the Base needed for the List People views.") ,
|
||||
version = '1.0',
|
||||
gramps_target_version = '4.1',
|
||||
gramps_target_version = MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname = 'libpersonview.py',
|
||||
authors = ["The Gramps project"],
|
||||
@ -240,7 +242,7 @@ id = 'libplaceview',
|
||||
name = "place list lib",
|
||||
description = _("Provides the Base needed for the List Place views.") ,
|
||||
version = '1.0',
|
||||
gramps_target_version = '4.1',
|
||||
gramps_target_version = MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname = 'libplaceview.py',
|
||||
authors = ["The Gramps project"],
|
||||
@ -257,7 +259,7 @@ id = 'libsubstkeyword',
|
||||
name = "Substitution Values",
|
||||
description = _("Provides variable substitution on display lines.") ,
|
||||
version = '1.0',
|
||||
gramps_target_version = '4.1',
|
||||
gramps_target_version = MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname = 'libsubstkeyword.py',
|
||||
authors = ["The Gramps project"],
|
||||
@ -274,7 +276,7 @@ name = "Graphical report lib",
|
||||
description = _("Provides the base needed for the ancestor and "
|
||||
"descendant graphical reports.") ,
|
||||
version = '1.0',
|
||||
gramps_target_version = '4.1',
|
||||
gramps_target_version = MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname = 'libtreebase.py',
|
||||
authors = ["The Gramps project"],
|
||||
|
@ -18,6 +18,8 @@
|
||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
#
|
||||
|
||||
MODULE_VERSION="4.2"
|
||||
|
||||
#------------------------------------------------------------------------
|
||||
#
|
||||
# EniroMaps
|
||||
@ -29,7 +31,7 @@ id = 'EniroMaps',
|
||||
name = _("EniroMaps"),
|
||||
description = _("Opens on kartor.eniro.se"),
|
||||
version = '1.0',
|
||||
gramps_target_version = '4.1',
|
||||
gramps_target_version = MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname = 'eniroswedenmap.py',
|
||||
authors = ["Peter Landgren"],
|
||||
@ -48,7 +50,7 @@ id = 'GoogleMaps',
|
||||
name = _("GoogleMaps"),
|
||||
description = _("Open on maps.google.com"),
|
||||
version = '1.0',
|
||||
gramps_target_version = '4.1',
|
||||
gramps_target_version = MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname = 'googlemap.py',
|
||||
authors = ["Benny Malengier"],
|
||||
@ -67,7 +69,7 @@ id = 'OpenStreetMap',
|
||||
name = _("OpenStreetMap"),
|
||||
description = _("Open on openstreetmap.org"),
|
||||
version = '1.0',
|
||||
gramps_target_version = '4.1',
|
||||
gramps_target_version = MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname = 'openstreetmap.py',
|
||||
authors = ["Benny Malengier"],
|
||||
|
@ -19,6 +19,8 @@
|
||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
#
|
||||
|
||||
MODULE_VERSION="4.2"
|
||||
|
||||
#------------------------------------------------------------------------
|
||||
#
|
||||
# Age on Date
|
||||
@ -30,7 +32,7 @@ id = 'ageondate',
|
||||
name = _("Age on Date"),
|
||||
description = _("Display people and ages on a particular date"),
|
||||
version = '1.0',
|
||||
gramps_target_version = '4.1',
|
||||
gramps_target_version = MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname = 'ageondate.py',
|
||||
authors = ["Douglas Blank"],
|
||||
@ -50,7 +52,7 @@ id = 'attribute_match',
|
||||
name = _("Attribute Match"),
|
||||
description = _("Display people with same attribute."),
|
||||
version = '1.0',
|
||||
gramps_target_version = '4.1',
|
||||
gramps_target_version = MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname = 'attributematch.py',
|
||||
authors = ["Douglas Blank"],
|
||||
@ -70,7 +72,7 @@ id = 'all_events',
|
||||
name = _("All Events"),
|
||||
description = _("Display a person's events, both personal and family."),
|
||||
version = '1.0',
|
||||
gramps_target_version = '4.1',
|
||||
gramps_target_version = MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname = 'all_events.py',
|
||||
authors = ["Donald N. Allingham"],
|
||||
@ -85,7 +87,7 @@ id = 'all_events_fam',
|
||||
name = _("All Family Events"),
|
||||
description = _("Display the family and family members events."),
|
||||
version = '1.0',
|
||||
gramps_target_version = '4.1',
|
||||
gramps_target_version = MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname = 'all_events.py',
|
||||
authors = ["B. Malengier"],
|
||||
@ -105,7 +107,7 @@ id = 'all_relations',
|
||||
name = _("Relation to Home Person"),
|
||||
description = _("Display all relationships between person and home person."),
|
||||
version = '1.0',
|
||||
gramps_target_version = '4.1',
|
||||
gramps_target_version = MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname = 'all_relations.py',
|
||||
authors = ["B. Malengier"],
|
||||
@ -125,7 +127,7 @@ id = 'filterbyname',
|
||||
name = _("Filter"),
|
||||
description = _("Display filtered data"),
|
||||
version = '1.0',
|
||||
gramps_target_version = '4.1',
|
||||
gramps_target_version = MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname = 'filterbyname.py',
|
||||
authors = ["Douglas Blank"],
|
||||
@ -145,7 +147,7 @@ id = 'father_lineage',
|
||||
name = _("Father lineage"),
|
||||
description = _("Display father lineage"),
|
||||
version = '1.0',
|
||||
gramps_target_version = '4.1',
|
||||
gramps_target_version = MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname = 'lineage.py',
|
||||
authors = ["B. Malengier"],
|
||||
@ -159,7 +161,7 @@ id = 'mother_lineage',
|
||||
name = _("Mother lineage"),
|
||||
description = _("Display mother lineage"),
|
||||
version = '1.0',
|
||||
gramps_target_version = '4.1',
|
||||
gramps_target_version = MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname = 'lineage.py',
|
||||
authors = ["B. Malengier"],
|
||||
@ -179,7 +181,7 @@ id = 'onthisday',
|
||||
name = _("On This Day"),
|
||||
description = _("Display events on a particular day"),
|
||||
version = '1.0',
|
||||
gramps_target_version = '4.1',
|
||||
gramps_target_version = MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname = 'onthisday.py',
|
||||
authors = ["Douglas Blank"],
|
||||
@ -212,7 +214,7 @@ for (category, item, trans) in refitems:
|
||||
name = _("%s References") % trans,
|
||||
description = _("Display references for a %s") % trans,
|
||||
version = '1.0',
|
||||
gramps_target_version = '4.1',
|
||||
gramps_target_version = MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname = 'references.py',
|
||||
authors = ["Douglas Blank"],
|
||||
@ -226,7 +228,7 @@ register(QUICKREPORT,
|
||||
name = _("Link References"),
|
||||
description = _("Display link references for a note"),
|
||||
version = '1.0',
|
||||
gramps_target_version = '4.1',
|
||||
gramps_target_version = MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname = 'linkreferences.py',
|
||||
authors = ["Douglas Blank"],
|
||||
@ -247,7 +249,7 @@ name = _("Repository References"),
|
||||
description = _("Display the repository reference for sources related to"
|
||||
" the active repository"),
|
||||
version = '1.0',
|
||||
gramps_target_version = '4.1',
|
||||
gramps_target_version = MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname = 'reporef.py',
|
||||
authors = ["Jerome Rapinat"],
|
||||
@ -267,7 +269,7 @@ id = 'samesurnames',
|
||||
name = _("Same Surnames"),
|
||||
description = _("Display people with the same surname as a person."),
|
||||
version = '1.0',
|
||||
gramps_target_version = '4.1',
|
||||
gramps_target_version = MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname = 'samesurnames.py',
|
||||
authors = ["Douglas Blank"],
|
||||
@ -281,7 +283,7 @@ id = 'samegivens',
|
||||
name = _("Same Given Names"),
|
||||
description = _("Display people with the same given name as a person."),
|
||||
version = '1.0',
|
||||
gramps_target_version = '4.1',
|
||||
gramps_target_version = MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname = 'samesurnames.py',
|
||||
authors = ["Douglas Blank"],
|
||||
@ -295,7 +297,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 = '4.1',
|
||||
gramps_target_version = MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname = 'samesurnames.py',
|
||||
authors = ["Douglas Blank"],
|
||||
@ -314,7 +316,7 @@ id = 'siblings',
|
||||
name = _("Siblings"),
|
||||
description = _("Display a person's siblings."),
|
||||
version = '1.0',
|
||||
gramps_target_version = '4.1',
|
||||
gramps_target_version = MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname = 'siblings.py',
|
||||
authors = ["Donald N. Allingham"],
|
||||
|
@ -19,6 +19,7 @@
|
||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
#
|
||||
|
||||
MODULE_VERSION="4.2"
|
||||
|
||||
#
|
||||
# Relationship calculators
|
||||
@ -30,7 +31,7 @@ plg.id = 'relcalc_ca'
|
||||
plg.name = _("Catalan Relationship Calculator")
|
||||
plg.description = _("Calculates relationships between people")
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '4.1'
|
||||
plg.gramps_target_version = MODULE_VERSION
|
||||
plg.status = STABLE
|
||||
plg.fname = 'rel_ca.py'
|
||||
plg.ptype = RELCALC
|
||||
@ -44,7 +45,7 @@ plg.id = 'relcalc_cs'
|
||||
plg.name = _("Czech Relationship Calculator")
|
||||
plg.description = _("Calculates relationships between people")
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '4.1'
|
||||
plg.gramps_target_version = MODULE_VERSION
|
||||
plg.status = STABLE
|
||||
plg.fname = 'rel_cs.py'
|
||||
plg.ptype = RELCALC
|
||||
@ -57,7 +58,7 @@ plg.id = 'relcalc_da'
|
||||
plg.name = _("Danish Relationship Calculator")
|
||||
plg.description = _("Calculates relationships between people")
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '4.1'
|
||||
plg.gramps_target_version = MODULE_VERSION
|
||||
plg.status = STABLE
|
||||
plg.fname = 'rel_da.py'
|
||||
plg.ptype = RELCALC
|
||||
@ -73,7 +74,7 @@ plg.id = 'relcalc_de'
|
||||
plg.name = _("German Relationship Calculator")
|
||||
plg.description = _("Calculates relationships between people")
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '4.1'
|
||||
plg.gramps_target_version = MODULE_VERSION
|
||||
plg.status = STABLE
|
||||
plg.fname = 'rel_de.py'
|
||||
plg.ptype = RELCALC
|
||||
@ -89,7 +90,7 @@ plg.id = 'relcalc_es'
|
||||
plg.name = _("Spanish Relationship Calculator")
|
||||
plg.description = _("Calculates relationships between people")
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '4.1'
|
||||
plg.gramps_target_version = MODULE_VERSION
|
||||
plg.status = STABLE
|
||||
plg.fname = 'rel_es.py'
|
||||
plg.ptype = RELCALC
|
||||
@ -104,7 +105,7 @@ plg.id = 'relcalc_fi'
|
||||
plg.name = _("Finnish Relationship Calculator")
|
||||
plg.description = _("Calculates relationships between people")
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '4.1'
|
||||
plg.gramps_target_version = MODULE_VERSION
|
||||
plg.status = STABLE
|
||||
plg.fname = 'rel_fi.py'
|
||||
plg.ptype = RELCALC
|
||||
@ -119,7 +120,7 @@ plg.id = 'relcalc_fr'
|
||||
plg.name = _("French Relationship Calculator")
|
||||
plg.description = _("Calculates relationships between people")
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '4.1'
|
||||
plg.gramps_target_version = MODULE_VERSION
|
||||
plg.status = STABLE
|
||||
plg.fname = 'rel_fr.py'
|
||||
plg.ptype = RELCALC
|
||||
@ -136,7 +137,7 @@ plg.id = 'relcalc_hr'
|
||||
plg.name = _("Croatian Relationship Calculator")
|
||||
plg.description = _("Calculates relationships between people")
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '4.1'
|
||||
plg.gramps_target_version = MODULE_VERSION
|
||||
plg.status = STABLE
|
||||
plg.fname = 'rel_hr.py'
|
||||
plg.ptype = RELCALC
|
||||
@ -150,7 +151,7 @@ plg.id = 'relcalc_hu'
|
||||
plg.name = _("Hungarian Relationship Calculator")
|
||||
plg.description = _("Calculates relationships between people")
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '4.1'
|
||||
plg.gramps_target_version = MODULE_VERSION
|
||||
plg.status = STABLE
|
||||
plg.fname = 'rel_hu.py'
|
||||
plg.ptype = RELCALC
|
||||
@ -163,7 +164,7 @@ plg.id = 'relcalc_it'
|
||||
plg.name = _("Italian Relationship Calculator")
|
||||
plg.description = _("Calculates relationships between people")
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '4.1'
|
||||
plg.gramps_target_version = MODULE_VERSION
|
||||
plg.status = STABLE
|
||||
plg.fname = 'rel_it.py'
|
||||
plg.ptype = RELCALC
|
||||
@ -176,7 +177,7 @@ plg.id = 'relcalc_nl'
|
||||
plg.name = _("Dutch Relationship Calculator")
|
||||
plg.description = _("Calculates relationships between people")
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '4.1'
|
||||
plg.gramps_target_version = MODULE_VERSION
|
||||
plg.status = STABLE
|
||||
plg.fname = 'rel_nl.py'
|
||||
plg.ptype = RELCALC
|
||||
@ -193,7 +194,7 @@ plg.id = 'relcalc_no'
|
||||
plg.name = _("Norwegian Relationship Calculator")
|
||||
plg.description = _("Calculates relationships between people")
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '4.1'
|
||||
plg.gramps_target_version = MODULE_VERSION
|
||||
plg.status = STABLE
|
||||
plg.fname = 'rel_no.py'
|
||||
plg.ptype = RELCALC
|
||||
@ -210,7 +211,7 @@ plg.id = 'relcalc_pl'
|
||||
plg.name = _("Polish Relationship Calculator")
|
||||
plg.description = _("Calculates relationships between people")
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '4.1'
|
||||
plg.gramps_target_version = MODULE_VERSION
|
||||
plg.status = STABLE
|
||||
plg.fname = 'rel_pl.py'
|
||||
plg.ptype = RELCALC
|
||||
@ -226,7 +227,7 @@ plg.id = 'relcalc_pt'
|
||||
plg.name = _("Portuguese Relationship Calculator")
|
||||
plg.description = _("Calculates relationships between people")
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '4.1'
|
||||
plg.gramps_target_version = MODULE_VERSION
|
||||
plg.status = STABLE
|
||||
plg.fname = 'rel_pt.py'
|
||||
plg.ptype = RELCALC
|
||||
@ -242,7 +243,7 @@ plg.id = 'relcalc_ru'
|
||||
plg.name = _("Russian Relationship Calculator")
|
||||
plg.description = _("Calculates relationships between people")
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '4.1'
|
||||
plg.gramps_target_version = MODULE_VERSION
|
||||
plg.status = STABLE
|
||||
plg.fname = 'rel_ru.py'
|
||||
plg.ptype = RELCALC
|
||||
@ -258,7 +259,7 @@ plg.id = 'relcalc_sk'
|
||||
plg.name = _("Slovak Relationship Calculator")
|
||||
plg.description = _("Calculates relationships between people")
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '4.1'
|
||||
plg.gramps_target_version = MODULE_VERSION
|
||||
plg.status = STABLE
|
||||
plg.fname = 'rel_sk.py'
|
||||
plg.ptype = RELCALC
|
||||
@ -272,7 +273,7 @@ plg.id = 'relcalc_sl'
|
||||
plg.name = _("Slovenian Relationship Calculator")
|
||||
plg.description = _("Calculates relationships between people")
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '4.1'
|
||||
plg.gramps_target_version = MODULE_VERSION
|
||||
plg.status = STABLE
|
||||
plg.fname = 'rel_sl.py'
|
||||
plg.ptype = RELCALC
|
||||
@ -285,7 +286,7 @@ plg.id = 'relcalc_sv'
|
||||
plg.name = _("Swedish Relationship Calculator")
|
||||
plg.description = _("Calculates relationships between people")
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '4.1'
|
||||
plg.gramps_target_version = MODULE_VERSION
|
||||
plg.status = STABLE
|
||||
plg.fname = 'rel_sv.py'
|
||||
plg.ptype = RELCALC
|
||||
@ -299,7 +300,7 @@ plg.id = 'relcalc_uk'
|
||||
plg.name = _("Ukrainian Relationship Calculator")
|
||||
plg.description = _("Calculates relationships between people")
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '4.1'
|
||||
plg.gramps_target_version = MODULE_VERSION
|
||||
plg.status = STABLE
|
||||
plg.fname = 'rel_uk.py'
|
||||
plg.ptype = RELCALC
|
||||
|
@ -19,6 +19,8 @@
|
||||
#
|
||||
# $Id: sidebar.gpr.py 20634 2012-11-07 17:53:14Z bmcage $
|
||||
|
||||
MODULE_VERSION="4.2"
|
||||
|
||||
#------------------------------------------------------------------------
|
||||
#
|
||||
# Register default sidebars
|
||||
@ -30,7 +32,7 @@ id = 'categorysidebar',
|
||||
name = _("Category Sidebar"),
|
||||
description = _("A sidebar to allow the selection of view categories"),
|
||||
version = '1.0',
|
||||
gramps_target_version = '4.1',
|
||||
gramps_target_version = MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname = 'categorysidebar.py',
|
||||
authors = ["Nick Hall"],
|
||||
@ -45,7 +47,7 @@ id = 'dropdownsidebar',
|
||||
name = _("Drop-down Sidebar"),
|
||||
description = _("Selection of categories and views from drop-down lists"),
|
||||
version = '1.0',
|
||||
gramps_target_version = '4.1',
|
||||
gramps_target_version = MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname = 'dropdownsidebar.py',
|
||||
authors = ["Nick Hall"],
|
||||
@ -60,7 +62,7 @@ id = 'expandersidebar',
|
||||
name = _("Expander Sidebar"),
|
||||
description = _("Selection of views from lists with expanders"),
|
||||
version = '1.0',
|
||||
gramps_target_version = '4.1',
|
||||
gramps_target_version = MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname = 'expandersidebar.py',
|
||||
authors = ["Nick Hall"],
|
||||
|
@ -19,6 +19,8 @@
|
||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
#
|
||||
|
||||
MODULE_VERSION="4.2"
|
||||
|
||||
#------------------------------------------------------------------------
|
||||
#
|
||||
# Ancestor Report
|
||||
@ -30,7 +32,7 @@ plg.id = 'ancestor_report'
|
||||
plg.name = _("Ahnentafel Report")
|
||||
plg.description = _("Produces a textual ancestral report")
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '4.1'
|
||||
plg.gramps_target_version = MODULE_VERSION
|
||||
plg.status = STABLE
|
||||
plg.fname = 'ancestorreport.py'
|
||||
plg.ptype = REPORT
|
||||
@ -52,7 +54,7 @@ plg.id = 'birthday_report'
|
||||
plg.name = _("Birthday and Anniversary Report")
|
||||
plg.description = _("Produces a report of birthdays and anniversaries")
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '4.1'
|
||||
plg.gramps_target_version = MODULE_VERSION
|
||||
plg.status = STABLE
|
||||
plg.fname = 'birthdayreport.py'
|
||||
plg.ptype = REPORT
|
||||
@ -74,7 +76,7 @@ plg.id = 'custom_text'
|
||||
plg.name = _("Custom Text")
|
||||
plg.description = _("Add custom text to the book report")
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '4.1'
|
||||
plg.gramps_target_version = MODULE_VERSION
|
||||
plg.status = STABLE
|
||||
plg.fname = 'custombooktext.py'
|
||||
plg.ptype = REPORT
|
||||
@ -96,7 +98,7 @@ plg.id = 'descend_report'
|
||||
plg.name = _("Descendant Report")
|
||||
plg.description = _("Produces a list of descendants of the active person")
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '4.1'
|
||||
plg.gramps_target_version = MODULE_VERSION
|
||||
plg.status = STABLE
|
||||
plg.fname = 'descendreport.py'
|
||||
plg.ptype = REPORT
|
||||
@ -118,7 +120,7 @@ plg.id = 'det_ancestor_report'
|
||||
plg.name = _("Detailed Ancestral Report")
|
||||
plg.description = _("Produces a detailed ancestral report")
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '4.1'
|
||||
plg.gramps_target_version = MODULE_VERSION
|
||||
plg.status = STABLE
|
||||
plg.fname = 'detancestralreport.py'
|
||||
plg.ptype = REPORT
|
||||
@ -140,7 +142,7 @@ plg.id = 'det_descendant_report'
|
||||
plg.name = _("Detailed Descendant Report")
|
||||
plg.description = _("Produces a detailed descendant report")
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '4.1'
|
||||
plg.gramps_target_version = MODULE_VERSION
|
||||
plg.status = STABLE
|
||||
plg.fname = 'detdescendantreport.py'
|
||||
plg.ptype = REPORT
|
||||
@ -162,7 +164,7 @@ plg.id = 'endofline_report'
|
||||
plg.name = _("End of Line Report")
|
||||
plg.description = _("Produces a textual end of line report")
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '4.1'
|
||||
plg.gramps_target_version = MODULE_VERSION
|
||||
plg.status = STABLE
|
||||
plg.fname = 'endoflinereport.py'
|
||||
plg.ptype = REPORT
|
||||
@ -185,7 +187,7 @@ plg.name = _("Family Group Report")
|
||||
plg.description = _("Produces a family group report showing information "
|
||||
"on a set of parents and their children.")
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '4.1'
|
||||
plg.gramps_target_version = MODULE_VERSION
|
||||
plg.status = STABLE
|
||||
plg.fname = 'familygroup.py'
|
||||
plg.ptype = REPORT
|
||||
@ -207,7 +209,7 @@ plg.id = 'indiv_complete'
|
||||
plg.name = _("Complete Individual Report")
|
||||
plg.description = _("Produces a complete report on the selected people")
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '4.1'
|
||||
plg.gramps_target_version = MODULE_VERSION
|
||||
plg.status = STABLE
|
||||
plg.fname = 'indivcomplete.py'
|
||||
plg.ptype = REPORT
|
||||
@ -229,7 +231,7 @@ plg.id = 'kinship_report'
|
||||
plg.name = _("Kinship Report")
|
||||
plg.description = _("Produces a textual report of kinship for a given person")
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '4.1'
|
||||
plg.gramps_target_version = MODULE_VERSION
|
||||
plg.status = STABLE
|
||||
plg.fname = 'kinshipreport.py'
|
||||
plg.ptype = REPORT
|
||||
@ -251,7 +253,7 @@ plg.id = 'tag_report'
|
||||
plg.name = _("Tag Report")
|
||||
plg.description = _("Produces a list of people with a specified tag")
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '4.1'
|
||||
plg.gramps_target_version = MODULE_VERSION
|
||||
plg.status = STABLE
|
||||
plg.fname = 'tagreport.py'
|
||||
plg.ptype = REPORT
|
||||
@ -274,7 +276,7 @@ plg.id = 'number_of_ancestors'
|
||||
plg.name = _("Number of Ancestors Report")
|
||||
plg.description = _("Counts number of ancestors of selected person")
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '4.1'
|
||||
plg.gramps_target_version = MODULE_VERSION
|
||||
plg.status = STABLE
|
||||
plg.fname = 'numberofancestorsreport.py'
|
||||
plg.ptype = REPORT
|
||||
@ -296,7 +298,7 @@ plg.id = 'place_report'
|
||||
plg.name = _("Place Report")
|
||||
plg.description = _("Produces a textual place report")
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '4.1'
|
||||
plg.gramps_target_version = MODULE_VERSION
|
||||
plg.status = STABLE
|
||||
plg.fname = 'placereport.py'
|
||||
plg.ptype = REPORT
|
||||
@ -319,7 +321,7 @@ plg.id = 'simple_book_title'
|
||||
plg.name = _("Title Page")
|
||||
plg.description = _("Produces a title page for book reports.")
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '4.1'
|
||||
plg.gramps_target_version = MODULE_VERSION
|
||||
plg.status = STABLE
|
||||
plg.fname = 'simplebooktitle.py'
|
||||
plg.ptype = REPORT
|
||||
@ -341,7 +343,7 @@ plg.id = 'summary'
|
||||
plg.name = _("Database Summary Report")
|
||||
plg.description = _("Provides a summary of the current database")
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '4.1'
|
||||
plg.gramps_target_version = MODULE_VERSION
|
||||
plg.status = STABLE
|
||||
plg.fname = 'summary.py'
|
||||
plg.ptype = REPORT
|
||||
@ -364,7 +366,7 @@ plg.id = 'table_of_contents'
|
||||
plg.name = _("Table Of Contents")
|
||||
plg.description = _("Produces a table of contents for book reports.")
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '4.1'
|
||||
plg.gramps_target_version = MODULE_VERSION
|
||||
plg.status = STABLE
|
||||
plg.fname = 'tableofcontents.py'
|
||||
plg.ptype = REPORT
|
||||
@ -386,7 +388,7 @@ plg.id = 'alphabetical_index'
|
||||
plg.name = _("Alphabetical Index")
|
||||
plg.description = _("Produces an alphabetical index for book reports.")
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '4.1'
|
||||
plg.gramps_target_version = MODULE_VERSION
|
||||
plg.status = STABLE
|
||||
plg.fname = 'alphabeticalindex.py'
|
||||
plg.ptype = REPORT
|
||||
@ -408,7 +410,7 @@ plg.id = 'records'
|
||||
plg.name = _("Records Report")
|
||||
plg.description = _("Shows some interesting records about people and families")
|
||||
plg.version = '1.1'
|
||||
plg.gramps_target_version = '4.1'
|
||||
plg.gramps_target_version = MODULE_VERSION
|
||||
plg.status = STABLE
|
||||
plg.fname = 'recordsreport.py'
|
||||
plg.ptype = REPORT
|
||||
|
@ -22,6 +22,8 @@
|
||||
GRAMPS registration file
|
||||
"""
|
||||
|
||||
MODULE_VERSION="4.2"
|
||||
|
||||
#------------------------------------------------------------------------
|
||||
#
|
||||
# Fix Capitalization of Family Names
|
||||
@ -34,7 +36,7 @@ name = _("Fix Capitalization of Family Names"),
|
||||
description = _("Searches the entire database and attempts to "
|
||||
"fix capitalization of the names."),
|
||||
version = '1.0',
|
||||
gramps_target_version = '4.1',
|
||||
gramps_target_version = MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname = 'changenames.py',
|
||||
authors = ["Donald N. Allingham"],
|
||||
@ -57,7 +59,7 @@ name = _("Rename Event Types"),
|
||||
description = _("Allows all the events of a certain name "
|
||||
"to be renamed to a new name."),
|
||||
version = '1.0',
|
||||
gramps_target_version = '4.1',
|
||||
gramps_target_version = MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname = 'changetypes.py',
|
||||
authors = ["Donald N. Allingham"],
|
||||
@ -80,7 +82,7 @@ name = _("Check and Repair Database"),
|
||||
description = _("Checks the database for integrity problems, fixing the "
|
||||
"problems that it can"),
|
||||
version = '1.0',
|
||||
gramps_target_version = '4.1',
|
||||
gramps_target_version = MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname = 'check.py',
|
||||
authors = ["Donald N. Allingham"],
|
||||
@ -104,7 +106,7 @@ description = _("Aids in the analysis of data by allowing the "
|
||||
"development of custom filters that can be applied "
|
||||
"to the database to find similar events"),
|
||||
version = '1.0',
|
||||
gramps_target_version = '4.1',
|
||||
gramps_target_version = MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname = 'eventcmp.py',
|
||||
authors = ["Donald N. Allingham"],
|
||||
@ -126,7 +128,7 @@ id = 'evname',
|
||||
name = _("Extract Event Description"),
|
||||
description = _("Extracts event descriptions from the event data"),
|
||||
version = '1.0',
|
||||
gramps_target_version = '4.1',
|
||||
gramps_target_version = MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname = 'eventnames.py',
|
||||
authors = ["Donald N. Allingham"],
|
||||
@ -149,7 +151,7 @@ name = _("Extract Place Data from a Place Title"),
|
||||
description = _("Attempts to extract city and state/province "
|
||||
"from a place title"),
|
||||
version = '1.0',
|
||||
gramps_target_version = '4.1',
|
||||
gramps_target_version = MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname = 'extractcity.py',
|
||||
authors = ["Donald N. Allingham"],
|
||||
@ -172,7 +174,7 @@ name = _("Find Possible Duplicate People"),
|
||||
description = _("Searches the entire database, looking for "
|
||||
"individual entries that may represent the same person."),
|
||||
version = '1.0',
|
||||
gramps_target_version = '4.1',
|
||||
gramps_target_version = MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname = 'finddupes.py',
|
||||
authors = ["Donald N. Allingham"],
|
||||
@ -194,7 +196,7 @@ id = 'mediaman',
|
||||
name = _("Media Manager"),
|
||||
description = _("Manages batch operations on media files"),
|
||||
version = '1.0',
|
||||
gramps_target_version = '4.1',
|
||||
gramps_target_version = MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname = 'mediamanager.py',
|
||||
authors = ["Alex Roitman"],
|
||||
@ -217,7 +219,7 @@ name = _("Not Related"),
|
||||
description = _("Find people who are not in any way related to the "
|
||||
"selected person"),
|
||||
version = '1.0',
|
||||
gramps_target_version = '4.1',
|
||||
gramps_target_version = MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname = 'notrelated.py',
|
||||
authors = ["Stephane Charette"],
|
||||
@ -239,7 +241,7 @@ id = 'editowner',
|
||||
name = _("Edit Database Owner Information"),
|
||||
description = _("Allow editing database owner information."),
|
||||
version = '1.0',
|
||||
gramps_target_version = '4.1',
|
||||
gramps_target_version = MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname = 'ownereditor.py',
|
||||
authors = ["Zsolt Foldvari"],
|
||||
@ -261,7 +263,7 @@ id = 'patchnames',
|
||||
name = _("Extract Information from Names"),
|
||||
description = _("Extract titles, prefixes and compound surnames from given name or family name."),
|
||||
version = '1.0',
|
||||
gramps_target_version = '4.1',
|
||||
gramps_target_version = MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname = 'patchnames.py',
|
||||
authors = ["Donald N. Allingham", "Benny Malengier"],
|
||||
@ -283,7 +285,7 @@ id = 'rebuild',
|
||||
name = _("Rebuild Secondary Indexes"),
|
||||
description = _("Rebuilds secondary indexes"),
|
||||
version = '1.0',
|
||||
gramps_target_version = '4.1',
|
||||
gramps_target_version = MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname = 'rebuild.py',
|
||||
authors = ["Donald N. Allingham"],
|
||||
@ -305,7 +307,7 @@ id = 'rebuild_refmap',
|
||||
name = _("Rebuild Reference Maps"),
|
||||
description = _("Rebuilds reference maps"),
|
||||
version = '1.0',
|
||||
gramps_target_version = '4.1',
|
||||
gramps_target_version = MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname = 'rebuildrefmap.py',
|
||||
authors = ["Alex Roitman"],
|
||||
@ -327,7 +329,7 @@ id = 'rebuild_genstats',
|
||||
name = _("Rebuild Gender Statistics"),
|
||||
description = _("Rebuilds gender statistics for name gender guessing..."),
|
||||
version = '1.0',
|
||||
gramps_target_version = '4.1',
|
||||
gramps_target_version = MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname = 'rebuildgenderstat.py',
|
||||
authors = ["Benny Malengier"],
|
||||
@ -349,7 +351,7 @@ id = 'relcalc',
|
||||
name = _("Relationship Calculator"),
|
||||
description = _("Calculates the relationship between two people"),
|
||||
version = '1.0',
|
||||
gramps_target_version = '4.1',
|
||||
gramps_target_version = MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname = 'relcalc.py',
|
||||
authors = ["Donald N. Allingham"],
|
||||
@ -371,7 +373,7 @@ id = 'remove_unused',
|
||||
name = _("Remove Unused Objects"),
|
||||
description = _("Removes unused objects from the database"),
|
||||
version = '1.0',
|
||||
gramps_target_version = '4.1',
|
||||
gramps_target_version = MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname = 'removeunused.py',
|
||||
authors = ["Donald N. Allingham"],
|
||||
@ -394,7 +396,7 @@ name = _("Reorder Gramps IDs"),
|
||||
description = _("Reorders the Gramps IDs "
|
||||
"according to Gramps' default rules."),
|
||||
version = '1.0',
|
||||
gramps_target_version = '4.1',
|
||||
gramps_target_version = MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname = 'reorderids.py',
|
||||
authors = ["Donald N. Allingham"],
|
||||
@ -416,7 +418,7 @@ id = 'sortevents',
|
||||
name = _("Sorts events"),
|
||||
description = _("Sorts events"),
|
||||
version = '1.0',
|
||||
gramps_target_version = '4.1',
|
||||
gramps_target_version = MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname = 'sortevents.py',
|
||||
authors = ["Gary Burton"],
|
||||
@ -438,7 +440,7 @@ id = 'verify',
|
||||
name = _("Verify the Data"),
|
||||
description = _("Verifies the data against user-defined tests"),
|
||||
version = '1.0',
|
||||
gramps_target_version = '4.1',
|
||||
gramps_target_version = MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname = 'verify.py',
|
||||
authors = ["Alex Roitman"],
|
||||
@ -461,7 +463,7 @@ name = _("Merge Citations"),
|
||||
description = _("Searches the entire database, looking for "
|
||||
"citations that have the same Volume/Page, Date and Confidence."),
|
||||
version = '1.0',
|
||||
gramps_target_version = '4.1',
|
||||
gramps_target_version = MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname = 'mergecitations.py',
|
||||
authors = ["Tim G L Lyons"],
|
||||
|
@ -22,6 +22,8 @@
|
||||
GRAMPS registration file
|
||||
"""
|
||||
|
||||
MODULE_VERSION="4.2"
|
||||
|
||||
#------------------------------------------------------------------------
|
||||
#
|
||||
# Check Localized Date Displayer and Parser
|
||||
@ -37,7 +39,7 @@ description = ("This test tool will create many people showing all"
|
||||
" the birth date. This way you can ensure that dates"
|
||||
" printed can be parsed back in correctly."),
|
||||
version = '1.0',
|
||||
gramps_target_version = '4.1',
|
||||
gramps_target_version = MODULE_VERSION,
|
||||
status = UNSTABLE,
|
||||
fname = 'dateparserdisplaytest.py',
|
||||
authors = ["Martin Hawlisch"],
|
||||
@ -60,7 +62,7 @@ name = "Dump Gender Statistics",
|
||||
description = ("Will dump the statistics for the gender guessing "
|
||||
"from the first name."),
|
||||
version = '1.0',
|
||||
gramps_target_version = '4.1',
|
||||
gramps_target_version = MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname = 'dumpgenderstats.py',
|
||||
authors = ["Donald N. Allingham", "Martin Hawlisch"],
|
||||
@ -84,7 +86,7 @@ description = ("The testcase generator will generate some persons "
|
||||
"and families that have broken links in the database "
|
||||
"or data that is in conflict to a relation."),
|
||||
version = '1.0',
|
||||
gramps_target_version = '4.1',
|
||||
gramps_target_version = MODULE_VERSION,
|
||||
status = UNSTABLE,
|
||||
fname = 'testcasegenerator.py',
|
||||
authors = ["Martin Hawlisch"],
|
||||
@ -108,7 +110,7 @@ description = ("This tool generates sources and citations for each source in "
|
||||
"order to populate the database for testing with significant "
|
||||
"numbers of sources and citations"),
|
||||
version = '1.0',
|
||||
gramps_target_version = '4.1',
|
||||
gramps_target_version = MODULE_VERSION,
|
||||
status = UNSTABLE,
|
||||
fname = 'populatesources.py',
|
||||
authors = ["Tim Lyons"],
|
||||
|
@ -25,7 +25,7 @@
|
||||
#
|
||||
#------------------------------------------------------------------------
|
||||
|
||||
MODULE_VERSION="4.1"
|
||||
MODULE_VERSION="4.2"
|
||||
|
||||
from gi import Repository
|
||||
|
||||
|
@ -19,6 +19,8 @@
|
||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
#
|
||||
|
||||
MODULE_VERSION="4.2"
|
||||
|
||||
#------------------------------------------------------------------------
|
||||
#
|
||||
# Geoview and HtmlView
|
||||
@ -77,7 +79,7 @@ if not (TOOLKIT == NOWEB):
|
||||
name = _("Html View"),
|
||||
description = _("A view showing html pages embedded in Gramps"),
|
||||
version = '1.0',
|
||||
gramps_target_version = '4.1',
|
||||
gramps_target_version = MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname = 'htmlrenderer.py',
|
||||
authors = ["The Gramps project"],
|
||||
|
@ -22,6 +22,8 @@
|
||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
#
|
||||
|
||||
MODULE_VERSION="4.2"
|
||||
|
||||
#------------------------------------------------------------------------
|
||||
#
|
||||
# default views of Gramps
|
||||
@ -33,7 +35,7 @@ id = 'eventview',
|
||||
name = _("Events"),
|
||||
description = _("The view showing all the events"),
|
||||
version = '1.0',
|
||||
gramps_target_version = '4.1',
|
||||
gramps_target_version = MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname = 'eventview.py',
|
||||
authors = ["The Gramps project"],
|
||||
@ -48,7 +50,7 @@ id = 'familyview',
|
||||
name = _("Families"),
|
||||
description = _("The view showing all families"),
|
||||
version = '1.0',
|
||||
gramps_target_version = '4.1',
|
||||
gramps_target_version = MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname = 'familyview.py',
|
||||
authors = ["The Gramps project"],
|
||||
@ -63,7 +65,7 @@ id = 'dashboardview',
|
||||
name = _("Dashboard"),
|
||||
description = _("The view showing Gramplets"),
|
||||
version = '1.0',
|
||||
gramps_target_version = '4.1',
|
||||
gramps_target_version = MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname = 'dashboardview.py',
|
||||
authors = ["The Gramps project"],
|
||||
@ -78,7 +80,7 @@ id = 'mediaview',
|
||||
name = _("Media"),
|
||||
description = _("The view showing all the media objects"),
|
||||
version = '1.0',
|
||||
gramps_target_version = '4.1',
|
||||
gramps_target_version = MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname = 'mediaview.py',
|
||||
authors = ["The Gramps project"],
|
||||
@ -93,7 +95,7 @@ id = 'noteview',
|
||||
name = _("Notes"),
|
||||
description = _("The view showing all the notes"),
|
||||
version = '1.0',
|
||||
gramps_target_version = '4.1',
|
||||
gramps_target_version = MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname = 'noteview.py',
|
||||
authors = ["The Gramps project"],
|
||||
@ -108,7 +110,7 @@ id = 'relview',
|
||||
name = _("Relationships"),
|
||||
description = _("The view showing all relationships of the selected person"),
|
||||
version = '1.0',
|
||||
gramps_target_version = '4.1',
|
||||
gramps_target_version = MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname = 'relview.py',
|
||||
authors = ["The Gramps project"],
|
||||
@ -123,7 +125,7 @@ id = 'pedigreeview',
|
||||
name = _("Pedigree"),
|
||||
description = _("The view showing an ancestor pedigree of the selected person"),
|
||||
version = '1.0',
|
||||
gramps_target_version = '4.1',
|
||||
gramps_target_version = MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname = 'pedigreeview.py',
|
||||
authors = ["The Gramps project"],
|
||||
@ -140,7 +142,7 @@ name = _("Fan Chart"),
|
||||
category = ("Ancestry", _("Charts")),
|
||||
description = _("A view showing parents through a fanchart"),
|
||||
version = '1.0',
|
||||
gramps_target_version = '4.1',
|
||||
gramps_target_version = MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname = 'fanchartview.py',
|
||||
authors = ["Douglas S. Blank", "B. Malengier"],
|
||||
@ -155,7 +157,7 @@ name = _("Descendant Fan"),
|
||||
category = ("Ancestry", _("Charts")),
|
||||
description = _("Showing descendants through a fanchart"),
|
||||
version = '1.0',
|
||||
gramps_target_version = '4.1',
|
||||
gramps_target_version = MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname = 'fanchartdescview.py',
|
||||
authors = ["B. Malengier"],
|
||||
@ -170,7 +172,7 @@ name = _("Grouped People"),
|
||||
description = _("The view showing all people in the Family Tree grouped per"
|
||||
" family name"),
|
||||
version = '1.0',
|
||||
gramps_target_version = '4.1',
|
||||
gramps_target_version = MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname = 'persontreeview.py',
|
||||
authors = ["The Gramps project"],
|
||||
@ -187,7 +189,7 @@ name = _("People"),
|
||||
description = _("The view showing all people in the Family Tree"
|
||||
" in a flat list"),
|
||||
version = '1.0',
|
||||
gramps_target_version = '4.1',
|
||||
gramps_target_version = MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname = 'personlistview.py',
|
||||
authors = ["The Gramps project"],
|
||||
@ -203,7 +205,7 @@ id = 'placelistview',
|
||||
name = _("Places"),
|
||||
description = _("The view showing all the places of the Family Tree"),
|
||||
version = '1.0',
|
||||
gramps_target_version = '4.1',
|
||||
gramps_target_version = MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname = 'placelistview.py',
|
||||
authors = ["The Gramps project"],
|
||||
@ -219,7 +221,7 @@ id = 'placetreeview',
|
||||
name = _("Place Tree"),
|
||||
description = _("A view displaying places in a tree format."),
|
||||
version = '1.0',
|
||||
gramps_target_version = '4.1',
|
||||
gramps_target_version = MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname = 'placetreeview.py',
|
||||
authors = ["Donald N. Allingham", "Gary Burton", "Nick Hall"],
|
||||
@ -234,7 +236,7 @@ id = 'repoview',
|
||||
name = _("Repositories"),
|
||||
description = _("The view showing all the repositories"),
|
||||
version = '1.0',
|
||||
gramps_target_version = '4.1',
|
||||
gramps_target_version = MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname = 'repoview.py',
|
||||
authors = ["The Gramps project"],
|
||||
@ -249,7 +251,7 @@ id = 'sourceview',
|
||||
name = _("Sources"),
|
||||
description = _("The view showing all the sources"),
|
||||
version = '1.0',
|
||||
gramps_target_version = '4.1',
|
||||
gramps_target_version = MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname = 'sourceview.py',
|
||||
authors = ["The Gramps project"],
|
||||
@ -265,7 +267,7 @@ id = 'citationlistview',
|
||||
name = _("Citations"),
|
||||
description = _("The view showing all the citations"),
|
||||
version = '1.0',
|
||||
gramps_target_version = '4.1',
|
||||
gramps_target_version = MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname = 'citationlistview.py',
|
||||
authors = ["The Gramps project"],
|
||||
@ -280,7 +282,7 @@ id = 'citationtreeview',
|
||||
name = _("Citation Tree"),
|
||||
description = _("A view displaying citations and sources in a tree format."),
|
||||
version = '1.0',
|
||||
gramps_target_version = '4.1',
|
||||
gramps_target_version = MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname = 'citationtreeview.py',
|
||||
authors = ["Tim G L Lyons", "Nick Hall"],
|
||||
|
@ -18,6 +18,8 @@
|
||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
#
|
||||
|
||||
MODULE_VERSION="4.2"
|
||||
|
||||
#------------------------------------------------------------------------
|
||||
#
|
||||
# Narrated Web Site
|
||||
@ -30,7 +32,7 @@ plg.name = _("Narrated Web Site")
|
||||
plg.description = _("Produces web (HTML) pages for individuals, or a set of "
|
||||
"individuals")
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '4.1'
|
||||
plg.gramps_target_version = MODULE_VERSION
|
||||
plg.status = STABLE
|
||||
plg.fname = 'narrativeweb.py'
|
||||
plg.ptype = REPORT
|
||||
@ -53,7 +55,7 @@ plg.id = 'WebCal'
|
||||
plg.name = _("Web Calendar")
|
||||
plg.description = _("Produces web (HTML) calendars.")
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '4.1'
|
||||
plg.gramps_target_version = MODULE_VERSION
|
||||
plg.status = STABLE
|
||||
plg.fname = 'webcal.py'
|
||||
plg.ptype = REPORT
|
||||
|
@ -21,6 +21,8 @@
|
||||
|
||||
# plugins/webstuff/webstuff.gpr.py
|
||||
|
||||
MODULE_VERSION="4.2"
|
||||
|
||||
#------------------------------------------------------------------------
|
||||
#
|
||||
# Stylesheets
|
||||
@ -32,7 +34,7 @@ category = "WEBSTUFF",
|
||||
name = _("Webstuff"),
|
||||
description = _("Provides a collection of resources for the web"),
|
||||
version = '1.0',
|
||||
gramps_target_version = '4.1',
|
||||
gramps_target_version = MODULE_VERSION,
|
||||
fname = "webstuff.py",
|
||||
load_on_reg = True,
|
||||
process = "process_list",
|
||||
|
@ -18,6 +18,6 @@
|
||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
#
|
||||
|
||||
VERSION_TUPLE = (4, 1, 99)
|
||||
VERSION_TUPLE = (4, 2, 0)
|
||||
VERSION = '.'.join(map(str,VERSION_TUPLE))
|
||||
major_version = "%s.%s" % (VERSION_TUPLE[0], VERSION_TUPLE[1])
|
||||
|
Loading…
Reference in New Issue
Block a user