TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: How does outline.com work?

2 pointsby rayvyover 6 years ago
I'm pretty amazed that I can get around a paywall just by using https://outline.com/www.[my url] . I'm sure there's nothing too crazy going on under the hood, but does anyone exactly how it works?

1 comment

brad0over 6 years ago
Just took a look at this, here&#x27;s my guess.<p>- Pretend they&#x27;re a crawler such as Google and pull down the HTML, potentially executing javascript<p>- Once it&#x27;s pulled down, clean it up using open source code such as readability <a href="https:&#x2F;&#x2F;github.com&#x2F;mozilla&#x2F;readability" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;mozilla&#x2F;readability</a><p>- Store that result as a document in a nosql database<p>Once they have pulled the article down once they don&#x27;t need to get it again.