Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
6 lines
295 B
Text
6 lines
295 B
Text
Cgihtml is a C library that simplifies the task of parsing World Wide Web
|
|
(WWW) Common Gateway Interface (CGI) input and outputting HyperText Markup
|
|
Language (HTML). Tasks which would normally require many lines of C can be
|
|
reduced to just a few.
|
|
|
|
WWW: http://www.eekim.com/software/cgihtml/
|