1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
This is a tiny feature request:
add the bitcoin URI scheme [1] to ikiwiki.
This can be done by adding '"bitcoin",' to Ikiwiki/Plugin/htmlscrubber.pm
- "aim", "callto", "cvs", "ed2k", "feed", "fish", "gg",
to
+ "aim", "bitcoin", "callto", "cvs", "ed2k", "feed", "fish", "gg",
thanks
flowolf
[1]: http://en.wikipedia.org/wiki/URI_scheme
|