{"id":44789224,"url":"https://github.com/conterra/mapapps-imprint-privacy","last_synced_at":"2026-02-16T10:56:17.070Z","repository":{"id":85527704,"uuid":"140675848","full_name":"conterra/mapapps-imprint-privacy","owner":"conterra","description":"This bundle adds two buttons to the app, which refer to the imprint and the privacy statements.","archived":false,"fork":false,"pushed_at":"2025-12-04T10:32:21.000Z","size":2575,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-12-07T17:59:20.074Z","etag":null,"topics":["3x","4x","mapapps","usability"],"latest_commit_sha":null,"homepage":"https://demos.conterra.de/mapapps/resources/apps/public_demo_imprintprivacy/index.html","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/conterra.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2018-07-12T07:14:03.000Z","updated_at":"2025-12-04T10:32:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"2fbe7a5c-c3b6-4efc-8741-48d5106a24df","html_url":"https://github.com/conterra/mapapps-imprint-privacy","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/conterra/mapapps-imprint-privacy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conterra%2Fmapapps-imprint-privacy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conterra%2Fmapapps-imprint-privacy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conterra%2Fmapapps-imprint-privacy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conterra%2Fmapapps-imprint-privacy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conterra","download_url":"https://codeload.github.com/conterra/mapapps-imprint-privacy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conterra%2Fmapapps-imprint-privacy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29506299,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T09:05:14.864Z","status":"ssl_error","status_checked_at":"2026-02-16T08:55:59.364Z","response_time":115,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["3x","4x","mapapps","usability"],"created_at":"2026-02-16T10:56:16.429Z","updated_at":"2026-02-16T10:56:17.064Z","avatar_url":"https://github.com/conterra.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![devnet-bundle-snapshot](https://github.com/conterra/mapapps-imprint-privacy/actions/workflows/devnet-bundle-snapshot.yml/badge.svg)](https://github.com/conterra/mapapps-imprint-privacy/actions/workflows/devnet-bundle-snapshot.yml)\n![Static Badge](https://img.shields.io/badge/requires_map.apps-4.20.0-e5e5e5?labelColor=%233E464F\u0026logoColor=%23e5e5e5)\n![Static Badge](https://img.shields.io/badge/tested_for_map.apps-4.20.0-%20?labelColor=%233E464F\u0026color=%232FC050)\n# Imprint Privacy Bundle\nThis bundle adds two buttons to the app, which refer to the imprint and the privacy statements.\n\n![Screenshot App](https://github.com/conterra/mapapps-imprint-privacy/blob/main/screenshot.png)\n\nSample App\n------------------\nhttps://demos.conterra.de/mapapps/resources/apps/public_demo_imprintprivacy/index.html\n\n#### Configurable Components of dn_imprintprivacy:\n\n##### ToolHandler:\n```\n\"ToolHandler\": {\n   \"imprintUrls\": [\n        {\n            \"locale\": \"de\",\n            \"url\": \"https://www.conterra.de/impressum\"\n        },\n        {\n            \"locale\": \"en\",\n            \"url\": \"https://www.con-terra.com/imprint\"\n        }\n    ],\n    \"privacyUrls\": [\n        {\n            \"locale\": \"de\",\n            \"url\": \"https://www.conterra.de/datenschutzhinweise\"\n        },\n        {\n            \"locale\": \"en\",\n            \"url\": \"https://www.con-terra.com/privacy-statements\"\n        }\n    ],\n    \"toolsetDefinition\": {\n        \"id\": \"imprintprivacyToolset\",\n        \"tools\": [\n            \"imprintTool\",\n            \"privacyStatementsTool\"\n        ],\n        \"registerWidget\": {\n            \"widgetRole\": \"footer_right\"\n        },\n        \"container\": \"ignore\",\n        \"windowType\": \"container\",\n        \"cssClass\": \"showToolLabels\"\n    }\n}\n```\n\n## Quick start\n\nClone this project and ensure that you have all required dependencies installed correctly (see [Documentation](https://docs.conterra.de/en/mapapps/latest/developersguide/getting-started/set-up-development-environment.html)).\n\nThen run the following commands from the project root directory to start a local development server:\n\n```bash\n# install all required node modules\n$ mvn initialize\n\n# start dev server\n$ mvn compile -Denv=dev -Pinclude-mapapps-deps\n\n# run unit tests\n$ mvn test -P run-js-tests,include-mapapps-deps\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconterra%2Fmapapps-imprint-privacy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fconterra%2Fmapapps-imprint-privacy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconterra%2Fmapapps-imprint-privacy/lists"}