Skip to content

Commit

Permalink
Merge pull request #32 from bear/rc-0.9
Browse files Browse the repository at this point in the history
Rc 0.9
  • Loading branch information
bear authored Apr 4, 2021
2 parents 68c37ce + 70c228e commit b12fee8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ Search the given `html` content for all `<link />` elements and return any disco

discoverEndpoint(sourceURL, ...)
--------------------------------
Discover any WebMention endpoint for a given `url`.
Discover any WebMention endpoint for a given `sourceURL`.

sendWebmention(sourceURL, targetURL, webmention=None)
-----------------------------------------------------
sendWebmention(sourceURL, targetURL, webmention)
------------------------------------------------
Send to the `targetURL` a WebMention for the `sourceURL`.
The WebMention will be discovered if it is not given in the optional `webmention` parameter.

Expand All @@ -55,8 +55,8 @@ If any have an href attribute that is `rel="me"` then include it in the result.

confirmRelMe(profileURL, resourceURL, profileRelMes, resourceRelMes)
--------------------------------------------------------------------
Determine if a given resourceURL is authoritative for the profileURL.
The list of `rel="me"` links will be discovered if not provided in the optional profileRelMes parameter or the resourceRelMes paramter.
Determine if a given `resourceURL` is authoritative for the `profileURL`.
The list of `rel="me"` links will be discovered if not provided in the optional `profileRelMes` parameter or the `resourceRelMes` parameter.

Validators
==========
Expand Down

0 comments on commit b12fee8

Please sign in to comment.