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

  1. head    1.1;
  2. access;
  3. symbols;
  4. locks; strict;
  5. comment    @# @;
  6.  
  7.  
  8. 1.1
  9. date    94.04.28.00.17.26;    author peteric;    state Exp;
  10. branches;
  11. next    ;
  12.  
  13.  
  14. desc
  15. @Readme message in Aminet format.
  16. @
  17.  
  18.  
  19. 1.1
  20. log
  21. @Initial revision
  22. @
  23. text
  24. @Short: PostScript Family Tree Formatter v0.3.
  25. Type: src/misc
  26. Uploader: peteric@@isltd.insignia.com
  27. Author: peteric@@isltd.insignia.com
  28.  
  29. This release is to be considered a BETA. I believe it works OK but there
  30. are still probably bugs lurking there somewhere! In addition, I don't think
  31. this will work on OS's before 2.04 - I tried it once and the startup code
  32. crashed. I'm not sure why yet. Not having a WB 3.0 machine that hasn't been
  33. tried. Any takers?
  34.  
  35. Archive Details
  36. ===============
  37.  
  38. This is the distribution archive for the program Ftree. It comes in two
  39. flavours: source and binary, currently called:
  40.  
  41.     ftreesrc0.3.lha        -- source archive
  42.     ftreebin0.3.lha        -- binary archive
  43.  
  44. The source archive contains just the sources, in RCS form. The binary
  45. archive contains the compiled programs and the libraries necessary to use
  46. them. Note that the PostScript interpreter is NOT included. If you don't
  47. have a PostScript printer like a LaserWriter then I suggest using the
  48. 'post' program available on the Fish Disks Collection and elsewhere on
  49. Aminet. Ftree does not require a level 2 PostScript implementation, but
  50. will work with one (I think).
  51.  
  52. The binary archive has been compiled with the gcc 2.5.8 compiler ported by
  53. Philippe Brand - thanks for that Philippe! As a result, it uses the ixemul
  54. library and so the pathnames follow Unix syntax - that is:
  55.  
  56.     Amiga    Unix    Description
  57.     -----    ----    -----------
  58.     devs:    /devs    assigns & vol names gain a slash
  59.     /a/b    ../a/b    parent directory indicated with '..' before slash
  60.     ""    .    current directory indicated with '.' before slash
  61.  
  62. The ixconfig program can be used to switch off this behavoiur if you like;
  63. however this is not supplied in this archive.
  64.  
  65. The program has also been successfully compiled on various Unix machines
  66. without problems.
  67.  
  68. Introduction to FTree
  69. =====================
  70.  
  71. Ftree is a formatter for family history trees. Currently it only supports
  72. the standard form of tree, with a person at the top and branches down.
  73. Other varieties may come later.
  74.  
  75. Please note that this program does NOT attempt to interpret the tree - it
  76. will print what you tell it. No 'feed the people in & it'll work out the
  77. relationships' here, I'm afraid.
  78.  
  79. The program currently only uses  the CLI (shell) interface. Given the
  80. current nature of the program as what is known as a filter it seemed a bit
  81. pointless to put a GUI around it; however I might do this in the future,
  82. together with a screen previewer.
  83.  
  84. More information instructions for use can be found in the AmigaGuideĀ®
  85. document in the 'guides' directory. The program comes equipped with an
  86. install script for the Commodore Installer, which should be used to set up
  87. the computer with the necessary defines.
  88.  
  89. Hope this is useful;
  90.  
  91. Peter Ivimey-Cook.
  92. @
  93.