From e30097f4a9ffc42d57df2c463ae4770b61ff8769 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Mon, 16 Mar 2020 19:15:01 +0100 Subject: rename *.mdwn to */index.md, except index/topbar/farbar/sidebar files command: ``` perl -MPath::Tiny -WE 'use strict; path(".")->visit(sub{return unless -f && /\.mdwn$/; my $stem=$_->basename(".mdwn"); my $new=$_->sibling($stem,"index.md"); return if $stem =~ /^index|topbar|sidebar|farbar|footer$/ || $new->exists; $new->parent->mkpath; system("git","mv", $_, $new)},{recurse=>1})' ``` --- 1900/index.md | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 1900/index.md (limited to '1900') diff --git a/1900/index.md b/1900/index.md new file mode 100644 index 00000000..c5f5e16f --- /dev/null +++ b/1900/index.md @@ -0,0 +1,37 @@ +[[!meta title="Rolighed at 1900"]] + +[[!if test="included()" then=""" + +For treasure hunt 2023 + +[[Læs mere...|/1900]] + +""" +else=""" + +[[!img tidsel.jpg class="solo"]] + +#Rolighed - and rapid development around 1900. + +The village of Sundby grew rapidly in the late 1800’ies, with people seeking employment in Copoenhagen or locally. Sundby was part of the parish of Tårnby, further south on Amager. Bu the urban problems and demands became too much for the good Parish Council, and they secured permission to part Sundby from the Parish in 1896. + + + + +From 1896 – 1902 Sundby was an independant municipality – quite poor, with continued population growth, and a demand for schools, health and social needs. That meant poorhouses under ”Fattigvæsenet”. + +A lot of the streets here were built up right before the Sundby joined Copenhagen. Building regulation was less strict out here at the time. + +The picture is not from this street, but the kind of setting that you can sometimes sense behind the surface. +[[!img sundbystrede.jpg size="600x" class="solo"]] + +##Continue the tour (to the second last stop) + +Go down the street and take a left at Lyongade, and up the old Danmarksgade back towards old Frankrigsgade. Then turn right. + +For the next clue: enter the name of the café at the corner of Frankrigsgade and Ålandsgade (current street names). + + +"""]] + +[[josephine]] -- cgit v1.2.3