NAME
timeline.pl - Convert a Gedcom file into a Timeline file
SYNOPSIS
timeline.pl [options]
Options:
-ancestors
-everyone
-getcom_file a_file_name
-help
-include_spouses
-root_person a_personal_name
-verbose
-xml_file a_file_name
Exit value:
OPTIONS
- -ancestors
-
If this option is used, the ancestors of the root_person (see below) are processed.
If this option is not used, their descendents are processed.
- -everyone
-
If this option is used, everyone is processed, and the root_person (see below) is ignored.
If this option is not used, the root_person is processed.
- -gedcom_file a_file_name
-
The name of your Gedcom input file.
The default value is bach.ged (so timeline.pl runs OOTB [out-of-the-box]).
- -help
-
Print help and exit.
- -include_spouses
-
If this option is used, and descendents are processed, spouses are included.
If this option is not used, spouses are ignored.
- -root_person a_personal_name
-
The name of the person on which to base the timeline.
The default is 'Johann Sebastian Bach'.
- -verbose
-
Print verbose messages.
The default value for verbose is 0.
- -xml_file a_file_name
-
The name of your XML output file.
The default value is 'timeline.xml'.
Note: The name of the XML file is embedded in timeline.html, at line 28. You will need to edit this file if you do not use 'timeline.xml' as your XML output file.
DESCRIPTION
timeline.pl converts a Gedcom file into a Timeline file.
See http://simile.mit.edu/timeline for details.