home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-2.iso / Unix / spreadsheets / sc.README < prev   
Encoding:
Text File  |  1993-07-17  |  3.5 KB  |  80 lines

  1. This is a much modified version of the public domain spread sheet sc,
  2. posted several years ago by Mark Weiser as vc, originally by James Gosling.
  3.  
  4. CHANGES lists the changes since 6.1 to 6.13.
  5. Current maintainer: {sequent, tippy.cs.purdue.edu}!sawmill!buhrt (Jeff Buhrt)
  6.  
  7. When you get it built, try "sc tutorial.sc" for a simple introduction
  8. to the basic commands.
  9.  
  10. To print a quick reference card, type the command:
  11.     scqref | [your_printer_commmand]
  12.  
  13. If you have the command 'file' that uses /etc/magic add the line:
  14. 38    string        Spreadsheet    sc file
  15.  
  16. Psc formats ascii files for use in the spread sheet.  If you don't have
  17. getopts, there is a public domain version by Henry Spencer hidden away in
  18. the VMS_NOTES file.
  19.  
  20. I have modified the Makefile to make it easy for you to call the
  21. program what you want (I saw at least five different names in
  22. correspondence and on the net).  Just change "name=sc" and "NAME=SC" to
  23. "name=myfavoritename" and "NAME=MYFAVORITENAME" and try "make
  24. myfavoritename".
  25.  
  26. Similarly, you can make the documentation with "make myfavoritename.man".
  27. "make install" will make and install the code in EXDIR.  The
  28. installation steps and documentation all key off of the name.  The
  29. makefile even changes the name in the nroffable man page.  If you don't
  30. have nroff, you will have to change sc.man yourself.
  31.  
  32. This release has been tested against a Sequent S81 running DYNIX 3.0.17
  33. (BSD 4.2):cc, atscc, gcc, AT&T SysV 3.2.2:cc, gcc, ESIX SysV 3.2 Rev D:cc, gcc.
  34. Just check the Makefile for the system flags.   I have heard
  35. reports of lots of other machines that work. If you have problems with
  36. lex.c, and don't care about arrow keys, define SIMPLE (-DSIMPLE in the
  37. makefile).  SIMPLE causes the arrow keys to not be used.
  38.  
  39. Guidelines for Hackers:
  40.  
  41. If you want to send changes you have made to SC, please feel free to do
  42. so.  If they work :-) and seem worthwhile, I'll put them in.  Please
  43. refrain from wholesale "style" or "cleanup" changes.  It is easy to add
  44. your changes but it makes it hard to merge in the next guy's stuff if
  45. he used the release as a base.  Leave my $Revision:  identifiers alone-
  46. they help me track what you used as a base.  If you check the code into
  47. rcs, delete the "$"s on the Revison lines before you do.
  48.  
  49. You may not like 4 space indenting and curly braces on the "if" line,
  50. but your code will look like that before it leaves my hands so you may
  51. as well abide by the style in the code when you make your changes.  I
  52. have also been known to break things trying to make them look "right".
  53. If you do string functions, please, PLEASE pay attention to null
  54. pointers, use xmalloc and xfree, and xfree those arguments.  And
  55. don't forget to document your changes in both help.c and sc.doc.
  56.  
  57. Disclaimer:
  58.  
  59. Starting 4/4/90: (I will be maintaining Sc for a while at least,
  60.     Robert Bond has been very busy lately)
  61. Sc is not a product of Grauel Enterprises, Inc.  It is supplied as
  62. is with no warranty, express or implied, as a service to Usenet readers.
  63. It is not copyrighted, either.  Have at it.
  64.  
  65. Archives:
  66. 1) (FTP) jpd@usl.edu James Dugal
  67.     pc.usl.edu
  68.  
  69. 2) (UUCP) marc@dumbcat.sf.ca.us (Marco S Hyman)
  70.     dumbcat Any ACU 9600 14157850194 "" \d\r in:--in: nuucp word: guest
  71.     dumbcat Any ACU 2400 14157850194 "" \d\r in:-BREAK-in: nuucp word: guest
  72.     dumbcat Any ACU 1200 14157850194 "" \d\r in:-BREAK-in:-BREAK-in: nuucp word: guest
  73.   Note: dumbcat speaks 9600 at V.32 -- sorry, this is not a Telebit modem.
  74.   (Grab dumbcat!~/INDEX for a complete list)
  75.  
  76.                     Jeff Buhrt
  77.                     Grauel Enterprises, Inc.
  78.                     sequent!sawmill!buhrt
  79.  
  80.