mirror of
https://github.com/writefreely/writefreely
synced 2024-11-13 04:37:06 +00:00
6aa8de3a4b
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 |
||
---|---|---|
.. | ||
config.go | ||
data.go | ||
funcs.go | ||
setup.go | ||
validation.go |