1
0
mirror of https://github.com/PDP-10/its.git synced 2026-02-27 01:09:49 +00:00

VERSA - Versatec/Gould printer spooler.

This program reads files in several printable formats including ARDS,
XGP and PLT, and rasterises them for Versatec V80 and Gould 5200
printers, or as "Harvard scan" RLE bitmap files.

Normally it runs as a printer spooler, scanning the .GLPR. directory.
When invoked as VERSA, it runs in a test mode where it opens a fixed
series of files and displays them interactively using SUPDUP graphics.
The latter is more useful at the moment, so don't install the CHANNA
link by default.
This commit is contained in:
Adam Sampson
2018-05-09 00:24:04 +01:00
committed by Adam Sampson
parent b24b917628
commit 3202d117e7
5 changed files with 6438 additions and 1 deletions

View File

@@ -12,7 +12,7 @@ SRC = system syseng sysen1 sysen2 sysen3 sysnet kshack dragon channa \
tensor transl wgd zz graphs lmlib pratt quux scheme gsb ejs mudsys \
draw wl taa tj6
DOC = info _info_ sysdoc sysnet syshst kshack _teco_ emacs emacs1 c kcc \
chprog sail draw wl pc tj6 share
chprog sail draw wl pc tj6 share _glpr_
BIN = sys2 emacs _teco_ lisp liblsp alan inquir sail comlap c decsys moon \
graphs draw datdrw fonts fonts1 fonts2

View File

@@ -798,3 +798,9 @@ respond "*" "purify\033g"
respond "DSK: SYS; TS NTJ6" "\r"
respond "*" ":kill\r"
respond "*" ":link sys; ts tj6, sys; ts ntj6\r"
# Versatec spooler
# This has some harmless unresolved symbols (FOO, XE4).
respond "*" ":midas sys3;ts versa_dcp; versa\r"
expect ":KILL"
# respond "*" ":link channa; rakash v80spl,sys3; ts versa\r"

1
doc/_glpr_/-read-.-this- Normal file
View File

@@ -0,0 +1 @@
This is the spool directory for the Gould and Versatec printer spoolers.

View File

@@ -193,6 +193,7 @@
- UP/DOWN, check if host is online.
- UPTIME, Chaosnet uptime server.
- USQ, unsqueeze/uncram a file.
- VERSA/SPOOLR, Versatec/Gould printer spooler.
- VV/VJ/DETREE, list jobs.
- XHOST, tool for replacing host nicnames with real hostnames.
- WHAT, humorous quips to various "what" questions.

6429
src/dcp/versa.210 Normal file

File diff suppressed because it is too large Load Diff