Author: markt
Date: Fri Jun 17 13:17:00 2022
New Revision: 1902016
URL: http://svn.apache.org/viewvc?rev=1902016&view=rev
Log:
Fix logos. Local copy avoids mixed http/https issues.
Added:
tomcat/site/trunk/docs/res/images/header-checkstyle-logo.png (with props)
tomcat/site/trunk/docs/res/images/spotbugs_icon_only_zoom_256px.png (with
props)
tomcat/site/trunk/docs/res/images/ucdetector32.png (with props)
tomcat/site/trunk/xdocs/res/images/header-checkstyle-logo.png (with props)
tomcat/site/trunk/xdocs/res/images/spotbugs_icon_only_zoom_256px.png
(with props)
tomcat/site/trunk/xdocs/res/images/ucdetector32.png (with props)
Modified:
tomcat/site/trunk/docs/tools.html
tomcat/site/trunk/xdocs/tools.xml
Added: tomcat/site/trunk/docs/res/images/header-checkstyle-logo.png
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/res/images/header-checkstyle-logo.png?rev=1902016&view=auto
==============================================================================
Binary file - no diff available.
Propchange: tomcat/site/trunk/docs/res/images/header-checkstyle-logo.png
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: tomcat/site/trunk/docs/res/images/spotbugs_icon_only_zoom_256px.png
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/res/images/spotbugs_icon_only_zoom_256px.png?rev=1902016&view=auto
==============================================================================
Binary file - no diff available.
Propchange: tomcat/site/trunk/docs/res/images/spotbugs_icon_only_zoom_256px.png
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: tomcat/site/trunk/docs/res/images/ucdetector32.png
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/res/images/ucdetector32.png?rev=1902016&view=auto
==============================================================================
Binary file - no diff available.
Propchange: tomcat/site/trunk/docs/res/images/ucdetector32.png
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Modified: tomcat/site/trunk/docs/tools.html
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tools.html?rev=1902016&r1=1902015&r2=1902016&view=diff
==============================================================================
--- tomcat/site/trunk/docs/tools.html (original)
+++ tomcat/site/trunk/docs/tools.html Fri Jun 17 13:17:00 2022
@@ -20,35 +20,35 @@ and a committer should be able to fix it
</div><h3 id="Open_Source_Tools">Open Source Tools</h3><div class="text">
<table class="defaultTable">
<tr>
- <td><a href="http://www.eclipse.org/" rel="nofollow">
+ <td><a href="https://www.eclipse.org/" rel="nofollow">
<img src="res/images/eclipse.gif" alt="Eclipse"></a></td>
<td><p>A variety of IDEs are used by the Tomcat developers. One of them is
the Eclipse IDE.</p>
</td>
</tr>
<tr>
- <td><a href="http://www.ucdetector.org/" rel="nofollow">
- <img src="http://www.ucdetector.org/ucdetector32.png"
alt="UCDetector"></a></td>
+ <td><a href="https://www.ucdetector.org/" rel="nofollow">
+ <img src="res/images/ucdetector32.png" alt="UCDetector"></a></td>
<td><p>The Unnecessary Code Detector is used by the Tomcat developers to
identify code to be removed from future versions of Tomcat.</p>
</td>
</tr>
<tr>
- <td><a href="http://findbugs.sourceforge.net/" rel="nofollow">
- <img src="http://findbugs.sourceforge.net/buggy-sm.png"
alt="FindBugs"></a></td>
- <td><p>FindBugs is used by the Tomcat developers to identify potential coding
+ <td><a href="https://spotbugs.github.io/" rel="nofollow">
+ <img src="res/images/spotbugs_icon_only_zoom_256px.png" width="80"
heigjt="80" alt="SpotBugs"></a></td>
+ <td><p>SpotBugs is used by the Tomcat developers to identify potential coding
errors.</p>
</td>
</tr>
<tr>
- <td><a href="http://checkstyle.sourceforge.net/" rel="nofollow">
- <img src="http://checkstyle.sourceforge.net/images/logo.png"
alt="Checkstyle"></a></td>
+ <td><a href="https://checkstyle.sourceforge.io/" rel="nofollow">
+ <img src="res/images/header-checkstyle-logo.png" width="200"
alt="Checkstyle"></a></td>
<td><p>Checkstyle is used by the Tomcat developers to maintain the Tomcat
coding standard.</p>
</td>
</tr>
<tr>
- <td><a href="http://www.farmanager.com/index.php?l=en" rel="nofollow">
+ <td><a href="https://www.farmanager.com/index.php?l=en" rel="nofollow">
<img src="res/images/far-icon.png" alt="Far Manager"></a></td>
<td><p>Far Manager is a two-panel file manager application for
Microsoft Windows. It works in console mode and is very useful
Added: tomcat/site/trunk/xdocs/res/images/header-checkstyle-logo.png
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/res/images/header-checkstyle-logo.png?rev=1902016&view=auto
==============================================================================
Binary file - no diff available.
Propchange: tomcat/site/trunk/xdocs/res/images/header-checkstyle-logo.png
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: tomcat/site/trunk/xdocs/res/images/spotbugs_icon_only_zoom_256px.png
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/res/images/spotbugs_icon_only_zoom_256px.png?rev=1902016&view=auto
==============================================================================
Binary file - no diff available.
Propchange: tomcat/site/trunk/xdocs/res/images/spotbugs_icon_only_zoom_256px.png
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: tomcat/site/trunk/xdocs/res/images/ucdetector32.png
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/res/images/ucdetector32.png?rev=1902016&view=auto
==============================================================================
Binary file - no diff available.
Propchange: tomcat/site/trunk/xdocs/res/images/ucdetector32.png
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Modified: tomcat/site/trunk/xdocs/tools.xml
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/tools.xml?rev=1902016&r1=1902015&r2=1902016&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/tools.xml (original)
+++ tomcat/site/trunk/xdocs/tools.xml Fri Jun 17 13:17:00 2022
@@ -35,35 +35,39 @@ and a committer should be able to fix it
<section name="Open Source Tools">
<table class="defaultTable">
<tr>
- <td><a href="http://www.eclipse.org/" rel="nofollow">
+ <td><a href="https://www.eclipse.org/" rel="nofollow">
<img src="res/images/eclipse.gif" alt="Eclipse"/></a></td>
<td><p>A variety of IDEs are used by the Tomcat developers. One of them is
the Eclipse IDE.</p>
</td>
</tr>
<tr>
- <td><a href="http://www.ucdetector.org/" rel="nofollow">
- <img src="http://www.ucdetector.org/ucdetector32.png"
alt="UCDetector"/></a></td>
+ <td><a href="https://www.ucdetector.org/" rel="nofollow">
+ <img src="res/images/ucdetector32.png" alt="UCDetector"/></a></td>
<td><p>The Unnecessary Code Detector is used by the Tomcat developers to
identify code to be removed from future versions of Tomcat.</p>
</td>
</tr>
<tr>
- <td><a href="http://findbugs.sourceforge.net/" rel="nofollow">
- <img src="http://findbugs.sourceforge.net/buggy-sm.png"
alt="FindBugs"/></a></td>
- <td><p>FindBugs is used by the Tomcat developers to identify potential coding
+ <td><a href="https://spotbugs.github.io/" rel="nofollow">
+ <img src="res/images/spotbugs_icon_only_zoom_256px.png"
+ width="80" heigjt="80"
+ alt="SpotBugs"/></a></td>
+ <td><p>SpotBugs is used by the Tomcat developers to identify potential coding
errors.</p>
</td>
</tr>
<tr>
- <td><a href="http://checkstyle.sourceforge.net/" rel="nofollow">
- <img src="http://checkstyle.sourceforge.net/images/logo.png"
alt="Checkstyle"/></a></td>
+ <td><a href="https://checkstyle.sourceforge.io/" rel="nofollow">
+ <img src="res/images/header-checkstyle-logo.png"
+ width="200"
+ alt="Checkstyle"/></a></td>
<td><p>Checkstyle is used by the Tomcat developers to maintain the Tomcat
coding standard.</p>
</td>
</tr>
<tr>
- <td><a href="http://www.farmanager.com/index.php?l=en" rel="nofollow">
+ <td><a href="https://www.farmanager.com/index.php?l=en" rel="nofollow">
<img src="res/images/far-icon.png" alt="Far Manager"/></a></td>
<td><p>Far Manager is a two-panel file manager application for
Microsoft Windows. It works in console mode and is very useful
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]