From f95d17e23f4cb7ef2f92e0af55bffe4a9d26d246 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Brunner?= Date: Fri, 16 Feb 2024 13:53:21 +0100 Subject: [PATCH 1/3] Add rel="noopener" on the links Fix https://sonarcloud.io/organizations/mapfish/rules?open=Web%3AS5148&rule_key=Web%3AS5148 --- docs/src/main/resources/templates/_main.html | 4 +++- docs/src/main/resources/templates/download.html | 8 ++++---- docs/src/main/resources/templates/index.html | 10 ++++++---- 3 files changed, 13 insertions(+), 9 deletions(-) diff --git a/docs/src/main/resources/templates/_main.html b/docs/src/main/resources/templates/_main.html index 25356499a7..3798ceb1c5 100644 --- a/docs/src/main/resources/templates/_main.html +++ b/docs/src/main/resources/templates/_main.html @@ -135,7 +135,9 @@

{{pageTitle}}

- Camptocamp + Camptocamp
Revision diff --git a/docs/src/main/resources/templates/download.html b/docs/src/main/resources/templates/download.html index b33c3c3764..cde8cea262 100644 --- a/docs/src/main/resources/templates/download.html +++ b/docs/src/main/resources/templates/download.html @@ -1,7 +1,7 @@

Source Code

The source code for Mapfish Print is available on GitHub: - mapfish/mapfish-print. + mapfish/mapfish-print.

Please feel free to fork and contribute via pull requests and by creating new issues.

@@ -44,9 +44,9 @@

The Mapfish Print WAR file is a Java archive that can be ran in any Java Web Application Server like - Tomcat or - Jetty. To use Mapfish Print as a standalone Web - Application you should: + Tomcat or + Jetty. To use Mapfish Print as a + standalone Web Application you should:

Mapfish Print has the following distributions:

@@ -22,7 +24,7 @@
  • The most commonly used distribution is the war distribution where Mapfish Print is a servlet and can be run in a servlet container like - Apache Tomcat. + Apache Tomcat.
  • From e41eaff3dda369c97c43dad80be8063383165d27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Brunner?= Date: Fri, 16 Feb 2024 13:56:27 +0100 Subject: [PATCH 2/3] Add lang --- core/src/main/webapp/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/webapp/index.html b/core/src/main/webapp/index.html index 32cc00d190..1e9095c548 100644 --- a/core/src/main/webapp/index.html +++ b/core/src/main/webapp/index.html @@ -1,5 +1,5 @@ - + From e81195be75f80ac2526001575722b148a4080fca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Brunner?= Date: Fri, 16 Feb 2024 13:57:34 +0100 Subject: [PATCH 3/3] Add title --- core/src/main/webapp/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/core/src/main/webapp/index.html b/core/src/main/webapp/index.html index 1e9095c548..5c0e62e2f0 100644 --- a/core/src/main/webapp/index.html +++ b/core/src/main/webapp/index.html @@ -1,6 +1,7 @@ + Mapfish Print