HomeWrite.as

Add Reader section

Description

Add Reader section

This adds a "Reader" section of the site for admins who want to enable
it for their instance. That means visitors can go to /read and see who
has publicly shared their writing. They can also follow all public posts
via RSS by going to /read/feed/. Writers on an instance with this
local_timeline setting enabled can publish to the timeline by going
into their blog settings and choosing the "Public" visibility setting.

The local_timeline feature is disabled by default, as is the Public
setting on writer blogs. Enabling it adds a "Reader" navigation item and
enables the reader endpoints. This feature will also consume more
memory, as public posts are cached in memory for 10 minutes.

These changes include code ported over from Read.Write.as, and thus
include some experimental features like filtering public posts by tags
and authors. These features aren't well-tested or complete.

Closes T554

Details

Provenance
mattAuthored on Dec 10 2018, 9:02 PM
Parents
rWF7828bf6ba25e: Merge branch 'develop'
Branches
Unknown
Tags
Unknown
Tasks
T554: Local timeline