These are mostly the canges to get the forum running on Debian with thttpd.
Combining config.lua and forum.cgi isn't pretty, but otherwise forum_base won't work.
README.md was expanded with new instructions.
A .gitignore was added to exclude data/ except for the initial topic.
The input sanitizer was improved. This prevents injection of attributes into the author-name input field when previewing.
Reading an empty STDIN would hang the script, therefor STDIN is only read if there seems to be data on it.
These are mostly the canges to get the forum running on Debian with thttpd. Combining
config.lua
andforum.cgi
isn't pretty, but otherwiseforum_base
won't work.README.md
was expanded with new instructions. A.gitignore
was added to excludedata/
except for the initial topic. The input sanitizer was improved. This prevents injection of attributes into the author-name input field when previewing. Reading an empty STDIN would hang the script, therefor STDIN is only read if there seems to be data on it.