Live data from Hacker News

Show HN: txtify.it – Easily convert web articles to plain text

txtify.it

1–10 of 25 posts

Re: Show HN: txtify.it – Easily convert web articles to plain text

#3
post #2

Very Cool! I like the simple no-nonsense UI. What is your goal with the project?

Thanks! :) No big goals with this. Thought it'd be a useful tool, especially considering how big and bloated web sites are getting these days. So we're going to try to keep it around as it is. It's a simple wrapper around our Full-Text RSS product, which, as of the latest release, can output plain text like this. Demo of that available here: http://95.216.144.183

Re: Show HN: txtify.it – Easily convert web articles to plain text

#7

Hey this looks really cool. I think the typography could be improved though, check out http://bettermotherfuckingwebsite.com/ for some inspiration/guidelines on how to accomplish that.

Thanks! :) The output is literally plain text (Content-Type: text/plain).

But, I realised it's possible to send a stylesheet in the HTTP header. Chrome seems to ignore it, but Firefox uses it:

  Link: ; rel="stylesheet"

Re: Show HN: txtify.it – Easily convert web articles to plain text

#9

I’ve frequently needed to access a plain text version of a site in a bash script or from the command line. For this, I use the command w3m -dump which dumps the website’s text content to stdout.

One of the things we do with txtify.it is try to find the content block in the HTML first, then convert only that from HTML to plain text. So in situations where the input URL is a news article or blog post, the output should be cleaner.

Re: Show HN: txtify.it – Easily convert web articles to plain text

#10
post #9

I’ve frequently needed to access a plain text version of a site in a bash script or from the command line. For this, I use the command w3m -dump which dumps the website’s text content to stdout.

One of the things we do with txtify.it is try to find the content block in the HTML first, then convert only that from HTML to plain text. So in situations where the input URL is a news article or blog post, the output should be cleaner.

Where is your privacy policy?
Post reply on HN