DESCRIPTION --------------------------------- This is full-featured CGI library, including CGI form parser, cookies, HTTP headers, session support, CGI/FastCGI support. This library is written to be thread safe. Please email any bugs/suggestions to with subject including the word LIBCGIC FEATURES --------------------------------- This library adds following features to your application: CGI library, including: - Access to CGI forms data - Access to cookies - Access to HTTP headers - Sessions support - ability to save your data and restore it while session is alive (keep state mechanism) - Ability to store sessions in files or add your own session handlers - Thread safety - CGI and FastCGI support Template engine: - Simple yet powerful template engine - Access to document object model (DOM) tree - Ability to extend templates command set - Text preprocessors - encode html special characters, strip HTML tags USAGE --------------------------------- To be continued