add mini-lpd
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
9727197f97
commit
034397408d
5 changed files with 17 additions and 0 deletions
17
software/mini-lpd.mdwn
Normal file
17
software/mini-lpd.mdwn
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
A small non-queuing lpd
|
||||||
|
|
||||||
|
## Introduction
|
||||||
|
mini-lpd is a small lpd. It does not care about the control file sent, nor
|
||||||
|
does it honour any lpd specific commands, though it will acknowlegde them.
|
||||||
|
It takes a document and puts it on the printer. The client will have
|
||||||
|
to wait until it is printed, as mini-lpd does not have any queue (well, it has,
|
||||||
|
but only to queue tcp/ip connections ;-).
|
||||||
|
mini-lpd should run and compile on every UNIX (Linux, BSD, SunOS, ...)
|
||||||
|
(as of version 0.4).
|
||||||
|
|
||||||
|
## download
|
||||||
|
|
||||||
|
* [[mini-lpd-0.4.tar.bz2]] - using poll instead of sigio makes mini-lpd portable
|
||||||
|
* [[mini-lpd-0.3.tar.bz2]] - less debug, some cleanups
|
||||||
|
* [[mini-lpd-0.2.tar]] - first working version
|
||||||
|
* [[mini-lpd-0.1.tar]] - initial (broken) release
|
BIN
software/mini-lpd/mini-lpd-0.1.tar
Normal file
BIN
software/mini-lpd/mini-lpd-0.1.tar
Normal file
Binary file not shown.
BIN
software/mini-lpd/mini-lpd-0.2.tar
Normal file
BIN
software/mini-lpd/mini-lpd-0.2.tar
Normal file
Binary file not shown.
BIN
software/mini-lpd/mini-lpd-0.3.tar.bz2
Normal file
BIN
software/mini-lpd/mini-lpd-0.3.tar.bz2
Normal file
Binary file not shown.
BIN
software/mini-lpd/mini-lpd-0.4.tar.bz2
Normal file
BIN
software/mini-lpd/mini-lpd-0.4.tar.bz2
Normal file
Binary file not shown.
Loading…
Reference in a new issue