Skip to content

Commit

Permalink
update ownyourswarm report
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronpk committed Mar 20, 2017
1 parent a2409e2 commit 04faad9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions implementation-reports/ownyourswarm.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@ Answers are:
* [ ] 100: Creates posts using `x-www-form-urlencoded` syntax. * [ ] 100: Creates posts using `x-www-form-urlencoded` syntax.
* [x] 200: Creates posts using JSON syntax. * [x] 200: Creates posts using JSON syntax.
* [ ] 101: Creates posts using `x-www-form-urlencoded` syntax with multiple values of the same property name (e.g. tags). * [ ] 101: Creates posts using `x-www-form-urlencoded` syntax with multiple values of the same property name (e.g. tags).
* [ ] 201: Creates posts using JSON syntax with multiple values of the same property name (e.g. tags). * [x] 201: Creates posts using JSON syntax with multiple values of the same property name (e.g. tags).
* [ ] 202: Creates posts with HTML content. (JSON) ** Sends person-tags as nested h-cards if any people were tagged in the checkin
* [x] 202: Creates posts with HTML content. (JSON)
** When the checkin includes a mention of another person, the content is sent as HTML with a hyperlink to the user mentioned
* [x] 204: Creates posts using JSON syntax including a nested Microformats2 object. * [x] 204: Creates posts using JSON syntax including a nested Microformats2 object.
* [ ] 300: Creates posts including a file by sending the request as `multipart/form-data` to the Micropub endpoint. * [ ] 300: Creates posts including a file by sending the request as `multipart/form-data` to the Micropub endpoint.


Expand Down

0 comments on commit 04faad9

Please sign in to comment.