File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -39,10 +39,10 @@ Search the given `html` content for all `<link />` elements and return any disco
39
39
40
40
discoverEndpoint(sourceURL, ...)
41
41
--------------------------------
42
- Discover any WebMention endpoint for a given ` url ` .
42
+ Discover any WebMention endpoint for a given ` sourceURL ` .
43
43
44
- sendWebmention(sourceURL, targetURL, webmention=None )
45
- -----------------------------------------------------
44
+ sendWebmention(sourceURL, targetURL, webmention)
45
+ ------------------------------------------------
46
46
Send to the ` targetURL ` a WebMention for the ` sourceURL ` .
47
47
The WebMention will be discovered if it is not given in the optional ` webmention ` parameter.
48
48
@@ -55,8 +55,8 @@ If any have an href attribute that is `rel="me"` then include it in the result.
55
55
56
56
confirmRelMe(profileURL, resourceURL, profileRelMes, resourceRelMes)
57
57
--------------------------------------------------------------------
58
- Determine if a given resourceURL is authoritative for the profileURL.
59
- The list of ` rel="me" ` links will be discovered if not provided in the optional profileRelMes parameter or the resourceRelMes paramter .
58
+ Determine if a given ` resourceURL ` is authoritative for the ` profileURL ` .
59
+ The list of ` rel="me" ` links will be discovered if not provided in the optional ` profileRelMes ` parameter or the ` resourceRelMes ` parameter .
60
60
61
61
Validators
62
62
==========
You can’t perform that action at this time.
0 commit comments