Source code of contributed Third-party addons for the Gramps genealogy program.
To develop your own addon:
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