add mini-lpd

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2010-05-14 03:00:47 +02:00
parent 9727197f97
commit 034397408d
5 changed files with 17 additions and 0 deletions

17
software/mini-lpd.mdwn Normal file
View 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

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.