-
-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Webmention.io endpoint #740
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
paulrobertlloyd
added
enhancement
New feature or request
plugin-endpoint
Endpoint plug-in
labels
Apr 16, 2024
paulrobertlloyd
force-pushed
the
feat/webmention-io-endpoint
branch
from
April 16, 2024 23:56
4cb603b
to
5f96d9d
Compare
paulrobertlloyd
force-pushed
the
main
branch
2 times, most recently
from
May 11, 2024 10:47
afb8f25
to
0617dc4
Compare
paulrobertlloyd
force-pushed
the
main
branch
11 times, most recently
from
August 25, 2024 21:38
4d63f03
to
7b33856
Compare
paulrobertlloyd
force-pushed
the
main
branch
5 times, most recently
from
October 8, 2024 19:46
09cfd93
to
25a68aa
Compare
paulrobertlloyd
force-pushed
the
main
branch
2 times, most recently
from
November 15, 2024 23:40
1b91b6e
to
69936a4
Compare
paulrobertlloyd
force-pushed
the
main
branch
4 times, most recently
from
November 26, 2024 01:06
3225b55
to
7934b22
Compare
paulrobertlloyd
force-pushed
the
main
branch
2 times, most recently
from
December 3, 2024 21:10
f8d0cc8
to
f877637
Compare
paulrobertlloyd
force-pushed
the
feat/webmention-io-endpoint
branch
6 times, most recently
from
December 23, 2024 00:07
c727c02
to
37f0144
Compare
paulrobertlloyd
force-pushed
the
feat/webmention-io-endpoint
branch
4 times, most recently
from
December 25, 2024 22:14
8377cb4
to
062485a
Compare
paulrobertlloyd
force-pushed
the
feat/webmention-io-endpoint
branch
from
December 25, 2024 22:25
062485a
to
c014924
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
As a stop-gap measure before adding native webmention support, we can provide a plugin that reads webmentions collected via the popular https://webmention.io service. The API only provides read access, so blocking URLs or deleting mentions isn’t possible.
However, it might be possible to provide links out to the relevant page on webmention.io(that can come later, if at all).The following tasks need to be completed before releasing: