HomeWrite.as

Add Gopher support

Description

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

Details

Provenance
mattAuthored on Mar 2 2020, 1:12 AM
Parents
rWFfca864c94a8c: Merge pull request #266 from writeas/fix-social-images
Branches
Unknown
Tags
Unknown
Tasks
T559: Gopher support