For publishing to my website I would like to write a small bash script that I can just execute to automate the necessary steps. That is, first do the Narrated Web Site report creation, then afterwards some rsync
or ftp command to upload.
For the first part is there some kind of CLI (command line option) to create the Narrated Web Site report and quit afterwards?
I ran gramps --usage
and it shows something like:
10. To generate a web site into an other locale (in german):
LANGUAGE=de_DE; LANG=de_DE.UTF-8 gramps -O 'Family Tree 1' -a report -p name=navwebpage,target=/../de
Not sure what would be the -p
name for the Narrated Web Site and its options (just the ones I saved it with the last time would be fine though).