FLATE Library

Flate is a template library used to deal with html code in CGI applications. The library includes C and Perl support. All html code is put in an external file (the template) and printed using the library functions: variables, zones (parts to be displayed or not) and tables (parts to be displayed 0 to n times). Using this method you don't need to modify/recompile your application when modifying html code, printing order doesn't matter in your CGI code, and your CGI code is much cleaner. History Version 2.0.1 and 1.4.6 fix an important memory overlap bug that came to light with the rewrite of the memcpy() function in newer glibc6 - thanks to Gerry Marthe for pointing it out. Version 2.0 includes bug fixes, new functions to read HTML forms and HTTP cookies. Version 1.4.5 does a better job at handling buggy template files Version 1.4.4 fixes some bugs over 1.4.3 (when including zones ...

Linked on 2014-11-15 00:27:20 | Similar Links