diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-07-02 23:31:32 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-07-02 23:31:32 +0000 |
commit | 6058d1838e2b7a926a454d57e30a8ce52494b188 (patch) | |
tree | 7d330df8e91cbfd55375cd171fb918694eb51402 /etc | |
parent | ae898616d13bde7a8652c36dd7a775be2c53ac5c (diff) | |
download | luasocket-6058d1838e2b7a926a454d57e30a8ce52494b188.tar.gz luasocket-6058d1838e2b7a926a454d57e30a8ce52494b188.tar.bz2 luasocket-6058d1838e2b7a926a454d57e30a8ce52494b188.zip |
Releasing the beta-beta.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/README | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -20,6 +20,13 @@ converted into a library, similar to the HTTP and FTP libraries, that can | |||
20 | be used from within any luasocket application. Take a look on the source | 20 | be used from within any luasocket application. Take a look on the source |
21 | code and you will be able to figure out how to use it. | 21 | code and you will be able to figure out how to use it. |
22 | 22 | ||
23 | lp.lua -- LPD client | ||
24 | |||
25 | The lp.lua module implements the client part of the Line Printer Daemon | ||
26 | protocol, used to print files on Unix machines. It is courtesy of David | ||
27 | Burgess and I heard he would be the one supporting it, even after I messed | ||
28 | with 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 | ||
25 | This little program is a client that uses the FTP and HTTP code to | 32 | This little program is a client that uses the FTP and HTTP code to |