Go to file
Renovate Bot 637f96320b fix(deps): update module golang.org/x/tools to v0.19.0 2024-03-05 01:00:55 +00:00
root allow / or regular for dir 2022-10-13 16:42:04 +02:00
.gitignore add dns as a submodule 2022-10-03 18:23:48 +02:00
.gitmodules add dns as a submodule 2022-10-03 18:23:48 +02:00
Caddyfile.example add dns as a submodule 2022-10-03 18:23:48 +02:00
Dockerfile add Makefile and Dockerfile 2015-07-18 20:55:52 -07:00
LICENSE Migrate to go modules 2022-07-10 15:57:19 +02:00
Makefile template stuff 2022-07-30 16:33:02 +02:00
README.md add dns as a submodule 2022-10-03 18:23:48 +02:00
docker.mk template stuff 2022-07-30 16:33:02 +02:00
fs.go switch to godocs vfs wrapper. unfortunately remote zip support is gone now. 2016-01-20 17:36:13 -08:00
go.mod fix(deps): update module golang.org/x/tools to v0.19.0 2024-03-05 01:00:55 +00:00
go.sum fix(deps): update module golang.org/x/tools to v0.19.0 2024-03-05 01:00:55 +00:00
main.go allow / or regular for dir 2022-10-13 16:42:04 +02:00
mkfile template stuff 2022-07-30 16:33:02 +02:00
renovate.json chore(deps): add renovate.json 2022-10-05 14:12:28 +00:00
util.go switch to godocs vfs wrapper. unfortunately remote zip support is gone now. 2016-01-20 17:36:13 -08:00

README.md

GOWERC

clone of http://werc.cat-v.org/ in go.

features

  • virtual hosting
  • render markdown, html, plain text
  • serve files
  • read content from zip file

building

with go install

go install git.froth.zone/sam/go2werc@latest

License

Werc was originally put into the public domain. Since the public domain isn't a thing outside of the US, 0BSD is used instead. It's basically the public domain but the EU actually recognizes it.