~runxiyu/hare-htmpl

HTML templating engine for Hare
Note about io::handle in README
Update documentation for htmplgen.1
Change main repo URL

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~runxiyu/hare-htmpl
read/write
git@git.sr.ht:~runxiyu/hare-htmpl

You can also use your local clone with git send-email.

#hare-htmpl – A simple HTML templating engine

This is a Hare port of the HTML templating engine used in Got and described in Omar Polo's blog post.

The htmplgen program generates a Hare file from the template file.

The htmpl module provides auxiliary functions used by the generated Hare code, and must be installed for the generated code to compile.

Each template is presented as a function that accepts an io::handle and other user-defined parameters, if any. The template writes to that io::handle; this allows for a variety of output backends (i.e. you could use a memio/bufio stream, or write to an actual file/socket/pipe socket, etc.)

#Repository migration notice

The primary repository has been migrated onto the Lindenii Project's forge.

#Dependencies

  • Hare
  • A POSIX-compatible Yacc implementation, such as Bison
  • A C compiler

#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 via SSH directly.

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

#Support

#chat on irc.runxiyu.org.

Do not follow this link