From 33bdfde2be7e1c568d5e12ad1b27b7023dbd1b1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yaroslav=20de=20la=20Pe=C3=B1a=20Smirnov?= Date: Fri, 5 Nov 2021 19:47:06 +0300 Subject: Updated readme to reflect this is a fork --- README.md | 27 +++++++++++++++++++++------ 1 file changed, 21 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 05e6056..a20da63 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ -Unja [![Build Status](https://img.shields.io/travis/dannyvankooten/unja/master)](https://travis-ci.org/dannyvankooten/unja) - [![License: MIT](https://img.shields.io/github/license/dannyvankooten/unja)](https://github.com/dannyvankooten/unja/blob/master/LICENSE) -========== +# Unja A template engine for C, inspired by Jinja and Liquid. -### Example +Forked from https://github.com/dannyvankooten/unja + +## Example File `base.tmpl`: ```html+jinja @@ -53,6 +53,21 @@ int main() { } ``` -### License +## Changes from upstream + +### Done + +* Hashmap capacity can be set programmatically and it grows/shrinks in size + when the load increases/decreases to avoid collisions/save memory. +* Include guards. + +### TODO + +* Let the library user decide how to handle errors, instead of just aborting the + program. +* Do not print anything to stdout/stderr. It should be up to the library user to + decide what and when to print a message. + +## License -MIT \ No newline at end of file +MIT -- cgit v1.2.3