From ca5fa047343470826da1843b6ce5a0ae9f02a5fb Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Wed, 24 May 2023 01:59:00 +0200 Subject: More changes --- build | 4 ++-- data/coins | 2 ++ server.go | 4 ++-- src/en/euro/coins.template.html | 10 ++++++++++ src/en/euro/index.html | 7 +++++++ src/pt/euro/note-nav.html | 16 ++++++++-------- src/pt/euro/notes.template.html | 9 ++++++--- 7 files changed, 37 insertions(+), 15 deletions(-) diff --git a/build b/build index 63b892e..4521378 100755 --- a/build +++ b/build @@ -7,8 +7,8 @@ require fsub gawk go pee sponge PATH="$PATH:scripts" -rm -rf out -mkdir out +rm -rf out/* +mkdir -p out cp -r src/* out compile_for_lang() { diff --git a/data/coins b/data/coins index 91398e4..88e8844 100644 --- a/data/coins +++ b/data/coins @@ -232,6 +232,8 @@ ES - - X X - - - - 2021 ES - - - - - - - - 2022 ES ? ? ? ? ? ? ? ? 2023 +FI / / / / / / / X 1999 1/3 +FI / / / / / / / X 1999 2/3 FI X - X X - X X X 1999 FI X - X X X X X X 2000 FI - - X - X X X X 2001 diff --git a/server.go b/server.go index 502a038..8d8d057 100644 --- a/server.go +++ b/server.go @@ -34,7 +34,7 @@ func router(w http.ResponseWriter, r *http.Request) { http.Error(w, "An error occured", http.StatusInternalServerError) return } else if err != nil { - lang = "en/" + lang = "en" } else { lang = cookie.Value } @@ -44,7 +44,7 @@ func router(w http.ResponseWriter, r *http.Request) { Name: "redirect", Path: "/", }) - http.Redirect(w, r, lang, http.StatusMovedPermanently) + http.Redirect(w, r, lang + "/", http.StatusMovedPermanently) return } diff --git a/src/en/euro/coins.template.html b/src/en/euro/coins.template.html index ae39ec5..8d917cc 100644 --- a/src/en/euro/coins.template.html +++ b/src/en/euro/coins.template.html @@ -38,6 +38,16 @@
+ + +
+

+ There is an error that exists for €2 coins minted in 1999 where the + holes in one, two, or even three of the 9’s are filled. The number of + 9’s filled is displayed with a fraction (e.g. 2/3 for two 9’s filled). +

+
+

diff --git a/src/en/euro/index.html b/src/en/euro/index.html index faa1cc6..d70bd8e 100644 --- a/src/en/euro/index.html +++ b/src/en/euro/index.html @@ -24,6 +24,13 @@ amassed. It’s also my primary collection as I reside in the Eurozone. I do own uncirculated-coins and -banknotes, but all coins and banknotes listed on this section of the site are circulated. +

+ There are various examples of euro coins that have slight varieties + between their standard circulation releases and their coincard/set + releases, such as different mintmarks for example. In these cases, + the NIFC variety will not be listed on this site + unless I happen to get one for my collection (see Malta for an example). The same applies to error coins.

diff --git a/src/pt/euro/note-nav.html b/src/pt/euro/note-nav.html index c08af2a..d2d5a46 100644 --- a/src/pt/euro/note-nav.html +++ b/src/pt/euro/note-nav.html @@ -1,11 +1,11 @@ diff --git a/src/pt/euro/notes.template.html b/src/pt/euro/notes.template.html index 7a78bb1..f219178 100644 --- a/src/pt/euro/notes.template.html +++ b/src/pt/euro/notes.template.html @@ -3,18 +3,21 @@ - €<!-- DENOM --> Banknotes + <!-- DENOM --> € notas - +
-

Banknotes

+

€ notas

-- cgit v1.2.3