David Given wrote: [...] > // is a rather obscure but incredibly handy feature of URLs that a lot > of people don't know about. It's an *absolute* URL using the same schema > as the currently loaded page.
Hmm. There's a bit more to making this work than the wiki formatter. I'd also like // to be supported in the baseurl command line option, so that I can have my fossil repo be served by both http and https and have everything work (including links to external resources). But baseurl requires a https: or http: prefix. I just put in a quick bodge to also make it accept a // prefix, but it turns out lots of code looks at the beginning of baseurl to decide whether it's a secure connection or not. So I need to keep thinking... -- ┌─── dg@cowlark.com ───── http://www.cowlark.com ───── │ │ 𝕻𝖍'𝖓𝖌𝖑𝖚𝖎 𝖒𝖌𝖑𝖜'𝖓𝖆𝖋𝖍 𝕮𝖙𝖍𝖚𝖑𝖍𝖚 𝕽'𝖑𝖞𝖊𝖍 𝖜𝖌𝖆𝖍'𝖓𝖆𝖌𝖑 𝖋𝖍𝖙𝖆𝖌𝖓. │
signature.asc
Description: OpenPGP digital signature
_______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

