hemplate

Simple XML template engine
git clone git://git.dimitrijedobrota.com/hemplate.git
Log | Files | Refs | README | LICENSE | HACKING | CONTRIBUTING | CODE_OF_CONDUCT | BUILDING

commit 71dee1ad15475c166cb7e23e7d86e93428ed0ec1
parent ac365bab3123d9239817c778a63ac513d353ac1d
author Dimitrije Dobrota < mail@dimitrijedobrota.com >
date Sat, 3 May 2025 12:20:42 +0200

Version 0.4

Diffstat:
M README.md | ++++++ --

1 files changed, 6 insertions(+), 2 deletions(-)


diff --git a/ README.md b/ README.md

@@ -28,11 +28,15 @@ See the [`BUILDING`](BUILDING.md) document.


## Version History

- 0.4
* Complete rewrite
* Full fledged DSL
- 0.3
* Add time format functions
- 0.2
- * Add time format functions
* Getting a feel for the features and needs
- 0.1
* Initial development phase
* Getting a feel for the features and needs


## Contributing