Home > Archive > AWK > March 2004 > Ralph Becket's CGI and HTML Awk libraries
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Ralph Becket's CGI and HTML Awk libraries
|
|
| Manuel Collado 2004-03-19, 8:23 pm |
| <http://www.cam.sri.com/people/becket/awk/awk.html>
NNTP-Posting-Host: 138.100.10.20
X-Trace: 23 Feb 2004 18:13:33 +0100, 138.100.10.20
Lines: 50
Path: kermit!newsfeed-east.nntpserver.com!nntpserver.com!priapus.visi.com!orange.octanews.net!news.octanews.net!green.octanews.net!news-out.octanews.net!news.glorb.com!hammer.uoregon.edu!arclight.uoregon.edu!newsfeed.mathworks.com!bloom-beacon.mit.edu!new
s.rediris.es!news.upm.es!138.100.10.20
Xref: kermit comp.lang.awk:19775
[error 2001/Apr/07]
Ralph Becket's CGI and HTML Awk libraries
<http://www.cam.sri.com/people/becket/awk/awk.html>
[error
2001/Apr/07]
Ralph Becket's CGI and HTML Awk libraries
<http://www.cam.sri.com/people/becket/awk/awk.html>
[error 2001/Apr/07]
Ralph Becket's CGI and HTML Awk libraries
<http://www.cam.sri.com/people/becket/awk/awk.html>
[error 2001/Apr/07]
CGI and HTML Awk libraries
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
I'm looking for the following material, mentioned in the AWK FAQ:
>
> Ralph Becket's CGI and HTML Awk libraries
>
> <http://www.cam.sri.com/people/becket/awk/awk.html>
> [error 2001/Apr/07]
As you can see, this link seems to be dead since 3 years ago. Can
anybody give a working pointer to this library? Or to an equivalent code?
I've searched the net, but found only the given dead link. I've found
also several AWK code samples that let me write my first pure-AWK CGI
script, but they are not a polished library. So I still would like to
look at Ralph Becket's code.
TIA,
--
To reply by e-mail, please remove the extra dot
in the given address: m.collado -> mcollado
| |
| John DuBois 2004-03-19, 8:23 pm |
| In article <403A3501.90605@lml.ls.fi.upm.es>,
Manuel Collado <m.collado@lml.ls.fi.upm.es> wrote:
>As you can see, this link seems to be dead since 3 years ago. Can
>anybody give a working pointer to this library? Or to an equivalent code?
What kind of stuff do you want to do?
>I've searched the net, but found only the given dead link. I've found
>also several AWK code samples that let me write my first pure-AWK CGI
>script, but they are not a polished library. So I still would like to
>look at Ralph Becket's code.
This isn't even vaguely a polished library, but you might find it useful:
ftp://ftp.armory.com/pub/lib/awk/cgi
ftp://ftp.armory.com/pub/lib/awk/web
John
--
John DuBois spcecdt@armory.com KC6QKZ/AE http://www.armory.com/~spcecdt/
--
John DuBois spcecdt@armory.com KC6QKZ/AE http://www.armory.com/~spcecdt/
| |
| Manuel Collado 2004-03-19, 8:24 pm |
| John DuBois wrote:
> In article <403A3501.90605@lml.ls.fi.upm.es>,
> Manuel Collado <m.collado@lml.ls.fi.upm.es> wrote:
>
>
>
> What kind of stuff do you want to do?
I want to write CGI services in pure AWK (without any Perl/shell/...
additional code). So awk libraries similar to Perl's cgi and html
modules will be very helpful.
>
>
>
>
> This isn't even vaguely a polished library, but you might find it useful:
>
> ftp://ftp.armory.com/pub/lib/awk/cgi
> ftp://ftp.armory.com/pub/lib/awk/web
>
> John
They seem certainly useful. Thanks!
I've already found some (perhaps simpler) code fragments in the web, but
missed yours. Perhaps ftp material is not indexed by Google or other
search engines.
--
To reply by e-mail, please remove the extra dot
in the given address: m.collado -> mcollado
|
|
|
|
|