Stencil is a library for developing web-based applications in C++.
It includes request and response objects, a skinnable template engine, server api abstraction, and facilities for load balancing, browser jogging, security and catching runaway CGI's.
Stencil library also includes some useful Javascripts and images.
Stencil is the successor to Groundwork.
What's New in This Release:
· Fixes a multipart form processing bug.
· All methods use (u)int(16|32|64)_t types rather than (unsigned )(short|long|long long) types.
Product's homepage
What's New in This Release: [ read full changelog ]
· The Apache detection in the configure script has been improved.
· Several direct calls to POSIX functions have been replaced with calls to rudiments methods.