public
Description: A templating system written in C. (Deprecated, obsolete, etc!)
Homepage:
Clone URL: git://github.com/jamis/dnd-templates.git
name age message
file .gitignore Tue Sep 09 21:56:46 -0700 2008 update the readme, add a gitignore file [jamis]
file LICENSE Tue Sep 09 21:11:08 -0700 2008 initial commit [jamis]
file Makefile Tue Sep 09 21:11:08 -0700 2008 initial commit [jamis]
file README Tue Sep 09 21:56:46 -0700 2008 update the readme, add a gitignore file [jamis]
directory include/ Tue Sep 09 21:11:08 -0700 2008 initial commit [jamis]
directory src/ Tue Sep 09 21:11:08 -0700 2008 initial commit [jamis]
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.