This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Tue Sep 09 21:54:50 -0700 2008 | |
| |
LICENSE | Tue Sep 09 20:22:32 -0700 2008 | |
| |
Makefile | Tue Sep 09 21:07:55 -0700 2008 | |
| |
README | Tue Sep 09 21:54:27 -0700 2008 | |
| |
include/ | Tue Sep 09 20:22:32 -0700 2008 | |
| |
src/ | Tue Sep 09 20:22:32 -0700 2008 |
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.







