It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: https://en.numista.com/forum/topic.php?id=122518/

  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4.    <meta charset="utf-8">
  5.    <title>Page not found &ndash; Numista</title>
  6.    <meta name="description" lang="en" content="Coin, banknote and exonumia catalogue, online collection management, swaps, forum, and more." />
  7.    
  8.    <link rel="apple-touch-icon" sizes="57x57" href="https://en.numista.com/apple-touch-icon-57x57.png">
  9.    <link rel="apple-touch-icon" sizes="60x60" href="https://en.numista.com/apple-touch-icon-60x60.png">
  10.    <link rel="apple-touch-icon" sizes="72x72" href="https://en.numista.com/apple-touch-icon-72x72.png">
  11.    <link rel="apple-touch-icon" sizes="76x76" href="https://en.numista.com/apple-touch-icon-76x76.png">
  12.    <link rel="apple-touch-icon" sizes="114x114" href="https://en.numista.com/apple-touch-icon-114x114.png">
  13.    <link rel="apple-touch-icon" sizes="120x120" href="https://en.numista.com/apple-touch-icon-120x120.png">
  14.    <link rel="apple-touch-icon" sizes="144x144" href="https://en.numista.com/apple-touch-icon-144x144.png">
  15.    <link rel="apple-touch-icon" sizes="152x152" href="https://en.numista.com/apple-touch-icon-152x152.png">
  16.    <link rel="apple-touch-icon" sizes="180x180" href="https://en.numista.com/apple-touch-icon-180x180.png">
  17.    <link rel="mask-icon" href="/safari-pinned-tab.svg?v=E6vrePyX0f" color="#dfeefb">
  18.    <link rel="icon" sizes="32x32" type="image/png" href="https://en.numista.com/favicon-32x32.png?v=E6vrePyX0f">
  19.    <link rel="icon" sizes="192x192" type="image/png" href="https://en.numista.com/android-chrome-192x192.png">
  20.    <link rel="icon" sizes="96x96" type="image/png" href="https://en.numista.com/favicon-96x96.png?v=E6vrePyX0f">
  21.    <link rel="icon" sizes="16x16" type="image/png" href="https://en.numista.com/favicon-16x16.png?v=E6vrePyX0j">
  22.    <link rel="manifest" href="https://en.numista.com/manifest.json">
  23.    <meta name="msapplication-TileColor" content="#000088">
  24.    <meta name="msapplication-TileImage" content="https://en.numista.com/mstile-144x144.png">
  25.    <meta name="theme-color" content="#dfeefb">
  26.    <meta name="application-name" content="Numista">
  27.    <meta name="apple-mobile-web-app-title" content="Numista">
  28.    
  29.    <link rel="search" type="application/opensearchdescription+xml" title="Numista" href="/opensearch_desc.php" />
  30.  
  31.    <meta name="format-detection" content="telephone=no">
  32.    
  33.    <meta name="viewport" content="width=device-width" />
  34.    <meta name="viewport" content="initial-scale=1.0" />    
  35.    <link rel="stylesheet" href="https://en.numista.com/design/global.v379.css">
  36.        <link rel="stylesheet" href="https://en.numista.com/design/forum.v379.css">
  37.    <link rel="stylesheet" href="https://en.numista.com/design/ckeditor.v379.css" />
  38.                <link rel="stylesheet" type="text/css" href="https://en.numista.com/catalogue/sprite.v379.css" />
  39.    <link rel="preload" as="font" type="font/woff2" href="https://en.numista.com/design/font/source-sans-pro-v12-cyrillic-ext_vietnamese_greek-ext_cyrillic_latin_greek_latin-ext-regular.woff2" crossorigin="anonymous" />
  40.    <link rel="preload" as="font" type="font/woff2" href="https://en.numista.com/design/font/source-sans-pro-v12-cyrillic-ext_vietnamese_greek-ext_cyrillic_latin_greek_latin-ext-700.woff2" crossorigin="anonymous" />
  41.    
  42.    <script src="https://en.numista.com/outils/jquery-3.6.0.min.js"></script>
  43.    <script>
  44.        LANGUAGE = 'en';
  45.    
  46.        function toggleMenu(menuName) {
  47.            let button = document.getElementById(menuName+"_button");
  48.            let pressed = button.getAttribute("aria-pressed")==="true";
  49.            button.setAttribute("aria-pressed", pressed? "false": "true");
  50.            document.getElementById(menuName).setAttribute("aria-hidden", pressed? "true": "false");
  51.            let links = document.getElementById(menuName).getElementsByTagName("a");
  52.            for (let i=0; i<links.length; i++) {
  53.                links[i].setAttribute("tabindex", pressed? "-1": "0");
  54.            }
  55.            let buttons = document.getElementById(menuName).getElementsByTagName("button");
  56.            for (let i=0; i<buttons.length; i++) {
  57.                buttons[i].setAttribute("tabindex", pressed? "-1": "0");
  58.            }
  59.            let selects = document.getElementById(menuName).getElementsByTagName("select");
  60.            for (let i=0; i<selects.length; i++) {
  61.                selects[i].setAttribute("tabindex", pressed? "-1": "0");
  62.            }
  63.                        let inputs = document.getElementById(menuName).getElementsByTagName("input");
  64.            for (let i=0; i<inputs.length; i++) {
  65.                inputs[i].setAttribute("tabindex", pressed? "-1": "0");
  66.            }
  67.            if (menuName==="account_menu" && (!pressed)) {
  68.                if (document.getElementById("language_menu_button").getAttribute("aria-pressed")==="true") toggleMenu("language_menu");
  69.                if (document.getElementById("search_menu_button").getAttribute("aria-pressed")==="true") toggleMenu("search_menu");
  70.            }
  71.            else if (menuName==="search_menu" && (!pressed)) {
  72.                document.getElementById("search_menu_input").focus();
  73.                if (document.getElementById("language_menu_button").getAttribute("aria-pressed")==="true") toggleMenu("language_menu");
  74.                if (document.getElementById("account_menu_button").getAttribute("aria-pressed")==="true") toggleMenu("account_menu");
  75.            }
  76.            else if (menuName.substring(0, 9)==="forum_cat") {
  77.                if (!pressed) {
  78.                    document.cookie =  menuName + '=; expires=Thu, 01 Jan 1970 00:00:00 UTC';
  79.                }
  80.                else {
  81.                    let date = new Date(Date.now() + 365 * 24 * 3600 * 1000);
  82.                    document.cookie = menuName + '=1; expires=' + date.toUTCString();
  83.                }
  84.            }
  85.        }
  86.  
  87.        function togglePinnedAccountMenu() {
  88.            let pinned = document.getElementById("global_header").className==="pinned_account";
  89.            if (!pinned) {
  90.                document.cookie = "pinned_account_menu=1; expires=Sunday, 07-May-2034 14:42:31 CEST; domain=numista.com; path=/";
  91.                document.getElementById("global_header").className = "pinned_account";
  92.                document.getElementById("pinned_account_button").src = "https://en.numista.com/design/wrap.svg";
  93.                document.getElementById("pinned_account_button").alt = "Wrap";
  94.                document.getElementById("pinned_account_button").title = "Wrap";
  95.                if (window.matchMedia("(max-width: 600px)").matches) toggleMenu("account_menu");
  96.            }
  97.            else {
  98.                document.cookie = "pinned_account_menu=0; expires=Thu, 01 Jan 1970 00:00:00 UTC; domain=numista.com; path=/";
  99.                document.getElementById("global_header").className = "";
  100.                document.getElementById("pinned_account_button").src = "https://en.numista.com/design/pin.svg";
  101.                document.getElementById("pinned_account_button").alt = "Pin";
  102.                document.getElementById("pinned_account_button").title = "Pin";
  103.                if (document.getElementById("account_menu").getAttribute("aria-hidden")!=="true") toggleMenu("account_menu");
  104.            }
  105.        }
  106.  
  107.        /* Matomo */
  108.        let _paq = window._paq = window._paq || [];
  109.        _paq.push(['setCustomDimension', 1, 'no']);
  110.        _paq.push(['setCustomDimension', 2, 'en']);
  111.        _paq.push(["setCookieDomain", "*.numista.com"]);
  112.        _paq.push(["setDomains", ["*.numista.com","*.en.numista.com","*.fr.numista.com","static-numista.com"]]);
  113.        _paq.push(['trackPageView']);
  114.        _paq.push(['enableLinkTracking']);
  115.        (function() {
  116.            let u="https://analytics.numista.com/";
  117.            _paq.push(['setTrackerUrl', u+'matomo.php']);
  118.            _paq.push(['setSiteId', '10']);
  119.            let d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
  120.            g.type='text/javascript'; g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
  121.        })();
  122.    </script>
  123.    
  124.        <script async src="https://en.numista.com/script_async.v12.js"></script>
  125.    
  126.        
  127.        
  128.        
  129.        
  130.            <link rel="alternate" type="text/html" hreflang="de" href="https://de.numista.com/forum/topic.php?id=122518/" />
  131.            <link rel="alternate" type="text/html" hreflang="es" href="https://es.numista.com/forum/topic.php?id=122518/" />
  132.            <link rel="alternate" type="text/html" hreflang="fr" href="https://fr.numista.com/forum/topic.php?id=122518/" />
  133.        
  134.    </head>
  135. <body>
  136.    <div id="global_container">
  137.        <header id="global_header">
  138.            <noscript><p><img src="https://analytics.numista.com/matomo.php?idsite=10&amp;rec=1" style="border:0;" alt="" /></p></noscript>
  139.            <div class="middle_element">
  140.                <div id="main_header">
  141.                    <a href="/" id="global_logo">
  142.                        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 91">
  143.                            <title>Numista</title>
  144.                            <g transform="translate(0,91) scale(0.1,-0.1)" fill="#000088" stroke="none">
  145.                                <path d="M360 846 c-113 -67 -133 -86 -125 -118 l7 -27 41 30 c52 37 91 36 95 -3 10 -82 -209 -538 -258 -538 -26 0 10 88 50 125 12 11 26 27 31 36 8 15 5 16 -34 4 -36 -10 -49 -23 -90 -82 -73 -108 -87 -218 -31 -240 69 -26 209 179 324 474 23 59 45 112 49 116 11 11 67 -220 92 -378 11 -72 23 -137 25 -145 13 -38 208 329 263 495 64 192 62 287 -7 293 -28 3 -41 -5 -102 -65 -69 -67 -78 -85 -61 -111 6 -10 15 -6 39 17 64 65 95 22 70 -98 -14 -68 -105 -297 -114 -288 -2 2 -15 57 -28 123 -45 218 -118 424 -149 424 -7 0 -46 -20 -87 -44z"/>
  146.                                <path d="M1963 788 c-24 -24 -43 -47 -43 -50 0 -13 71 -29 99 -23 28 6 111 69 111 84 0 5 -19 11 -42 15 -24 3 -52 8 -63 11 -15 4 -32 -6 -62 -37z"/>
  147.                                <path d="M2559 792 c-62 -34 -68 -40 -84 -89 -10 -29 -24 -53 -30 -53 -7 0 -24 -10 -39 -21 -27 -21 -27 -21 -7 -36 12 -8 21 -20 21 -26 0 -7 -25 -78 -55 -159 -33 -87 -55 -162 -55 -185 0 -45 23 -73 59 -73 23 0 93 60 142 121 29 37 29 39 13 64 l-16 25 -30 -41 c-16 -22 -31 -39 -34 -36 -2 2 19 70 47 151 48 137 53 146 77 146 14 0 48 15 76 33 l51 32 -63 3 c-34 2 -62 4 -62 6 0 1 15 42 34 89 19 48 31 87 28 86 -4 0 -37 -17 -73 -37z"/>
  148.                                <path d="M1987 649 c-47 -24 -81 -48 -87 -62 -40 -96 -130 -341 -135 -371 -15 -76 32 -86 122 -25 50 33 62 47 68 75 3 20 9 42 12 50 10 27 -26 14 -42 -15 -25 -50 -35 -44 -19 11 19 62 117 299 144 346 11 17 18 32 17 32 -1 -1 -37 -19 -80 -41z"/>
  149.                                <path d="M1179 662 c-54 -15 -56 -16 -77 -72 -35 -88 -188 -306 -205 -290 -3 3 22 72 55 154 65 165 71 209 28 214 -16 1 -47 -13 -88 -42 l-63 -45 21 -21 c25 -25 27 -14 -47 -209 -55 -147 -60 -176 -32 -194 29 -18 71 3 137 69 35 35 62 58 59 50 -26 -66 -14 -126 25 -126 11 0 52 17 89 37 56 30 69 42 69 61 0 21 -4 24 -26 19 -15 -2 -28 0 -30 7 -5 14 36 128 91 256 21 47 44 100 51 118 8 17 11 31 7 31 -5 -1 -33 -9 -64 -17z"/>
  150.                                <path d="M1334 651 c-39 -18 -42 -22 -48 -72 -8 -60 -58 -220 -110 -352 -19 -49 -29 -87 -23 -84 7 2 39 14 72 27 59 22 60 23 97 99 41 85 116 206 124 198 3 -2 -20 -73 -51 -157 -30 -84 -55 -156 -55 -161 0 -4 28 2 63 15 68 26 60 17 182 204 73 111 95 135 70 75 -127 -299 -124 -335 22 -257 63 34 73 43 73 67 0 29 -9 34 -27 16 -7 -7 -13 -7 -17 0 -7 10 12 66 83 253 23 59 41 114 41 123 0 27 -29 29 -81 5 -42 -20 -60 -39 -129 -138 -44 -63 -80 -111 -80 -106 0 5 18 55 40 112 43 109 50 152 25 152 -8 0 -39 -11 -68 -24 -46 -20 -62 -35 -107 -100 -30 -42 -55 -75 -56 -73 -1 1 9 35 22 75 39 116 23 142 -62 103z"/>
  151.                                <path d="M2203 649 c-71 -35 -143 -130 -143 -188 0 -25 50 -83 95 -111 41 -26 50 -48 29 -71 -28 -31 -94 -22 -94 12 0 11 6 28 13 39 10 17 9 22 -3 30 -18 11 -45 -13 -97 -82 -39 -53 -38 -75 4 -108 31 -24 83 -26 129 -4 62 29 154 152 154 204 0 34 -15 54 -75 99 -60 45 -72 81 -36 101 28 15 46 13 72 -9 21 -17 22 -21 11 -46 -11 -23 -11 -30 0 -36 22 -14 26 -11 68 50 47 70 49 92 14 120 -34 27 -87 27 -141 0z"/>
  152.                                <path d="M2774 632 c-33 -21 -77 -59 -98 -83 -81 -93 -161 -309 -137 -372 18 -48 78 -29 156 49 l38 37 -5 -34 c-15 -96 37 -105 140 -22 35 29 42 40 42 70 0 36 0 36 -20 18 -48 -44 -35 21 43 212 54 133 58 165 15 142 -13 -7 -24 -6 -40 6 -35 24 -70 18 -134 -23z m49 -70 c16 -17 14 -24 -27 -108 -24 -49 -62 -109 -84 -134 l-41 -45 -1 38 c0 50 52 183 91 230 35 42 40 44 62 19z"/>
  153.                            </g>
  154.                        </svg>
  155.                    </a>
  156.                    <div id="main_header_spacer"></div>
  157.                    <div>
  158.                        <form action="/search_redirect.php" method="get">
  159.                            <div id="top_search_bar" class="top_search_bar">
  160.                                <input type="text" name="numista_search" aria-label="Search query" placeholder="Search..." enterkeyhint="search" /><!--
  161.                             --><select name="cat" aria-label="Search type">
  162.                                                                        <option value="coin">Coins</option>
  163.                                                                        <option value="banknote">Banknotes</option>
  164.                                                                        <option value="exonumia">Exonumia</option>
  165.                                                                        <option value="number">N# Number</option>
  166.                                    <option value="username">User names</option>
  167.                                    <option value="forum">Forum</option>
  168.                                </select>
  169.                                <button type="submit" class="primary" title="Search">
  170.                                    <svg viewBox="0 0 4.3422532 4.3423419">
  171.                                        <g transform="translate(-6.9003019,-4.5431149)">
  172.                                            <path d="m 8.6645435,7.2570343 c 0.5242278,0 0.9493251,-0.4250972 0.9493251,-0.9496778 0,-0.5249333 -0.4250973,-0.9503833 -0.9493251,-0.9503833 -0.5245805,0 -0.9496778,0.42545 -0.9496778,0.9503833 0,0.5245806 0.4250973,0.9496778 0.9496778,0.9496778 z m 2.4189975,1.4696723 c -0.105481,0.1058333 -0.244828,0.15875 -0.383822,0.15875 -0.139348,0 -0.277989,-0.052917 -0.383823,-0.15875 L 9.4671129,7.8775703 c -0.2409472,0.1234723 -0.5136444,0.193675 -0.8025694,0.193675 -0.9743722,0 -1.7642416,-0.7902221 -1.7642416,-1.7638888 0,-0.974725 0.7898694,-1.7642416 1.7642416,-1.7642416 0.9740194,0 1.7635365,0.7895166 1.7635365,1.7642416 0,0.288925 -0.06985,0.5616222 -0.19297,0.8029222 l 0.848431,0.8484306 c 0.212019,0.2120193 0.212019,0.555625 0,0.7679973" />
  173.                                        </g>
  174.                                    </svg>
  175.                                </button>
  176.                            </div>
  177.                        </form>
  178.                    </div>
  179.                                        <div>
  180.                        <button id="language_menu_button" onclick="toggleMenu('language_menu')">
  181.                            <span title="English">EN</span>
  182.                            <svg viewBox="0 -256 1792 1792" class="rotatory_menu_arrow">
  183.                                <g>
  184.                                    <path d="m 1611,832 q 0,-53 -37,-90 L 923,91 Q 885,53 832,53 778,53 742,91 L 91,742 q -38,36 -38,90 0,53 38,91 l 74,75 q 39,37 91,37 53,0 90,-37 l 486,-486 486,486 q 37,37 90,37 52,0 91,-37 l 75,-75 q 37,-39 37,-91 z" />
  185.                                </g>
  186.                            </svg>
  187.                        </button>
  188.                        <ul id="language_menu" aria-hidden="true">
  189.                                                                                <li><a href="https://de.numista.com/forum/topic.php?id=122518/" tabindex="-1">DE &ndash; Deutsch</a></li>
  190.                                                                                                                                                                <li><a href="https://es.numista.com/forum/topic.php?id=122518/" tabindex="-1">ES &ndash; Español</a></li>
  191.                                                                                                            <li><a href="https://fr.numista.com/forum/topic.php?id=122518/" tabindex="-1">FR &ndash; Français</a></li>
  192.                                                                            </ul>
  193.                    </div>
  194.                                        <div>
  195.                        <button type="button" id="search_menu_button" title="Search" onclick="toggleMenu('search_menu')">
  196.                            <svg viewBox="0 0 4.3422532 4.3423419">
  197.                                <g transform="translate(-6.9003019,-4.5431149)">
  198.                                    <path d="m 8.6645435,7.2570343 c 0.5242278,0 0.9493251,-0.4250972 0.9493251,-0.9496778 0,-0.5249333 -0.4250973,-0.9503833 -0.9493251,-0.9503833 -0.5245805,0 -0.9496778,0.42545 -0.9496778,0.9503833 0,0.5245806 0.4250973,0.9496778 0.9496778,0.9496778 z m 2.4189975,1.4696723 c -0.105481,0.1058333 -0.244828,0.15875 -0.383822,0.15875 -0.139348,0 -0.277989,-0.052917 -0.383823,-0.15875 L 9.4671129,7.8775703 c -0.2409472,0.1234723 -0.5136444,0.193675 -0.8025694,0.193675 -0.9743722,0 -1.7642416,-0.7902221 -1.7642416,-1.7638888 0,-0.974725 0.7898694,-1.7642416 1.7642416,-1.7642416 0.9740194,0 1.7635365,0.7895166 1.7635365,1.7642416 0,0.288925 -0.06985,0.5616222 -0.19297,0.8029222 l 0.848431,0.8484306 c 0.212019,0.2120193 0.212019,0.555625 0,0.7679973" />
  199.                                </g>
  200.                            </svg>
  201.                        </button>
  202.                    </div>
  203.                                        <div id="top_sign_buttons">
  204.                        <a href="/connexion/connecter.php" class="button secondary">Sign in</a>
  205.                        <a href="/connexion/inscription.php" class="button">Register</a>
  206.                    </div>
  207.                                    </div>
  208.                <div id="search_menu" aria-hidden="true">
  209.                    <form action="/search_redirect.php" method="get">
  210.                        <div class="top_search_bar">
  211.                            <input type="text" name="numista_search" id="search_menu_input" aria-label="Search query" placeholder="Search..." tabindex="-1" /><!--
  212.                         --><select name="cat" aria-label="Search type" tabindex="-1">
  213.                                                                <option value="coin">Coins</option>
  214.                                                                <option value="banknote">Banknotes</option>
  215.                                                                <option value="exonumia">Exonumia</option>
  216.                                                                <option value="number">N# Number</option>
  217.                                <option value="username">User names</option>
  218.                                <option value="forum">Forum</option>
  219.                            </select>
  220.                            <button type="submit" class="primary" title="Search" tabindex="-1">
  221.                                <svg viewBox="0 0 4.3422532 4.3423419">
  222.                                    <g transform="translate(-6.9003019,-4.5431149)">
  223.                                        <path d="m 8.6645435,7.2570343 c 0.5242278,0 0.9493251,-0.4250972 0.9493251,-0.9496778 0,-0.5249333 -0.4250973,-0.9503833 -0.9493251,-0.9503833 -0.5245805,0 -0.9496778,0.42545 -0.9496778,0.9503833 0,0.5245806 0.4250973,0.9496778 0.9496778,0.9496778 z m 2.4189975,1.4696723 c -0.105481,0.1058333 -0.244828,0.15875 -0.383822,0.15875 -0.139348,0 -0.277989,-0.052917 -0.383823,-0.15875 L 9.4671129,7.8775703 c -0.2409472,0.1234723 -0.5136444,0.193675 -0.8025694,0.193675 -0.9743722,0 -1.7642416,-0.7902221 -1.7642416,-1.7638888 0,-0.974725 0.7898694,-1.7642416 1.7642416,-1.7642416 0.9740194,0 1.7635365,0.7895166 1.7635365,1.7642416 0,0.288925 -0.06985,0.5616222 -0.19297,0.8029222 l 0.848431,0.8484306 c 0.212019,0.2120193 0.212019,0.555625 0,0.7679973" />
  224.                                    </g>
  225.                                </svg>
  226.                            </button>
  227.                        </div>
  228.                    </form>
  229.                </div>
  230.                                <nav id="global_menu" class="icons_menu">
  231.                    <ul>
  232.                        <li >
  233.                            <a href="/catalogue/index.php?ct=coin">
  234.                                <svg width="20" height="13" viewBox="0 0 5.4970541 3.534502">
  235.                                    <g transform="translate(38.278291,-60.887511)">
  236.                                        <path d="m -36.707985,62.85006 c -0.867503,0 -1.570302,-0.263592 -1.570302,-0.58837 0,-0.06846 0.03142,-0.135266 0.08963,-0.196451 0.215305,0.229196 0.797389,0.392574 1.480675,0.392574 0.683948,0 1.26537,-0.163378 1.481336,-0.392574 0.05755,0.06119 0.08963,0.127991 0.08963,0.196451 0,0.324778 -0.703461,0.58837 -1.570964,0.58837 m 2.945805,0.785812 c -0.542065,0 -0.981935,-0.26326 -0.981935,-0.589361 0,-0.06846 0.01984,-0.134274 0.05556,-0.196451 0.134937,0.229192 0.498078,0.392906 0.926372,0.392906 0.426641,0 0.790443,-0.163714 0.924719,-0.392906 0.03638,0.06218 0.05622,0.127991 0.05622,0.196451 0,0.326101 -0.43987,0.589361 -0.980943,0.589361 m -2.945804,0 c -0.867504,0 -1.570303,-0.26326 -1.570303,-0.589361 0,-0.06846 0.03142,-0.134274 0.08963,-0.196451 0.215305,0.229192 0.797389,0.392906 1.480675,0.392906 0.683948,0 1.26537,-0.163714 1.481336,-0.392906 0.05755,0.06218 0.08963,0.127991 0.08963,0.196451 0,0.326101 -0.703461,0.589361 -1.570964,0.589361 m 2.945805,0.786141 c -0.542065,0 -0.981935,-0.263589 -0.981935,-0.589689 0,-0.06912 0.01984,-0.134606 0.05556,-0.196452 0.134938,0.229193 0.498078,0.393234 0.926372,0.393234 0.426641,0 0.790443,-0.164041 0.924719,-0.393234 0.03638,0.06184 0.05622,0.127328 0.05622,0.196452 0,0.3261 -0.43987,0.589689 -0.980943,0.589689 m -2.945804,0 c -0.867504,0 -1.570303,-0.263589 -1.570303,-0.589689 0,-0.06912 0.03142,-0.134606 0.08963,-0.196452 0.215305,0.229193 0.797389,0.393234 1.480675,0.393234 0.683948,0 1.26537,-0.164041 1.481336,-0.393234 0.05755,0.06184 0.08963,0.127328 0.08963,0.196452 0,0.3261 -0.703461,0.589689 -1.570964,0.589689 m 2.945805,-1.571953 c -0.542065,0 -0.981935,-0.263592 -0.981935,-0.58837 0,-0.325766 0.43987,-0.589358 0.981935,-0.589358 0.541073,0 0.980942,0.263592 0.980942,0.589358 0,0.324778 -0.439869,0.58837 -0.980942,0.58837 m -2.945805,-0.784821 c -0.867503,0 -1.570302,-0.264252 -1.570302,-0.588367 0,-0.325769 0.702799,-0.589361 1.570302,-0.589361 0.867502,0 1.570964,0.263592 1.570964,0.589361 0,0.324115 -0.703462,0.588367 -1.570964,0.588367" />
  237.                                    </g>
  238.                                </svg>
  239.                                <span>Coins</span>
  240.                            </a>
  241.                                                    </li>
  242.                        <li >
  243.                            <a href="/catalogue/index.php?ct=banknote">
  244.                                <svg width="20" height="17" viewBox="0 0 6.3240242 5.2526846">
  245.                                    <g transform="translate(-88.991936,-111.33308)">
  246.                                        <path
  247.                                           d="m 93.968806,111.32044 -4.99401,1.75287 0.78548,2.22415 v -1.27331 l -0.0248,-0.0827 0.0248,-0.0496 v -0.73587 h 0.38861 l 0.0579,-0.0992 2.79467,-0.98392 0.21497,0.0909 c 0.003,0.0206 0.001,0.0458 0.008,0.0662 0.0579,0.1651 0.25109,0.24461 0.42995,0.1819 0.022,-0.008 0.0386,-0.0222 0.0579,-0.0331 l 0.21498,0.0909 0.23978,0.68627 h 0.44648 z m -0.56224,1.57097 c -0.0441,-10e-4 -0.0958,8.6e-4 -0.14056,0.0165 -0.118,0.0415 -0.18878,0.14115 -0.21497,0.24804 h 0.65319 c -0.003,-0.0196 -0.002,-0.0386 -0.008,-0.0579 -0.0435,-0.12382 -0.15716,-0.20213 -0.28939,-0.2067 z m -1.4056,0.0579 c -0.0747,0.005 -0.1483,0.0233 -0.22324,0.0496 -0.10557,0.037 -0.20281,0.0888 -0.28112,0.15709 h 1.09967 c -0.1516,-0.14446 -0.37111,-0.2213 -0.59531,-0.2067 z m -1.97611,0.47128 v 3.175 h 5.29167 v -3.175 z m 1.16582,0.38861 h 2.96003 l 0.17363,0.16537 c -0.004,0.0204 -0.0165,0.0365 -0.0165,0.0579 0,0.17515 0.15756,0.31419 0.34726,0.31419 0.0233,0 0.0442,-0.005 0.0662,-0.008 l 0.17363,0.1571 v 1.02526 l -0.17363,0.15709 c -0.022,-0.004 -0.0429,-0.008 -0.0662,-0.008 -0.1897,0 -0.34726,0.13904 -0.34726,0.3142 0,0.0214 0.012,0.0375 0.0165,0.0579 l -0.17363,0.16536 h -2.96003 l -0.17363,-0.16536 c 0.004,-0.0204 0.0165,-0.0365 0.0165,-0.0579 0,-0.17516 -0.15756,-0.3142 -0.34727,-0.3142 -0.0233,0 -0.0442,0.005 -0.0661,0.008 l -0.17364,-0.15709 v -1.02526 l 0.17364,-0.1571 c 0.022,0.004 0.0429,0.008 0.0661,0.008 0.18971,0 0.34727,-0.13904 0.34727,-0.31419 0,-0.0214 -0.012,-0.0375 -0.0165,-0.0579 z m 1.49655,0.46302 c -0.43837,0 -0.79375,0.33125 -0.79375,0.73587 0,0.40463 0.35538,0.73588 0.79375,0.73588 0.43838,0 0.79375,-0.33125 0.79375,-0.73588 0,-0.40462 -0.35537,-0.73587 -0.79375,-0.73587 z m -1.47174,0.42168 c -0.18967,0 -0.34727,0.13928 -0.34727,0.31419 0,0.17492 0.1576,0.3142 0.34727,0.3142 0.18967,0 0.34726,-0.13928 0.34726,-0.3142 0,-0.17491 -0.15759,-0.31419 -0.34726,-0.31419 z m 2.91042,0 c -0.18968,0 -0.34727,0.13928 -0.34727,0.31419 0,0.17492 0.15759,0.3142 0.34727,0.3142 0.18967,0 0.34726,-0.13928 0.34726,-0.3142 0,-0.17491 -0.15759,-0.31419 -0.34726,-0.31419 z" />
  248.                                        <path
  249.                                           transform="matrix(0.26458333,0,0,0.26458333,108.95378,91.477639)"
  250.                                           d="m -74.017742,85.78449 c -0.783265,-2.219224 -1.426123,-4.062287 -1.428571,-4.095696 -0.0029,-0.03925 0.232472,-0.144809 0.665191,-0.298349 3.058648,-1.085289 18.120096,-6.357121 18.130982,-6.346236 0.0077,0.0077 0.52526,1.469276 1.150213,3.248025 0.624952,1.778749 1.167012,3.319468 1.204579,3.423821 l 0.0683,0.189732 h -0.820705 -0.820705 l -0.08569,-0.234375 c -0.04713,-0.128906 -0.251611,-0.710161 -0.454407,-1.291677 l -0.368722,-1.057302 -0.408175,-0.173662 -0.408175,-0.173661 -0.164344,0.08432 c -0.243142,0.124747 -0.597625,0.148062 -0.902704,0.05937 -0.405721,-0.117946 -0.785631,-0.524455 -0.785631,-0.840636 0,-0.0958 -0.04959,-0.130219 -0.392305,-0.272271 -0.215768,-0.08943 -0.421624,-0.162608 -0.457458,-0.162608 -0.03583,0 -1.150033,0.381662 -2.475998,0.848139 -1.325965,0.466476 -3.686515,1.297062 -5.245667,1.845746 l -2.834822,0.997608 -0.111607,0.184195 -0.111607,0.184196 -0.747768,0.0013 -0.747768,0.0013 v 1.409185 c 0,0.888792 -0.01712,1.441171 -0.04635,1.495801 -0.03225,0.06025 -0.03164,0.137492 0.002,0.253761 0.03271,0.113078 0.04409,0.909156 0.0352,2.461028 l -0.01316,2.293882 z" />
  251.                                        <path
  252.                                           transform="matrix(0.26458333,0,0,0.26458333,108.95378,91.477639)"
  253.                                           d="m -71.499872,88.914715 v -5.982142 h 9.977678 9.977679 v 5.982142 5.982143 h -9.977679 -9.977678 z m 15.894147,4.262093 0.288889,-0.291478 0.0025,-0.277718 c 0.0057,-0.634026 0.517975,-1.108437 1.222759,-1.132387 l 0.332401,-0.0113 0.326081,-0.295331 0.32608,-0.295331 -0.003,-1.950258 -0.003,-1.950258 -0.326058,-0.284713 -0.326057,-0.284713 -0.307101,-0.0077 c -0.717835,-0.01789 -1.242647,-0.496615 -1.239491,-1.130634 l 0.0014,-0.279144 -0.322153,-0.312374 -0.322151,-0.312374 h -5.589873 -5.589873 l -0.322153,0.312374 -0.322153,0.312374 0.0014,0.279144 c 0.0032,0.633681 -0.521689,1.112736 -1.238686,1.130618 l -0.306297,0.0076 -0.329864,0.298757 -0.329864,0.298756 v 1.935953 1.935952 l 0.329082,0.295696 0.329082,0.295695 0.3294,0.0113 c 0.252825,0.0087 0.381291,0.03833 0.552615,0.12757 0.445287,0.231951 0.726818,0.672786 0.67431,1.05587 l -0.02791,0.203603 0.300601,0.302922 0.300601,0.302922 h 5.649808 5.649809 z" />
  254.                                        <path
  255.                                           transform="matrix(0.26458333,0,0,0.26458333,108.95378,91.477639)"
  256.                                           d="m -65.785586,81.808209 c 0.174429,-0.14786 0.882626,-0.465489 1.227678,-0.550617 0.397035,-0.09795 1.02696,-0.100047 1.40625,-0.0047 0.325247,0.08178 0.934614,0.371352 1.138393,0.540956 l 0.133929,0.111468 -2.008929,-0.0013 -2.008929,-0.0013 0.111608,-0.09461 z" />
  257.                                        <path
  258.                                           transform="matrix(0.26458333,0,0,0.26458333,108.95378,91.477639)"
  259.                                           d="m -60.071301,81.882979 c 0,-0.1098 0.23023,-0.461792 0.404573,-0.618542 0.261839,-0.235415 0.510115,-0.313029 0.921282,-0.288003 0.465756,0.02835 0.802661,0.238713 0.999155,0.623873 0.164013,0.321492 0.222702,0.30548 -1.119653,0.30548 -0.662946,0 -1.205357,-0.01026 -1.205357,-0.02281 z" />
  260.                                        <path
  261.                                           transform="matrix(0.26458333,0,0,0.26458333,108.95378,91.477639)"
  262.                                           d="m -67.294729,90.071205 c -0.796835,-0.151744 -1.243044,-0.909828 -0.930531,-1.580922 0.339992,-0.730104 1.339495,-0.943656 2.017382,-0.431031 0.699254,0.528784 0.558257,1.539496 -0.265812,1.905418 -0.26937,0.119613 -0.556632,0.156886 -0.821039,0.106535 z" />
  263.                                        <path
  264.                                           transform="matrix(0.26458333,0,0,0.26458333,108.95378,91.477639)"
  265.                                           d="m -62.248026,91.595332 c -0.627689,-0.169479 -1.074409,-0.436135 -1.499086,-0.894838 -0.454202,-0.490592 -0.699189,-1.108484 -0.699189,-1.763457 0,-0.740424 0.237913,-1.290986 0.801545,-1.854886 0.436939,-0.437146 0.821577,-0.662729 1.368521,-0.802614 0.422125,-0.107961 1.118803,-0.116383 1.535291,-0.01856 1.04001,0.244274 1.934102,1.105073 2.165,2.084383 0.315246,1.337053 -0.504389,2.70766 -1.901553,3.179807 -0.508017,0.171675 -1.281101,0.202312 -1.770529,0.07017 z" />
  266.                                        <path
  267.                                           transform="matrix(0.26458333,0,0,0.26458333,108.95378,91.477639)"
  268.                                           d="m -56.280209,90.074841 c -0.832674,-0.140415 -1.287797,-0.973866 -0.903838,-1.655169 0.17054,-0.30261 0.448824,-0.507607 0.817185,-0.601976 1.01299,-0.259516 1.914782,0.681995 1.502093,1.568252 -0.229592,0.493051 -0.833583,0.787013 -1.41544,0.688893 z" />
  269.                                    </g>
  270.                                </svg>
  271.                                <span>Banknotes</span>
  272.                            </a>
  273.                                                    </li>
  274.                        <li >
  275.                            <a href="/catalogue/index.php?ct=exonumia">
  276.                                <svg width="20" height="15" viewBox="0 0 510.21829 389.78976">
  277.                                    <g transform="translate(-0.88170476,-61.197099)">
  278.                                        <path d="M 341.5,450.3 C 317.1,447.4 303.3,443.6 285.2,434.7 213.4,399.2 179.7,316.3 206.5,241 c 11.8,-33.2 36.3,-63.4 66.2,-81.3 24.2,-14.6 47.8,-21.5 76.8,-22.4 23.7,-0.7 42.1,2.4 63.1,10.7 22.3,8.9 43.6,24.1 59.9,42.6 25.4,29.2 38.6,64.2 38.6,103 0,60.6 -33.2,114 -87.9,141.3 -23.5,11.8 -57.9,18.3 -81.7,15.4 z M 327,428.8 c 0,-0.2 0.9,-5 1.9,-10.8 1.1,-5.8 1.8,-10.6 1.6,-10.8 -0.2,-0.2 -2.9,-1 -6.2,-1.8 -6.9,-1.8 -22.4,-9 -28.7,-13.3 l -4.5,-3.1 -5.4,7.2 c -2.9,4 -6.1,8.5 -7.1,10 l -1.7,2.6 6.3,3.6 c 14.5,8.1 43.6,19 43.8,16.4 z m 64.5,-4.8 c 10.4,-2.2 19.3,-5.3 29.3,-10.2 5.6,-2.7 10.2,-5.3 10.2,-5.7 0,-0.4 -2.9,-4.8 -6.4,-9.8 l -6.5,-9 -12.4,6.2 c -6.8,3.4 -15.4,7 -19,8 -7.7,2.1 -7.4,1.3 -5.6,14.2 1.1,7.6 1.4,8.2 3.3,7.8 1.2,-0.3 4.4,-1 7.1,-1.5 z m -16.3,-48.4 c 39,-9.9 65.7,-46.2 63.5,-86.1 -2.1,-37 -27.4,-68.1 -63.2,-77.6 -11.4,-3.1 -30.8,-3.1 -42,0 -32.3,8.7 -55.6,33.3 -62.1,65.5 -2.2,10.6 -1.4,29.1 1.5,39.4 8.7,30 33.3,53.1 63.5,59.7 10.4,2.3 27.9,1.9 38.8,-0.9 z m 97.1,-14 c 4.3,-6.5 11.1,-19.8 13.6,-26.9 2.6,-7.1 5.3,-16.8 4.8,-17.3 -0.5,-0.5 -22,-4.5 -22.2,-4.1 0,0.1 -1.1,3.8 -2.3,8.2 -1.3,4.4 -5,13.6 -8.3,20.4 -3.6,7.3 -5.7,12.7 -5.1,13.3 0.6,0.6 15.3,11.6 15.8,11.8 0.1,0 1.7,-2.4 3.7,-5.4 z m -223.7,-0.8 c 4,-2.9 7.4,-5.8 7.4,-6.4 0,-0.6 -1.1,-3.2 -2.5,-5.7 -3.5,-6.2 -8,-18.9 -9.6,-26.6 l -1.2,-6.3 -5.6,0.6 c -3.1,0.4 -8.4,1.1 -11.7,1.7 l -6.2,1.1 2.5,8.1 c 4.3,14.1 16,38.7 18.4,38.7 0.6,0 4.4,-2.4 8.5,-5.2 z m 231.7,-89.9 c 4.8,-0.7 8.7,-1.7 8.7,-2.3 0,-2.3 -3.1,-14.4 -5.7,-22.1 -2.8,-8.6 -9.4,-22.4 -14.1,-29.3 l -2.9,-4.2 -7.9,5.6 c -4.3,3.1 -8.2,6 -8.7,6.3 -0.4,0.4 1.6,5.1 4.4,10.4 5.3,10.1 9.7,22 12,32 1.1,5.1 1.5,5.8 3.3,5.4 1.2,-0.3 6,-1.1 10.9,-1.8 z M 242.8,262 c 1.9,-8.4 6.9,-20.1 12.1,-28.4 l 4.9,-8 -8.1,-5.8 c -9.6,-6.9 -8.2,-7.7 -16.2,8.7 -5.1,10.3 -12.5,30.4 -12.5,33.8 0,1.1 2.1,1.9 7.8,3 11.4,2.1 10.7,2.3 12,-3.3 z m 181.7,-71.1 c 3.6,-5 6.4,-9.6 6.2,-10.3 -1.4,-3.5 -41.3,-20.6 -48.2,-20.6 -2,0 -2.3,0.8 -3.9,10.6 -1,5.8 -1.6,10.8 -1.3,11 0.3,0.3 3.1,1.2 6.4,2 6.6,1.8 21.4,8.5 28.7,13.2 2.8,1.8 5.1,3.2 5.2,3.2 0.1,0 3.2,-4.1 6.9,-9.1 z m -131,5 c 9,-6.1 25,-12.8 35.8,-14.9 5.7,-1.2 6.7,-1.7 6.7,-3.4 0,-3.8 -2.3,-18.1 -3.1,-19 -1,-1.1 -12.9,1.8 -24.8,6 -9.9,3.6 -31.1,14.1 -31.1,15.5 0,1.2 12,17.9 12.8,17.9 0.4,0 2.1,-0.9 3.7,-2.1 z" />
  279.                                        <path d="m 341.2,352.5 c -10.5,-2.4 -20.8,-8.1 -28.8,-16 -11.2,-11.1 -17,-23.6 -18,-39 -1.2,-17.4 4.9,-33 18,-46 12.2,-12.1 25.1,-17.5 41.4,-17.5 10.9,0 17.1,1.4 27.1,6.2 15.1,7.2 27.3,22.2 31.6,38.7 1.9,7.4 2.1,21.7 0.4,28.7 -2.8,11.7 -11.1,24.8 -20.8,32.9 -13.3,10.9 -34.1,15.9 -50.9,12 z" />
  280.                                        <path d="M 131,373 C 70,362 20.5,316.3 5.5,257 c -6.4,-24.9 -6.1,-55.1 0.6,-79.6 13.5,-49.3 49.7,-89 97.2,-106.5 58.9,-21.8 125.8,-6.1 168.3,39.4 6.7,7.1 13.4,15.5 16.7,20.7 l 1.6,2.5 -8.7,3.8 c -7.5,3.2 -8.9,3.5 -9.8,2.2 -0.6,-0.8 -1.4,-1.5 -1.8,-1.5 -0.9,0 -16.4,10.9 -17.1,12 -0.3,0.5 -0.1,1.2 0.5,1.5 0.6,0.4 -2,2.9 -5.7,5.7 -3.7,2.8 -9.3,7.5 -12.3,10.4 l -5.5,5.3 -5.5,-7 c -7.6,-9.8 -16.7,-17.1 -28.5,-23 -13.2,-6.5 -19.5,-8 -34.8,-8.6 -15.2,-0.6 -26.8,1.6 -38.8,7.3 -50.2,24.1 -64.4,87.2 -29.4,130.5 17.3,21.4 46.5,33.3 73.7,30 5.1,-0.6 10.3,-1.4 11.5,-1.7 2,-0.5 2.2,-0.1 2.7,5.3 0.4,3.2 1.3,9.8 2.1,14.7 0.8,4.9 1.2,9.3 0.9,9.7 -0.5,0.9 1.2,14.4 2.2,18.1 0.3,0.9 1.4,1.8 2.5,2 1.5,0.2 3.1,2.8 6,9.7 2.2,5.1 3.8,9.6 3.5,9.9 -0.3,0.3 -4.3,1.4 -8.8,2.4 -12.6,2.9 -43.7,3.4 -57.8,0.8 z m 1.3,-30.1 c 1,-5.2 1.7,-10 1.7,-10.6 0,-0.6 -2.4,-1.7 -5.2,-2.4 -7.9,-1.8 -18.3,-6.4 -26.5,-11.5 -4,-2.5 -7.7,-4.3 -8.2,-3.9 -1.5,0.9 -13.1,17.2 -13.1,18.3 0,1.1 16.2,9.7 25,13.3 8.4,3.4 23.4,7.8 24.1,7.1 0.3,-0.4 1.3,-5 2.2,-10.3 z M 52.5,284.7 c 3.9,-2.7 7.1,-5.1 7.3,-5.2 0.1,-0.1 -1.3,-3.3 -3.3,-7.1 -4.1,-8.1 -8.1,-19.6 -9,-25.7 -1.1,-7 -0.8,-6.9 -13.1,-5.1 -6,0.9 -11.1,1.8 -11.3,2 -1.6,1.5 11.6,34.1 17.9,44.2 2.3,3.7 1.7,3.9 11.5,-3.1 z M 46,186.8 c 2.3,-9.2 8,-21.9 14.5,-32.5 l 2.6,-4.2 -7.5,-5.6 c -4.1,-3 -7.9,-5.5 -8.5,-5.5 -1.3,0 -7.6,11.3 -12.2,22.1 -4,9.1 -9.2,25.9 -8.4,26.7 0.6,0.6 12.9,2.9 16.2,3.1 1.8,0.1 2.4,-0.7 3.3,-4.1 z m 182.4,-72.3 c 7.4,-10.3 7.7,-9.1 -3.1,-15.2 -11.4,-6.4 -39.4,-16.6 -41,-14.9 -1,0.9 -4.2,21.1 -3.5,21.7 0.4,0.3 3.6,1.3 7.2,2.3 7.3,2 22.7,9.1 28,13 1.9,1.4 4,2.4 4.7,2.3 0.6,-0.1 4.1,-4.2 7.7,-9.2 z m -119.9,-0.7 c 7.6,-3.8 16.8,-7 25.8,-8.9 5.5,-1.2 5.8,-1.4 5.3,-3.8 -0.3,-1.4 -1,-6.2 -1.7,-10.6 -0.7,-4.4 -1.3,-8.1 -1.4,-8.3 -0.5,-0.6 -16.3,3.8 -25.2,6.9 -8.2,2.9 -25.6,11.2 -29.6,14.2 -1.7,1.1 -1.3,2 4.8,10.5 l 6.6,9.2 4.2,-2.9 c 2.3,-1.5 7.4,-4.4 11.2,-6.3 z" />
  281.                                        <path d="m 143.2,276.6 c -20.6,-5.2 -38.3,-22.8 -43.7,-43.5 -2.5,-9.7 -2.1,-23 1,-32.8 7.3,-23.3 28.4,-40.1 52.7,-42 22.3,-1.7 45.9,10.7 56.2,29.8 l 2.6,4.8 -5.1,7.8 c -12.5,19.2 -22.4,45.7 -25.4,68 l -0.7,5.3 -5.1,1.6 c -6.9,2.2 -25.4,2.8 -32.5,1 z" />
  282.                                    </g>
  283.                                </svg>
  284.                                <span>Exonumia</span>
  285.                            </a>
  286.                                                    </li>
  287.                        <li >
  288.                            <a href="/forum/">
  289.                                <svg width="18" height="18" viewBox="0 0 4.34237 4.3423381">
  290.                                    <g transform="translate(-108.95378,-91.477639)">
  291.                                        <path d="m 110.99888,91.477639 h 1.8288 c 0.22966,0 0.41593,0.180622 0.41593,0.403578 v 0.96908 c 0,0.223308 -0.18627,0.403931 -0.41593,0.403931 h -0.33267 v 0.290336 c 0,0.06562 -0.0406,0.12453 -0.10301,0.149225 -0.0201,0.0081 -0.042,0.01235 -0.0631,0.01235 -0.0434,0 -0.0861,-0.01658 -0.11747,-0.04692 l -0.43004,-0.404988 h -0.78246 c -0.23071,0 -0.41628,-0.180623 -0.41628,-0.403931 v -0.96908 c 0,-0.222956 0.18557,-0.403578 0.41628,-0.403578" />
  292.                                        <path d="m 112.66646,93.616883 v 0.34925 c 0,0.07902 -0.0494,0.149225 -0.12382,0.179564 -0.0251,0.01023 -0.0505,0.01482 -0.0759,0.01482 -0.0529,0 -0.10372,-0.0194 -0.14252,-0.0568 l -0.51682,-0.486834 h -1.21497 c -0.27658,0 -0.50059,-0.217664 -0.50059,-0.48648 v -0.353131 h -0.58702 c -0.3041,0 -0.55104,0.246945 -0.55104,0.551039 v 1.323622 c 0,0.304095 0.24694,0.551392 0.55104,0.551392 h 0.44132 v 0.396169 c 0,0.08961 0.0533,0.169687 0.13582,0.203553 0.0279,0.01164 0.0561,0.01693 0.0847,0.01693 0.0568,0 0.11359,-0.02258 0.15593,-0.06456 l 0.57009,-0.552097 h 1.85278 c 0.3041,0 0.55069,-0.247297 0.55069,-0.551392 V 93.56185 c -0.0681,0.03457 -0.1464,0.05503 -0.2293,0.05503 h -0.40041" />
  293.                                    </g>
  294.                                </svg>
  295.                                <span>Forum</span>
  296.                            </a>
  297.                                                    </li>
  298.                        <li id="global_menu_last_button_container">
  299.                            <a href="javascript:toggleMenu('global_menu_last')" id="global_menu_last_button">
  300.                                <svg width="18" height="18" viewBox="0 0 4.3418884 4.3417826">
  301.                                    <g transform="translate(-0.36808846,-0.39836947)">
  302.                                        <path d="m 2.5388484,1.1487917 c 0.2589807,-5e-5 0.46852,0.2094894 0.4682206,0.4682205 l 2.245e-4,0.4837115 0.483961,4.74e-4 c 0.2587311,-2.995e-4 0.46852,0.2094894 0.4682205,0.4682205 9.99e-5,0.2583321 -0.2095891,0.4680211 -0.4681956,0.4681956 l -0.4840856,-3.491e-4 7.48e-5,0.4843599 C 3.0074932,3.779832 2.7977792,3.9895459 2.5391727,3.9897205 2.2806413,3.9898204 2.0708524,3.7800315 2.0709522,3.5214999 L 2.0704782,3.037539 1.5867667,3.0373144 C 1.3282352,3.0374143 1.1184963,2.8280745 1.1187957,2.5693434 1.1187208,2.3104875 1.3284347,2.1007736 1.5868915,2.1012476 L 2.0707526,2.1008235 2.0706529,1.6169872 C 2.0708275,1.3583808 2.2807161,1.1484922 2.5388484,1.1487917 Z M 0.66801174,3.6721936 c 0.0911246,0.1548346 0.20297875,0.2994167 0.33568696,0.4321249 0.8478858,0.8478858 2.2231123,0.8476365 3.0706489,1e-4 C 4.8108283,3.3679378 4.9073661,2.2331824 4.3636615,1.391932 4.2814667,1.2650863 4.1856778,1.145349 4.074173,1.0338442 3.2267861,0.1864573 1.8516596,0.18660685 1.0038485,1.0339191 0.2885462,1.7492213 0.17719106,2.8399233 0.66801191,3.6721935" />
  303.                                    </g>
  304.                                </svg>
  305.                                <span>
  306.                                    More                                    <svg viewBox="0 -256 1792 1792" class="rotatory_menu_arrow">
  307.                                        <g>
  308.                                            <path d="m 1611,832 q 0,-53 -37,-90 L 923,91 Q 885,53 832,53 778,53 742,91 L 91,742 q -38,36 -38,90 0,53 38,91 l 74,75 q 39,37 91,37 53,0 90,-37 l 486,-486 486,486 q 37,37 90,37 52,0 91,-37 l 75,-75 q 37,-39 37,-91 z" />
  309.                                        </g>
  310.                                    </svg>
  311.                                </span>
  312.                            </a>
  313.                        </li>
  314.                        <li id="global_menu_last">
  315.                            <ol>
  316.                                <li >
  317.                                    <a href="/echanges/index.php">
  318.                                        <svg width="20" height="17" viewBox="0 0 4.3314571 3.7706389">
  319.                                            <g transform="translate(-15.977127,-13.900363)">
  320.                                                <path d="m 15.977127,15.787186 v -0.269184 h 0.146362 c 0.139759,0 0.147035,-0.003 0.161203,-0.0673 0.129093,-0.585502 0.479438,-1.066905 0.964523,-1.325347 0.296164,-0.157789 0.769593,-0.261988 0.966173,-0.21265 0.09967,0.02502 0.18442,0.129532 0.18442,0.227441 0,0.17556 -0.106285,0.276634 -0.290896,0.276634 -0.129214,0 -0.439483,0.08275 -0.583062,0.155508 -0.412247,0.208902 -0.68961,0.622768 -0.738124,1.101381 -0.03436,0.339029 -0.09447,0.382701 -0.526756,0.382701 h -0.283843 z" />
  321.                                                <path d="m 17.952406,16.569533 c -0.209447,-0.05271 -0.420288,-0.223219 -0.527413,-0.426527 -0.05712,-0.108408 -0.06499,-0.151482 -0.06499,-0.35582 0,-0.204335 0.0079,-0.247409 0.06499,-0.355817 0.07942,-0.150738 0.254204,-0.316052 0.40767,-0.385593 0.172273,-0.07806 0.461171,-0.07343 0.640559,0.01027 0.162292,0.07572 0.319336,0.227867 0.396131,0.383778 0.08193,0.166341 0.08193,0.5284 0,0.694741 -0.07573,0.153741 -0.233579,0.308104 -0.387617,0.379044 -0.142748,0.06574 -0.387551,0.09161 -0.529331,0.05593 z" />
  322.                                                <path d="m 17.969109,17.58829 c -0.11576,-0.115761 -0.11576,-0.231733 0,-0.347493 0.06889,-0.06889 0.101518,-0.08328 0.189653,-0.08363 0.335108,-0.0013 0.704768,-0.162441 0.953987,-0.415764 0.247587,-0.251664 0.348491,-0.486852 0.402178,-0.937416 0.0097,-0.08149 0.03549,-0.141827 0.08365,-0.195771 l 0.06961,-0.07798 0.320198,-0.0081 0.320199,-0.0081 v 0.27113 0.271132 h -0.143315 -0.143311 l -0.038,0.152947 c -0.09676,0.389443 -0.269764,0.687806 -0.551368,0.950881 -0.344054,0.321421 -0.795465,0.509693 -1.224886,0.510868 -0.144349,2.65e-4 -0.161306,-0.0055 -0.238596,-0.08278 z" />
  323.                                            </g>
  324.                                        </svg>
  325.                                        <span>Swaps</span>
  326.                                    </a>
  327.                                </li>
  328.                                <li >
  329.                                    <a href="/outings/index.php?bourse=on&amp;show=on&amp;conference=on&amp;o=t">
  330.                                        <svg width="20" height="20" viewBox="0 0 4.3413224 4.34269">
  331.                                            <g transform="translate(562.33187,176.88563)">
  332.                                                <path d="m -558.03664,-174.69488 -0.23671,-0.24166 c -0.0314,-0.0307 -0.0741,-0.0483 -0.11677,-0.0483 -0.004,0 -0.006,0 -0.009,7.1e-4 -0.004,-7.1e-4 -0.007,-7.1e-4 -0.01,-7.1e-4 h -2.1329 c -0.0861,0 -0.15628,0.0695 -0.15698,0.15558 l -0.005,0.49036 c -7.1e-4,0.0868 0.0698,0.15875 0.15663,0.15945 h 2.13219 c 0.002,0 0.006,0 0.008,0 0.004,0 0.008,0 0.0113,0 0.0427,0 0.084,-0.0165 0.115,-0.0469 l 0.24201,-0.23745 c 0.0314,-0.0296 0.0476,-0.0716 0.0483,-0.11571 7.1e-4,-0.0434 -0.0162,-0.085 -0.0469,-0.11536" />
  333.                                                <path d="m -562.28444,-175.78073 0.23672,-0.2406 c 0.0314,-0.0321 0.073,-0.0494 0.11641,-0.0494 0.004,0 0.006,0 0.009,0 0.004,0 0.007,-7e-4 0.01,-7e-4 h 2.13289 v 0 c 0.0861,0 0.15629,0.0705 0.1577,0.15628 l 0.004,0.49071 c 0,0.0868 -0.0698,0.1584 -0.15664,0.15946 h -2.13218 c -0.004,0 -0.006,0 -0.009,0 -0.004,0 -0.007,0 -0.0113,0 -0.0427,0 -0.0836,-0.0166 -0.11501,-0.0473 l -0.2413,-0.23707 c -0.0314,-0.0307 -0.0487,-0.072 -0.0487,-0.11536 -7.1e-4,-0.0441 0.0166,-0.0847 0.0473,-0.11606" />
  334.                                                <path d="m -560.432,-176.34271 v -0.27093 c 0,-0.15028 0.121,-0.27199 0.27093,-0.27199 0.14993,0 0.27094,0.12171 0.27094,0.27199 v 0.27093 h -0.54187" />
  335.                                                <path d="m -560.432,-173.90004 v 1.0855 c 0,0.14993 0.121,0.2716 0.27093,0.2716 0.14993,0 0.27094,-0.12167 0.27094,-0.2716 v -1.0855 h -0.54187" />
  336.                                            </g>
  337.                                        </svg>
  338.                                        <span>Outings</span>
  339.                                    </a>
  340.                                                                    </li>
  341.                                <li >
  342.                                    <a href="/help/index.php">
  343.                                        <svg width="18" height="18" viewBox="0 0 4.3423414 4.3423419">
  344.                                            <g transform="translate(-0.19117995,-0.24363508)">
  345.                                                <path d="M 3.3009163,2.0399795 C 3.2430607,2.1369934 3.122058,2.2583489 2.941083,2.4001656 2.8070275,2.5067045 2.7241247,2.5906656 2.6877886,2.6569878 2.6556858,2.7162545 2.6376941,2.8675961 2.6341663,2.9575545 H 1.9712969 V 2.8421961 c 0,-0.1195916 0.013758,-0.2176638 0.04057,-0.2903361 0.026458,-0.073378 0.066675,-0.1411111 0.1185333,-0.2014361 0.054328,-0.062089 0.1788583,-0.1742722 0.371475,-0.333375 0.1121833,-0.091369 0.1668639,-0.1756833 0.1668639,-0.2575277 0,-0.079022 -0.024342,-0.1421695 -0.072672,-0.1880306 -0.047625,-0.04445 -0.1188861,-0.066675 -0.2113138,-0.066675 -0.099483,0 -0.1830917,0.033514 -0.2487084,0.099483 -0.060678,0.060678 -0.099836,0.1594556 -0.1192389,0.3009195 L 1.3384136,1.8209045 C 1.3680466,1.5711378 1.4640025,1.3672323 1.623458,1.2137739 1.7892636,1.0539656 2.048908,0.97247395 2.3960413,0.97247395 c 0.2709334,0 0.4914194,0.05715 0.655814,0.16933335 0.225072,0.1516944 0.334786,0.3481916 0.334786,0.6004278 0,0.1019527 -0.029281,0.2017888 -0.085725,0.2977444 z m -0.974725,1.9187583 c -0.2010833,0 -0.3647722,-0.163336 -0.3647722,-0.365125 0,-0.2007307 0.1636889,-0.3647723 0.3647722,-0.3647723 0.2014362,0 0.3647723,0.1640416 0.3647723,0.3647723 0,0.201789 -0.1633361,0.365125 -0.3647723,0.365125 z m 0.035983,-3.71510272 c -1.1987388,0 -2.17099435,0.97190272 -2.17099435,2.17099442 0,1.1990916 0.97225555,2.1713473 2.17099435,2.1713473 1.1990916,0 2.1713473,-0.9722557 2.1713473,-2.1713473 0,-1.1990917 -0.9722557,-2.17099442 -2.1713473,-2.17099442" />
  346.                                            </g>
  347.                                        </svg>
  348.                                        <span>FAQ</span>
  349.                                    </a>
  350.                                </li>
  351.                            </ol>
  352.                        </li>
  353.                    </ul>
  354.                </nav>
  355.            </div>
  356.                    </header>
  357.        <div id="main_container">
  358.                        <div class="middle_element" id="global">
  359.                <main id="main">
  360.                                        <nav id="main_breadcrumb" itemscope itemtype="https://schema.org/BreadcrumbList">
  361.                                                <span itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
  362.                                                        <a href="/" itemprop="item"><span itemprop="name">Numista</span></a>
  363.                                                        <meta itemprop="position" content="0" />
  364.                                                    </span>
  365.                                            </nav>
  366.                                                            <header id="main_title">
  367.                        <h1>Page not found</h1>
  368.                                            </header>
  369.                                        
  370.    <p style="margin-bottom:20px;">The request Web page cannot be located.<br />If you have manually typed the <abbr title="Uniform Resource Locator">URL</abbr>, please verify your entry.<br /><br />If the error persists, please report it on the forum or by email to <a href="mailto:contact@numista.com">contact@numista.com</a>.</p>
  371.    <div style="margin: 3em 0 0 0; text-align:center;"><svg style="width:30em; height:auto; max-width:100%;" id="a706cf1c-1654-439b-8fcf-310eb7aa0e00" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" width="1120.59226" height="777.91584" viewBox="0 0 1120.59226 777.91584"><title>not found</title><circle cx="212.59226" cy="103" r="64" fill="#ff6584"/><path d="M563.68016,404.16381c0,151.01141-89.77389,203.73895-200.51559,203.73895S162.649,555.17522,162.649,404.16381,363.16457,61.04208,363.16457,61.04208,563.68016,253.1524,563.68016,404.16381Z" transform="translate(-39.70387 -61.04208)" fill="#f2f2f2"/><polygon points="316.156 523.761 318.21 397.378 403.674 241.024 318.532 377.552 319.455 320.725 378.357 207.605 319.699 305.687 319.699 305.687 321.359 203.481 384.433 113.423 321.621 187.409 322.658 0 316.138 248.096 316.674 237.861 252.547 139.704 315.646 257.508 309.671 371.654 309.493 368.625 235.565 265.329 309.269 379.328 308.522 393.603 308.388 393.818 308.449 394.99 293.29 684.589 313.544 684.589 315.974 535.005 389.496 421.285 316.156 523.761" fill="#3f3d56"/><path d="M1160.29613,466.01367c0,123.61-73.4842,166.77-164.13156,166.77s-164.13156-43.16-164.13156-166.77S996.16457,185.15218,996.16457,185.15218,1160.29613,342.40364,1160.29613,466.01367Z" transform="translate(-39.70387 -61.04208)" fill="#f2f2f2"/><polygon points="950.482 552.833 952.162 449.383 1022.119 321.4 952.426 433.154 953.182 386.639 1001.396 294.044 953.382 374.329 953.382 374.329 954.741 290.669 1006.369 216.952 954.954 277.514 955.804 124.11 950.467 327.188 950.906 318.811 898.414 238.464 950.064 334.893 945.173 428.327 945.027 425.847 884.514 341.294 944.844 434.608 944.232 446.293 944.123 446.469 944.173 447.428 931.764 684.478 948.343 684.478 950.332 562.037 1010.514 468.952 950.482 552.833" fill="#3f3d56"/><ellipse cx="554.59226" cy="680.47903" rx="554.59226" ry="28.03433" fill="#3f3d56"/><ellipse cx="892.44491" cy="726.79663" rx="94.98858" ry="4.80162" fill="#3f3d56"/><ellipse cx="548.71959" cy="773.11422" rx="94.98858" ry="4.80162" fill="#3f3d56"/><ellipse cx="287.94432" cy="734.27887" rx="217.01436" ry="10.96996" fill="#3f3d56"/><circle cx="97.08375" cy="566.26982" r="79" fill="#2f2e41"/><rect x="99.80546" y="689.02332" width="24" height="43" transform="translate(-31.32451 -62.31008) rotate(0.67509)" fill="#2f2e41"/><rect x="147.80213" y="689.58887" width="24" height="43" transform="translate(-31.31452 -62.87555) rotate(0.67509)" fill="#2f2e41"/><ellipse cx="119.54569" cy="732.61606" rx="7.5" ry="20" transform="translate(-654.1319 782.47948) rotate(-89.32491)" fill="#2f2e41"/><ellipse cx="167.55414" cy="732.18168" rx="7.5" ry="20" transform="translate(-606.25475 830.05533) rotate(-89.32491)" fill="#2f2e41"/><circle cx="99.31925" cy="546.29477" r="27" fill="#fff"/><circle cx="99.31925" cy="546.29477" r="9" fill="#3f3d56"/><path d="M61.02588,552.94636c-6.04185-28.64075,14.68758-57.26483,46.30049-63.93367s62.13813,11.14292,68.18,39.78367-14.97834,38.93-46.59124,45.59886S67.06774,581.58712,61.02588,552.94636Z" transform="translate(-39.70387 -61.04208)" fill="#dfeefb"/><path d="M257.29613,671.38411c0,55.07585-32.73985,74.3063-73.13,74.3063q-1.40351,0-2.80255-.0312c-1.87139-.04011-3.72494-.1292-5.55619-.254-36.45135-2.57979-64.77127-22.79937-64.77127-74.02113,0-53.00843,67.73872-119.89612,72.827-124.84633l.00892-.00889c.19608-.19159.29409-.28516.29409-.28516S257.29613,616.30827,257.29613,671.38411Z" transform="translate(-39.70387 -61.04208)" fill="#dfeefb"/><path d="M181.50168,737.26482l26.747-37.37367-26.81386,41.4773-.07125,4.29076c-1.87139-.04011-3.72494-.1292-5.55619-.254l2.88282-55.10258-.0223-.42775.049-.0802.27179-5.20415-26.88076-41.5798,26.96539,37.67668.06244,1.105,2.17874-41.63324-23.0132-42.96551,23.29391,35.6583,2.26789-86.31419.00892-.294v.28516l-.37871,68.064,22.91079-26.98321-23.00435,32.84678-.60595,37.27566L204.18523,621.958l-21.4805,41.259-.33863,20.723,31.05561-49.79149-31.17146,57.023Z" transform="translate(-39.70387 -61.04208)" fill="#3f3d56"/><circle cx="712.48505" cy="565.41532" r="79" fill="#2f2e41"/><rect x="741.77716" y="691.82355" width="24" height="43" transform="translate(-215.99457 191.86399) rotate(-17.08345)" fill="#2f2e41"/><rect x="787.6593" y="677.72286" width="24" height="43" transform="matrix(0.95588, -0.29376, 0.29376, 0.95588, -209.82788, 204.72037)" fill="#2f2e41"/><ellipse cx="767.887" cy="732.00275" rx="20" ry="7.5" transform="translate(-220.8593 196.83312) rotate(-17.08345)" fill="#2f2e41"/><ellipse cx="813.47537" cy="716.94619" rx="20" ry="7.5" transform="translate(-214.42477 209.56103) rotate(-17.08345)" fill="#2f2e41"/><circle cx="708.52153" cy="545.71023" r="27" fill="#fff"/><circle cx="708.52153" cy="545.71023" r="9" fill="#3f3d56"/><path d="M657.35526,578.74316c-14.48957-25.43323-3.47841-59.016,24.59412-75.0092s62.57592-8.34055,77.06549,17.09268-2.39072,41.6435-30.46325,57.63671S671.84483,604.17639,657.35526,578.74316Z" transform="translate(-39.70387 -61.04208)" fill="#dfeefb"/><path d="M611.29613,661.29875c0,50.55711-30.05368,68.20979-67.13,68.20979q-1.28835,0-2.57261-.02864c-1.71785-.03682-3.41933-.1186-5.10033-.23313-33.46068-2.36813-59.45707-20.92878-59.45707-67.948,0-48.65932,62.18106-110.05916,66.85186-114.60322l.00819-.00817c.18-.17587.27-.26177.27-.26177S611.29613,610.74164,611.29613,661.29875Z" transform="translate(-39.70387 -61.04208)" fill="#dfeefb"/><path d="M541.72029,721.77424l24.55253-34.30732-24.6139,38.07426-.0654,3.93872c-1.71785-.03682-3.41933-.1186-5.10033-.23313l2.6463-50.58165-.02047-.39266.045-.07361.24949-4.77718-24.67531-38.16836,24.753,34.58547.05731,1.01433,2-38.21741-21.12507-39.44039L541.80616,625.928l2.08182-79.23247.00819-.26994v.26177l-.34764,62.47962,21.031-24.76934-21.11693,30.15184-.55624,34.21735,19.63634-32.839-19.71812,37.87389-.31085,19.0228,28.50763-45.70631-28.614,52.34448Z" transform="translate(-39.70387 -61.04208)" fill="#3f3d56"/><path d="M875.29613,682.38411c0,55.07585-32.73985,74.3063-73.13,74.3063q-1.4035,0-2.80255-.0312c-1.87139-.04011-3.72494-.1292-5.55619-.254-36.45135-2.57979-64.77127-22.79937-64.77127-74.02113,0-53.00843,67.73872-119.89612,72.827-124.84633l.00892-.00889c.19608-.19159.29409-.28516.29409-.28516S875.29613,627.30827,875.29613,682.38411Z" transform="translate(-39.70387 -61.04208)" fill="#dfeefb"/><path d="M799.50168,748.26482l26.747-37.37367-26.81386,41.4773-.07125,4.29076c-1.87139-.04011-3.72494-.1292-5.55619-.254l2.88282-55.10258-.0223-.42775.049-.0802.27179-5.20415L770.108,654.01076l26.96539,37.67668.06244,1.105,2.17874-41.63324-23.0132-42.96551,23.29391,35.6583,2.26789-86.31419.00892-.294v.28516l-.37871,68.064,22.91079-26.98321-23.00435,32.84678-.606,37.27566L822.18523,632.958l-21.4805,41.259-.33863,20.723,31.05561-49.79149-31.17146,57.023Z" transform="translate(-39.70387 -61.04208)" fill="#3f3d56"/><ellipse cx="721.51694" cy="656.82212" rx="12.40027" ry="39.5" transform="translate(-220.83517 966.22323) rotate(-64.62574)" fill="#2f2e41"/><ellipse cx="112.51694" cy="651.82212" rx="12.40027" ry="39.5" transform="translate(-574.07936 452.71367) rotate(-68.15829)" fill="#2f2e41"/></svg></div>                            </main><!--
  372.             --><aside id="rightpub">
  373.                    
  374.                <a href="/vous/premium/introduction.php">
  375.                    <img src="/design/premium_ad_160x600_en.png" alt="Support Numista, get a premium account" />
  376.                </a>                </aside>
  377.            </div>
  378.                    </div>
  379.        
  380.                
  381.                <div id="bottompub_container">
  382.            <aside class="middle_element">
  383.                
  384.                <a href="/vous/premium/introduction.php" style="display:block; max-width:320px; margin:0 auto 0 auto;">
  385.                    <img src="/design/premium_ad_320x160_en.png" alt="Support Numista, get a premium account" />
  386.                </a>            </aside>
  387.        </div>
  388.                
  389.        <footer id="global_footer">
  390.            <div class="middle_element">
  391.                <div role="navigation" class="footer_links">
  392.                    <a href="/info.php">About Numista</a>
  393.                    &ndash; <a href="/team.php">Numista Team</a>
  394.                    &ndash; <a href="/conditions.php">Terms of Use</a>
  395.                    &ndash; <a href="/legal.php">Legal information</a>
  396.                    &ndash; <a href="/advertising.php">Advertise</a>
  397.                    &ndash; <a href="/release_notes.php">Releases</a>
  398.                    &ndash; <a href="/api/index.php">API</a>
  399.                                        &ndash; <a href="/contact.php">Contact us</a>
  400.                </div>
  401.                <p class="footer_copyright">
  402.                    Numista.com&nbsp;&nbsp;2007 &ndash; 2024                </p>
  403.                            </div>
  404.            <a href="#" id="top_link" title="Back to the top of the page"><svg viewBox="0 0 4.3423414 4.3419189" height="21" width="21" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-8.4121625,-15.882612)"><path d="m 11.685058,18.037168 -0.813435,-0.813859 c -0.08022,-0.07973 -0.184538,-0.119591 -0.28829,-0.119591 -0.104739,0 -0.208491,0.03986 -0.287866,0.119591 l -0.8141413,0.813859 c -0.07938,0.07973 -0.119627,0.183444 -0.119627,0.288219 0,0.104422 0.04025,0.207786 0.119627,0.287514 0.07962,0.07973 0.183692,0.118886 0.288149,0.118886 0.103752,0 0.2080681,-0.03986 0.2878673,-0.118886 l 0.525991,-0.525992 0.525992,0.525992 c 0.0798,0.07973 0.184115,0.118886 0.28896,0.118886 0.103646,0 0.207398,-0.03986 0.286773,-0.118886 0.08008,-0.07973 0.119627,-0.183797 0.119627,-0.287514 0,-0.104775 -0.03955,-0.208492 -0.119627,-0.288219 z m -1.101725,2.187574 c -1.1983503,0 -2.1709593,-0.971902 -2.1709593,-2.171347 0,-1.199091 0.972609,-2.170994 2.1709593,-2.170994 1.199445,0 2.17096,0.971903 2.17096,2.170994 0,1.199445 -0.971515,2.171347 -2.17096,2.171347" /></g></svg></a>
  405.        </footer>
  406.    </div>
  407.    
  408.    <div id="zoomedPic">
  409.        <div id="zoomedMain">
  410.            <button class="prev_pic_btn">&lt;</button>
  411.            <div id="zoomedContent"></div>
  412.            <button class="next_pic_btn">&gt;</button>
  413.        </div>
  414.    </div>
  415.    
  416.        <script>
  417.        let date = new Date();
  418.        let diff = -date.getTimezoneOffset();
  419.        let xhr = new XMLHttpRequest();
  420.        xhr.open("GET", "/maj_decalage_horaire.php?f=" + diff, true);
  421.        xhr.send(null);
  422.    </script>
  423.        
  424.        
  425. </body>
  426. </html>
  427.        
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda