-
With the contacts endpoint in place (#21), it should be possible to create/update contacts via Micropub.
This would be the first non-`h-entry` type to be supported.
-
An idea discussed in IRC was adding links to articles that allow a user to:
- Mark post as read
- Like post
- Bookmark post
This would require a couple of things:
1. If the user wants to enable…
-
## While trying to do this:
Create a note with two images via the micropub endpoint
```
$ curl -i -H 'Authorization: Bearer abc' -F 'h=entry' -F 'content=2 photos'\
-F 'photo[]=@/path/to/image.…
-
My micropub endpoint is failing tests 602 & 603 because when it receives plain text content it will automatically convert it to html (as well as storing the original pain text) and when a source query…
-
Just wanted to open an issue here so we could coordinate some possible collaboration between our two Micropub/IndieWeb approaches in Node.js.
I felt it was easier to throw together a few simple parts…
-
I've created a basic PHP Micropub client to talk to my WordPress Micropub endpoint. It uses form-urlencoded and calls the endpoint with file_get_contents()
This works all as intended.
When I inclu…
-
Does anyone's media endpoint support deleting uploaded files? It seems like there are 2 options here:
1. The media endpoint could accept `action=delete` and a `url` of the uploaded file. This would…
-
Post objects returned from the /micropub endpoint do not match data format of other endpoints.
For example, "content" should be "content_html", "published" should be "date_published". Additionally,…
-
Unit tests on adding categories and tags pass, but anecdotal information suggests problems.
Need to do some live testing and possibly expand the unit tests.
Also should other WordPress taxonomies b…
-
## Summary
#9457 でActivityPub C2S APIをリクエストしましたが、あれはもうほぼ死んでいると聞きました。W3Cはほぼ同じ時期(2017)にMicropubという別のAPIセットを公表して、そっちがもっと人気そうです。
違いと言えば
* C2Sは複雑すぎる、Micropubはもっと簡単
* 公式テストセットが死んでいない (https://micr…