Scriptable template processor. https://holanet.xyz/soft/step
Go to file
2024-12-06 01:10:29 -05:00
cmd cmd/stepd: Pass HTTPData to document 2024-12-06 00:15:08 -05:00
providers providers/url: Add ability to parse POST form data 2024-12-06 01:10:29 -05:00
.gitignore Ignore STEP files at the repository root 2024-12-05 18:36:35 -05:00
document.go Documents can now specify a content-type 2024-12-05 14:54:26 -05:00
environment.go Documents can now specify a content-type 2024-12-05 14:54:26 -05:00
error.go Initial commit 2024-12-05 13:15:22 -05:00
frontmatter_test.go Initial commit 2024-12-05 13:15:22 -05:00
frontmatter.go Initial commit 2024-12-05 13:15:22 -05:00
go.mod Add markdown support 2024-12-05 14:20:37 -05:00
go.sum Add markdown support 2024-12-05 14:20:37 -05:00
http.go Add HTTPData struct 2024-12-06 00:14:55 -05:00
LICENSE Initial commit 2024-12-05 13:15:22 -05:00
plugin.go Initial commit 2024-12-05 13:15:22 -05:00
README.md Initial commit 2024-12-05 13:15:22 -05:00

STEP

Scriptable Template Processor

STEP extends Go's HTML templates into a powerful backend scripting language. It includes support for plugins to further enhance its functionality. It is designed to run behind an HTTP reverse proxy, such as Caddy.