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 CGIs. It also includes some useful Javascripts and images. Stencil is the successor to Groundwork.
| Tags | Internet Web Dynamic Content CGI Tools/Libraries Software Development Libraries |
|---|---|
| Licenses | LGPL |
| Operating Systems | POSIX |
| Implementation | C++ |
Recent releases


Release Notes: The configure script has been updated to be more thorough, and some minor changes have been made for compatibility with Rudiments 0.36.


Release Notes: The Apache detection in the configure script has been improved. Several direct calls to POSIX functions have been replaced with calls to rudiments methods.


Release Notes: This release includes minor bugfixes, an ajax.js script, and an update to the configure script to look for apxs2.


Release Notes: Fixes a multipart form processing bug. All methods use (u)int(16|32|64)_t types rather than (unsigned )(short|long|long long) types.


Release Notes: This release fixes a bug where skin variables could end up empty if they contained tag-based content (such as XML).