tAdd license and update README - andersdamsgaard.com - my photography webpage
 (HTM) git clone git://src.adamsgaard.dk/andersdamsgaard.com
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Submodules
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit bdfc3e31e90f62d5a5c326e6ecc38f3b0310c99e
 (DIR) parent a97241296c595c3933d5b5902803a8d1cc8d075d
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Thu,  2 Jan 2020 10:09:41 +0100
       
       Add license and update README
       
       Diffstat:
         A LICENSE                             |      15 +++++++++++++++
         M README.md                           |      38 +++++++++++++------------------
       
       2 files changed, 31 insertions(+), 22 deletions(-)
       ---
 (DIR) diff --git a/LICENSE b/LICENSE
       t@@ -0,0 +1,15 @@
       +ISC License
       +
       +Copyright (c) 2018-2020 Anders Damsgaard <anders@adamsgaard.dk>
       +
       +Permission to use, copy, modify, and/or distribute this software for any
       +purpose with or without fee is hereby granted, provided that the above
       +copyright notice and this permission notice appear in all copies.
       +
       +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
       +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
       +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
       +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
       +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
       +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
       +OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 (DIR) diff --git a/README.md b/README.md
       t@@ -1,22 +1,16 @@
        # andersdamsgaard.com
       -[![pipeline status](https://gitlab.com/admesg/admesg.gitlab.io/badges/master/pipeline.svg)](https://gitlab.com/admesg/admesg.gitlab.io/commits/master)
       -
       -This repository contains the source for 
       -[andersdamsgaard.com](https://andersdamsgaard.com) and 
       -[andersdamsgaard.dk](https://andersdamsgaard.dk). The .com domain is registered 
       -through [domains.google.com](https://domains.google.com), and the .dk domain is 
       -registered through [dandomain.dk](https://dandomain.dk). When a client connects 
       -to the `.dk` domain, a [Javascript 
       -redirect](https://gitlab.com/admesg/admesg.gitlab.io/blob/master/themes/tale-mod/layouts/partials/head.html#L18)
       -makes sure to display the danish localization under 
       -`https://andersdamsgaard.com/da/`. Gitlab pages serve the content with the root 
       -path [https://admesg.gitlab.io](https://admesg.gitlab.io) under the repository 
       -with the name 
       -[https://gitlab.com/admesg.gitlab.io](https://gitlab.com/admesg.gitlab.io).
       +
       +This repository contains the source for https://andersdamsgaard.com
       +and andersdamsgaard.dk. The .com domain is registered through When
       +a client connects to the .dk domain, a Javascript redirect makes
       +sure to display the danish localization under
       +https://andersdamsgaard.com/da/. Gitlab pages serve the content
       +with the root path https://admesg.gitlab.io under the repository
       +with the name https://gitlab.com/admesg.gitlab.io.
        
        ## DNS setup
       -The FastMail nameservers are defined as primary nameservers for both domains, 
       -and consist of the following records:
       +The FastMail nameservers are defined as primary nameservers for
       +both domains, and consist of the following records:
        
        For andersdamsgaard.com:
        
       t@@ -32,11 +26,11 @@ For andersdamsgaard.dk:
            A        andersdamsgaard.dk        35.185.44.232        Points to gitlab.com
            CNAME    www.andersdamsgaard.dk    admesg.gitlab.io     Point `www.` to root
        
       -In addition, `TXT` records are used for Gitlab-pages verification. Mail records 
       -are for both domains set to FastMail servers.
       +In addition, TXT records are used for Gitlab-pages verification.
       +Mail records are for both domains set to FastMail servers.
        
        ## Deployment
       -A preview of the webpage can be generated on the localhost with `make`. 
       -Deployment occurs through the [GitLab CI 
       -pipeline](https://gitlab.com/admesg/admesg.gitlab.io/pipelines) after pushing 
       -to the master branch.
       +A preview of the webpage can be generated on the localhost with
       +`make`.  Deployment occurs through the [GitLab CI pipeline]
       +(https://gitlab.com/admesg/admesg.gitlab.io/pipelines)
       +after pushing to the master branch.