https://github.com/jamis/dnd-templates
A templating system written in C. (Deprecated, obsolete, etc!)
https://github.com/jamis/dnd-templates
Last synced: 4 months ago
JSON representation
A templating system written in C. (Deprecated, obsolete, etc!)
- Host: GitHub
- URL: https://github.com/jamis/dnd-templates
- Owner: jamis
- License: other
- Created: 2008-09-10T05:05:22.000Z (over 17 years ago)
- Default Branch: master
- Last Pushed: 2008-09-10T05:05:39.000Z (over 17 years ago)
- Last Synced: 2025-07-09T01:12:41.688Z (11 months ago)
- Homepage:
- Size: 105 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
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.