kopia lustrzana https://github.com/Podcastindex-org/podcast-namespace
adding hive to social
Signed-off-by: Brian of London <brian@podping.org>pull/317/head
rodzic
2cdec4f0f4
commit
752ac73c0d
|
@ -0,0 +1,50 @@
|
|||
### Social Platform / Protocol
|
||||
|
||||
Note: Draft - trying to figure out if the platform/protocol list should be a separate file.
|
||||
|
||||
The <social> and <socialInteract> elements both contain a platform and protocol element. This is a list of suitable platforms and protocols
|
||||
|
||||
- `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` (required): This is the platform id. It can be one of the following:
|
||||
- castopod
|
||||
- mastodon
|
||||
- peertube
|
||||
- facebook
|
||||
- twitter
|
||||
- instagram
|
||||
- slack
|
||||
- discord
|
||||
- 3speak
|
||||
- peakd.com
|
||||
- …
|
||||
- `protocol` (required): This is the protocol name. It can be one of the following:
|
||||
- activitypub
|
||||
- xmpp
|
||||
- irc
|
||||
- matrix
|
||||
- facebook
|
||||
- twitter
|
||||
- instagram
|
||||
- slack
|
||||
- discord
|
||||
- hive
|
||||
- …
|
|
@ -38,6 +38,8 @@ There are three elements:
|
|||
- instagram
|
||||
- slack
|
||||
- discord
|
||||
- 3speak
|
||||
- peakd.com
|
||||
- …
|
||||
- `protocol` (required): This is the protocol name. It can be one of the following:
|
||||
- activitypub
|
||||
|
@ -49,6 +51,7 @@ There are three elements:
|
|||
- instagram
|
||||
- slack
|
||||
- discord
|
||||
- hive
|
||||
- …
|
||||
- `accountId` (required): The podcast ID on this platform.
|
||||
- `accountUrl` (required): The podcast URL on this platform.
|
||||
|
@ -91,6 +94,8 @@ There are three elements:
|
|||
- instagram
|
||||
- slack
|
||||
- discord
|
||||
- 3speak
|
||||
- peakd
|
||||
- …
|
||||
- `protocol` (required): This is the protocol name. It can be one of the following:
|
||||
- activitypub
|
||||
|
@ -102,6 +107,7 @@ There are three elements:
|
|||
- xmpp
|
||||
- irc
|
||||
- matrix
|
||||
- hive
|
||||
- …
|
||||
- `accountId` (required): The podcast ID on this platform.
|
||||
- `pubDate` (optional): publication date on this platform. This can be useful when there are several interactions for the same platform for the same episode (for instance, two Tweets about the same episode). Format must be [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601).
|
||||
|
|
Ładowanie…
Reference in New Issue