-
I'm getting the following error from the parser (running on PHP 8.1):
```
CRITICAL - 2023-10-13 13:56:58 --> mb_convert_encoding(): Argument #3 ($from_encoding) must specify at least one encoding
…
-
to oversimplify, it hoists mf2 properties out of the `properties` field and makes most of them singly-valued. should be straightforward.
spec: https://www.w3.org/TR/jf2/#jf2feed , https://jf2.spec.…
-
The main blocker for a 1.0.0 release I think is supporting full CRUD operations. To be a good citizen with in the IndieWeb community one should respect peoples changes to and removal of posts and the …
-
Posted a photo just now and it's not working. Forgot to include `u-photo` first, but then I tried attaching it to the `img` and then the surrounding `a` and updated both times. No luck, shows a black …
-
Copying this here [from the wiki](https://indieweb.org/Micropub-extensions#Query_for_contacts).
For apps to be able to autocomplete by known contacts we need some way to query these values. This wo…
-
Very good work
Mastodon
Mastodon
-
Currently, I have two main usecases in which my Micropub endpoint modifies the incoming request before saving it, which the latter of which would be quite key for me to move over:
- Rewrite a twi…
-
Like OwnYourGram, this is an indieweb / micropublish connector for Swarm / Foursquare.
bmann updated
6 years ago
-
Hi @dshanske et al! I'm seeing an odd behavior with HTML content: two ``s, one inside the other. I assume that's not expected? For example, this JSON request:
```json
{
"type": ["h-entry"],
…
-
#### Description
This may be an oddly specific question, but I can't figure out why https://indieweb.org/this-week/feed.xml comes up empty. I.e., it gets downloaded and cached fine, but get_items()…