beber pushed a commit to branch master. http://git.enlightenment.org/website/www.git/commit/?id=fd7863090f90ba03fd15b606b22cbd480e2b2615
commit fd7863090f90ba03fd15b606b22cbd480e2b2615 Author: Bertrand Jacquin <[email protected]> Date: Sun Feb 11 03:09:44 2018 +0000 interwiki: add suport for more cryptocurrency --- public_html/conf/interwiki.local.conf | 10 ++++++++-- public_html/lib/images/interwiki/bitcoin-cash.png | Bin 0 -> 1255 bytes public_html/lib/images/interwiki/bitcoin.png | Bin 928 -> 1364 bytes public_html/lib/images/interwiki/dash.png | Bin 0 -> 1242 bytes public_html/lib/images/interwiki/dogecoin.png | Bin 0 -> 1378 bytes public_html/lib/images/interwiki/ethereum.png | Bin 0 -> 638 bytes public_html/lib/images/interwiki/litecoin.png | Bin 0 -> 1395 bytes public_html/lib/images/interwiki/monero.png | Bin 0 -> 938 bytes 8 files changed, 8 insertions(+), 2 deletions(-) diff --git a/public_html/conf/interwiki.local.conf b/public_html/conf/interwiki.local.conf index 6c2724a9..b291983d 100644 --- a/public_html/conf/interwiki.local.conf +++ b/public_html/conf/interwiki.local.conf @@ -1,2 +1,8 @@ -bitcoin bitcoin:{NAME} -phab https://phab.enlightenment.org/{NAME} +bitcoin bitcoin:{NAME} +bitcoincash bitcoin-cash:{NAME} +dash dash:{NAME} +dogecoin dogecoin:{NAME} +ethereum ethereum:{NAME} +litecoin litecoin:{NAME} +monero monero:{NAME} +phab https://phab.enlightenment.org/{NAME} diff --git a/public_html/lib/images/interwiki/bitcoin-cash.png b/public_html/lib/images/interwiki/bitcoin-cash.png new file mode 100644 index 00000000..9989242a Binary files /dev/null and b/public_html/lib/images/interwiki/bitcoin-cash.png differ diff --git a/public_html/lib/images/interwiki/bitcoin.png b/public_html/lib/images/interwiki/bitcoin.png index a5af765f..13803855 100644 Binary files a/public_html/lib/images/interwiki/bitcoin.png and b/public_html/lib/images/interwiki/bitcoin.png differ diff --git a/public_html/lib/images/interwiki/dash.png b/public_html/lib/images/interwiki/dash.png new file mode 100644 index 00000000..7ef9872a Binary files /dev/null and b/public_html/lib/images/interwiki/dash.png differ diff --git a/public_html/lib/images/interwiki/dogecoin.png b/public_html/lib/images/interwiki/dogecoin.png new file mode 100644 index 00000000..f0f940e2 Binary files /dev/null and b/public_html/lib/images/interwiki/dogecoin.png differ diff --git a/public_html/lib/images/interwiki/ethereum.png b/public_html/lib/images/interwiki/ethereum.png new file mode 100644 index 00000000..ec4ce2f9 Binary files /dev/null and b/public_html/lib/images/interwiki/ethereum.png differ diff --git a/public_html/lib/images/interwiki/litecoin.png b/public_html/lib/images/interwiki/litecoin.png new file mode 100644 index 00000000..33ef4baa Binary files /dev/null and b/public_html/lib/images/interwiki/litecoin.png differ diff --git a/public_html/lib/images/interwiki/monero.png b/public_html/lib/images/interwiki/monero.png new file mode 100644 index 00000000..859a25dc Binary files /dev/null and b/public_html/lib/images/interwiki/monero.png differ --
