From 661b3c35a9ad4426271feafaadccc067d3e8f418 Mon Sep 17 00:00:00 2001 From: retropikzel Date: Sat, 17 Jan 2026 11:09:48 +0200 Subject: [PATCH] Update SCGI version --- retropikzel/cgi/README.html | 17 +++++++---------- retropikzel/scgi/VERSION | 2 +- 2 files changed, 8 insertions(+), 11 deletions(-) diff --git a/retropikzel/cgi/README.html b/retropikzel/cgi/README.html index 0f60aef..51c2eda 100644 --- a/retropikzel/cgi/README.html +++ b/retropikzel/cgi/README.html @@ -52,18 +52,15 @@ hello.scm: (scheme write) (retropikzel cgi)) - (display "Content-type: text/html") - (display " + (handle-request + '() + (lambda (request headers parameters cookies body files) + (display "Content-type: text/html") + (display " ") - (display " + (display " ") - (display "Hello") - (display "
") - - (display "Request: ") - (write (get-request)) - (display "
") - (cgi-exit) + (display "Hello"))) Run: diff --git a/retropikzel/scgi/VERSION b/retropikzel/scgi/VERSION index 3eefcb9..9084fa2 100644 --- a/retropikzel/scgi/VERSION +++ b/retropikzel/scgi/VERSION @@ -1 +1 @@ -1.0.0 +1.1.0