Trunk is now version 3.3.0
svn: r14653
This commit is contained in:
@@ -26,7 +26,7 @@ register(EXPORT,
|
||||
description = _('Django is a web framework working on a '
|
||||
'configured database'),
|
||||
version = '1.0',
|
||||
gramps_target_version= '3.2',
|
||||
gramps_target_version= '3.3',
|
||||
status = UNSTABLE,
|
||||
export_options_title = _('Django options'),
|
||||
export_options = 'NoFilenameOptions',
|
||||
|
@@ -31,7 +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.gramps_target_version = '3.3'
|
||||
plg.status = STABLE
|
||||
plg.fname = 'ExportCsv.py'
|
||||
plg.ptype = EXPORT
|
||||
@@ -51,7 +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.gramps_target_version = '3.3'
|
||||
plg.status = STABLE
|
||||
plg.fname = 'ExportFtree.py'
|
||||
plg.ptype = EXPORT
|
||||
@@ -72,7 +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.gramps_target_version = '3.3'
|
||||
plg.status = STABLE
|
||||
plg.fname = 'ExportGedcom.py'
|
||||
plg.ptype = EXPORT
|
||||
@@ -92,7 +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.gramps_target_version = '3.3'
|
||||
plg.status = STABLE
|
||||
plg.fname = 'ExportGeneWeb.py'
|
||||
plg.ptype = EXPORT
|
||||
@@ -113,7 +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.gramps_target_version = '3.3'
|
||||
plg.status = STABLE
|
||||
plg.fname = 'ExportPkg.py'
|
||||
plg.ptype = EXPORT
|
||||
@@ -135,7 +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.gramps_target_version = '3.3'
|
||||
plg.status = STABLE
|
||||
plg.fname = 'ExportXml.py'
|
||||
plg.ptype = EXPORT
|
||||
@@ -155,7 +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.gramps_target_version = '3.3'
|
||||
plg.status = STABLE
|
||||
plg.fname = 'ExportVCalendar.py'
|
||||
plg.ptype = EXPORT
|
||||
@@ -175,7 +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.gramps_target_version = '3.3'
|
||||
plg.status = STABLE
|
||||
plg.fname = 'ExportVCard.py'
|
||||
plg.ptype = EXPORT
|
||||
|
Reference in New Issue
Block a user