public
Description: A templating system written in C. (Deprecated, obsolete, etc!)
Homepage:
Clone URL: git://github.com/jamis/dnd-templates.git
jamis (author)
Tue Sep 09 21:56:46 -0700 2008
commit  36d29a871b51705e000ce91d8a4170ef98efbb84
tree    031065bd0872b004d5e1c800cbeb6a658365d4fa
parent  b322c9a02fe5fba6797ccf6fe901f24d08b7aed0
name age message
file .gitignore Loading commit data...
file LICENSE
file Makefile
file README
directory include/
directory src/
README
This library includes a system for parsing and processing text templates in C.
It was developed primarily to act as the text processing front-end for CGI
applications written in C.

Use of this library is not encouraged, and it is made available only so that
older systems that depend on this library (such as the NPC generator, also
available from this site) may be built.

BUILDING
--------

This library was written well before I knew anything about autoconf and
friends. Thus, the makefile should be considered to be only a guideline, and
you're expected to actually MUCK WITH IT. Yes, I know. How deliciously
primitive.