Add files from parent branch HEAD:
[pkgsrc.git] / editors / sam / DESCR
1 This is an X11 version of Rob Pike's editor, sam.  Documentation describing
2 its use and construction are provided in subdirectory doc.  The file doc/sam.1
3 contains the manual page; doc/sam.tut.ms is a tutorial that can be
4 formatted with troff -ms.  It substitutes Bold and Italics for the
5 fonts named CW and CS; if your system has these fonts, remove the
6 CW and CS macros at the beginning of the file. The files doc/sam.ps
7 and doc/se.ps are postscript versions of published papers describing
8 sam and structural regular expressions.  These papers reflect sam's
9 capabilities at the time of publication several years ago; while the
10 general description remains accurate, some functions may have changed
11 or been removed.  Other files in the doc directory contain manual pages
12 for the library packages used by sam.
13
14 Sam is composed of two programs: sam itself, which does the command processing
15 and file manipulation; and samterm, which controls the display and
16 interacts with the user.  You can run sam on one machine and samterm on another
17 connected via remote execution.