home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / unix / volume27 / conv123 / part01 / README < prev    next >
Text File  |  1993-09-05  |  2KB  |  42 lines

  1.  
  2. conv123, grph123  9 Aug 1993 -- gss
  3.  
  4. conv123 is a utility for creating a binary-ready spreadsheet
  5. that can be read in directly by Lotus/123(TM) or programs
  6. that can read Lotus/123(TM) spreadsheets.  It grew out of
  7. the need to take our corporate data and deliver it as a
  8. kind of inexpensive "executive information system" to
  9. micro-computers that had been networked together, when it
  10. was realized that the standard "import" function used to
  11. read ASCII data files was too restricting.
  12.  
  13. It is hoped that the straightforward ASCII input file format,
  14. designed for use with a report writer, will be suitable for
  15. most data-generating methods, including 3rd and 4th generation
  16. languages.
  17.  
  18. This distribution also includes grph123, which produces a Lotus(TM)
  19. "named graph" file.  Although requiring a different input file
  20. format, this utility can be quite useful, permitting as it does
  21. the creation of pre-formatted graph instructions for Lotus/123(TM),
  22. and also for those programs capable of interpreting such information
  23. (e.g., Excel(TM)).
  24.  
  25. The utilities are fairly simple, currently supporting no options, and
  26. after unpacking, should just require a simple "make" to create.
  27. You may want to edit the Makefile for compiler flags, or for target
  28. directory information ("BINDIR" and "MANDIR" variables) if you intend
  29. to "make install."
  30.  
  31. conv123 can be used as a filter (i.e., stdin or stdout redirected),
  32. although grph123 can re-direct only stdout.  They have been tested
  33. only on HP-UX 8.0x (series 700 machines), AIX 3.2, and SunOS 4.x.  We
  34. really don't feel much like enhancing them right now, but feel free to
  35. mail bugs reports (in any form) to greg@brooktree.com.
  36.  
  37. By the way: if you really must run this program on an Intel processor,
  38. be sure to alter the "swapb" macro to do no swapping.  It is not
  39. imagined that there would be much need for this, as most Intel-based
  40. operating systems should have utilities such as conv123 readily and
  41. inexpensively available.
  42.