diff --git a/.htmlhintrc b/.htmlhintrc new file mode 100644 index 0000000000..63c76e3eb0 --- /dev/null +++ b/.htmlhintrc @@ -0,0 +1,25 @@ +{ + "tagname-lowercase": true, + "attr-lowercase": true, + "attr-value-double-quotes": true, + "attr-value-not-empty": false, + "attr-no-duplication": true, + "doctype-first": true, + "tag-pair": true, + "tag-self-close": false, + "spec-char-escape": true, + "id-unique": true, + "src-not-empty": true, + "title-require": true, + "alt-require": true, + "doctype-html5": true, + "id-class-value": "dash", + "style-disabled": false, + "inline-style-disabled": false, + "inline-script-disabled": false, + "space-tab-mixed-disabled": "space", + "id-class-ad-disabled": false, + "href-abs-or-rel": false, + "attr-unsafe-chars": true, + "head-script-disabled": false +} diff --git a/.mega-linter.yml b/.mega-linter.yml index 5277e76824..2a790fe148 100644 --- a/.mega-linter.yml +++ b/.mega-linter.yml @@ -16,5 +16,5 @@ PYTHON_BLACK_ARGUMENTS: "--line-length 120" PYTHON_FLAKE8_ARGUMENTS: "--max-line-length 120" MARKDOWN_MARKDOWNLINT_ARGUMENTS: "--disable MD013" HTML_DJLINT_ARGUMENTS: "--ignore=H021" -HTML_DJLINT_DISABLE_ERRORS: true -HTML_HTMLHINT_DISABLE_ERRORS: true +# HTML_DJLINT_DISABLE_ERRORS: true +# HTML_HTMLHINT_DISABLE_ERRORS: true diff --git a/extra/docker/README.md b/extra/docker/README.md index 39b52f5870..edd42f7063 100644 --- a/extra/docker/README.md +++ b/extra/docker/README.md @@ -1,4 +1,7 @@ +# nbn-upgrade-map Docker Image +This directory contains a Dockerfile that can be used to create a docker image which can run the suburb processing without installing +local dependencies. ## Build @@ -27,7 +30,7 @@ docker run -it -v ./results:/app/results --network test_network nbn-upgrade-map: You can also run everything using docker-compose. Execute from the top level directory of the project: -``` +```shell ❯ docker-compose -f extra/docker/docker-compose.yaml --profile test up [+] Running 2/2 ✔ Container docker-db-1 Created 0.0s @@ -56,4 +59,4 @@ docker-app-1 | 2023-09-15 05:28:08,075 INFO MainThread Location ID types: {'LOC docker-app-1 | 2023-09-15 05:28:08,077 INFO MainThread Writing results to results/VIC/southern-cross.geojson docker-app-1 | 2023-09-15 05:28:09,832 INFO MainThread Updating progress.json docker-app-1 exited with code 0 -``` \ No newline at end of file +``` diff --git a/site/stats.html b/site/stats.html index 38c774b40c..75bc2eb539 100644 --- a/site/stats.html +++ b/site/stats.html @@ -20,6 +20,9 @@ + + +