home *** CD-ROM | disk | FTP | other *** search
/ The Best Internet Programs / BESTINTERNET.bin / latest / ged2ht20 / options < prev    next >
Text File  |  1995-04-08  |  1KB  |  26 lines

  1. Someday I will replace this file with proper documentation, but for now,
  2. here are meanings of the option flags currently understood by ged2html:
  3.  
  4. USAGE:
  5.  
  6. ged2html [-dvHi][-s <individual> ...][-u <URL template>][-f <file template>][-h <header template>][-- <gedcom-file> ...]
  7.  
  8.  -v            Print version information.
  9.  -c            Disable automatic capitalization of surnames.
  10.  -i            Cause an index file to be generated containing
  11.             all the individuals in the input.
  12.  -d max_per_directory    Specify number of individuals per subdirectory
  13.             (0 means no subdirectories).
  14.  -s individuals ...    Limit the production of output files to a specified
  15.             set of zero or more selected individuals.
  16.  -u url_template    Specify a template string for the URL's used
  17.             in the anchors in the output files (default "%s.html").
  18.  -f file_template    Specify a template string for the names of the
  19.             HTML files (default "%s.html").
  20.  -t individual_template    Specify an HTML template file for individuals.
  21.  -T index_template    Specify an HTML template file for the index.
  22.  -H            Print a brief message listing the available options.
  23.  
  24. The template files contain text interspersed with macro commands to
  25. control the production of output.  
  26.