Live data from Hacker News

A small collection of text-only websites

shkspr.mobi

21–30 of 63 posts

Re: A small collection of text-only websites

#21
I’m pondering on this functionality for static site builders that already say have some sort of Markdown to HTML Page pipeline.

For most SSG (Static site generators) I’ve seen that take a plain text to html conversion, they usually only serve up .html

Wondering out loud if this would be a useful and desirable addition for SSG tools to have the option to serve up say .html and a .md (or .txt or whatever).

Am I missing something? Be a good idea/feature yeah?

Re: A small collection of text-only websites

#23

Earlier quoted context omitted.

Also: https://lite.cnn.com/

I read these two all the time. I wish nytimes.com came in a text version, I hate the move to video. I was raised on newspapers not mtv...

As a long time subscriber the move to video has been pretty painful. In general the flow of stories has changed so much that I miss more news than I see in the NYT.

Re: A small collection of text-only websites

#24

I think this site/list is more fitting: https://textonly.website/

Almost none of the sites in that list are actually text. They’re just minimally styled html/css.

This entirely depends on your perspective/interpretation of “text-only”.

To me, having only text as the output with no ads, videos, or images is “text-only”. It doesn’t matter how it’s presented as long as it’s just text.

But I also see your perspective. You want plain defaults with white background color, black foreground color, and no formatting.

Re: A small collection of text-only websites

#25

Offering a plain text version of your website may seem like a novel idea nowadays but I remember a time when pretty much every web page had a printer-friendly version with little to no formatting. I suppose printing web pages has become passé, that is unless you're printing a food recipe. Thanks for putting together this list, it would be nice to add a short summary next to each link.

I have to wonder if printing has gone down in popularity, in part, because so many websites handle it so poorly these days. I will sometimes "print" to PDF to save an article I want to read or reference, so I don't have to worry about the site disappearing on me. The quality of these PDFs has dropped dramatically over the years. With some sites it's almost not even worth it.

Re: A small collection of text-only websites

#27
post #7

berkshirehathaway.com is a great text-only site, containing troves of buffett's letters with much wisdom. though the actual text mostly end up in pdf formats.

It looks like they played with the design a little between 1997 and 2002 (even getting a little wild with an animated gif in 1999 during the dotcom era). Once they got it dialed in, they stuck with it. This is the mark of a company that knows what business it's in and where to focus.

https://web.archive.org/web/20020329105739/http://berkshireh...

Re: A small collection of text-only websites

#28
post #24

Earlier quoted context omitted.

Almost none of the sites in that list are actually text. They’re just minimally styled html/css.

This entirely depends on your perspective/interpretation of “text-only”. To me, having only text as the output with no ads, videos, or images is “text-only”. It doesn’t matter how it’s presented as long as it’s just text. But I also see your perspective. You want plain defaults with white background color, black foreground color, and no formatting.

It’s more so that “text” in this case refers to “text (.txt) file” rather than “letters and numbers”

Re: A small collection of text-only websites

#29

they should atleast make it super large font and full screen for my extra large 32 inch screen, i am literally look at the left hand edge of the window to read their articles

They're literally serving the content with a text/plain media type.

If your browser is rendering plaintext documents in a way that's unreadable, that's a failure of your web browser to serve as an effective user agent for your needs.

(People shoot down the analogous argument for changing the base formatting of text/html, because changing the base UA styles would throw brittle old stylesheets out of whack. But plaintext doesn't have stylesheets that could be thrown out-of-whack.)

Re: A small collection of text-only websites

#30

Offering a plain text version of your website may seem like a novel idea nowadays but I remember a time when pretty much every web page had a printer-friendly version with little to no formatting. I suppose printing web pages has become passé, that is unless you're printing a food recipe. Thanks for putting together this list, it would be nice to add a short summary next to each link.

I have to wonder if printing has gone down in popularity, in part, because so many websites handle it so poorly these days. I will sometimes "print" to PDF to save an article I want to read or reference, so I don't have to worry about the site disappearing on me. The quality of these PDFs has dropped dramatically over the years. With some sites it's almost not even worth it.

On several of my previous projects I've been tasked with making the print broken, not just "disabled", to try and force people into the "happy path" where there's a download button. Despite the beforeprint event that would let me trigger the same process.

(I've argued and lost that fight, more often than won it.)

Post reply on HN