1
0
mirror of https://codeberg.org/fediverse/fep.git synced 2026-08-08 13:35:51 +00:00

Deploying from 92ae2dafb5 [SKIP CI]

This commit is contained in:
silverpill
2026-03-15 18:39:44 +00:00
parent a1fca3daba
commit a4cb83f7eb
6 changed files with 1333 additions and 1 deletions
+9
View File
@@ -1342,6 +1342,15 @@
<td><a href="https://codeberg.org/silverpill/feps/issues">Discussions</a></td>
<td>2026-02-27</td>
</tr>
<tr>
<td><a href="../fep/3ab2/">FEP-3ab2: ActivityPub Event Streaming API</a></td>
<td><a href="https://codeberg.org/fediverse/fep/src/branch/main/fep/3ab2/fep-3ab2.md"><img src='../assets/codeberg.png' width=20 height=20 alt='codeberg'></a></td>
<td>Informational</td>
<td></td>
<td>-</td>
<td><a href="https://codeberg.org/steve-bate/fep/issues">Discussions</a></td>
<td>2026-03-14</td>
</tr>
</tbody>
</table>
+17
View File
@@ -0,0 +1,17 @@
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"fep3ab2": "https://w3id.org/fep/3ab2#",
"endpoints": {
"@id": "https://www.w3.org/ns/activitypub#endpoints",
"@context": {
"streamingControl": {
"@id": "fep3ab2:streamingControl",
"@type": "@id"
}
}
}
}
]
}
+1302
View File
File diff suppressed because it is too large Load Diff
File diff suppressed because one or more lines are too long
+4
View File
@@ -164,6 +164,10 @@
<loc>https://helge.codeberg.page/fep/fep/37f2/</loc>
<lastmod>2026-03-15</lastmod>
</url>
<url>
<loc>https://helge.codeberg.page/fep/fep/3ab2/</loc>
<lastmod>2026-03-15</lastmod>
</url>
<url>
<loc>https://helge.codeberg.page/fep/fep/3b86/</loc>
<lastmod>2026-03-15</lastmod>
BIN
View File
Binary file not shown.