home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Misc / FTREE0.3.LHA / ftree / examples / RCS / mccallums,v < prev    next >
Encoding:
Text File  |  1994-04-29  |  1.8 KB  |  113 lines

  1. head    1.2;
  2. access;
  3. symbols;
  4. locks; strict;
  5. comment    @;*    @;
  6.  
  7.  
  8. 1.2
  9. date    94.03.26.11.26.58;    author peteric;    state Exp;
  10. branches;
  11. next    1.1;
  12.  
  13. 1.1
  14. date    94.02.27.19.38.15;    author peteric;    state Exp;
  15. branches;
  16. next    ;
  17.  
  18.  
  19. desc
  20. @mccallums marriage database
  21. @
  22.  
  23.  
  24. 1.2
  25. log
  26. @Corrections & additional members.
  27. @
  28. text
  29. @;*************************************************************************
  30. ;*
  31. ;*     $Name$
  32. ;*
  33. ;*    $Author: peteric $
  34. ;*
  35. ;*    $Date: 1994/02/27 19:38:15 $
  36. ;*
  37. ;*    $Revision: 1.1 $
  38. ;*
  39. ;*    Purpose:    Definition of McCallum family; test example.
  40. ;*            
  41. ;*    $Log: mccallums,v $
  42. ;*    Revision 1.1  1994/02/27  19:38:15  peteric
  43. ;*    Initial revision
  44. ;*
  45. ;*
  46. ;*************************************************************************
  47.  
  48. option
  49. {
  50.     title "McCallum \"Clan\" Tree"
  51.     title font "ZapfChancery"
  52.     vspace 1.0
  53.     root A85
  54.     orientation landscape
  55. }
  56.  
  57. include "../examples/people"
  58.  
  59. ; Charles & Hilma Joyce McCallum
  60. marriage { husband A28 wife A27 married 14 Apr 1932 children A17 A29 A32 }
  61.  
  62. ; Malcolm & Elizabeth McCallum
  63. marriage { husband A85 wife A90 married 7 Jun 1895 children A80 A28 A81 A82 A83 A84 }
  64.  
  65. ; Hugh & Ann
  66. marriage { husband A18 wife A17 married 27 Mar 1965 children A15 A16 }
  67.  
  68. ; Malcolm & Susan
  69. marriage { husband A29 wife A30 married ? ? 1964 children A91 A92 A93 }
  70.  
  71. ; Agnes & Martin Todd
  72. marriage { husband A86 wife A82 married ? ? 1939 children A94 A95 }
  73.  
  74. ; William & Margaret
  75. marriage { husband A94 wife A96 children A98 A99 A100 }
  76.  
  77. ; Malcolm & Judith
  78. marriage { husband A95 wife A97 }
  79.  
  80. ; Stewart & Jean
  81. marriage { husband A83 wife A87 children A102 A103 }
  82.  
  83. ; Charles & Alison
  84. marriage { husband A103 wife A104 children A105 A106 }
  85.  
  86. ; Mary & Charles
  87. marriage { husband A107 wife A102 married 30 Apr 1994 }
  88. @
  89.  
  90.  
  91. 1.1
  92. log
  93. @Initial revision
  94. @
  95. text
  96. @d5 1
  97. a5 1
  98. ;*    $Author$
  99. d7 1
  100. a7 1
  101. ;*    $Date$
  102. d9 1
  103. a9 1
  104. ;*    $Revision$
  105. d13 3
  106. a15 1
  107. ;*    $Log$
  108. d17 1
  109. d29 1
  110. a29 1
  111. include "people"
  112. @
  113.