libtemplate 1.5 review

Download
by rbytes.net on

libtemplate allows C developers to use templates for their CGI programs just like Perl and PHP programmers. Use this template libr

License: BSD License
File size: 18K
Developer: Clay Dowling
0 stars award from rbytes.net

libtemplate allows C developers to use templates for their CGI programs just like Perl and PHP programmers.

Use this template library to separate your program's business logic from the HTML that generates the output. Your code will be smaller and easier to maintain, and cosmetic changes to an application won't create havoc with your program.

If you're tired of recompiling your CGI program every time somebody wants to change the HTML, you need to check out templates. Libtemplate is an easy to use C interface that will let you use the same sort of templates used in Lazarus applications.

Using templates in PHP and C++ has spoiled me. So when I started developing applications in C, I went hunting for a templating library that I could use again. I didn't find it, so after developing in a mixture of C for my lowlevel routines and C++ for my interface, I finally broke down and wrote a templating engine in C.

libtemplate 1.5 search tags