John Fader wrote:
Would it be possible to add the worldwind URL scheme to the list of acceptable URL schemes that en.wikipedia accepts as valid for external links?
This is a very nice feature for the gis "Map sources" extension.
For the proof-of-concept demo I simple added to the definition already in Parser.php, thus:
define( 'URL_PROTOCOLS', 'http|https|ftp|irc|gopher|news|mailto|worldwind' );
Perhaps it would be more clean to do it in the extension proper? Is there a clean way one could cleanly add to URL_PROTOCOLS from an extension (I have a suspiscion there is not).
If there is not, would there be any problem just adding it?
Egil