-
Notifications
You must be signed in to change notification settings - Fork 47
SVNmentions v1.0 implementation report #119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Additional details not given in the report.
Source Code repo URL(s) (optional): | ||
* [ ] 100% open source implementation |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Project needs a license chosen
### Request Verification (3.2.1) | ||
|
||
* [x] Verifies source and target are valid URLs, rejecting with HTTP 400 (MUST) | ||
* [x] Verifies that target is a valid resource for which the receiver accepts Webmentions, rejecting with HTTP 400 (SHOULD) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Has some target verification. Has the carrvo/SVNmentions#5 for an additional verification.
* [x] Accepts a Webmention where the target URL is in an `<a>` tag | ||
* [x] Accepts a Webmention where the target URL is in an `<img>` tag | ||
* [x] Accepts a Webmention where the target URL is in an `<video>` tag | ||
* [x] Accepts a Webmention where the target URL is in an `<audio>` tag | ||
* [ ] Rejects a Webmention where the target URL is in the document as text | ||
* [ ] Rejects a Webmention where the target URL is in an `<a>` tag **inside an HTML comment** | ||
* [x] Rejects a Webmention where the target URL is not in the document |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does a raw text search on the source for the target.
* [x] The receiver recognizes that the source URL is a "comment" or "reply" to the post | ||
* [ ] using HTML markup: __________ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Assumes all are comments.
What does using HTML markup
refer to? The markup that the receiver uses on the target? Or the markup that it searches for on the source?
Implementation Classes (Sender and/or Receiver): Sender | ||
|
||
|
||
## Sending |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Untested but filled out based on expectation.
No description provided.