Permalink
Browse files

add implementation report details

add details on the response returned
  • Loading branch information...
1 parent 2cc44c2 commit 1ffbc870b5602e337c9306aa082dea19bb7ccc4b @aaronpk aaronpk committed May 18, 2016
Showing with 19 additions and 6 deletions.
  1. +18 −5 implementation-reports/README.md
  2. +1 −1 implementation-reports/telegraph.md
@@ -21,7 +21,7 @@ Developer(s): [Name](http://you.example.com)
Implementation Classes (Sender and/or Receiver):
-## Sender Tests
+## Sending
### Discovery Tests (3.1.1)
@@ -95,10 +95,21 @@ SHOULD
This implementation has also implemented the following extensions.
-* [ ] _______
+* [ ] [Salmention](http://indiewebcamp.com/Salmention)
+* [ ] [Vouch](http://indiewebcamp.com/Vouch)
+* [ ] Other: _______
+
+
+## Receiving
+Indicate which type of response the receiver provides:
+
+* [ ] HTTP 200 - Receiver synchronously processes the Webmention request (not recommended)
+* [ ] HTTP 201 - Receiver creates a status URL the sender can use to check the status of the Webmention
+* [ ] HTTP 202 - Receiver processes the Webmention asynchronously
+
+Describe the response body (if any) which is returned in the request:
-## Receiver Tests
### Request Verification (3.2.1)
@@ -116,8 +127,8 @@ This implementation has also implemented the following extensions.
Please list the content types that your implementation supports when checking if the source document links to the target URL.
-* HTML
-* ...
+* [ ] HTML
+* [ ] Other: ______
### HTML Verification (3.2.2)
@@ -138,6 +149,8 @@ The tests below apply when the source document is HTML.
Describe how your implementation makes use of the data found at the source URL. For example, your implementation may display data from the source URL as a comment on the target post.
+
+
### Update Tests (3.2.4)
* [ ] Does not display an update Webmention as a new response (SHOULD)
@@ -12,7 +12,7 @@ Developer(s): [Aaron Parecki](http://aaronparecki.com)
Implementation Classes (Sender and/or Receiver): Sender
-## Sender Tests
+## Sending
### Discovery Tests (3.1.1)

0 comments on commit 1ffbc87

Please sign in to comment.