Add a new post to refresh feed with WebSub.
Omnibear is a really nice browser extension that allows you to send micropub posts to your micropub-enabled blog. It did get an update a few days ago.
HASH(0x55b20231a178)
The grade in which #indieweb works is bound by the number of people not using your software. How much can you communicate with them without using the software they use?
Micropub test of creating a photo referenced by URL. This post should include a photo of a sunset.
In the future I should create a way to see older posts.
I have enabled let's encrypt on my publog. It was pretty easy with nginx-proxy and the let's encrypt companion docker images.
Yesterday I wrote a microsub server in golang. It contains most of the feature that I need to connect with the Together reader app.
Some observations:
- search is pretty strange to implement, it now only supports full urls.
- it does support automatic fetching of feeds
- it doesn't have caching support of items. It always fetches the full page
- no support for smart or automatic feed downloading, no WebSub. It should in the future
- mute and block are not implemented
Some observations:
- search is pretty strange to implement, it now only supports full urls.
- it does support automatic fetching of feeds
- it doesn't have caching support of items. It always fetches the full page
- no support for smart or automatic feed downloading, no WebSub. It should in the future
- mute and block are not implemented