File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed
Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff 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
4647HTTP/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
You can’t perform that action at this time.
0 commit comments