-
Jekyll is the initially supported static site generator we want to target, especially when it is also hosted on GitHub Pages.
Along with the body of the post, Jekyll requires “front matter” — metada…
bmann updated
6 years ago
-
This proposal is to specifically amend the specification to include the following extensions related to any query made to the Micropub endpoint. Being as these touch multiple extensions, standardizing…
-
It would seem the mf2 objects created by Quill contain only a `html` value for the `content` property, i.e.:
```jon
{
"type": ["h-entry"],
"properties": {
"name": ["Article name"],
…
-
Please release a new omnibear version with the current version of the micropub helper lib. It contains a bugfix that is necessary to be able to use commentpara.de - https://github.com/grantcodes/micro…
-
I think it would be quite useful to standardise the way a Micropub server handles being submitted by a form on a web page, rather than through an API call, as it'd allow sending the usual 201/202 with…
-
Micropub.rocks seems to not register a response when using my staging Micropub endpoint:
```
curl -i https://www-api.staging.jvt.me/micropub -d 'h=entry&content=Micropub+test+of+creating+an+h-ent…
-
Micropub is a W3C recommendation for posting to your web site. It started life in the IndieWeb community and is now supported in several platforms. Relevant to DreamWidth, it would be used to create, …
-
I'm trying to use Micro.Blog to post via my endpoint hosted on Heroku. But the micro.blog app keep asking for a Media Endpoint which the Heroku endpoint doesn't provide.
Does the library support it…
-
There are instances where the configuration of a Micropub endpoint can change. Currently both the Media Endpont url and the syndication values are in the Micropub's config query. Because the Media End…
-
https://github.com/indieweb/wordpress-micropub/blob/trunk/includes/class-micropub-endpoint.php#L520
@chrisbergr reported https://github.com/dshanske/simple-location/issues/271 but this is actually…