Show HN: Full Text, Full Archive RSS Feeds for Any Blog
1–10 of 54 posts
Re: Show HN: Full Text, Full Archive RSS Feeds for Any Blog
#2Re: Show HN: Full Text, Full Archive RSS Feeds for Any Blog
#3Re: Show HN: Full Text, Full Archive RSS Feeds for Any Blog
#4Re: Show HN: Full Text, Full Archive RSS Feeds for Any Blog
#5Re: Show HN: Full Text, Full Archive RSS Feeds for Any Blog
#6It's so clever to just pull from Wayback Machine rather than scrape the site itself. Never even thought of that
One of my favorite tricks when coming across a blog with a longtail of past posts is to verify that it's hosted on WordPress and then to ingest the archives into my feedreader.
Once you have the WordPress feed URL, you can slurp it all in by appending `?paged=n` (or `&paged=n`) for the nth page of the feed. (This is a little tedious in Thunderbird; up till now I've generated a list of URLs and dragged and dropped each one into the subscribe-to-feed dialog. The whole process is amenable to scripting by bookmarklet, though—gesture at a blog with the appropriate metadata, and then get a file that's one big RSS/Atom container with every blog post.)
Re: Show HN: Full Text, Full Archive RSS Feeds for Any Blog
#7None of those are problems with RSS or Atom¹ feeds. There’s no technical limitation to having the full history and full post content in the feeds. Many feeds behave that way due to a choice by the author or as the default behaviour of the blogging platform. Both have reasons to be: saving bandwidth² and driving traffic to the site³.
Which is not to say what you just made doesn’t have value. It does, and kudos for making it. But twice at the top of your post you’re making it sound as if those are problems inherit with the format when they’re not. They’re not even problems for most people in most situations, you just bumped into a very specific use-case.
¹ It’s not an acronym, it shouldn’t be all uppercase.
² Many feed readers misbehave and download the whole thing instead of checking ETags.
³ To show ads or something else.
Re: Show HN: Full Text, Full Archive RSS Feeds for Any Blog
#8Re: Show HN: Full Text, Full Archive RSS Feeds for Any Blog
#9Re: Show HN: Full Text, Full Archive RSS Feeds for Any Blog
#10It's so clever to just pull from Wayback Machine rather than scrape the site itself. Never even thought of that