💾 Archived View for bbs.geminispace.org › u › sloum › 2891 captured on 2023-07-22 at 17:27:09. Gemini links have been rewritten to link to archived content
-=-=-=-=-=-=-
Re: "The Nightfall Express (nex://)"
By gopher style selectors I mean that it is specifically pointed out that "The <selector> may be any string". But if it has spaces in it, which certainly "any string" could have (and gopher allows), then you cant parse what is link and what is text in the gemini style link line `=> [url/selector]<space>[link desc]`. There is ambiguity. To get around this in gemtext you have to urlencode gopher links that have invalid URL chars in them and hope the client or server know what to do with that. Which is a big if.
2023-07-07 · 2 weeks ago
Cool... Will anyone use it though? Is it any different than serving Spartan text files, for instance?
This is cute. I don't think the point was to make The Next Big Smol Protocol so much as to just make something for fun out of the love of the smolnet.
2023-07-08 · 2 weeks ago
The Nightfall Express (nex://) — New solnet protocol with a very neat and minimal design. I like the approach of just inferring the response type from the filename extension or trailing slash. Keeps it simple. nex uses hard-wrapped lines for directories (like gopher) which gives more opportunity for creative page styling using ascii art and center text alignment and such. The recommended line width is 60-characters, which is too large for...