writefreely/config
Matt Baer 6aa8de3a4b Add Gopher support
This adds gopher support to WriteFreely -- both single- and multi-user
instances. It is off by default, but can be enabled with the new
`gopher_port` config value in the `[server]` section.

When enabled, multi-user instances will show all public blogs at
gopher://[host]:[gopher_port]/ -- otherwise, blogs are accessible at
gopher://[host]:[gopher_port]/[blog]/

This is just a proof of concept for now. We still need to handle some
edge cases and different configurations, like private instances.

Ref T559
2020-03-01 20:12:47 -05:00
..
config.go Add Gopher support 2020-03-01 20:12:47 -05:00
data.go Fix spacing around copyright notices 2018-12-31 01:05:26 -05:00
funcs.go write.as oauth client cleanup as per PR feedback. T710 2020-01-02 15:50:54 -05:00
setup.go Add option for automated cert in config process 2019-07-20 21:46:10 -04:00
validation.go Fix spacing around copyright notices 2018-12-31 01:05:26 -05:00