From: anarcat Date: Fri, 21 Aug 2020 17:30:38 +0000 (-0400) Subject: (no commit message) X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/fffa0f61085ab015b4354ddd72dce7280fdff9b8 --- diff --git a/doc/todo/add_geo_uri_scheme.mdwn b/doc/todo/add_geo_uri_scheme.mdwn new file mode 100644 index 000000000..3144d943a --- /dev/null +++ b/doc/todo/add_geo_uri_scheme.mdwn @@ -0,0 +1,20 @@ +[[!template id=gitbranch branch=anarcat/geo-scheme author="[[anarcat]]"]] + +Trivial patch to add the `geo:` URI scheme: + +[[!format diff """ +modified IkiWiki/Plugin/htmlscrubber.pm +@@ -25,8 +25,8 @@ sub import { + "sip", "sips", "snmp", "tel", "urn", "wais", "xmpp", + "z39.50r", "z39.50s", + # Selected unofficial schemes +- "aim", "callto", "cvs", "ed2k", "feed", "fish", "gg", +- "irc", "ircs", "lastfm", "ldaps", "magnet", "mms", ++ "aim", "callto", "cvs", "ed2k", "feed", "fish", "geo", ++ "gg", "irc", "ircs", "lastfm", "ldaps", "magnet", "mms", + "msnim", "notes", "rsync", "secondlife", "skype", "ssh", + "sftp", "smb", "sms", "snews", "webcal", "ymsgr", + "bitcoin", "git", "svn", "bzr", "darcs", "hg" +"""]] + +-- [[anarcat]]