You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Martin Grigorov <mg...@apache.org> on 2020/02/03 07:23:00 UTC

Updating Tomcat site

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&reg; - 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>&reg;</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&hellip;" 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&reg; - 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">

Re: Glenn Nielsen (was: Updating Tomcat site)

Posted by Mark Thomas <ma...@apache.org>.
On 03/02/2020 10:33, Mark Thomas wrote:

<snip/>

> Glenn requested to go emeritus from the Tomcat project in 2009.
> 
> That his name is missing from the who we are page seems like an
> oversight. I'll get that fixed.

Hmm.

Looking at "whoweare" there are quite a few differences compared to the
official records. I'll go through and do a full check.

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


Re: Glenn Nielsen (was: Updating Tomcat site)

Posted by Mark Thomas <ma...@apache.org>.
On 03/02/2020 09:51, Konstantin Kolinko wrote:
> пн, 3 февр. 2020 г. в 10:23, Martin Grigorov <mg...@apache.org>:
>>
>> Hi,
>>
>> I want to update https://tomcat.apache.org/ci.html to mention the testing on TravisCI on ARM64 architecture.
>>
>> [...]
>>
>> P.S. Who is Glenn L. Nielsen ?
>>  <meta name="author" content="Glenn L. Nielsen">
> 
> Just some quick search
> 
> - I do not see him at our "whoweare" page.
> 
> - I do not see him in the list of active committers, members or
> emeritus members of the ASF.

Glenn is an emeritus member of the ASF.

> - (As he was a committer, his ICLA should be in the records. I have
> not looked there.)

Yes, there is an ICLA on file.

> Searching through mailing list archives
> 1) E.g. one of release announcements for mod_jk was sent by him:
> https://tomcat.markmail.org/thread/sx4arghwi5c2bbpb

If you search for his Apache ID you get a lot more messages. The most
recent I found was late 2005.

He was actively involved in Tomcat (and other projects) back when Tomcat
was part of Jakarta.

Glenn requested to go emeritus from the Tomcat project in 2009.

That his name is missing from the who we are page seems like an
oversight. I'll get that fixed.

Mark

> 
> 2) I see the following commit to Jakarta web site
> http://svn.apache.org/viewvc?view=revision&revision=1059704
> 
> The commit removed the following text from
> jakarta/site/xdocs/site/whoweare.xml
> 
> [quote]
>            <p>
>                  <b>Glenn Nielsen</b> (glenn at apache.org)
>  <br/>
>  Glenn is the Unix Programming Coordinator for the Missouri Research
>  and Education Network (<a href="http://www.more.net/">MOREnet</a>),
>  part of the University of Missouri System.  Major contributions
>  include implementation of the Java SecurityManager in Tomcat and five
>  JSP tag libraries.  He is a member of the specification group to
>  develop a standard tag library for JSP pages.
>  </p>
> [/quote]
> 
> 
> Best regards,
> Konstantin Kolinko
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: dev-help@tomcat.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


Glenn Nielsen (was: Updating Tomcat site)

Posted by Konstantin Kolinko <kn...@gmail.com>.
пн, 3 февр. 2020 г. в 10:23, Martin Grigorov <mg...@apache.org>:
>
> Hi,
>
> I want to update https://tomcat.apache.org/ci.html to mention the testing on TravisCI on ARM64 architecture.
>
> [...]
>
> P.S. Who is Glenn L. Nielsen ?
>  <meta name="author" content="Glenn L. Nielsen">

Just some quick search

- I do not see him at our "whoweare" page.

- I do not see him in the list of active committers, members or
emeritus members of the ASF.

- (As he was a committer, his ICLA should be in the records. I have
not looked there.)

Searching through mailing list archives
1) E.g. one of release announcements for mod_jk was sent by him:
https://tomcat.markmail.org/thread/sx4arghwi5c2bbpb

2) I see the following commit to Jakarta web site
http://svn.apache.org/viewvc?view=revision&revision=1059704

The commit removed the following text from
jakarta/site/xdocs/site/whoweare.xml

[quote]
           <p>
                 <b>Glenn Nielsen</b> (glenn at apache.org)
 <br/>
 Glenn is the Unix Programming Coordinator for the Missouri Research
 and Education Network (<a href="http://www.more.net/">MOREnet</a>),
 part of the University of Missouri System.  Major contributions
 include implementation of the Java SecurityManager in Tomcat and five
 JSP tag libraries.  He is a member of the specification group to
 develop a standard tag library for JSP pages.
 </p>
[/quote]


Best regards,
Konstantin Kolinko

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


Re: Updating Tomcat site

Posted by Martin Grigorov <mg...@apache.org>.
On Mon, Feb 3, 2020 at 11:44 AM Konstantin Kolinko <kn...@gmail.com>
wrote:

> пн, 3 февр. 2020 г. в 10:23, Martin Grigorov <mg...@apache.org>:
> >
> > 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.:
> >
> > [...]
> >
> > I don't see anything in build.xml & build.properties.default that
> controls this behavior.
>
> Intending is turned on with
>   <xsl:output ...
>               indent="yes"
> in tomcat-site.xsl
>
> The actual indenting depends on the version of Java that is used to
> run Apache Ant.
>
> > 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 ?
>
> It does not matter much. Maybe a separate commit for "xdocs" and one for
> "docs".
>

Thanks!
I've updated the site!

But I noticed that the Gump links do not work. For example
http://vmgump.apache.org/tomcat-trunk/
It seems http://vmgump.apache.org is down.
Does someone know how to bring it up ?

Martin


> Best regards,
> Konstantin Kolinko
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: dev-help@tomcat.apache.org
>
>

Re: Updating Tomcat site

Posted by Konstantin Kolinko <kn...@gmail.com>.
пн, 3 февр. 2020 г. в 10:23, Martin Grigorov <mg...@apache.org>:
>
> 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.:
>
> [...]
>
> I don't see anything in build.xml & build.properties.default that controls this behavior.

Intending is turned on with
  <xsl:output ...
              indent="yes"
in tomcat-site.xsl

The actual indenting depends on the version of Java that is used to
run Apache Ant.

> 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 ?

It does not matter much. Maybe a separate commit for "xdocs" and one for "docs".

Best regards,
Konstantin Kolinko

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org