]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
(no commit message)
authoranarcat <anarcat@web>
Fri, 21 Aug 2020 17:30:38 +0000 (13:30 -0400)
committeradmin <admin@branchable.com>
Fri, 21 Aug 2020 17:30:38 +0000 (13:30 -0400)
doc/todo/add_geo_uri_scheme.mdwn [new file with mode: 0644]

diff --git a/doc/todo/add_geo_uri_scheme.mdwn b/doc/todo/add_geo_uri_scheme.mdwn
new file mode 100644 (file)
index 0000000..3144d94
--- /dev/null
@@ -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]]