Ben Werdmuller
Ben Werdmuller
Known should support inbound and outbound ActivityPub, in order to achieve full compatibility with fediverse tools like Mastodon. This includes: * Posting * Likes, reposts, etc * A feed of...
A Known Progressive Web App for posting, administering a Known website, and reading the Known feed.
Currently database upgrades and schema changes are handled internally using SQL. This is prone to failure (see #2783). We should port to Eloquent if possible, or Doctrine if we have...
A companion iOS app that will work with any Known site, using its simplified API.
Our current API is not well-documented or widely used. We need to make it easier to: * discover API endpoints and understand how to use them * use APIs in...
Every internal entity should simply be referenced with an internal hash ID. This includes embedded images etc, where those images are hosted on the Known site.
No official Known template should use Bootstrap on any level. Instead, we should use CSS grids and a simple, sensible base CSS stylesheet.
Easy, one-click import from: * WordPress (hosted and self-hosted) * Ghost * Medium archives * Tumblr This import is likely to be facilitated by hosted services that connect to a...
For servers that support it, Known will display comments and additions to the feed in real time using websockets. For servers that cannot support websockets, eg users on shared hosts,...
All site data should be exportable from a Known instance, such that it can be imported into another Known instance. * By one user for their own content * By...