https://bugzilla.wikimedia.org/show_bug.cgi?id=43342
Daniel Friesen <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mediawiki-bugs@nadir-seen-f | |ire.com --- Comment #1 from Daniel Friesen <[email protected]> --- I don't think your comparisons are very good. BitCoin and SecondLife have their own custom protocols. Hence they have a custom scheme to point to the location of the resource. Without the scheme there is no other way to address anything via URI. And as for git. git:// is only used when git's custom protocol is being used. When GIT uses ssh it uses ssh:// urls, and when it uses HTTP or HTTPS http:// and https:// are used. The use of interwiki prefixes as hosts is also not a sound idea. Interwiki prefixes are non-global. An absolute url is not supposed to be relative to where you use it. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
