home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 24 / CD_ASCQ_24_0995.iso / vrac / ged2ht23.zip / MSDOS < prev    next >
Text File  |  1995-06-22  |  2KB  |  33 lines

  1. DIFFERENCES BETWEEN THE MS-DOS/MS-WINDOWS AND UN*X VERSIONS OF GED2HTML
  2.  
  3. The files "g2hdos.exe" and "g2hwin.exe" are MS-DOS and MS-WINDOWS executables,
  4. respectively.  The MS-DOS version is useful only for small GEDCOMS of under
  5. about 100K bytes, as the program is fairly extravagant in its use of memory,
  6. and it does not make use of extended or expanded memory.  The MS-WINDOWS
  7. version can process much larger GEDCOMS, depending on the amount of memory and
  8. swap area available to the system.  As the MS-DOS filesystem appears to use a
  9. file creation algorithm that takes time quadratic in the number of entries in
  10. a directory, if too many files are created in one directory the program starts
  11. to run very slowly.  Thus, under MS-DOS or MS-WINDOWS, the default is to
  12. create several subdirectories for the individual HTML files, and to limit the
  13. number of files per subdirectory to 100.  The default value can be
  14. overridden with the "-d" option, and the use of subdirectories can be
  15. completely disabled by specifing "-d 0".  In addition, under MS-DOS, the
  16. default is to reduce the total number of HTML files by placing 10 individuals
  17. into each file.  The number of individuals per file can be modified with the
  18. "-n" option.  Specifying "-n 0" causes each individual to be placed in a
  19. separate file.
  20.  
  21. Another difference in the behavior of the MS-DOS/MS-WINDOWS and the UN*X
  22. versions of the program is that under MS-DOS and MS-WINDOWS, hyperlinks
  23. generated by the program are converted to lower-case before inclusion in the
  24. HTML files, and the default extension used for HTML files is ".htm" rather
  25. than ".html".  The reason for these differences is I was getting a lot of
  26. complaints from MS-DOS/MS-WINDOWS users who processed their GEDCOMS under
  27. those operating systems, then uploaded their files to their WWW service
  28. provider (usually a Un*x system), only to find that the uploading process
  29. had converted all their file names into lower-case so that all the hyperlinks
  30. in the HTML files failed.  I hope the modifications I have made to the program
  31. will avoid this situation in the future.
  32.  
  33.