Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expand content of posts from post permalink #70

Open
aaronpk opened this issue Jan 27, 2019 · 3 comments
Open

Expand content of posts from post permalink #70

aaronpk opened this issue Jan 27, 2019 · 3 comments

Comments

@aaronpk
Copy link
Owner

aaronpk commented Jan 27, 2019

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:

  • start with post data from the feed
  • asynchronously fetch the post permalink, and "upgrade" with any values found there
    • e.g. if a feed contains only an article name, add the article content from the permalink
  • follow like-of and repost-of and bookmark-of posts to fetch the canonical post, replacing anything from the feed version
@gRegorLove
Copy link
Contributor

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

@dshanske
Copy link

dshanske commented Jun 4, 2019

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

@janboddez
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants