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})' ``` --- 1896/index.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 1896/index.md (limited to '1896') diff --git a/1896/index.md b/1896/index.md new file mode 100644 index 00000000..7277a7da --- /dev/null +++ b/1896/index.md @@ -0,0 +1,28 @@ +[[!meta title="Sundby kort 1899"]] + +[[!if test="included()" then=""" + + +[[Læs mere...|/1896]] + +""" +else=""" + + +#Map from 1896 + +[[!img sundbykort_1899.png]] + + +Map of Sundby village centre 1896. The names are common Danish street names like Østergade, Danmarksgade, etc. However when Sundby joined Copenhagen in 1902, names were changed to avoid confusion. +Names of european countries, towns and regions we used at new street names. + +Take the passage to the left of the old school, towards Valdemarsgade. +Soon you wil get to "Rolighed". + +At Rolighed, look at the ornaments, and enter the year the house was built. + + + + +"""]] -- cgit v1.2.3