From 0b832fbbfe0bfc9bfc1ab8cd538d8f2bec896e7a Mon Sep 17 00:00:00 2001 From: John Spurlock Date: Sat, 12 Mar 2022 12:05:29 -0600 Subject: [PATCH] Add proposed "lightningcomments" protocol To the known protocols list, and "fountain" as a known platform that supports it --- proposal-docs/social/platforms.md | 35 +++++++++++++++++-------------- 1 file changed, 19 insertions(+), 16 deletions(-) diff --git a/proposal-docs/social/platforms.md b/proposal-docs/social/platforms.md index ed9507a..e1c0d2c 100644 --- a/proposal-docs/social/platforms.md +++ b/proposal-docs/social/platforms.md @@ -7,21 +7,22 @@ The and elements both contain a platform and protocol - `platform` (required): This is the platform id. It can be one of the following: - `protocol` (required): This is the protocol name. It can be one of the following: -| `platform` | `protocol` | -| ---------- | ----------- | -| castopod | activitypub | -| mastodon | activitypub | -| peertube | activitypub | -| | xmpp | -| | irc | -| matrix | matrix | -| facebook | facebook | -| twitter | twitter | -| instagram | instagram | -| slack | slack | -| discord | discord | -| 3speak | hive | -| peakd | hive | +| `platform` | `protocol` | +| ---------- | ------------------| +| castopod | activitypub | +| mastodon | activitypub | +| peertube | activitypub | +| | xmpp | +| | irc | +| matrix | matrix | +| facebook | facebook | +| twitter | twitter | +| instagram | instagram | +| slack | slack | +| discord | discord | +| 3speak | hive | +| peakd | hive | +| fountain | lightningcomments | - `platform` (required): This is the platform id. It can be one of the following: @@ -35,6 +36,7 @@ The and elements both contain a platform and protocol - discord - 3speak - peakd.com + - fountain - … - `protocol` (required): This is the protocol name. It can be one of the following: - activitypub @@ -47,4 +49,5 @@ The and elements both contain a platform and protocol - slack - discord - hive - - … \ No newline at end of file + - lightningcomments (see #347) + - …