A small collection of text-only websites
61–63 of 63 posts
Re: A small collection of text-only websites
#62Anyway, i'd like to mention the no HTML club: https://no-html.club/index.txt
Also self plug: https://txt.basilikum.monster You can also get the text version from basilkum.monster directly by sending the appropriate accept header.
Re: A small collection of text-only websites
#63I like the spirit of text-only but Markdown is similar enough and gives clickable links, embeddable static images etc. Its the JS, CSS, video, audio and surveillance shenanigans which have gotten out of hand and become noisey (and nosey.)
I've been considering implementing a feature like this in my blog, but in a slightly more HTTP-ish way. Something like, if the Accept header leads with text/markdown, reply with markdown. This feels more "pure" to me, but it also means that you couldn't actually use it from a typical web browser. So it'd be utterly pointless, but then again, so is my blog.
I have a few WIP books where Markdown is my source format for similar reasons. I then use pandoc to render to txt, html, pdf, doc or epub as desired.