Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 980 Bytes

README.md

File metadata and controls

39 lines (29 loc) · 980 Bytes

addons-source Build Status

Source code of contributed Third-party addons for the Gramps genealogy program.

To develop your own addon:

Usage

Use make.py for Gramps addons.

Examples:

  • Creates the initial directories for the addon.
python make.py gramps42 init AddonDirectory
  • Creates the initial empty AddonDirectory/po/fr-local.po file for the addon.
python make.py gramps42 init AddonDirectory fr
  • Updates AddonDirectory/po/fr-local.po with the latest translations.
python make.py gramps42 update AddonDirectory fr
  • Build ../download/AddonDirectory.addon.tgz
python make.py gramps42 build AddonDirectory
  • Create or update the lising entry for your addon
python make.py gramps42 listing AddonDirectory