💾 Archived View for rawtext.club › ~sloum › geminilist › 001009.gmi captured on 2020-09-24 at 02:10:59. Gemini links have been rewritten to link to archived content
-=-=-=-=-=-=-
Sean Conner sean at conman.org
Sun May 24 02:58:50 BST 2020
- - - - - - - - - - - - - - - - - - -
It was thus said that the Great Martin Keegan once stated:
Hello,
The spec says, at 1.2, that:
"<URL> is a UTF-8 encoded absolute URL, of maximum length 1024 bytes.
If the scheme of the URL is not specified, a scheme of gemini:// is
implied."
Is this supposed to allow one or both of
//hostname.domain:port/filename
hostname.domain:port/filename
as synonyms for
gemini://hostname.domain:port/filename
//hostname:port/filename
Per the URL spec (RFC-3986), the '//' is part of the host portion of theURL.
-spc