GEPS008: Convert plugin filenames to lowercase
svn: r19898
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user