aaronpk / Aperture

Aperture is a Microsub server. Currently in beta.
https://aperture.p3k.io
Apache License 2.0
70 stars 5 forks source link

Expand content of posts from post permalink #70

Open aaronpk opened 5 years ago

aaronpk commented 5 years ago

Currently the only data used is from the feed itself, permalinks are entirely ignored. In many cases, permalinks contain a much better version of the post, with additional info, etc. There are a lot of things that need to be figured out before I'm ready to take this on, but here are some notes:

gRegorLove commented 5 years ago

Another possible criteria: post has summary property but no content => fetch permalink for content

dshanske commented 5 years ago

I am interested in this. I do it for Micropub posts.

janboddez commented 4 years ago

Several "traditional" feed reader's support something similar, basically a per-source option to "fetch original posts." Very handy for feeds that are summary-only.

Another possible criteria: post has summary property but no content => fetch permalink for content