aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/README b/etc/README
index c459a46..e72471d 100644
--- a/etc/README
+++ b/etc/README
@@ -20,6 +20,13 @@ converted into a library, similar to the HTTP and FTP libraries, that can
20be used from within any luasocket application. Take a look on the source 20be used from within any luasocket application. Take a look on the source
21code and you will be able to figure out how to use it. 21code and you will be able to figure out how to use it.
22 22
23 lp.lua -- LPD client
24
25The lp.lua module implements the client part of the Line Printer Daemon
26protocol, used to print files on Unix machines. It is courtesy of David
27Burgess and I heard he would be the one supporting it, even after I messed
28with it. See the source code and the lpr.lua in the examples directory.
29
23 get.lua -- file retriever 30 get.lua -- file retriever
24 31
25This little program is a client that uses the FTP and HTTP code to 32This little program is a client that uses the FTP and HTTP code to