home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / CPM / PROGRAMS / LIST / SIGNS.MQG / signs.msg
Text File  |  2000-06-30  |  6KB  |  131 lines

  1. SIGNS version 4.1
  2. MakeFont version 2.3
  3. 22 Dec 86
  4.  
  5. There are now four libraries (or archives) to this set of 
  6. programs: TSIGNS, ISIGNS, MSIGNS, and GSIGNS.  Generally 
  7. speaking, TSIGNS contains a complete set of files for TurboPascal 
  8. under CP/M-80, ISIGNS contains the complete set for MS-DOS, 
  9. MSIGNS contains generic sources and executables [in Pascal MT+] 
  10. for CP/M-80 (8080's), and GSIGNS contains generic sources and 
  11. executables [in TurboPascal] for CP/M-80 (Z80).  Pick whatever 
  12. you need, all can (generally-speaking) standalone.  
  13.  
  14. SIGNS is a program to make banners (down page) and signs (across 
  15. page).  Written in TurboPascal, SIGNS allows lots of options:  
  16. input from keyboard or file, output to screen, printer or file, 
  17. change height and width of output, and printer control, all in an 
  18. screen oriented format.  Generic versions are a bit less 
  19. capabile and don't have fancy screen displays.
  20.  
  21. A separate program, MakeFont, is used to generate the random 
  22. access fontfile used by SIGNS.  Three fontfiles are included, one 
  23. of which will work only on the MS-DOS version (it's *BIG*).
  24.  
  25. The full-blown SIGNS is supplied in source code - it may have to 
  26. be recomplied, preferably with TurboPascal.  If you don't have 
  27. TurboPascal, you will have to get either of the GSIGNS or MSIGNS 
  28. which contains two other versions: a stripped down version 
  29. (MSIGNS) without all the fancy Turbo-Pascal-specific functions, 
  30. (the executable COM file for CP/M-80 was done with DR's Pascal 
  31. MT+ so it should run on 8080's and 8085's too) and a TurboPascal 
  32. version (GSIGNS) that is very near to the full SIGNS but with the 
  33. screen and printer controls stripped out (this executable COM 
  34. file for CP/M-80 was done with TurboPascal, so it's probably Z80 
  35. only.)
  36.  
  37. MS-DOS people have it a bit easier, ISIGNS contains both sources 
  38. and executables.
  39.  
  40. The library name is only a mneumonic to remember the contents of 
  41. each library, all are varients or different versions of the base 
  42. 'SIGNS'.  Contents are:
  43.  
  44. Archive: GSIGNS32.ARK CRC = 29 86 Generic Signs in Z80 CP/M (TurboPascal)
  45.                 Actual  Stored
  46. Filename        Length   Size   
  47. --------        ------  ------  
  48. FONT1.DAT        12032    1595  \ two font files          
  49. FONT2.DAT        12032    3297  /   (TSIGNS has source)   
  50. GSIGNS32.COM     25856   18349  \ executable              
  51. GSIGNS32.PAS     45696   18171  / source to generic signs 
  52. MAKEFONT.COM     11136    9617  \ executable              
  53. MAKEFONT.PAS      5894    2702  / source to font generator
  54. ----            ------  ------  
  55. 0006            112646   53731  
  56.  
  57. Archive: ISIGNS41.ARC CRC = 1B 87 Signs for IBM in MS-DOS (TurboPascal)
  58.  
  59. Filename        Length   Size 
  60. --------        ------  ------
  61. FONT1.ASC        10624    2357 \ small (10x12) font
  62. FONT1.DAT        12000    1576 / 
  63. FONT2.ASC        62464    6266 \ medium (20x40) font
  64. FONT2.DAT        12000    3284 / 
  65. FONT2.TST          256     206 input file to test font2
  66. GOTHFONT.ASC    177408   21009 \ large (24x105) font
  67. GOTHFONT.DAT     71040   12352 / 
  68. GOTHFONT.FF     163200    9331 original font from 'gothic'
  69. GOTHMASC.COM     12654   11919 \ convert horizontal format font to vertical
  70. GOTHMASC.PAS      2284    1224 / 
  71. GOTHMF.COM       14124   13045 \ makefont patched for large font
  72. GOTHMF.PAS        5908    2721 /
  73. GOTHSN.COM       34673   27969 \ signs patched for large font
  74. GOTHSN.PAS       54699   20392 /
  75. MAKEFONT.COM     14106   13032 \ create fonts (up to medium size)
  76. MAKEFONT.PAS      5913    2720 /
  77. POP.COM          14380   13148 \ make your machine go 'pop'
  78. POP.PAS          10413    4280 /
  79. SIGNS.IN           256     213 sample input
  80. SIGNS.OUT        13440    3489 sample output
  81. SIGNS.COM        34666   27917 \ signs for up to medium fonts
  82. SIGNS.PAS        54694   20567 /
  83. ----            ------  ------
  84. 0022            781202  219017
  85.  
  86. Archive: MSIGNS12.ARK CRC = 04 15 Signs in Pascal MT+ (CP/M-80 generic)
  87.                 Actual  Stored
  88. Filename        Length   Size 
  89. --------        ------  ------
  90. GFONT.ASC        10496    3788 \ small font file
  91. GFONT.DAT        11904    3186 /
  92. GMAKEFNT.COM     12416    6779 \ create dat files
  93. GMAKEFNT.SRC      3712    1805 /
  94. GSIGNS12.COM     32000   17838 \ signs
  95. GSIGNS12.SRC     25984    9366 /
  96. ----            ------  ------
  97. 0006             96512   42762
  98.  
  99. Archive: TSIGNS41.ARK CRC = C1 57 TurboPascal Source for CP/M-80
  100.                 Actual  Stored
  101. Filename        Length   Size 
  102. --------        ------  ------
  103. FONT1.ASC        10624    2357 small font
  104. FONT2.ASC        62464    6266 medium font
  105. FONT2.TST          143     143 test the medium font
  106. MAKEFONT.PAS      5894    2702 create dat files from asc files
  107. POP.PAS          10046    4145 self destruct?
  108. SIGNS.IN           256     213 input file (font1 test)
  109. SIGNS.OUT        13332    3485 output file
  110. SIGNS.PAS        10305    3794 \
  111. SIGNS0.PAS        5799    2615  \
  112. SIGNS1.PAS        6827    2763   \
  113. SIGNS2.PAS       10125    4031    \
  114. SIGNS3.PAS        6691    2519     \
  115. SIGNS4.PAS       15033    6020      \ source
  116. ----            ------  ------
  117. 0013            157539   41053
  118.  
  119. --> FILE:  SIGNS   .DQC         CRC = 80 27
  120.  
  121. The separate documentation file, SIGNS.DQC, contains lots more info.  
  122. SIGNS.DOC is formatted to print pretty with WordStar - if control 
  123. characters and print commands are not acceptable to your system 
  124. run the file though a filter.  (FILT from Irv Hof is 
  125. recommended.)
  126.  
  127. Bob Bloom
  128. 46 Broadleaf Drive
  129. Newark, DE 19702
  130.  
  131.