-
Some feeds, like social media, are busy enough to make frequent polling desirable. Others, like blog feeds , could be polled less frequently. This might also reduce overhead since not all channels …
-
Is there a mechanism for moving a feed and/or its items between channels, ideally preserving their items' read/unread states?
What about having a feed's items going into different channels based on…
-
I've recently been noticing some weirdness around the Webmentions I receive for certain posts, primarily likes/bookmarks.
Within my posts I have both the post's `u-url`, and a child `p-author h-car…
-
Improve reply contexts by inspecting the reply URL, as documented on https://indieweb.org/reply-context#Minimal_text_reply_contexts
-
h-feed is currently a Microformats Draft Specification. We should determine if (and how) h-feed is ready to become a Microformats Specification
Per the process: http://microformats.org/wiki/process…
-
Publish your activity-pub feeds on a domain you control!
### Watering Hole
> Is there a service that will host a single Mastodon account for me (not an entire instance) but let me alias it to my…
-
Request: ?action=channels&method=tree
The response includes all sources in a channel, order is defined by the server.
Response:
```
{
"channels": [
{
"uid": "31eccfe322d6c48c5…
-
e.g. when I parse manton.org/feed.json, the feed author information is not added to items
Looks like this is because the author information is not stored as an h-card like with other feeds
It re…
-
cf https://github.com/aaronpk/Quill/issues/143 and https://chat.indieweb.org/dev/2022-02-28#t1646077696840800 based on some comments by @fluffy-critter
Clients (especially those that allow to post …
-
The spec mentions "hiding all posts with the muted user's profile URL", but what happens if the server cannot parse a url for the author?
I suppose it would be very difficult to block an author if …