https://github.com/jamis/dnd-writetem
A templating system written in C, with a stream wrapper system. (Deprecated, obsolete, etc!)
https://github.com/jamis/dnd-writetem
Last synced: 5 months ago
JSON representation
A templating system written in C, with a stream wrapper system. (Deprecated, obsolete, etc!)
- Host: GitHub
- URL: https://github.com/jamis/dnd-writetem
- Owner: jamis
- License: other
- Created: 2008-09-10T05:04:00.000Z (over 17 years ago)
- Default Branch: master
- Last Pushed: 2008-09-10T05:04:31.000Z (over 17 years ago)
- Last Synced: 2025-02-03T12:28:59.304Z (over 1 year ago)
- Homepage:
- Size: 85.9 KB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
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.