|
2 years ago | |
---|---|---|
COPYING | 7 years ago | |
Makefile | 7 years ago | |
README.md | 2 years ago | |
buffer.c | 7 years ago | |
buffer.h | 7 years ago | |
cbsi.c | 7 years ago | |
cbsi.h | 7 years ago | |
common.h | 7 years ago | |
error.c | 7 years ago | |
error.h | 7 years ago | |
mimetype.c | 7 years ago | |
mimetype.h | 7 years ago | |
subshell.c | 7 years ago | |
subshell.h | 7 years ago |
CBSI is a small program that makes CGI programming in the Bash Shell a lot easier, or at least more tolerable. It is intended for Kagera Firmware, where other languages are too big.
It parses POST and GET requests in addiction to COOKIES, placing elements as
name=value
pairs into the environment for the CGI script to use.
It combines three features into an engine:
Additional parameters that can be passed to CBSI:
This software is based on Haserl http://haserl.sourceforge.net/.