From a749fe7a25b4e41665f9b7b731cd213f86077975 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Wed, 12 Mar 2025 21:42:45 +0800 Subject: [PATCH] Initialize the Hare fork --- README.md | 9 ++++++--- diff --git a/README.md b/README.md index b02ea64d0d31da36593f884c67cb024466bfe255..0f3da6b03cfbe953b3afb7c955d34f0a4228ac2c 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,12 @@ -# 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 @@ -12,11 +15,11 @@ ## 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 -- 2.48.1