summaryrefslogtreecommitdiff
path: root/parse.go
AgeCommit message (Collapse)Author
2023-10-30Add support for spartan protocolspartantjpcc
spartan server definitions are very similar to gemini. The major changes are: * no "servertls" directives * no "autoatom" modifier (to be fixed) * no "git" directives (to be fixed) Fixes #15
2023-10-18fix Modifiers.Empty() and "git with templates"tjpcc
2023-10-10identify and error on conflicting servertls directives on merged gemini serverstjpcc
fixes #7
2023-10-10support showyourwork template override directories on git directivestjpcc
fixes #5
2023-10-10"cmd" modifier to override CGI executabletjpcc
fixes #6
2023-10-09config file refactortjpcc