File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -41,8 +41,8 @@ discoverEndpoint(sourceURL, ...)
4141--------------------------------
4242Discover any WebMention endpoint for a given ` sourceURL ` .
4343
44- sendWebmention(sourceURL, targetURL, webmention=None )
45- -----------------------------------------------------
44+ sendWebmention(sourceURL, targetURL, webmention)
45+ ------------------------------------------------
4646Send to the ` targetURL ` a WebMention for the ` sourceURL ` .
4747The WebMention will be discovered if it is not given in the optional ` webmention ` parameter.
4848
@@ -56,7 +56,7 @@ If any have an href attribute that is `rel="me"` then include it in the result.
5656confirmRelMe(profileURL, resourceURL, profileRelMes, resourceRelMes)
5757--------------------------------------------------------------------
5858Determine 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 .
59+ The list of ` rel="me" ` links will be discovered if not provided in the optional ` profileRelMes ` parameter or the ` resourceRelMes ` parameter .
6060
6161Validators
6262==========
Original file line number Diff line number Diff line change 11[metadata]
22name = ronkyuu
3- version = 0.9rc1
3+ version = 0.9
44author = Mike Taylor and Kartik Prabhu
55author_email = bear@bear.im
66description = " Webmention Manager"
You can’t perform that action at this time.
0 commit comments