From 8372e02f11e0914324ebf9f495393b4a9df01dd7 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Wed, 24 May 2023 02:10:11 +0200 Subject: Changelog fixes --- build | 3 ++ src/changelog.html | 79 +++++++++++++++++++++++++++++++++++++++++ src/en/changelog/index.html | 79 ----------------------------------------- src/en/euro/coins.template.html | 10 +++--- 4 files changed, 86 insertions(+), 85 deletions(-) create mode 100644 src/changelog.html delete mode 100644 src/en/changelog/index.html diff --git a/build b/build index 4521378..d7103ff 100755 --- a/build +++ b/build @@ -25,6 +25,9 @@ compile_for_lang() { $od/nav-bar.html sed -i "\\..d" $od/nav-bar.html + mkdir $od/changelog + cp out/changelog.html $od/changelog/index.html + find $od -name '*.html' \ | pee cat "xargs -- sed -i ' s|href=/XX|href=/$1| diff --git a/src/changelog.html b/src/changelog.html new file mode 100644 index 0000000..6402a43 --- /dev/null +++ b/src/changelog.html @@ -0,0 +1,79 @@ + + + + + Changelog + + + + + + + +
+
+
+

Collection Updates

+
…and some site updates too
+
+
+ +
+

+ This is the site changelog; all updates and changes to the website or + my collections are documented here. Due to logistical reasons this is + only available in English. +

+
+ +
+
+

18th of April, 2023

+

+ Today was pretty successful. I passed by Chase Bank near closing + hours and it was a good thing I did too. The customer right before + me in the line to the teller deposited $10 in dollar coins. I + bought them from the bank and got two new finds: a “Great Law of + Peace” native-american dollar from Philadelphia, and a Herbert + Hoover NIFC presidential dollar from Philadelphia. +

+ I also hunted a printer (it accepts cash payment to print stuff). I + managed to get 5 new “America the Beautiful” quarters, 5 new state + quarters, my first ever districts quarter, and a new “Westward + Journey” nickel. The “America the Beautiful” quarters were: Block + Island (P), Great Sand Dunes (D), Homestead (D), + Marsh-Billings-Rockefeller (D), and War in the Pacific (P). The + state quarters were: Connecticut (P), Idaho (P), Massachusetts (P), + Utah (P), and Wyoming (P). The district quarter was American Samoa + (D) and the nickel was a Bison (P). +

+ Finally I visited a currency-exchange office hoping to find my first + €500 bill. They didn’t have any but I managed to snag a French €200 + from the Europa series, a new find for myself. +

+
+
+ +
+
+

Start of Changelog

+

+ This is the start of the sites changelog. The site has been around + since the 11th of February 2023, and this collection began around + April of 2022, so theres a lot of “history” here that won’t end up + documented. If you really care for some reason, you can check the + git-log of the site on the git repository. From now on I’ll be + documenting all my new finds here both so I can look back on it in + the future for fun, and incase anyone finds anything here + interesting. I suppose it makes the site a bit more human. + + I am currently in the United States on vacation, so the next couple + of site updates are going to be primarily american coins. +

+
+
+ +
+
+ + diff --git a/src/en/changelog/index.html b/src/en/changelog/index.html deleted file mode 100644 index fe1880e..0000000 --- a/src/en/changelog/index.html +++ /dev/null @@ -1,79 +0,0 @@ - - - - - Changelog - - - - - - - -
-
-
-

Collection Updates

-
…and some site updates too
-
-
- -
-

- This is the site changelog; all updates and changes to the website or - my collections are documented here. For logistical reasons this is - only available in English. -

-
- -
-
-

18th of April, 2023

-

- Today was pretty successful. I passed by Chase Bank near closing - hours and it was a good thing I did too. The customer right before - me in the line to the teller deposited $10 in dollar coins. I - bought them from the bank and got two new finds: a “Great Law of - Peace” native-american dollar from Philadelphia, and a Herbert - Hoover NIFC presidential dollar from Philadelphia. -

- I also hunted a printer (it accepts cash payment to print stuff). I - managed to get 5 new “America the Beautiful” quarters, 5 new state - quarters, my first ever districts quarter, and a new “Westward - Journey” nickel. The “America the Beautiful” quarters were: Block - Island (P), Great Sand Dunes (D), Homestead (D), - Marsh-Billings-Rockefeller (D), and War in the Pacific (P). The - state quarters were: Connecticut (P), Idaho (P), Massachusetts (P), - Utah (P), and Wyoming (P). The district quarter was American Samoa - (D) and the nickel was a Bison (P). -

- Finally I visited a currency-exchange office hoping to find my first - €500 bill. They didn’t have any but I managed to snag a French €200 - from the Europa series, a new find for myself. -

-
-
- -
-
-

Start of Changelog

-

- This is the start of the sites changelog. The site has been around - since the 11th of February 2023, and this collection began around - April of 2022, so theres a lot of “history” here that won’t end up - documented. If you really care for some reason, you can check the - git-log of the site on the git repository. From now on I’ll be - documenting all my new finds here both so I can look back on it in - the future for fun, and incase anyone finds anything here - interesting. I suppose it makes the site a bit more human. - - I am currently in the United States on vacation, so the next couple - of site updates are going to be primarily american coins. -

-
-
- -
-
- - diff --git a/src/en/euro/coins.template.html b/src/en/euro/coins.template.html index 8d917cc..439617d 100644 --- a/src/en/euro/coins.template.html +++ b/src/en/euro/coins.template.html @@ -29,17 +29,14 @@

- Germany has 5 different mints that each mint coins. These mints are - located in Berlin (A), Munich (D), Stuttgart (F), Karlsruhe (G), and - Hamburg (J). All German euro-coins contain a letter (the “mintmark”) - identifying which mint the coin was minted at. This means that there - are 5 versions of every German euro-coin that must be collected. + All German coins bear one of five different mintmarks that represent + the city in which they were minted. These are: Berlin (A), Munich + (D), Stuttgart (F), Karlsruhe (G), and Hamburg (J).


-

There is an error that exists for €2 coins minted in 1999 where the @@ -48,6 +45,7 @@


+

-- cgit v1.2.3