Lindenii Project Forge
Login

hare-htmpl

HTML templating engine for Hare
Commit info
ID
a749fe7a25b4e41665f9b7b731cd213f86077975
Author
Runxi Yu <me@runxiyu.org>
Author date
Wed, 12 Mar 2025 21:42:45 +0800
Committer
Runxi Yu <me@runxiyu.org>
Committer date
Wed, 12 Mar 2025 21:42:45 +0800
Actions
Initialize the Hare fork
# chtmpl – A simple HTML templating engine
# hare-htmpl – A simple HTML templating engine

This is a portable fork of the HTML templating engine used in
[Got](https://got.gameoftrees.org/?action=summary&path=got.git)
and described in
[Omar Polo's blog post](https://www.omarpolo.com/post/template.html).

Currently it's just the C version, I'm going to port it to hare sometime.
The Hare version will live in this repo.

## License

This inherits the ISC license from the original code. See the LICENSE file.

## Contributing

Create a branch that begins with `contrib/` and push to the
[main repo](https://forge.runxiyu.org/lib/:/repos/chtmpl/)
[main repo](https://forge.runxiyu.org/hare/:/repos/hare-htmpl/)
via SSH directly.

```
git clone ssh://forge.runxiyu.org/lib/:/repos/chtmpl/
git clone ssh://forge.runxiyu.org/hare/:/repos/hare-htmpl/
cd chtmpl
git checkout -b contrib/whatever
# edit and commit stuff
git push -u origin HEAD
```

## Support

[`#chat`](https://webirc.runxiyu.org/kiwiirc/#chat)
on
[irc.runxiyu.org](https://irc.runxiyu.org/).