Skip to content

Commit d28eb1d

Browse files
committed
Change to rel=webmention. Update list of implementations.
1 parent 398eb9b commit d28eb1d

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

IMPLEMENTATIONS.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1+
## Libraries
2+
3+
* [Webmention Client (PHP)](https://github.com/aaronpk/mention-client)
4+
* [Webmention Client (Ruby)](https://github.com/indieweb/mention-client-ruby)
5+
* [WordPress Plugin](https://github.com/pfefferle/wordpress-webmention)
6+
7+
## Projects
18

29
* [converspace](https://github.com/converspace/converspace)
310
* [idno](https://github.com/idno/idno)
411
* [Storytlr](http://storytlr.org) - code on [GithHub](https://github.com/storytlr/storytlr)
5-
* [Webmention Client (PHP)](https://github.com/aaronpk/mention-client)
6-
* [WordPress Plugin](https://github.com/pfefferle/wordpress-webmention)

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ http://webmention.org
1818
* Sandeep Shetty (sandeep.shetty@gmail.com)
1919

2020
### Contributors
21+
* Aaron Parecki (aaron@parecki.com)
2122
* ...
2223

2324
### Copyright
@@ -44,11 +45,11 @@ Host: alice.host
4445
```
4546
```http
4647
HTTP/1.1 200 OK
47-
Link: <http://alice.host/webmention-endpoint>; rel="http://webmention.org/"
48+
Link: <http://alice.host/webmention-endpoint>; rel="webmention"
4849
4950
<html>
5051
...
51-
<link href="http://alice.host/webmention-endpoint" rel="http://webmention.org/" />
52+
<link href="http://alice.host/webmention-endpoint" rel="webmention" />
5253
...
5354
```
5455

0 commit comments

Comments
 (0)