Plugins required to be correct version

svn: r14300
This commit is contained in:
Doug Blank
2010-02-10 12:13:47 +00:00
parent 01757effa1
commit 843fb89ba0
23 changed files with 198 additions and 5 deletions

View File

@@ -26,6 +26,7 @@ register(EXPORT,
description = _('Django is a web framework working on a '
'configured database'),
version = '1.0',
gramps_target_version= '3.2',
status = UNSTABLE,
export_options_title = _('Django options'),
export_options = 'NoFilenameOptions',

View File

@@ -31,6 +31,7 @@ plg.id = 'ex_csv'
plg.name = _("Comma _Separated Values Spreadsheet (CSV)")
plg.description = _("CSV is a common spreadsheet format.")
plg.version = '1.0'
plg.gramps_target_version = '3.2'
plg.status = STABLE
plg.fname = 'ExportCsv.py'
plg.ptype = EXPORT
@@ -50,6 +51,7 @@ plg.id = 'ex_webfamtree'
plg.name = _('_Web Family Tree')
plg.description = _("Web Family Tree format")
plg.version = '1.0'
plg.gramps_target_version = '3.2'
plg.status = STABLE
plg.fname = 'ExportFtree.py'
plg.ptype = EXPORT
@@ -70,6 +72,7 @@ plg.name = _('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 = '3.2'
plg.status = STABLE
plg.fname = 'ExportGedcom.py'
plg.ptype = EXPORT
@@ -89,6 +92,7 @@ plg.id = 'ex_geneweb'
plg.name = _('_GeneWeb')
plg.description = _('GeneWeb is a web based genealogy program.')
plg.version = '1.0'
plg.gramps_target_version = '3.2'
plg.status = STABLE
plg.fname = 'ExportGeneWeb.py'
plg.ptype = EXPORT
@@ -109,6 +113,7 @@ plg.name = _('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 = '3.2'
plg.status = STABLE
plg.fname = 'ExportPkg.py'
plg.ptype = EXPORT
@@ -130,6 +135,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 = '3.2'
plg.status = STABLE
plg.fname = 'ExportXml.py'
plg.ptype = EXPORT
@@ -149,6 +155,7 @@ plg.id = 'ex_vcal'
plg.name = _('vC_alendar')
plg.description = _('vCalendar is used in many calendaring and pim applications.')
plg.version = '1.0'
plg.gramps_target_version = '3.2'
plg.status = STABLE
plg.fname = 'ExportVCalendar.py'
plg.ptype = EXPORT
@@ -168,6 +175,7 @@ plg.id = 'ex_vcard'
plg.name = _('_vCard')
plg.description = _('vCard is used in many addressbook and pim applications.')
plg.version = '1.0'
plg.gramps_target_version = '3.2'
plg.status = STABLE
plg.fname = 'ExportVCard.py'
plg.ptype = EXPORT