This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/struts-site.git


The following commit(s) were added to refs/heads/asf-staging by this push:
     new ebaafed52 Updates stage by Jenkins
ebaafed52 is described below

commit ebaafed52bcb975a56b42db1cf9d2d5ff64dc656
Author: jenkins <bui...@apache.org>
AuthorDate: Sat Apr 20 13:43:43 2024 +0000

    Updates stage by Jenkins
---
 content/core-developers/web-xml.html               |   2 +-
 content/plugins/async/index.html                   |   4 +-
 content/plugins/bean-validation/index.html         |   4 +-
 content/plugins/cdi/index.html                     |   4 +-
 content/plugins/codebehind/index.html              |   4 +-
 content/plugins/config-browser/index.html          |   4 +-
 content/plugins/convention/converting.html         |   2 +
 content/plugins/convention/index.html              |   4 +-
 content/plugins/dwr/index.html                     |   4 +-
 content/plugins/embedded-jsp/index.html            |   4 +-
 content/plugins/jasperreports/index.html           |   4 +-
 content/plugins/java-8-support/index.html          |   4 +-
 content/plugins/javatemplates/index.html           |   4 +-
 content/plugins/jfreechart/index.html              |   4 +-
 content/plugins/jsf/index.html                     |   4 +-
 content/plugins/json/index.html                    |   4 +-
 content/plugins/json/json-ajax-validation.html     | 193 +--------------------
 content/plugins/junit/index.html                   |   4 +-
 content/plugins/osgi/index.html                    |   4 +-
 content/plugins/oval/index.html                    |   4 +-
 content/plugins/plexus/index.html                  |   4 +-
 content/plugins/portlet-tiles/index.html           |   4 +-
 content/plugins/portlet/index.html                 |   4 +-
 .../plugins/portlet/struts-2-portlet-tutorial.html | 193 +--------------------
 content/plugins/rest/index.html                    |   4 +-
 content/plugins/sitegraph/index.html               |   4 +-
 content/plugins/sitemesh/index.html                |  56 +++---
 content/plugins/spring/index.html                  |   4 +-
 .../spring-session-components-workarounds.html     | 193 +--------------------
 content/plugins/struts-1/index.html                |   4 +-
 content/plugins/testng/index.html                  |   4 +-
 content/plugins/tiles-3/index.html                 |   4 +-
 content/plugins/tiles/index.html                   |   4 +-
 content/plugins/velocity/index.html                |   2 +-
 34 files changed, 88 insertions(+), 661 deletions(-)

diff --git a/content/core-developers/web-xml.html 
b/content/core-developers/web-xml.html
index b1dee9200..78a466e7c 100644
--- a/content/core-developers/web-xml.html
+++ b/content/core-developers/web-xml.html
@@ -192,7 +192,7 @@ should behave.</p>
 <span class="nt">&lt;/web-app&gt;</span>
 </code></pre></div></div>
 
-<p>See <a href="../plugins/sitemesh-plugin">SiteMesh Plugin</a> for an example 
on when to use separate Filters for prepare and execution phase.</p>
+<p>See <a href="../plugins/sitemesh/">SiteMesh Plugin</a> for an example on 
when to use separate Filters for prepare and execution phase.</p>
 
 <h2 id="custom-mapping">Custom mapping</h2>
 
diff --git a/content/plugins/async/index.html b/content/plugins/async/index.html
index ed24ec747..967d88874 100644
--- a/content/plugins/async/index.html
+++ b/content/plugins/async/index.html
@@ -13,7 +13,7 @@
   <link 
href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" 
rel="stylesheet">
   <link href="/css/main.css" rel="stylesheet">
   <link href="/css/custom.css" rel="stylesheet">
-  <link href="/highlighter/github-theme.css" rel="stylesheet">
+  <link href="/css/syntax.css" rel="stylesheet">
 
   <script src="//code.jquery.com/jquery-1.11.0.min.js"></script>
   <script type="text/javascript" src="/bootstrap/js/bootstrap.js"></script>
@@ -148,7 +148,7 @@
   <section class="col-md-12">
     <a class="edit-on-gh" 
href="https://github.com/apache/struts-site/edit/master/source/plugins/async/index.md";
 title="Edit this page on GitHub">Edit on GitHub</a>
     
-    <a href="/plugins" title="back to Plugins"><< back to Plugins</a>
+    <a href="plugins" title="back to Plugins"><< back to Plugins</a>
     
     <h1 class="no_toc" id="async-plugin">Async Plugin</h1>
 
diff --git a/content/plugins/bean-validation/index.html 
b/content/plugins/bean-validation/index.html
index 220bd6b7b..7af22d667 100644
--- a/content/plugins/bean-validation/index.html
+++ b/content/plugins/bean-validation/index.html
@@ -13,7 +13,7 @@
   <link 
href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" 
rel="stylesheet">
   <link href="/css/main.css" rel="stylesheet">
   <link href="/css/custom.css" rel="stylesheet">
-  <link href="/highlighter/github-theme.css" rel="stylesheet">
+  <link href="/css/syntax.css" rel="stylesheet">
 
   <script src="//code.jquery.com/jquery-1.11.0.min.js"></script>
   <script type="text/javascript" src="/bootstrap/js/bootstrap.js"></script>
@@ -148,7 +148,7 @@
   <section class="col-md-12">
     <a class="edit-on-gh" 
href="https://github.com/apache/struts-site/edit/master/source/plugins/bean-validation/index.md";
 title="Edit this page on GitHub">Edit on GitHub</a>
     
-    <a href="/plugins" title="back to Plugins"><< back to Plugins</a>
+    <a href="plugins" title="back to Plugins"><< back to Plugins</a>
     
     <h1 class="no_toc" id="bean-validation-plugin">Bean Validation Plugin</h1>
 
diff --git a/content/plugins/cdi/index.html b/content/plugins/cdi/index.html
index d2afcacb6..d743d1673 100644
--- a/content/plugins/cdi/index.html
+++ b/content/plugins/cdi/index.html
@@ -13,7 +13,7 @@
   <link 
href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" 
rel="stylesheet">
   <link href="/css/main.css" rel="stylesheet">
   <link href="/css/custom.css" rel="stylesheet">
-  <link href="/highlighter/github-theme.css" rel="stylesheet">
+  <link href="/css/syntax.css" rel="stylesheet">
 
   <script src="//code.jquery.com/jquery-1.11.0.min.js"></script>
   <script type="text/javascript" src="/bootstrap/js/bootstrap.js"></script>
@@ -148,7 +148,7 @@
   <section class="col-md-12">
     <a class="edit-on-gh" 
href="https://github.com/apache/struts-site/edit/master/source/plugins/cdi/index.md";
 title="Edit this page on GitHub">Edit on GitHub</a>
     
-    <a href="/plugins" title="back to Plugins"><< back to Plugins</a>
+    <a href="plugins" title="back to Plugins"><< back to Plugins</a>
     
     <h1 class="no_toc" id="cdi-plugin">CDI Plugin</h1>
 
diff --git a/content/plugins/codebehind/index.html 
b/content/plugins/codebehind/index.html
index aff2be0e7..1c6456f28 100644
--- a/content/plugins/codebehind/index.html
+++ b/content/plugins/codebehind/index.html
@@ -13,7 +13,7 @@
   <link 
href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" 
rel="stylesheet">
   <link href="/css/main.css" rel="stylesheet">
   <link href="/css/custom.css" rel="stylesheet">
-  <link href="/highlighter/github-theme.css" rel="stylesheet">
+  <link href="/css/syntax.css" rel="stylesheet">
 
   <script src="//code.jquery.com/jquery-1.11.0.min.js"></script>
   <script type="text/javascript" src="/bootstrap/js/bootstrap.js"></script>
@@ -148,7 +148,7 @@
   <section class="col-md-12">
     <a class="edit-on-gh" 
href="https://github.com/apache/struts-site/edit/master/source/plugins/codebehind/index.md";
 title="Edit this page on GitHub">Edit on GitHub</a>
     
-    <a href="/plugins" title="back to Plugins"><< back to Plugins</a>
+    <a href="plugins" title="back to Plugins"><< back to Plugins</a>
     
     <h1 class="no_toc" id="codebehind-plugin">Codebehind Plugin</h1>
 
diff --git a/content/plugins/config-browser/index.html 
b/content/plugins/config-browser/index.html
index 09b0e079f..dfffe58b3 100644
--- a/content/plugins/config-browser/index.html
+++ b/content/plugins/config-browser/index.html
@@ -13,7 +13,7 @@
   <link 
href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" 
rel="stylesheet">
   <link href="/css/main.css" rel="stylesheet">
   <link href="/css/custom.css" rel="stylesheet">
-  <link href="/highlighter/github-theme.css" rel="stylesheet">
+  <link href="/css/syntax.css" rel="stylesheet">
 
   <script src="//code.jquery.com/jquery-1.11.0.min.js"></script>
   <script type="text/javascript" src="/bootstrap/js/bootstrap.js"></script>
@@ -148,7 +148,7 @@
   <section class="col-md-12">
     <a class="edit-on-gh" 
href="https://github.com/apache/struts-site/edit/master/source/plugins/config-browser/index.md";
 title="Edit this page on GitHub">Edit on GitHub</a>
     
-    <a href="/plugins" title="back to Plugins"><< back to Plugins</a>
+    <a href="plugins" title="back to Plugins"><< back to Plugins</a>
     
     <h1 class="no_toc" id="config-browser-plugin">Config Browser Plugin</h1>
 
diff --git a/content/plugins/convention/converting.html 
b/content/plugins/convention/converting.html
index 3c77c4449..75a110dc0 100644
--- a/content/plugins/convention/converting.html
+++ b/content/plugins/convention/converting.html
@@ -148,6 +148,8 @@
   <section class="col-md-12">
     <a class="edit-on-gh" 
href="https://github.com/apache/struts-site/edit/master/source/plugins/convention/converting.md";
 title="Edit this page on GitHub">Edit on GitHub</a>
     
+    <a href="convention" title="back to Convention plugin"><< back to 
Convention plugin</a>
+    
     <p><a href="./">« back to Convention Plugin</a></p>
 
 <h1 
id="converting-application-from-codebehind-to-convention-plugin">Converting 
application from Codebehind to Convention Plugin</h1>
diff --git a/content/plugins/convention/index.html 
b/content/plugins/convention/index.html
index 8fd1df572..65f8b5272 100644
--- a/content/plugins/convention/index.html
+++ b/content/plugins/convention/index.html
@@ -13,7 +13,7 @@
   <link 
href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" 
rel="stylesheet">
   <link href="/css/main.css" rel="stylesheet">
   <link href="/css/custom.css" rel="stylesheet">
-  <link href="/highlighter/github-theme.css" rel="stylesheet">
+  <link href="/css/syntax.css" rel="stylesheet">
 
   <script src="//code.jquery.com/jquery-1.11.0.min.js"></script>
   <script type="text/javascript" src="/bootstrap/js/bootstrap.js"></script>
@@ -148,7 +148,7 @@
   <section class="col-md-12">
     <a class="edit-on-gh" 
href="https://github.com/apache/struts-site/edit/master/source/plugins/convention/index.md";
 title="Edit this page on GitHub">Edit on GitHub</a>
     
-    <a href="/plugins" title="back to Plugins"><< back to Plugins</a>
+    <a href="plugins" title="back to Plugins"><< back to Plugins</a>
     
     <h1 class="no_toc" id="convention-plugin">Convention Plugin</h1>
 
diff --git a/content/plugins/dwr/index.html b/content/plugins/dwr/index.html
index 535ebe684..56145a272 100644
--- a/content/plugins/dwr/index.html
+++ b/content/plugins/dwr/index.html
@@ -13,7 +13,7 @@
   <link 
href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" 
rel="stylesheet">
   <link href="/css/main.css" rel="stylesheet">
   <link href="/css/custom.css" rel="stylesheet">
-  <link href="/highlighter/github-theme.css" rel="stylesheet">
+  <link href="/css/syntax.css" rel="stylesheet">
 
   <script src="//code.jquery.com/jquery-1.11.0.min.js"></script>
   <script type="text/javascript" src="/bootstrap/js/bootstrap.js"></script>
@@ -148,7 +148,7 @@
   <section class="col-md-12">
     <a class="edit-on-gh" 
href="https://github.com/apache/struts-site/edit/master/source/plugins/dwr/index.md";
 title="Edit this page on GitHub">Edit on GitHub</a>
     
-    <a href="/plugins" title="back to Plugins"><< back to Plugins</a>
+    <a href="plugins" title="back to Plugins"><< back to Plugins</a>
     
     <h1 class="no_toc" id="dwr-plugin">DWR Plugin</h1>
 
diff --git a/content/plugins/embedded-jsp/index.html 
b/content/plugins/embedded-jsp/index.html
index 3b1453a67..0fab34c69 100644
--- a/content/plugins/embedded-jsp/index.html
+++ b/content/plugins/embedded-jsp/index.html
@@ -13,7 +13,7 @@
   <link 
href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" 
rel="stylesheet">
   <link href="/css/main.css" rel="stylesheet">
   <link href="/css/custom.css" rel="stylesheet">
-  <link href="/highlighter/github-theme.css" rel="stylesheet">
+  <link href="/css/syntax.css" rel="stylesheet">
 
   <script src="//code.jquery.com/jquery-1.11.0.min.js"></script>
   <script type="text/javascript" src="/bootstrap/js/bootstrap.js"></script>
@@ -148,7 +148,7 @@
   <section class="col-md-12">
     <a class="edit-on-gh" 
href="https://github.com/apache/struts-site/edit/master/source/plugins/embedded-jsp/index.md";
 title="Edit this page on GitHub">Edit on GitHub</a>
     
-    <a href="/plugins" title="back to Plugins"><< back to Plugins</a>
+    <a href="plugins" title="back to Plugins"><< back to Plugins</a>
     
     <h1 class="no_toc" id="embedded-jsp-plugin">Embedded JSP Plugin</h1>
 
diff --git a/content/plugins/jasperreports/index.html 
b/content/plugins/jasperreports/index.html
index 3fefc615e..3b08baca6 100644
--- a/content/plugins/jasperreports/index.html
+++ b/content/plugins/jasperreports/index.html
@@ -13,7 +13,7 @@
   <link 
href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" 
rel="stylesheet">
   <link href="/css/main.css" rel="stylesheet">
   <link href="/css/custom.css" rel="stylesheet">
-  <link href="/highlighter/github-theme.css" rel="stylesheet">
+  <link href="/css/syntax.css" rel="stylesheet">
 
   <script src="//code.jquery.com/jquery-1.11.0.min.js"></script>
   <script type="text/javascript" src="/bootstrap/js/bootstrap.js"></script>
@@ -148,7 +148,7 @@
   <section class="col-md-12">
     <a class="edit-on-gh" 
href="https://github.com/apache/struts-site/edit/master/source/plugins/jasperreports/index.md";
 title="Edit this page on GitHub">Edit on GitHub</a>
     
-    <a href="/plugins" title="back to Plugins"><< back to Plugins</a>
+    <a href="plugins" title="back to Plugins"><< back to Plugins</a>
     
     <h1 class="no_toc" id="jasperreports-plugin">JasperReports Plugin</h1>
 
diff --git a/content/plugins/java-8-support/index.html 
b/content/plugins/java-8-support/index.html
index 5bf2bf5ef..6ed5f7761 100644
--- a/content/plugins/java-8-support/index.html
+++ b/content/plugins/java-8-support/index.html
@@ -13,7 +13,7 @@
   <link 
href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" 
rel="stylesheet">
   <link href="/css/main.css" rel="stylesheet">
   <link href="/css/custom.css" rel="stylesheet">
-  <link href="/highlighter/github-theme.css" rel="stylesheet">
+  <link href="/css/syntax.css" rel="stylesheet">
 
   <script src="//code.jquery.com/jquery-1.11.0.min.js"></script>
   <script type="text/javascript" src="/bootstrap/js/bootstrap.js"></script>
@@ -148,7 +148,7 @@
   <section class="col-md-12">
     <a class="edit-on-gh" 
href="https://github.com/apache/struts-site/edit/master/source/plugins/java-8-support/index.md";
 title="Edit this page on GitHub">Edit on GitHub</a>
     
-    <a href="/plugins" title="back to Plugins"><< back to Plugins</a>
+    <a href="plugins" title="back to Plugins"><< back to Plugins</a>
     
     <h1 class="no_toc" id="java-8-support-plugin">Java 8 Support Plugin</h1>
 
diff --git a/content/plugins/javatemplates/index.html 
b/content/plugins/javatemplates/index.html
index 5a32572f9..e20941a33 100644
--- a/content/plugins/javatemplates/index.html
+++ b/content/plugins/javatemplates/index.html
@@ -13,7 +13,7 @@
   <link 
href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" 
rel="stylesheet">
   <link href="/css/main.css" rel="stylesheet">
   <link href="/css/custom.css" rel="stylesheet">
-  <link href="/highlighter/github-theme.css" rel="stylesheet">
+  <link href="/css/syntax.css" rel="stylesheet">
 
   <script src="//code.jquery.com/jquery-1.11.0.min.js"></script>
   <script type="text/javascript" src="/bootstrap/js/bootstrap.js"></script>
@@ -148,7 +148,7 @@
   <section class="col-md-12">
     <a class="edit-on-gh" 
href="https://github.com/apache/struts-site/edit/master/source/plugins/javatemplates/index.md";
 title="Edit this page on GitHub">Edit on GitHub</a>
     
-    <a href="/plugins" title="back to Plugins"><< back to Plugins</a>
+    <a href="plugins" title="back to Plugins"><< back to Plugins</a>
     
     <h1 class="no_toc" id="javatemplates-plugin">Javatemplates Plugin</h1>
 
diff --git a/content/plugins/jfreechart/index.html 
b/content/plugins/jfreechart/index.html
index 5a000596d..003e943a4 100644
--- a/content/plugins/jfreechart/index.html
+++ b/content/plugins/jfreechart/index.html
@@ -13,7 +13,7 @@
   <link 
href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" 
rel="stylesheet">
   <link href="/css/main.css" rel="stylesheet">
   <link href="/css/custom.css" rel="stylesheet">
-  <link href="/highlighter/github-theme.css" rel="stylesheet">
+  <link href="/css/syntax.css" rel="stylesheet">
 
   <script src="//code.jquery.com/jquery-1.11.0.min.js"></script>
   <script type="text/javascript" src="/bootstrap/js/bootstrap.js"></script>
@@ -148,7 +148,7 @@
   <section class="col-md-12">
     <a class="edit-on-gh" 
href="https://github.com/apache/struts-site/edit/master/source/plugins/jfreechart/index.md";
 title="Edit this page on GitHub">Edit on GitHub</a>
     
-    <a href="/plugins" title="back to Plugins"><< back to Plugins</a>
+    <a href="plugins" title="back to Plugins"><< back to Plugins</a>
     
     <h1 class="no_toc" id="jfreechart-plugin">JFreeChart Plugin</h1>
 
diff --git a/content/plugins/jsf/index.html b/content/plugins/jsf/index.html
index f98f991ef..cf7b46d13 100644
--- a/content/plugins/jsf/index.html
+++ b/content/plugins/jsf/index.html
@@ -13,7 +13,7 @@
   <link 
href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" 
rel="stylesheet">
   <link href="/css/main.css" rel="stylesheet">
   <link href="/css/custom.css" rel="stylesheet">
-  <link href="/highlighter/github-theme.css" rel="stylesheet">
+  <link href="/css/syntax.css" rel="stylesheet">
 
   <script src="//code.jquery.com/jquery-1.11.0.min.js"></script>
   <script type="text/javascript" src="/bootstrap/js/bootstrap.js"></script>
@@ -148,7 +148,7 @@
   <section class="col-md-12">
     <a class="edit-on-gh" 
href="https://github.com/apache/struts-site/edit/master/source/plugins/jsf/index.md";
 title="Edit this page on GitHub">Edit on GitHub</a>
     
-    <a href="/plugins" title="back to Plugins"><< back to Plugins</a>
+    <a href="plugins" title="back to Plugins"><< back to Plugins</a>
     
     <h1 class="no_toc" id="jsf-plugin">JSF Plugin</h1>
 
diff --git a/content/plugins/json/index.html b/content/plugins/json/index.html
index d51e5232a..4c5a5f5f9 100644
--- a/content/plugins/json/index.html
+++ b/content/plugins/json/index.html
@@ -13,7 +13,7 @@
   <link 
href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" 
rel="stylesheet">
   <link href="/css/main.css" rel="stylesheet">
   <link href="/css/custom.css" rel="stylesheet">
-  <link href="/highlighter/github-theme.css" rel="stylesheet">
+  <link href="/css/syntax.css" rel="stylesheet">
 
   <script src="//code.jquery.com/jquery-1.11.0.min.js"></script>
   <script type="text/javascript" src="/bootstrap/js/bootstrap.js"></script>
@@ -148,7 +148,7 @@
   <section class="col-md-12">
     <a class="edit-on-gh" 
href="https://github.com/apache/struts-site/edit/master/source/plugins/json/index.md";
 title="Edit this page on GitHub">Edit on GitHub</a>
     
-    <a href="/plugins" title="back to Plugins"><< back to Plugins</a>
+    <a href="plugins" title="back to Plugins"><< back to Plugins</a>
     
     <h1 class="no_toc" id="json-plugin">JSON Plugin</h1>
 
diff --git a/content/plugins/json/json-ajax-validation.html 
b/content/plugins/json/json-ajax-validation.html
index 2de5fef8f..8f463ddf3 100644
--- a/content/plugins/json/json-ajax-validation.html
+++ b/content/plugins/json/json-ajax-validation.html
@@ -1,156 +1,4 @@
-<!DOCTYPE html>
-<html lang="en">
-<head>
-  <meta charset="UTF-8"/>
-  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
-  <meta name="Date-Revision-yyyymmdd" content="20140918"/>
-  <meta http-equiv="Content-Language" content="en"/>
-  <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-
-  <title>JSON Ajax validation</title>
-
-  <link 
href="//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,400italic,600italic,700italic"
 rel="stylesheet" type="text/css">
-  <link 
href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" 
rel="stylesheet">
-  <link href="/css/main.css" rel="stylesheet">
-  <link href="/css/custom.css" rel="stylesheet">
-  <link href="/highlighter/github-theme.css" rel="stylesheet">
-
-  <script src="//code.jquery.com/jquery-1.11.0.min.js"></script>
-  <script type="text/javascript" src="/bootstrap/js/bootstrap.js"></script>
-  <script type="text/javascript" src="/js/community.js"></script>
-
-  <!-- Matomo -->
-  <script>
-    var _paq = window._paq = window._paq || [];
-    /* tracker methods like "setCustomDimension" should be called before 
"trackPageView" */
-    /* We explicitly disable cookie tracking to avoid privacy issues */
-    _paq.push(['disableCookies']);
-    _paq.push(['trackPageView']);
-    _paq.push(['enableLinkTracking']);
-    (function() {
-      var u="//analytics.apache.org/";
-      _paq.push(['setTrackerUrl', u+'matomo.php']);
-      _paq.push(['setSiteId', '41']);
-      var d=document, g=d.createElement('script'), 
s=d.getElementsByTagName('script')[0];
-      g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
-    })();
-  </script>
-  <!-- End Matomo Code -->
-</head>
-<body>
-
-<a href="https://github.com/apache/struts"; class="github-ribbon">
-  <img decoding="async" loading="lazy" style="position: absolute; right: 0; 
border: 0;" width="149" height="149" 
src="https://github.blog/wp-content/uploads/2008/12/forkme_right_red_aa0000.png?resize=149%2C149";
 class="attachment-full size-full" alt="Fork me on GitHub" data-recalc-dims="1">
-</a>
-
-<header>
-  <nav>
-    <div role="navigation" class="navbar navbar-default navbar-fixed-top">
-      <div class="container">
-        <div class="navbar-header">
-          <button type="button" data-toggle="collapse" 
data-target="#struts-menu" class="navbar-toggle">
-            Menu
-            <span class="sr-only">Toggle navigation</span>
-            <span class="icon-bar"></span>
-            <span class="icon-bar"></span>
-            <span class="icon-bar"></span>
-          </button>
-          <a href="/index.html" class="navbar-brand logo"><img 
src="/img/struts-logo.svg"></a>
-        </div>
-        <div id="struts-menu" class="navbar-collapse collapse">
-          <ul class="nav navbar-nav">
-            <li class="dropdown">
-              <a data-toggle="dropdown" href="#" class="dropdown-toggle">
-                Home<b class="caret"></b>
-              </a>
-              <ul class="dropdown-menu">
-                <li><a href="/index.html">Welcome</a></li>
-                <li><a href="/download.cgi">Download</a></li>
-                <li><a href="/releases.html">Releases</a></li>
-                <li><a href="/announce-2023.html">Announcements</a></li>
-                <li><a href="http://www.apache.org/licenses/";>License</a></li>
-                <li><a 
href="https://www.apache.org/foundation/thanks.html";>Thanks!</a></li>
-                <li><a 
href="https://www.apache.org/foundation/sponsorship.html";>Sponsorship</a></li>
-                <li><a 
href="https://privacy.apache.org/policies/privacy-policy-public.html";>Privacy 
Policy</a></li>
-              </ul>
-            </li>
-            <li class="dropdown">
-              <a data-toggle="dropdown" href="#" class="dropdown-toggle">
-                Support<b class="caret"></b>
-              </a>
-              <ul class="dropdown-menu">
-                <li><a href="/mail.html">User Mailing List</a></li>
-                <li><a href="https://issues.apache.org/jira/browse/WW";>Issue 
Tracker</a></li>
-                <li><a href="/security.html">Reporting Security Issues</a></li>
-                <li><a href="/commercial-support.html">Commercial 
Support</a></li>
-                <li class="divider"></li>
-                <li><a 
href="https://cwiki.apache.org/confluence/display/WW/Migration+Guide";>Version 
Notes</a></li>
-                <li><a 
href="https://cwiki.apache.org/confluence/display/WW/Security+Bulletins";>Security
 Bulletins</a></li>
-                <li class="divider"></li>
-                <li><a href="/maven/project-info.html">Maven Project 
Info</a></li>
-                <li><a href="/maven/struts2-core/dependencies.html">Struts 
Core Dependencies</a></li>
-                <li><a href="/maven/struts2-plugins/modules.html">Plugin 
Dependencies</a></li>
-              </ul>
-            </li>
-            <li class="dropdown">
-              <a data-toggle="dropdown" href="#" class="dropdown-toggle">
-                Documentation<b class="caret"></b>
-              </a>
-              <ul class="dropdown-menu">
-                <li><a href="/birdseye.html">Birds Eye</a></li>
-                <li><a href="/primer.html">Key Technologies</a></li>
-                <li><a href="/kickstart.html">Kickstart FAQ</a></li>
-                <li><a 
href="https://cwiki.apache.org/confluence/display/WW/Home";>Wiki</a></li>
-                <li class="divider"></li>
-                <li><a href="/getting-started/">Getting Started</a></li>
-                <li><a href="/security/">Security Guide</a></li>
-                <li><a href="/core-developers/">Core Developers Guide</a></li>
-                <li><a href="/tag-developers/">Tag Developers Guide</a></li>
-                <li><a href="/maven-archetypes/">Maven Archetypes</a></li>
-                <li><a href="/plugins/">Plugins</a></li>
-                <li><a href="/maven/struts2-core/apidocs/index.html">Struts 
Core API</a></li>
-                <li><a href="/tag-developers/tag-reference.html">Tag 
reference</a></li>
-                <li><a 
href="https://cwiki.apache.org/confluence/display/WW/FAQs";>FAQs</a></li>
-                <li><a 
href="http://cwiki.apache.org/S2PLUGINS/home.html";>Plugin registry</a></li>
-              </ul>
-            </li>
-            <li class="dropdown">
-              <a data-toggle="dropdown" href="#" class="dropdown-toggle">
-                Contributing<b class="caret"></b>
-              </a>
-              <ul class="dropdown-menu">
-                <li><a href="/youatstruts.html">You at Struts</a></li>
-                <li><a href="/helping.html">How to Help FAQ</a></li>
-                <li><a href="/dev-mail.html">Development Lists</a></li>
-                <li class="divider"></li>
-                <li><a href="/submitting-patches.html">Submitting 
patches</a></li>
-                <li><a href="/builds.html">Source Code and Builds</a></li>
-                <li><a href="/coding-standards.html">Coding standards</a></li>
-                <li><a href="/contributors/">Contributors Guide</a></li>
-                <li class="divider"></li>
-                <li><a href="/release-guidelines.html">Release 
Guidelines</a></li>
-                <li><a href="/bylaws.html">PMC Charter</a></li>
-                <li><a href="/volunteers.html">Volunteers</a></li>
-                <li><a 
href="https://gitbox.apache.org/repos/asf?p=struts.git";>Source 
Repository</a></li>
-                <li><a href="/updating-website.html">Updating the 
website</a></li>
-              </ul>
-            </li>
-            <li class="apache"><a href="http://www.apache.org/";><img 
src="/img/apache.png"></a></li>
-          </ul>
-        </div>
-      </div>
-    </div>
-  </nav>
-</header>
-
-
-<article class="container">
-  <section class="col-md-12">
-    <a class="edit-on-gh" 
href="https://github.com/apache/struts-site/edit/master/source/plugins/json/json-ajax-validation.md";
 title="Edit this page on GitHub">Edit on GitHub</a>
-    
-    <a href="index.html" title="back to JSON plugin"><< back to JSON plugin</a>
-    
-    <h1 class="no_toc" id="json-ajax-validation">JSON Ajax Validation</h1>
+<h1 class="no_toc" id="json-ajax-validation">JSON Ajax Validation</h1>
 
 <ul id="markdown-toc">
   <li><a href="#description" id="markdown-toc-description">Description</a></li>
@@ -662,42 +510,3 @@ the response - is needed in portlet environment</li>
 
 <p><img src="struts2-ajax-vali-flow.png" alt="Flow chart " /> 
  </p>
-
-  </section>
-</article>
-
-
-<footer class="container">
-  <div class="col-md-12">
-    Copyright &copy; 2000-2022 <a href="https://www.apache.org/";>The Apache 
Software Foundation</a>.
-    Apache Struts, Struts, Apache, the Apache feather logo, and the Apache 
Struts project logos are
-    trademarks of The Apache Software Foundation. All Rights Reserved.
-  </div>
-  <div class="col-md-12">Logo and website design donated by <a 
href="https://softwaremill.com/";>SoftwareMill</a>.</div>
-</footer>
-
-<script>!function (d, s, id) {
-  var js, fjs = d.getElementsByTagName(s)[0];
-  if (!d.getElementById(id)) {
-    js = d.createElement(s);
-    js.id = id;
-    js.src = "//platform.twitter.com/widgets.js";
-    fjs.parentNode.insertBefore(js, fjs);
-  }
-}(document, "script", "twitter-wjs");</script>
-<script src="https://apis.google.com/js/platform.js"; async="async" 
defer="defer"></script>
-
-<div id="fb-root"></div>
-
-<script>(function (d, s, id) {
-  var js, fjs = d.getElementsByTagName(s)[0];
-  if (d.getElementById(id)) return;
-  js = d.createElement(s);
-  js.id = id;
-  js.src = "//connect.facebook.net/en_GB/all.js#xfbml=1";
-  fjs.parentNode.insertBefore(js, fjs);
-}(document, 'script', 'facebook-jssdk'));</script>
-
-
-</body>
-</html>
diff --git a/content/plugins/junit/index.html b/content/plugins/junit/index.html
index 8ef2f2eef..868320d4c 100644
--- a/content/plugins/junit/index.html
+++ b/content/plugins/junit/index.html
@@ -13,7 +13,7 @@
   <link 
href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" 
rel="stylesheet">
   <link href="/css/main.css" rel="stylesheet">
   <link href="/css/custom.css" rel="stylesheet">
-  <link href="/highlighter/github-theme.css" rel="stylesheet">
+  <link href="/css/syntax.css" rel="stylesheet">
 
   <script src="//code.jquery.com/jquery-1.11.0.min.js"></script>
   <script type="text/javascript" src="/bootstrap/js/bootstrap.js"></script>
@@ -148,7 +148,7 @@
   <section class="col-md-12">
     <a class="edit-on-gh" 
href="https://github.com/apache/struts-site/edit/master/source/plugins/junit/index.md";
 title="Edit this page on GitHub">Edit on GitHub</a>
     
-    <a href="/plugins" title="back to Plugins"><< back to Plugins</a>
+    <a href="plugins" title="back to Plugins"><< back to Plugins</a>
     
     <h1 class="no_toc" id="junit-plugin">JUnit plugin</h1>
 
diff --git a/content/plugins/osgi/index.html b/content/plugins/osgi/index.html
index 518ab2f0d..5687180d7 100644
--- a/content/plugins/osgi/index.html
+++ b/content/plugins/osgi/index.html
@@ -13,7 +13,7 @@
   <link 
href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" 
rel="stylesheet">
   <link href="/css/main.css" rel="stylesheet">
   <link href="/css/custom.css" rel="stylesheet">
-  <link href="/highlighter/github-theme.css" rel="stylesheet">
+  <link href="/css/syntax.css" rel="stylesheet">
 
   <script src="//code.jquery.com/jquery-1.11.0.min.js"></script>
   <script type="text/javascript" src="/bootstrap/js/bootstrap.js"></script>
@@ -148,7 +148,7 @@
   <section class="col-md-12">
     <a class="edit-on-gh" 
href="https://github.com/apache/struts-site/edit/master/source/plugins/osgi/index.md";
 title="Edit this page on GitHub">Edit on GitHub</a>
     
-    <a href="/plugins" title="back to Plugins"><< back to Plugins</a>
+    <a href="plugins" title="back to Plugins"><< back to Plugins</a>
     
     <h1 class="no_toc" id="osgi-plugin">OSGi Plugin</h1>
 
diff --git a/content/plugins/oval/index.html b/content/plugins/oval/index.html
index d99c796d6..6ef55f535 100644
--- a/content/plugins/oval/index.html
+++ b/content/plugins/oval/index.html
@@ -13,7 +13,7 @@
   <link 
href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" 
rel="stylesheet">
   <link href="/css/main.css" rel="stylesheet">
   <link href="/css/custom.css" rel="stylesheet">
-  <link href="/highlighter/github-theme.css" rel="stylesheet">
+  <link href="/css/syntax.css" rel="stylesheet">
 
   <script src="//code.jquery.com/jquery-1.11.0.min.js"></script>
   <script type="text/javascript" src="/bootstrap/js/bootstrap.js"></script>
@@ -148,7 +148,7 @@
   <section class="col-md-12">
     <a class="edit-on-gh" 
href="https://github.com/apache/struts-site/edit/master/source/plugins/oval/index.md";
 title="Edit this page on GitHub">Edit on GitHub</a>
     
-    <a href="/plugins" title="back to Plugins"><< back to Plugins</a>
+    <a href="plugins" title="back to Plugins"><< back to Plugins</a>
     
     <h1 class="no_toc" id="oval-plugin">OVal Plugin</h1>
 
diff --git a/content/plugins/plexus/index.html 
b/content/plugins/plexus/index.html
index 03c455d60..551daaecb 100644
--- a/content/plugins/plexus/index.html
+++ b/content/plugins/plexus/index.html
@@ -13,7 +13,7 @@
   <link 
href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" 
rel="stylesheet">
   <link href="/css/main.css" rel="stylesheet">
   <link href="/css/custom.css" rel="stylesheet">
-  <link href="/highlighter/github-theme.css" rel="stylesheet">
+  <link href="/css/syntax.css" rel="stylesheet">
 
   <script src="//code.jquery.com/jquery-1.11.0.min.js"></script>
   <script type="text/javascript" src="/bootstrap/js/bootstrap.js"></script>
@@ -148,7 +148,7 @@
   <section class="col-md-12">
     <a class="edit-on-gh" 
href="https://github.com/apache/struts-site/edit/master/source/plugins/plexus/index.md";
 title="Edit this page on GitHub">Edit on GitHub</a>
     
-    <a href="/plugins" title="back to Plugins"><< back to Plugins</a>
+    <a href="plugins" title="back to Plugins"><< back to Plugins</a>
     
     <h1 class="no_toc" id="plexus-plugin">Plexus Plugin</h1>
 
diff --git a/content/plugins/portlet-tiles/index.html 
b/content/plugins/portlet-tiles/index.html
index 714d4c183..fce6d2faf 100644
--- a/content/plugins/portlet-tiles/index.html
+++ b/content/plugins/portlet-tiles/index.html
@@ -13,7 +13,7 @@
   <link 
href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" 
rel="stylesheet">
   <link href="/css/main.css" rel="stylesheet">
   <link href="/css/custom.css" rel="stylesheet">
-  <link href="/highlighter/github-theme.css" rel="stylesheet">
+  <link href="/css/syntax.css" rel="stylesheet">
 
   <script src="//code.jquery.com/jquery-1.11.0.min.js"></script>
   <script type="text/javascript" src="/bootstrap/js/bootstrap.js"></script>
@@ -148,7 +148,7 @@
   <section class="col-md-12">
     <a class="edit-on-gh" 
href="https://github.com/apache/struts-site/edit/master/source/plugins/portlet-tiles/index.md";
 title="Edit this page on GitHub">Edit on GitHub</a>
     
-    <a href="/plugins" title="back to Plugins"><< back to Plugins</a>
+    <a href="plugins" title="back to Plugins"><< back to Plugins</a>
     
     <h1 class="no_toc" id="portlet-tiles-plugin">Portlet Tiles Plugin</h1>
 
diff --git a/content/plugins/portlet/index.html 
b/content/plugins/portlet/index.html
index 5be7d5e0d..946c9ddaf 100644
--- a/content/plugins/portlet/index.html
+++ b/content/plugins/portlet/index.html
@@ -13,7 +13,7 @@
   <link 
href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" 
rel="stylesheet">
   <link href="/css/main.css" rel="stylesheet">
   <link href="/css/custom.css" rel="stylesheet">
-  <link href="/highlighter/github-theme.css" rel="stylesheet">
+  <link href="/css/syntax.css" rel="stylesheet">
 
   <script src="//code.jquery.com/jquery-1.11.0.min.js"></script>
   <script type="text/javascript" src="/bootstrap/js/bootstrap.js"></script>
@@ -148,7 +148,7 @@
   <section class="col-md-12">
     <a class="edit-on-gh" 
href="https://github.com/apache/struts-site/edit/master/source/plugins/portlet/index.md";
 title="Edit this page on GitHub">Edit on GitHub</a>
     
-    <a href="/plugins" title="back to Plugins"><< back to Plugins</a>
+    <a href="plugins" title="back to Plugins"><< back to Plugins</a>
     
     <h1 class="no_toc" id="portlet-plugin">Portlet Plugin</h1>
 
diff --git a/content/plugins/portlet/struts-2-portlet-tutorial.html 
b/content/plugins/portlet/struts-2-portlet-tutorial.html
index 40d89205a..83fb32289 100644
--- a/content/plugins/portlet/struts-2-portlet-tutorial.html
+++ b/content/plugins/portlet/struts-2-portlet-tutorial.html
@@ -1,156 +1,4 @@
-<!DOCTYPE html>
-<html lang="en">
-<head>
-  <meta charset="UTF-8"/>
-  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
-  <meta name="Date-Revision-yyyymmdd" content="20140918"/>
-  <meta http-equiv="Content-Language" content="en"/>
-  <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-
-  <title>Struts 2 Portlet Tutorial</title>
-
-  <link 
href="//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,400italic,600italic,700italic"
 rel="stylesheet" type="text/css">
-  <link 
href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" 
rel="stylesheet">
-  <link href="/css/main.css" rel="stylesheet">
-  <link href="/css/custom.css" rel="stylesheet">
-  <link href="/highlighter/github-theme.css" rel="stylesheet">
-
-  <script src="//code.jquery.com/jquery-1.11.0.min.js"></script>
-  <script type="text/javascript" src="/bootstrap/js/bootstrap.js"></script>
-  <script type="text/javascript" src="/js/community.js"></script>
-
-  <!-- Matomo -->
-  <script>
-    var _paq = window._paq = window._paq || [];
-    /* tracker methods like "setCustomDimension" should be called before 
"trackPageView" */
-    /* We explicitly disable cookie tracking to avoid privacy issues */
-    _paq.push(['disableCookies']);
-    _paq.push(['trackPageView']);
-    _paq.push(['enableLinkTracking']);
-    (function() {
-      var u="//analytics.apache.org/";
-      _paq.push(['setTrackerUrl', u+'matomo.php']);
-      _paq.push(['setSiteId', '41']);
-      var d=document, g=d.createElement('script'), 
s=d.getElementsByTagName('script')[0];
-      g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
-    })();
-  </script>
-  <!-- End Matomo Code -->
-</head>
-<body>
-
-<a href="https://github.com/apache/struts"; class="github-ribbon">
-  <img decoding="async" loading="lazy" style="position: absolute; right: 0; 
border: 0;" width="149" height="149" 
src="https://github.blog/wp-content/uploads/2008/12/forkme_right_red_aa0000.png?resize=149%2C149";
 class="attachment-full size-full" alt="Fork me on GitHub" data-recalc-dims="1">
-</a>
-
-<header>
-  <nav>
-    <div role="navigation" class="navbar navbar-default navbar-fixed-top">
-      <div class="container">
-        <div class="navbar-header">
-          <button type="button" data-toggle="collapse" 
data-target="#struts-menu" class="navbar-toggle">
-            Menu
-            <span class="sr-only">Toggle navigation</span>
-            <span class="icon-bar"></span>
-            <span class="icon-bar"></span>
-            <span class="icon-bar"></span>
-          </button>
-          <a href="/index.html" class="navbar-brand logo"><img 
src="/img/struts-logo.svg"></a>
-        </div>
-        <div id="struts-menu" class="navbar-collapse collapse">
-          <ul class="nav navbar-nav">
-            <li class="dropdown">
-              <a data-toggle="dropdown" href="#" class="dropdown-toggle">
-                Home<b class="caret"></b>
-              </a>
-              <ul class="dropdown-menu">
-                <li><a href="/index.html">Welcome</a></li>
-                <li><a href="/download.cgi">Download</a></li>
-                <li><a href="/releases.html">Releases</a></li>
-                <li><a href="/announce-2023.html">Announcements</a></li>
-                <li><a href="http://www.apache.org/licenses/";>License</a></li>
-                <li><a 
href="https://www.apache.org/foundation/thanks.html";>Thanks!</a></li>
-                <li><a 
href="https://www.apache.org/foundation/sponsorship.html";>Sponsorship</a></li>
-                <li><a 
href="https://privacy.apache.org/policies/privacy-policy-public.html";>Privacy 
Policy</a></li>
-              </ul>
-            </li>
-            <li class="dropdown">
-              <a data-toggle="dropdown" href="#" class="dropdown-toggle">
-                Support<b class="caret"></b>
-              </a>
-              <ul class="dropdown-menu">
-                <li><a href="/mail.html">User Mailing List</a></li>
-                <li><a href="https://issues.apache.org/jira/browse/WW";>Issue 
Tracker</a></li>
-                <li><a href="/security.html">Reporting Security Issues</a></li>
-                <li><a href="/commercial-support.html">Commercial 
Support</a></li>
-                <li class="divider"></li>
-                <li><a 
href="https://cwiki.apache.org/confluence/display/WW/Migration+Guide";>Version 
Notes</a></li>
-                <li><a 
href="https://cwiki.apache.org/confluence/display/WW/Security+Bulletins";>Security
 Bulletins</a></li>
-                <li class="divider"></li>
-                <li><a href="/maven/project-info.html">Maven Project 
Info</a></li>
-                <li><a href="/maven/struts2-core/dependencies.html">Struts 
Core Dependencies</a></li>
-                <li><a href="/maven/struts2-plugins/modules.html">Plugin 
Dependencies</a></li>
-              </ul>
-            </li>
-            <li class="dropdown">
-              <a data-toggle="dropdown" href="#" class="dropdown-toggle">
-                Documentation<b class="caret"></b>
-              </a>
-              <ul class="dropdown-menu">
-                <li><a href="/birdseye.html">Birds Eye</a></li>
-                <li><a href="/primer.html">Key Technologies</a></li>
-                <li><a href="/kickstart.html">Kickstart FAQ</a></li>
-                <li><a 
href="https://cwiki.apache.org/confluence/display/WW/Home";>Wiki</a></li>
-                <li class="divider"></li>
-                <li><a href="/getting-started/">Getting Started</a></li>
-                <li><a href="/security/">Security Guide</a></li>
-                <li><a href="/core-developers/">Core Developers Guide</a></li>
-                <li><a href="/tag-developers/">Tag Developers Guide</a></li>
-                <li><a href="/maven-archetypes/">Maven Archetypes</a></li>
-                <li><a href="/plugins/">Plugins</a></li>
-                <li><a href="/maven/struts2-core/apidocs/index.html">Struts 
Core API</a></li>
-                <li><a href="/tag-developers/tag-reference.html">Tag 
reference</a></li>
-                <li><a 
href="https://cwiki.apache.org/confluence/display/WW/FAQs";>FAQs</a></li>
-                <li><a 
href="http://cwiki.apache.org/S2PLUGINS/home.html";>Plugin registry</a></li>
-              </ul>
-            </li>
-            <li class="dropdown">
-              <a data-toggle="dropdown" href="#" class="dropdown-toggle">
-                Contributing<b class="caret"></b>
-              </a>
-              <ul class="dropdown-menu">
-                <li><a href="/youatstruts.html">You at Struts</a></li>
-                <li><a href="/helping.html">How to Help FAQ</a></li>
-                <li><a href="/dev-mail.html">Development Lists</a></li>
-                <li class="divider"></li>
-                <li><a href="/submitting-patches.html">Submitting 
patches</a></li>
-                <li><a href="/builds.html">Source Code and Builds</a></li>
-                <li><a href="/coding-standards.html">Coding standards</a></li>
-                <li><a href="/contributors/">Contributors Guide</a></li>
-                <li class="divider"></li>
-                <li><a href="/release-guidelines.html">Release 
Guidelines</a></li>
-                <li><a href="/bylaws.html">PMC Charter</a></li>
-                <li><a href="/volunteers.html">Volunteers</a></li>
-                <li><a 
href="https://gitbox.apache.org/repos/asf?p=struts.git";>Source 
Repository</a></li>
-                <li><a href="/updating-website.html">Updating the 
website</a></li>
-              </ul>
-            </li>
-            <li class="apache"><a href="http://www.apache.org/";><img 
src="/img/apache.png"></a></li>
-          </ul>
-        </div>
-      </div>
-    </div>
-  </nav>
-</header>
-
-
-<article class="container">
-  <section class="col-md-12">
-    <a class="edit-on-gh" 
href="https://github.com/apache/struts-site/edit/master/source/plugins/portlet/struts-2-portlet-tutorial.md";
 title="Edit this page on GitHub">Edit on GitHub</a>
-    
-    <a href="../" title="back to Plugins"><< back to Plugins</a>
-    
-    <h1 id="struts-2-portlet-tutorial">Struts 2 Portlet Tutorial</h1>
+<h1 id="struts-2-portlet-tutorial">Struts 2 Portlet Tutorial</h1>
 
 <h2 id="creating-a-simple-bookmark-portlet">Creating a simple Bookmark 
Portlet</h2>
 
@@ -756,42 +604,3 @@ If you have not used Struts 2 before, please check out 
some of the other Struts
   <li><a href="http://portletwork.blogspot.com";>Author’s blog about portlet 
related development</a></li>
   <li><a 
href="http://struts.apache.org/2.x/docs/portlet-tutorial-webwork-22";>Old 
tutorial for WebWork 2</a></li>
 </ul>
-
-  </section>
-</article>
-
-
-<footer class="container">
-  <div class="col-md-12">
-    Copyright &copy; 2000-2022 <a href="https://www.apache.org/";>The Apache 
Software Foundation</a>.
-    Apache Struts, Struts, Apache, the Apache feather logo, and the Apache 
Struts project logos are
-    trademarks of The Apache Software Foundation. All Rights Reserved.
-  </div>
-  <div class="col-md-12">Logo and website design donated by <a 
href="https://softwaremill.com/";>SoftwareMill</a>.</div>
-</footer>
-
-<script>!function (d, s, id) {
-  var js, fjs = d.getElementsByTagName(s)[0];
-  if (!d.getElementById(id)) {
-    js = d.createElement(s);
-    js.id = id;
-    js.src = "//platform.twitter.com/widgets.js";
-    fjs.parentNode.insertBefore(js, fjs);
-  }
-}(document, "script", "twitter-wjs");</script>
-<script src="https://apis.google.com/js/platform.js"; async="async" 
defer="defer"></script>
-
-<div id="fb-root"></div>
-
-<script>(function (d, s, id) {
-  var js, fjs = d.getElementsByTagName(s)[0];
-  if (d.getElementById(id)) return;
-  js = d.createElement(s);
-  js.id = id;
-  js.src = "//connect.facebook.net/en_GB/all.js#xfbml=1";
-  fjs.parentNode.insertBefore(js, fjs);
-}(document, 'script', 'facebook-jssdk'));</script>
-
-
-</body>
-</html>
diff --git a/content/plugins/rest/index.html b/content/plugins/rest/index.html
index 281b8ea1a..04daf5baf 100644
--- a/content/plugins/rest/index.html
+++ b/content/plugins/rest/index.html
@@ -13,7 +13,7 @@
   <link 
href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" 
rel="stylesheet">
   <link href="/css/main.css" rel="stylesheet">
   <link href="/css/custom.css" rel="stylesheet">
-  <link href="/highlighter/github-theme.css" rel="stylesheet">
+  <link href="/css/syntax.css" rel="stylesheet">
 
   <script src="//code.jquery.com/jquery-1.11.0.min.js"></script>
   <script type="text/javascript" src="/bootstrap/js/bootstrap.js"></script>
@@ -148,7 +148,7 @@
   <section class="col-md-12">
     <a class="edit-on-gh" 
href="https://github.com/apache/struts-site/edit/master/source/plugins/rest/index.md";
 title="Edit this page on GitHub">Edit on GitHub</a>
     
-    <a href="/plugins" title="back to Plugins"><< back to Plugins</a>
+    <a href="plugins" title="back to Plugins"><< back to Plugins</a>
     
     <h1 class="no_toc" id="rest-plugin">REST Plugin</h1>
 
diff --git a/content/plugins/sitegraph/index.html 
b/content/plugins/sitegraph/index.html
index e3ebf9455..658d341db 100644
--- a/content/plugins/sitegraph/index.html
+++ b/content/plugins/sitegraph/index.html
@@ -13,7 +13,7 @@
   <link 
href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" 
rel="stylesheet">
   <link href="/css/main.css" rel="stylesheet">
   <link href="/css/custom.css" rel="stylesheet">
-  <link href="/highlighter/github-theme.css" rel="stylesheet">
+  <link href="/css/syntax.css" rel="stylesheet">
 
   <script src="//code.jquery.com/jquery-1.11.0.min.js"></script>
   <script type="text/javascript" src="/bootstrap/js/bootstrap.js"></script>
@@ -148,7 +148,7 @@
   <section class="col-md-12">
     <a class="edit-on-gh" 
href="https://github.com/apache/struts-site/edit/master/source/plugins/sitegraph/index.md";
 title="Edit this page on GitHub">Edit on GitHub</a>
     
-    <a href="/plugins" title="back to Plugins"><< back to Plugins</a>
+    <a href="plugins" title="back to Plugins"><< back to Plugins</a>
     
     <h1 class="no_toc" id="sitegraph-plugin">SiteGraph Plugin</h1>
 
diff --git a/content/plugins/sitemesh/index.html 
b/content/plugins/sitemesh/index.html
index d4b5e4f69..d9953dd92 100644
--- a/content/plugins/sitemesh/index.html
+++ b/content/plugins/sitemesh/index.html
@@ -13,7 +13,7 @@
   <link 
href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" 
rel="stylesheet">
   <link href="/css/main.css" rel="stylesheet">
   <link href="/css/custom.css" rel="stylesheet">
-  <link href="/highlighter/github-theme.css" rel="stylesheet">
+  <link href="/css/syntax.css" rel="stylesheet">
 
   <script src="//code.jquery.com/jquery-1.11.0.min.js"></script>
   <script type="text/javascript" src="/bootstrap/js/bootstrap.js"></script>
@@ -148,7 +148,7 @@
   <section class="col-md-12">
     <a class="edit-on-gh" 
href="https://github.com/apache/struts-site/edit/master/source/plugins/sitemesh/index.md";
 title="Edit this page on GitHub">Edit on GitHub</a>
     
-    <a href="/plugins" title="back to Plugins"><< back to Plugins</a>
+    <a href="plugins" title="back to Plugins"><< back to Plugins</a>
     
     <h1 class="no_toc" id="sitemesh-plugin">SiteMesh Plugin</h1>
 
@@ -156,7 +156,7 @@
   <li><a href="#about-sitemesh" id="markdown-toc-about-sitemesh">About 
SiteMesh</a></li>
   <li><a href="#features" id="markdown-toc-features">Features</a></li>
   <li><a href="#usage" id="markdown-toc-usage">Usage</a></li>
-  <li><a href="#freemarker--and-velocity-decorators" 
id="markdown-toc-freemarker--and-velocity-decorators">FreeMarker  and Velocity 
Decorators</a>    <ul>
+  <li><a href="#freemarker-and-velocity-decorators" 
id="markdown-toc-freemarker-and-velocity-decorators">FreeMarker and Velocity 
Decorators</a>    <ul>
       <li><a href="#freemarker" 
id="markdown-toc-freemarker">FreeMarker</a></li>
       <li><a href="#velocity" id="markdown-toc-velocity">Velocity</a></li>
       <li><a 
href="#full-integration-with-sitemesh-2--freemarker-242--velocity-13--including-struts-2-tags-valuestack-and-freemarkermanager-statics"
 
id="markdown-toc-full-integration-with-sitemesh-2--freemarker-242--velocity-13--including-struts-2-tags-valuestack-and-freemarkermanager-statics">Full
 integration with SiteMesh 2 + Freemarker 2.4.2 + Velocity 1.3 , including 
Struts 2 Tags, ValueStack, and FreemarkerManager statics.</a></li>
@@ -175,7 +175,8 @@
 
 <blockquote>
   <p><a href="http://www.sitemesh.org/";>SiteMesh</a> is a web-page layout and 
decoration framework and web application integration 
-framework to aid in creating large sites consisting of many pages for which a 
consistent look/feel, navigation and layout scheme is required.</p>
+framework to aid in creating large sites consisting of many pages for which a 
consistent look/feel, navigation 
+and layout scheme is required.</p>
 </blockquote>
 
 <p>The Sitemesh plugin allows Sitemesh templates to access framework 
resources.</p>
@@ -194,7 +195,7 @@ with the framework. That’s it!</p>
 <h2 id="usage">Usage</h2>
 
 <p>From 2.2+ the new <code class="language-plaintext 
highlighter-rouge">com.opensymphony.sitemesh.webapp.SiteMeshFilter</code> 
filter 
-and Struts <code class="language-plaintext 
highlighter-rouge">org.apache.struts2.dispatcher.ng.listener.StrutsListener</code>
 context listener must be added to <code class="language-plaintext 
highlighter-rouge">web.xml</code>, like:</p>
+and Struts <code class="language-plaintext 
highlighter-rouge">org.apache.struts2.dispatcher.listener.StrutsListener</code> 
context listener must be added to <code class="language-plaintext 
highlighter-rouge">web.xml</code>, like:</p>
 
 <div class="language-xml highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code><span class="nt">&lt;filter&gt;</span>
     <span class="nt">&lt;filter-name&gt;</span>sitemesh<span 
class="nt">&lt;/filter-name&gt;</span>
@@ -202,15 +203,15 @@ and Struts <code class="language-plaintext 
highlighter-rouge">org.apache.struts2
 <span class="nt">&lt;/filter&gt;</span> 
 ...
 <span class="nt">&lt;listener&gt;</span>
-    <span 
class="nt">&lt;listener-class&gt;</span>org.apache.struts2.dispatcher.ng.listener.StrutsListener<span
 class="nt">&lt;/listener-class&gt;</span>
+    <span 
class="nt">&lt;listener-class&gt;</span>org.apache.struts2.dispatcher.listener.StrutsListener<span
 class="nt">&lt;/listener-class&gt;</span>
 <span class="nt">&lt;/listener&gt;</span> 
 
 </code></pre></div></div>
 
-<h2 id="freemarker--and-velocity-decorators">FreeMarker  and Velocity 
Decorators</h2>
+<h2 id="freemarker-and-velocity-decorators">FreeMarker and Velocity 
Decorators</h2>
 
-<p>The plugin provides an extension of the SiteMesh <em>Velocity</em>  and 
<em>FreeMarker</em>  servlets. These servlets provide 
-the standard variables and <em>Struts Tags</em>  that you used to create views 
in your favourite template language.</p>
+<p>The plugin provides an extension of the SiteMesh <em>Velocity</em> and 
<em>FreeMarker</em> servlets. These servlets provide 
+the standard variables and <em>Struts Tags</em> that you used to create views 
in your favourite template language.</p>
 
 <h3 id="freemarker">FreeMarker</h3>
 
@@ -244,13 +245,12 @@ servlet, which can be configured like this in <code 
class="language-plaintext hi
 <p>From 2.2+ the recommended way to use Velocity with Sitemesh is through the 
<code class="language-plaintext 
highlighter-rouge">org.apache.struts2.sitemesh.VelocityDecoratorServlet</code> 
 servlet, which can be configured like this in <code class="language-plaintext 
highlighter-rouge">web.xml</code>:</p>
 
-<div class="language-xml highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code>
-<span class="nt">&lt;servlet&gt;</span>
+<div class="language-xml highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code><span class="nt">&lt;servlet&gt;</span>
     <span class="nt">&lt;servlet-name&gt;</span>sitemesh-freemarker<span 
class="nt">&lt;/servlet-name&gt;</span>
     <span 
class="nt">&lt;servlet-class&gt;</span>org.apache.struts2.sitemesh.VelocityDecoratorServlet<span
 class="nt">&lt;/servlet-class&gt;</span>
     <span class="nt">&lt;init-param&gt;</span>
-       <span class="nt">&lt;param-name&gt;</span>default_encoding<span 
class="nt">&lt;/param-name&gt;</span>
-       <span class="nt">&lt;param-value&gt;</span>UTF-8<span 
class="nt">&lt;/param-value&gt;</span>
+        <span class="nt">&lt;param-name&gt;</span>default_encoding<span 
class="nt">&lt;/param-name&gt;</span>
+        <span class="nt">&lt;param-value&gt;</span>UTF-8<span 
class="nt">&lt;/param-value&gt;</span>
     <span class="nt">&lt;/init-param&gt;</span>
     <span class="nt">&lt;load-on-startup&gt;</span>1<span 
class="nt">&lt;/load-on-startup&gt;</span>
 <span class="nt">&lt;/servlet&gt;</span> 
@@ -258,18 +258,16 @@ servlet, which can be configured like this in <code 
class="language-plaintext hi
 <span class="nt">&lt;servlet-mapping&gt;</span>
     <span class="nt">&lt;servlet-name&gt;</span>sitemesh-freemarker<span 
class="nt">&lt;/servlet-name&gt;</span>
     <span class="nt">&lt;url-pattern&gt;</span>*.ftl<span 
class="nt">&lt;/url-pattern&gt;</span>
-<span class="nt">&lt;/servlet-mapping&gt;</span> 
-
+<span class="nt">&lt;/servlet-mapping&gt;</span>
 </code></pre></div></div>
 
 <h3 
id="full-integration-with-sitemesh-2--freemarker-242--velocity-13--including-struts-2-tags-valuestack-and-freemarkermanager-statics">Full
 integration with SiteMesh 2 + Freemarker 2.4.2 + Velocity 1.3 , including 
Struts 2 Tags, ValueStack, and FreemarkerManager statics.</h3>
 
 <p>Such configuration is available as from Struts 2.2.0, please refer to <a 
href="https://issues.apache.org/jira/browse/WW-3296";>WW-3296</a> for me 
details.</p>
 
-<div class="language-xml highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code>
-    <span class="nt">&lt;filter&gt;</span>
+<div class="language-xml highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code>    <span class="nt">&lt;filter&gt;</span>
         <span class="nt">&lt;filter-name&gt;</span>struts-prepare<span 
class="nt">&lt;/filter-name&gt;</span>
-        <span 
class="nt">&lt;filter-class&gt;</span>org.apache.struts2.dispatcher.ng.filter.StrutsPrepareFilter<span
 class="nt">&lt;/filter-class&gt;</span>
+        <span 
class="nt">&lt;filter-class&gt;</span>org.apache.struts2.dispatcher.filter.StrutsPrepareFilter<span
 class="nt">&lt;/filter-class&gt;</span>
     <span class="nt">&lt;/filter&gt;</span>
 
     <span class="nt">&lt;filter&gt;</span>
@@ -279,7 +277,7 @@ servlet, which can be configured like this in <code 
class="language-plaintext hi
 
     <span class="nt">&lt;filter&gt;</span>
         <span class="nt">&lt;filter-name&gt;</span>struts-execute<span 
class="nt">&lt;/filter-name&gt;</span>
-        <span 
class="nt">&lt;filter-class&gt;</span>org.apache.struts2.dispatcher.ng.filter.StrutsExecuteFilter<span
 class="nt">&lt;/filter-class&gt;</span>
+        <span 
class="nt">&lt;filter-class&gt;</span>org.apache.struts2.dispatcher.filter.StrutsExecuteFilter<span
 class="nt">&lt;/filter-class&gt;</span>
     <span class="nt">&lt;/filter&gt;</span>
 
     <span class="nt">&lt;filter-mapping&gt;</span>
@@ -333,12 +331,12 @@ servlet, which can be configured like this in <code 
class="language-plaintext hi
 
 <div class="language-xml highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code><span class="nt">&lt;filter&gt;</span>
     <span class="nt">&lt;filter-name&gt;</span>struts-prepare<span 
class="nt">&lt;/filter-name&gt;</span>
-    <span 
class="nt">&lt;filter-class&gt;</span>org.apache.struts2.dispatcher.ng.filter.StrutsPrepareFilter<span
 class="nt">&lt;/filter-class&gt;</span>
+    <span 
class="nt">&lt;filter-class&gt;</span>org.apache.struts2.dispatcher.filter.StrutsPrepareFilter<span
 class="nt">&lt;/filter-class&gt;</span>
 <span class="nt">&lt;/filter&gt;</span>
 
 <span class="nt">&lt;filter&gt;</span>
     <span class="nt">&lt;filter-name&gt;</span>struts-execute<span 
class="nt">&lt;/filter-name&gt;</span>
-    <span 
class="nt">&lt;filter-class&gt;</span>org.apache.struts2.dispatcher.ng.filter.StrutsExecuteFilter<span
 class="nt">&lt;/filter-class&gt;</span>
+    <span 
class="nt">&lt;filter-class&gt;</span>org.apache.struts2.dispatcher.filter.StrutsExecuteFilter<span
 class="nt">&lt;/filter-class&gt;</span>
 <span class="nt">&lt;/filter&gt;</span>
 
 
@@ -363,7 +361,7 @@ servlet, which can be configured like this in <code 
class="language-plaintext hi
 <span class="nt">&lt;/filter-mapping&gt;</span>
 
 <span class="nt">&lt;listener&gt;</span>
-    <span 
class="nt">&lt;listener-class&gt;</span>org.apache.struts2.dispatcher.ng.listener.StrutsListener<span
 class="nt">&lt;/listener-class&gt;</span>
+    <span 
class="nt">&lt;listener-class&gt;</span>org.apache.struts2.dispatcher.listener.StrutsListener<span
 class="nt">&lt;/listener-class&gt;</span>
 <span class="nt">&lt;/listener&gt;</span>
 
 <span class="nt">&lt;servlet&gt;</span>
@@ -402,12 +400,12 @@ servlet, which can be configured like this in <code 
class="language-plaintext hi
 
 <div class="language-xml highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code><span class="nt">&lt;filter&gt;</span>
     <span class="nt">&lt;filter-name&gt;</span>struts-prepare<span 
class="nt">&lt;/filter-name&gt;</span>
-    <span 
class="nt">&lt;filter-class&gt;</span>org.apache.struts2.dispatcher.ng.filter.StrutsPrepareFilter<span
 class="nt">&lt;/filter-class&gt;</span>
+    <span 
class="nt">&lt;filter-class&gt;</span>org.apache.struts2.dispatcher.filter.StrutsPrepareFilter<span
 class="nt">&lt;/filter-class&gt;</span>
 <span class="nt">&lt;/filter&gt;</span>
 
 <span class="nt">&lt;filter&gt;</span>
     <span class="nt">&lt;filter-name&gt;</span>struts-execute<span 
class="nt">&lt;/filter-name&gt;</span>
-    <span 
class="nt">&lt;filter-class&gt;</span>org.apache.struts2.dispatcher.ng.filter.StrutsExecuteFilter<span
 class="nt">&lt;/filter-class&gt;</span>
+    <span 
class="nt">&lt;filter-class&gt;</span>org.apache.struts2.dispatcher.filter.StrutsExecuteFilter<span
 class="nt">&lt;/filter-class&gt;</span>
 <span class="nt">&lt;/filter&gt;</span>
 
 <span class="nt">&lt;filter&gt;</span>
@@ -429,15 +427,14 @@ servlet, which can be configured like this in <code 
class="language-plaintext hi
     <span class="nt">&lt;filter-name&gt;</span>struts-execute<span 
class="nt">&lt;/filter-name&gt;</span>
     <span class="nt">&lt;url-pattern&gt;</span>/*<span 
class="nt">&lt;/url-pattern&gt;</span>
 <span class="nt">&lt;/filter-mapping&gt;</span>
-
 </code></pre></div></div>
 
-<p>You do not need the struts2-sitmesh-plugin if you are using JSP for your 
decorators.
+<p>You do not need the Struts2 Sitmesh plugin if you are using JSP for your 
decorators.
 Here are the only changes needed to web.xml</p>
 
 <div class="language-xml highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code><span class="nt">&lt;filter&gt;</span>
     <span class="nt">&lt;filter-name&gt;</span>struts2-prepare<span 
class="nt">&lt;/filter-name&gt;</span>
-    <span 
class="nt">&lt;filter-class&gt;</span>org.apache.struts2.dispatcher.ng.filter.StrutsPrepareFilter<span
 class="nt">&lt;/filter-class&gt;</span>
+    <span 
class="nt">&lt;filter-class&gt;</span>org.apache.struts2.dispatcher.filter.StrutsPrepareFilter<span
 class="nt">&lt;/filter-class&gt;</span>
 <span class="nt">&lt;/filter&gt;</span>
 
 <span class="nt">&lt;filter&gt;</span>
@@ -447,7 +444,7 @@ Here are the only changes needed to web.xml</p>
 
 <span class="nt">&lt;filter&gt;</span>
     <span class="nt">&lt;filter-name&gt;</span>struts2-execute<span 
class="nt">&lt;/filter-name&gt;</span>
-    <span 
class="nt">&lt;filter-class&gt;</span>org.apache.struts2.dispatcher.ng.filter.StrutsExecuteFilter<span
 class="nt">&lt;/filter-class&gt;</span>
+    <span 
class="nt">&lt;filter-class&gt;</span>org.apache.struts2.dispatcher.filter.StrutsExecuteFilter<span
 class="nt">&lt;/filter-class&gt;</span>
 <span class="nt">&lt;/filter&gt;</span>
 
 <span class="nt">&lt;filter-mapping&gt;</span>
@@ -476,7 +473,8 @@ Here are the only changes needed to web.xml</p>
 
 <h2 id="installation">Installation</h2>
 
-<p>This plugin can be installed by copying the plugin jar into your 
application’s <code class="language-plaintext 
highlighter-rouge">/WEB-INF/lib</code> directory.  No other files need to be 
copied or created.</p>
+<p>This plugin can be installed by copying the plugin jar into your 
application’s <code class="language-plaintext 
highlighter-rouge">/WEB-INF/lib</code> directory.
+No other files need to be copied or created.</p>
 
   </section>
 </article>
diff --git a/content/plugins/spring/index.html 
b/content/plugins/spring/index.html
index 921337460..68361f3f7 100644
--- a/content/plugins/spring/index.html
+++ b/content/plugins/spring/index.html
@@ -13,7 +13,7 @@
   <link 
href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" 
rel="stylesheet">
   <link href="/css/main.css" rel="stylesheet">
   <link href="/css/custom.css" rel="stylesheet">
-  <link href="/highlighter/github-theme.css" rel="stylesheet">
+  <link href="/css/syntax.css" rel="stylesheet">
 
   <script src="//code.jquery.com/jquery-1.11.0.min.js"></script>
   <script type="text/javascript" src="/bootstrap/js/bootstrap.js"></script>
@@ -148,7 +148,7 @@
   <section class="col-md-12">
     <a class="edit-on-gh" 
href="https://github.com/apache/struts-site/edit/master/source/plugins/spring/index.md";
 title="Edit this page on GitHub">Edit on GitHub</a>
     
-    <a href="/plugins" title="back to Plugins"><< back to Plugins</a>
+    <a href="plugins" title="back to Plugins"><< back to Plugins</a>
     
     <h1 class="no_toc" id="spring-plugin">Spring Plugin</h1>
 
diff --git a/content/plugins/spring/spring-session-components-workarounds.html 
b/content/plugins/spring/spring-session-components-workarounds.html
index c491387d4..202a9daf0 100644
--- a/content/plugins/spring/spring-session-components-workarounds.html
+++ b/content/plugins/spring/spring-session-components-workarounds.html
@@ -1,192 +1 @@
-<!DOCTYPE html>
-<html lang="en">
-<head>
-  <meta charset="UTF-8"/>
-  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
-  <meta name="Date-Revision-yyyymmdd" content="20140918"/>
-  <meta http-equiv="Content-Language" content="en"/>
-  <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-
-  <title>Spring Session Components Workarounds</title>
-
-  <link 
href="//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,400italic,600italic,700italic"
 rel="stylesheet" type="text/css">
-  <link 
href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" 
rel="stylesheet">
-  <link href="/css/main.css" rel="stylesheet">
-  <link href="/css/custom.css" rel="stylesheet">
-  <link href="/highlighter/github-theme.css" rel="stylesheet">
-
-  <script src="//code.jquery.com/jquery-1.11.0.min.js"></script>
-  <script type="text/javascript" src="/bootstrap/js/bootstrap.js"></script>
-  <script type="text/javascript" src="/js/community.js"></script>
-
-  <!-- Matomo -->
-  <script>
-    var _paq = window._paq = window._paq || [];
-    /* tracker methods like "setCustomDimension" should be called before 
"trackPageView" */
-    /* We explicitly disable cookie tracking to avoid privacy issues */
-    _paq.push(['disableCookies']);
-    _paq.push(['trackPageView']);
-    _paq.push(['enableLinkTracking']);
-    (function() {
-      var u="//analytics.apache.org/";
-      _paq.push(['setTrackerUrl', u+'matomo.php']);
-      _paq.push(['setSiteId', '41']);
-      var d=document, g=d.createElement('script'), 
s=d.getElementsByTagName('script')[0];
-      g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
-    })();
-  </script>
-  <!-- End Matomo Code -->
-</head>
-<body>
-
-<a href="https://github.com/apache/struts"; class="github-ribbon">
-  <img decoding="async" loading="lazy" style="position: absolute; right: 0; 
border: 0;" width="149" height="149" 
src="https://github.blog/wp-content/uploads/2008/12/forkme_right_red_aa0000.png?resize=149%2C149";
 class="attachment-full size-full" alt="Fork me on GitHub" data-recalc-dims="1">
-</a>
-
-<header>
-  <nav>
-    <div role="navigation" class="navbar navbar-default navbar-fixed-top">
-      <div class="container">
-        <div class="navbar-header">
-          <button type="button" data-toggle="collapse" 
data-target="#struts-menu" class="navbar-toggle">
-            Menu
-            <span class="sr-only">Toggle navigation</span>
-            <span class="icon-bar"></span>
-            <span class="icon-bar"></span>
-            <span class="icon-bar"></span>
-          </button>
-          <a href="/index.html" class="navbar-brand logo"><img 
src="/img/struts-logo.svg"></a>
-        </div>
-        <div id="struts-menu" class="navbar-collapse collapse">
-          <ul class="nav navbar-nav">
-            <li class="dropdown">
-              <a data-toggle="dropdown" href="#" class="dropdown-toggle">
-                Home<b class="caret"></b>
-              </a>
-              <ul class="dropdown-menu">
-                <li><a href="/index.html">Welcome</a></li>
-                <li><a href="/download.cgi">Download</a></li>
-                <li><a href="/releases.html">Releases</a></li>
-                <li><a href="/announce-2023.html">Announcements</a></li>
-                <li><a href="http://www.apache.org/licenses/";>License</a></li>
-                <li><a 
href="https://www.apache.org/foundation/thanks.html";>Thanks!</a></li>
-                <li><a 
href="https://www.apache.org/foundation/sponsorship.html";>Sponsorship</a></li>
-                <li><a 
href="https://privacy.apache.org/policies/privacy-policy-public.html";>Privacy 
Policy</a></li>
-              </ul>
-            </li>
-            <li class="dropdown">
-              <a data-toggle="dropdown" href="#" class="dropdown-toggle">
-                Support<b class="caret"></b>
-              </a>
-              <ul class="dropdown-menu">
-                <li><a href="/mail.html">User Mailing List</a></li>
-                <li><a href="https://issues.apache.org/jira/browse/WW";>Issue 
Tracker</a></li>
-                <li><a href="/security.html">Reporting Security Issues</a></li>
-                <li><a href="/commercial-support.html">Commercial 
Support</a></li>
-                <li class="divider"></li>
-                <li><a 
href="https://cwiki.apache.org/confluence/display/WW/Migration+Guide";>Version 
Notes</a></li>
-                <li><a 
href="https://cwiki.apache.org/confluence/display/WW/Security+Bulletins";>Security
 Bulletins</a></li>
-                <li class="divider"></li>
-                <li><a href="/maven/project-info.html">Maven Project 
Info</a></li>
-                <li><a href="/maven/struts2-core/dependencies.html">Struts 
Core Dependencies</a></li>
-                <li><a href="/maven/struts2-plugins/modules.html">Plugin 
Dependencies</a></li>
-              </ul>
-            </li>
-            <li class="dropdown">
-              <a data-toggle="dropdown" href="#" class="dropdown-toggle">
-                Documentation<b class="caret"></b>
-              </a>
-              <ul class="dropdown-menu">
-                <li><a href="/birdseye.html">Birds Eye</a></li>
-                <li><a href="/primer.html">Key Technologies</a></li>
-                <li><a href="/kickstart.html">Kickstart FAQ</a></li>
-                <li><a 
href="https://cwiki.apache.org/confluence/display/WW/Home";>Wiki</a></li>
-                <li class="divider"></li>
-                <li><a href="/getting-started/">Getting Started</a></li>
-                <li><a href="/security/">Security Guide</a></li>
-                <li><a href="/core-developers/">Core Developers Guide</a></li>
-                <li><a href="/tag-developers/">Tag Developers Guide</a></li>
-                <li><a href="/maven-archetypes/">Maven Archetypes</a></li>
-                <li><a href="/plugins/">Plugins</a></li>
-                <li><a href="/maven/struts2-core/apidocs/index.html">Struts 
Core API</a></li>
-                <li><a href="/tag-developers/tag-reference.html">Tag 
reference</a></li>
-                <li><a 
href="https://cwiki.apache.org/confluence/display/WW/FAQs";>FAQs</a></li>
-                <li><a 
href="http://cwiki.apache.org/S2PLUGINS/home.html";>Plugin registry</a></li>
-              </ul>
-            </li>
-            <li class="dropdown">
-              <a data-toggle="dropdown" href="#" class="dropdown-toggle">
-                Contributing<b class="caret"></b>
-              </a>
-              <ul class="dropdown-menu">
-                <li><a href="/youatstruts.html">You at Struts</a></li>
-                <li><a href="/helping.html">How to Help FAQ</a></li>
-                <li><a href="/dev-mail.html">Development Lists</a></li>
-                <li class="divider"></li>
-                <li><a href="/submitting-patches.html">Submitting 
patches</a></li>
-                <li><a href="/builds.html">Source Code and Builds</a></li>
-                <li><a href="/coding-standards.html">Coding standards</a></li>
-                <li><a href="/contributors/">Contributors Guide</a></li>
-                <li class="divider"></li>
-                <li><a href="/release-guidelines.html">Release 
Guidelines</a></li>
-                <li><a href="/bylaws.html">PMC Charter</a></li>
-                <li><a href="/volunteers.html">Volunteers</a></li>
-                <li><a 
href="https://gitbox.apache.org/repos/asf?p=struts.git";>Source 
Repository</a></li>
-                <li><a href="/updating-website.html">Updating the 
website</a></li>
-              </ul>
-            </li>
-            <li class="apache"><a href="http://www.apache.org/";><img 
src="/img/apache.png"></a></li>
-          </ul>
-        </div>
-      </div>
-    </div>
-  </nav>
-</header>
-
-
-<article class="container">
-  <section class="col-md-12">
-    <a class="edit-on-gh" 
href="https://github.com/apache/struts-site/edit/master/source/plugins/spring/spring-session-components-workarounds.md";
 title="Edit this page on GitHub">Edit on GitHub</a>
-    
-    <a href="../" title="back to Plugins"><< back to Plugins</a>
-    
-    <h1 id="spring-session-components-workarounds">Spring Session Components 
Workarounds</h1>
-
-  </section>
-</article>
-
-
-<footer class="container">
-  <div class="col-md-12">
-    Copyright &copy; 2000-2022 <a href="https://www.apache.org/";>The Apache 
Software Foundation</a>.
-    Apache Struts, Struts, Apache, the Apache feather logo, and the Apache 
Struts project logos are
-    trademarks of The Apache Software Foundation. All Rights Reserved.
-  </div>
-  <div class="col-md-12">Logo and website design donated by <a 
href="https://softwaremill.com/";>SoftwareMill</a>.</div>
-</footer>
-
-<script>!function (d, s, id) {
-  var js, fjs = d.getElementsByTagName(s)[0];
-  if (!d.getElementById(id)) {
-    js = d.createElement(s);
-    js.id = id;
-    js.src = "//platform.twitter.com/widgets.js";
-    fjs.parentNode.insertBefore(js, fjs);
-  }
-}(document, "script", "twitter-wjs");</script>
-<script src="https://apis.google.com/js/platform.js"; async="async" 
defer="defer"></script>
-
-<div id="fb-root"></div>
-
-<script>(function (d, s, id) {
-  var js, fjs = d.getElementsByTagName(s)[0];
-  if (d.getElementById(id)) return;
-  js = d.createElement(s);
-  js.id = id;
-  js.src = "//connect.facebook.net/en_GB/all.js#xfbml=1";
-  fjs.parentNode.insertBefore(js, fjs);
-}(document, 'script', 'facebook-jssdk'));</script>
-
-
-</body>
-</html>
+<h1 id="spring-session-components-workarounds">Spring Session Components 
Workarounds</h1>
diff --git a/content/plugins/struts-1/index.html 
b/content/plugins/struts-1/index.html
index bcc33a9f8..7a71ded0b 100644
--- a/content/plugins/struts-1/index.html
+++ b/content/plugins/struts-1/index.html
@@ -13,7 +13,7 @@
   <link 
href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" 
rel="stylesheet">
   <link href="/css/main.css" rel="stylesheet">
   <link href="/css/custom.css" rel="stylesheet">
-  <link href="/highlighter/github-theme.css" rel="stylesheet">
+  <link href="/css/syntax.css" rel="stylesheet">
 
   <script src="//code.jquery.com/jquery-1.11.0.min.js"></script>
   <script type="text/javascript" src="/bootstrap/js/bootstrap.js"></script>
@@ -148,7 +148,7 @@
   <section class="col-md-12">
     <a class="edit-on-gh" 
href="https://github.com/apache/struts-site/edit/master/source/plugins/struts-1/index.md";
 title="Edit this page on GitHub">Edit on GitHub</a>
     
-    <a href="/plugins" title="back to Plugins"><< back to Plugins</a>
+    <a href="plugins" title="back to Plugins"><< back to Plugins</a>
     
     <h1 class="no_toc" id="struts-1-plugin">Struts 1 Plugin</h1>
 
diff --git a/content/plugins/testng/index.html 
b/content/plugins/testng/index.html
index c646e03e5..552d8aef6 100644
--- a/content/plugins/testng/index.html
+++ b/content/plugins/testng/index.html
@@ -13,7 +13,7 @@
   <link 
href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" 
rel="stylesheet">
   <link href="/css/main.css" rel="stylesheet">
   <link href="/css/custom.css" rel="stylesheet">
-  <link href="/highlighter/github-theme.css" rel="stylesheet">
+  <link href="/css/syntax.css" rel="stylesheet">
 
   <script src="//code.jquery.com/jquery-1.11.0.min.js"></script>
   <script type="text/javascript" src="/bootstrap/js/bootstrap.js"></script>
@@ -148,7 +148,7 @@
   <section class="col-md-12">
     <a class="edit-on-gh" 
href="https://github.com/apache/struts-site/edit/master/source/plugins/testng/index.md";
 title="Edit this page on GitHub">Edit on GitHub</a>
     
-    <a href="/plugins" title="back to Plugins"><< back to Plugins</a>
+    <a href="plugins" title="back to Plugins"><< back to Plugins</a>
     
     <h1 class="no_toc" id="testng-plugin">TestNG Plugin</h1>
 
diff --git a/content/plugins/tiles-3/index.html 
b/content/plugins/tiles-3/index.html
index 7ed3acfe2..f7ff63e5a 100644
--- a/content/plugins/tiles-3/index.html
+++ b/content/plugins/tiles-3/index.html
@@ -13,7 +13,7 @@
   <link 
href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" 
rel="stylesheet">
   <link href="/css/main.css" rel="stylesheet">
   <link href="/css/custom.css" rel="stylesheet">
-  <link href="/highlighter/github-theme.css" rel="stylesheet">
+  <link href="/css/syntax.css" rel="stylesheet">
 
   <script src="//code.jquery.com/jquery-1.11.0.min.js"></script>
   <script type="text/javascript" src="/bootstrap/js/bootstrap.js"></script>
@@ -148,7 +148,7 @@
   <section class="col-md-12">
     <a class="edit-on-gh" 
href="https://github.com/apache/struts-site/edit/master/source/plugins/tiles-3/index.md";
 title="Edit this page on GitHub">Edit on GitHub</a>
     
-    <a href="/plugins" title="back to Plugins"><< back to Plugins</a>
+    <a href="plugins" title="back to Plugins"><< back to Plugins</a>
     
     <h1 class="no_toc" id="tiles-3-plugin">Tiles 3 Plugin</h1>
 
diff --git a/content/plugins/tiles/index.html b/content/plugins/tiles/index.html
index c75e28b8f..bf0eda0de 100644
--- a/content/plugins/tiles/index.html
+++ b/content/plugins/tiles/index.html
@@ -13,7 +13,7 @@
   <link 
href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" 
rel="stylesheet">
   <link href="/css/main.css" rel="stylesheet">
   <link href="/css/custom.css" rel="stylesheet">
-  <link href="/highlighter/github-theme.css" rel="stylesheet">
+  <link href="/css/syntax.css" rel="stylesheet">
 
   <script src="//code.jquery.com/jquery-1.11.0.min.js"></script>
   <script type="text/javascript" src="/bootstrap/js/bootstrap.js"></script>
@@ -148,7 +148,7 @@
   <section class="col-md-12">
     <a class="edit-on-gh" 
href="https://github.com/apache/struts-site/edit/master/source/plugins/tiles/index.md";
 title="Edit this page on GitHub">Edit on GitHub</a>
     
-    <a href="/plugins" title="back to Plugins"><< back to Plugins</a>
+    <a href="plugins" title="back to Plugins"><< back to Plugins</a>
     
     <h1 class="no_toc" id="tiles-plugin">Tiles Plugin</h1>
 
diff --git a/content/plugins/velocity/index.html 
b/content/plugins/velocity/index.html
index 2ef2b906f..1a3f61426 100644
--- a/content/plugins/velocity/index.html
+++ b/content/plugins/velocity/index.html
@@ -148,7 +148,7 @@
   <section class="col-md-12">
     <a class="edit-on-gh" 
href="https://github.com/apache/struts-site/edit/master/source/plugins/velocity/index.md";
 title="Edit this page on GitHub">Edit on GitHub</a>
     
-    <a href="/plugins" title="back to Plugins"><< back to Plugins</a>
+    <a href="plugins" title="back to Plugins"><< back to Plugins</a>
     
     <h1 id="velocity-plugin">Velocity Plugin</h1>
 

Reply via email to