2025-03-31 ========== A gemtext file could work almost the same than a text file. Almost. The thing is that on the sdf.org the gopher and the geminiservers take their contents from the same folder. Dramatic pause... That allows for the gemini server to serve all the text files and the gopher server to serve all the gemtext files. It's a neat idea. The only thing is that for it to work you need to add a index.gmi file with the links necessary to make it work. It will be equally visible in gopher, with the only downside that gemtext files aren't required to have any line length. In fact, the gemtext specification requires all paragraphs to be "coded" in a single lines, as line breaks are to be interpreted as new paragraphs, which can be an issue for some gopher clients and make force people to download the thing. Not the end of the world, but, it could be better.