Hi, I want to update https://tomcat.apache.org/ci.html to mention the testing on TravisCI on ARM64 architecture.
I've checked out https://svn.apache.org/repos/asf/tomcat/site/trunk. Before doing any changes executing 'ant' produces huge diff because the current version has stripped leading spaces, e.g.: --- docs/bugreport.html (revision 1873518) +++ docs/bugreport.html (working copy) @@ -1,589 +1,597 @@ <!DOCTYPE html SYSTEM "about:legacy-compat"> <html lang="en"> -<head> -<META http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<meta name="viewport" content="width=device-width, initial-scale=1"> -<link href="res/css/tomcat.css" rel="stylesheet" type="text/css"> -<link href="res/css/fonts/fonts.css" rel="stylesheet" type="text/css"> -<title>Apache Tomcat® - Reporting Bugs</title> -<meta name="author" content="Glenn L. Nielsen"> -</head> -<body> -<div id="wrapper"> -<header id="header"> -<div class="clearfix"> -<div class="menu-toggler pull-left" tabindex="1"> -<div class="hamburger"></div> -</div> -<a href="http://tomcat.apache.org/";><img class="tomcat-logo pull-left noPrint" alt="Tomcat Home" src="res/images/tomcat.png"></a> -<h1 class="pull-left">Apache Tomcat<sup>®</sup> -</h1> -<div class="asf-logos pull-right"> -<a href="https://www.apache.org/foundation/contributing.html"; target="_blank" class="pull-left"><img src=" https://www.apache.org/images/SupportApache-small.png"; class="support-asf" alt="Support Apache"></a><a href="http://www.apache.org/"; target="_blank" class="pull-left"><img src="res/images/asf_logo.svg" class="asf-logo" alt="The Apache Software Foundation"></a> -</div> -</div> -</header> -<main id="middle"> -<div> -<div id="mainLeft"> -<div id="nav-wrapper"> -<form action="https://www.google.com/search"; method="get"> -<div class="searchbox"> -<input value="tomcat.apache.org" name="sitesearch" type="hidden"><input aria-label="Search text" placeholder="Search…" required="required" name="q" id="query" type="search"><button>GO</button> -</div> -</form> -<div class="asfevents"> -<a href="https://www.apache.org/events/current-event.html";><img src=" https://www.apache.org/events/current-event-234x60.png"; alt="Next ASF event"><br> - Save the date! + <head> + <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1"> + <link href="res/css/tomcat.css" rel="stylesheet" type="text/css"> + <link href="res/css/fonts/fonts.css" rel="stylesheet" type="text/css"> + <title>Apache Tomcat® - Reporting Bugs</title> + <meta name="author" content="Glenn L. Nielsen"> + </head> + <body> + <div id="wrapper"> ... I don't see anything in build.xml & build.properties.default that controls this behavior. Should I make a no-changes commit just to update the docs/** with the white spaces or should I do some post-processing to keep the whitespaces out ? Regards, Martin P.S. Who is Glenn L. Nielsen ? <meta name="author" content="Glenn L. Nielsen">