Indiepaper: Read Later for MicropubVery cool idea, but first I need to improve the micropub backend in Ekster.

This was also posted to /en/indieweb.

Peter Stuifzand created a new issue for pstuifzand/ekster

server: Improve built-in micropub endpoint to support json and formencoded requests

The endpoint only support JF2 requests, but should also support json and formencoded requests.

Peter Stuifzand created a new issue for pstuifzand/ekster

Combine feedHeaders and feedItems, so these returns the same header information

The functions feedsHeaders and feedItems should be combined (or be made to share code).

Peter Stuifzand created a new issue for pstuifzand/ekster

Convert MF2 to JF2 structs directly, not a map with strings and interfaces

Now there is a step in the middle that converts the open format of MF2 to another open format of JF2 in a map[string]interface{}. This should be directly converted to the microsub.Feed and microsub.Item structs.

Peter Stuifzand created a new issue for pstuifzand/ekster

Support h-entry posts included in a h-feed

Currently only multiple h-entry posts are supported. This doesn't work of these posts are the children of an h-feed post.
Finished my first draft of https://t.co/1cCffHJICI - which is like https://t.co/lLMJz7W3De for other topics. Thank you to #indieweb on Freenode for encouraging and testing the idea. ✨
#

Peter Stuifzand replied to @kickscondor

Very cool. Perhaps a next step could be to add microformats to the items themselves, that way people can read their topics of interest in their Microsub readers.
@sandhawke A bunch of us started that very conversation this week in response to the public launch of a microsub server and several microsub clients. indieweb.org/2018/indiealgo… indieweb.org/Microsub
#

Load more