A simple CGI written in C, allowing users (with a certificate) to write messages seen by all.
Go to file
2024-06-10 16:38:29 -04:00
cgi.c initial commit 2024-06-09 20:49:52 -04:00
LICENSE.txt initial commit 2024-06-09 20:49:52 -04:00
Makefile initial commit 2024-06-09 20:49:52 -04:00
README.md readme 2024-06-09 20:55:37 -04:00
wall.c no write on read error 2024-06-10 16:38:29 -04:00

Gemini-CGI-Wall

This is a simple CGI program written in C which implements a public wall upon which users may scribble freely. A certificate is required to write a message (the nicname is pulled from it).

As written, a maximum of 64KB is enforced, with oldest messages rudely truncated as new ones are written.

License: BSD 3-clause.