On Wed Dec 22, 2021 at 5:32 PM CET, Alexander Burger wrote:
> I've included your patch, and released a new pil21 (version 21.12.22).
> Can you
> check when you have time?

Thanks, works fine.


$ pil @lib/xhtml.l @lib/http.l --server 9999

and

$ bin/httpGate 7777 9999
$ echo $?
0
$ curl localhost:7777/server.l
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width"/>
<title>Hello</title>
</head>
<body>
Hello World!
</body>
</html>

The Makefile still needs some modifications, but I don't think that introducing
more complexity there would be the right thing.

Cheers,
Frithjof

--
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Reply via email to