public
Description: A templating system written in C, with a stream wrapper system. (Deprecated, obsolete, etc!)
Homepage:
Clone URL: git://github.com/jamis/dnd-writetem.git
name age message
file .gitignore Tue Sep 09 21:54:50 -0700 2008 gitignore [jamis]
file LICENSE Tue Sep 09 20:22:32 -0700 2008 initial commit [jamis]
file Makefile Tue Sep 09 21:07:55 -0700 2008 Rename library [jamis]
file README Tue Sep 09 21:54:27 -0700 2008 expand the README [jamis]
directory include/ Tue Sep 09 20:22:32 -0700 2008 initial commit [jamis]
directory src/ Tue Sep 09 20:22:32 -0700 2008 initial commit [jamis]
README
This library includes two features: writetem, a C library for parsing and
processing text templates, and wtstream, a C library for providing a
destination-agnostic stream-writing wrapper.

The writetem system eventually fell out of favor, with the more powerful
"templates" library (available in this same site) becoming preferred.

Neither of these libraries is really recommended for general use. They are
only being made available so that interested parties may build older systems
that depend on these libraries (such as the Non-Player Character generator for
D&D, also available from this site).

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.