This is a summary of a presentation given by Colin Liebenrood at the PUG Meeting in Oxford on 9th November 2002.
Two major groups:
Many possibilities, available for free or at small cost. For example, the following are all shareware (try before you buy):
Designed especially to work with programs from Pedigree Software: Pedigree for DOS, PediView and PediTree.
RECORD Marriage
FIELDS: Name Type Tag
husband Person husb
wife Person wife
children Person chil
marriage event marr
divorce event divo
adopted Person adop
div logical div
WifeSurname text WSn
PICTURE TreeDetail
if marriage.notes between"("and")" then " = "
else if descendant.spouse present then |"m." end end
if #descendant.marriages > 1 or marriagenumber > 1
then "(" marriagenumber ")"
end
detail(marriage)
["div."div detail(divorce)]
MarHusb Marriage Picture 361 227 367
marked Person Picture 131 disp
Marriage Record 299 88 89 108 436 443
marriage Marriage Field event (Group) 306 231 318 323 342 347
359 362 364 439 508
This is fine for printed copy, not for on-screen use.
An associated printing utility, PrintPed, was provided in 1994 by Mark Draper. This isn't suitable for the Windows environment. Worse, one anti-virus program thinks (wrongly) that PrintPed is infected.
Marriage.MarHusb() uses event.normal(), event.notes, Marriage.husband, Marriage.marriage, Person.name() Marriage.MarHusb() used by Marriage.HusbandsFam(), Person.partners() Marriage.marriage used by Marriage.FamilyMar(), Marriage.MarHusb(), Marriage.MarWife(), Marriage.REPORT_Family, Marriage.TABLE_Family, Marriage.tree(), Marriage.TreeDetail(), Person.BBFather(), Person.REPORT_Pedigree, Person.TABLE_IGI, Person.TABLE_SourceNotes, plan.detailbox() Marriage.MarWife() uses event.normal(), event.notes, Marriage.marriage, Marriage.WifeName() Marriage.MarWife() used by Marriage.WifesFam(), Person.partners()
Program required a total re-think for on-line use. Some considerations were:-
Development of the new Windows version continues to improve presentation and add facilities. The program isn't yet generally available. A few evaluation copies have been given out and user's comments are awaited. Once the results of this evaluation have been incorporated, PedSpecs will be made available to all.