aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2004-07-02 23:31:32 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2004-07-02 23:31:32 +0000
commit6058d1838e2b7a926a454d57e30a8ce52494b188 (patch)
tree7d330df8e91cbfd55375cd171fb918694eb51402 /etc
parentae898616d13bde7a8652c36dd7a775be2c53ac5c (diff)
downloadluasocket-6058d1838e2b7a926a454d57e30a8ce52494b188.tar.gz
luasocket-6058d1838e2b7a926a454d57e30a8ce52494b188.tar.bz2
luasocket-6058d1838e2b7a926a454d57e30a8ce52494b188.zip
Releasing the beta-beta.
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