Skip to content

prculley/addons-source

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Packages

No packages published

Languages

  • Python 92.2%
  • JavaScript 6.4%
  • CSS 1.3%
  • Other 0.1%