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

github-bot pushed a commit to branch 2.x-site-stg-out
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/2.x-site-stg-out by this push:
     new 72e9480e65 Add website content generated from 
`653143b029a6b0e804be0d25affecc0050373afa`
72e9480e65 is described below

commit 72e9480e650469864ba3054362ede322ae61deef
Author: ASF Logging Services RM <[email protected]>
AuthorDate: Thu May 30 12:56:34 2024 +0000

    Add website content generated from 
`653143b029a6b0e804be0d25affecc0050373afa`
---
 .htaccess   |  27 +++++++++-----
 sitemap.xml | 118 ++++++++++++++++++++++++++++++------------------------------
 2 files changed, 77 insertions(+), 68 deletions(-)

diff --git a/.htaccess b/.htaccess
index b3d3352d02..1c15064b2c 100644
--- a/.htaccess
+++ b/.htaccess
@@ -35,17 +35,24 @@ RewriteRule "^(.+)$" "$1.html"
 RewriteRule "^articles\.html$" "manual/index.html" [R=permanent]
 RewriteRule "^log4j-api/apidocs(.*)$" "javadoc/log4j-api$1" [R=permanent]
 RewriteRule "^log4j-api/index\.html$" "manual/api.html" [R=permanent]
+RewriteRule "^log4j-api\.html$" "manual/api.html" [R=permanent]
 RewriteRule "^log4j-core/apidocs(.*)$" "javadoc/log4j-core$1" [R=permanent]
-RewriteRule "^log4j-jcl/index\.html$" 
"manual/installation.html#impl-core-bridge-jcl" [R=permanent]
+RewriteRule "^log4j-jcl/index\.html$" 
"manual/installation.html#impl-core-bridge-jcl" [R=permanent,NE]
+RewriteRule "^log4j-jcl\.html$" 
"manual/installation.html#impl-core-bridge-jcl" [R=permanent,NE]
 RewriteRule "^log4j-jmx-gui/index\.html$" "/log4j/jmx-gui/latest/index.html" 
[R=permanent]
-RewriteRule "^log4j-jpl/index\.html$" 
"manual/installation.html#impl-core-bridge-jpl" [R=permanent]
-RewriteRule "^log4j-jul/index\.html$" 
"manual/installation.html#impl-core-bridge-jul" [R=permanent]
-RewriteRule "^log4j-mongodb3\.html$" 
"manual/appenders.html#NoSQLAppenderMongoDB" [R=permanent]
-RewriteRule "^log4j-mongodb3/index\.html$" 
"manual/appenders.html#NoSQLAppenderMongoDB" [R=permanent]
-RewriteRule "^log4j-mongodb4\.html$" "manual/appenders.html#log4j-mongodb4" 
[R=permanent]
-RewriteRule "^log4j-mongodb4/index\.html$" 
"manual/appenders.html#log4j-mongodb4" [R=permanent]
-RewriteRule "^log4j-slf4j-impl/index\.html$" 
"manual/installation.html#impl-core-bridge-slf4j" [R=permanent]
-RewriteRule "^log4j-slf4j2-impl/index\.html$" 
"manual/installation.html#impl-core-bridge-slf4j" [R=permanent]
+RewriteRule "^log4j-jmx-gui\.html$" "/log4j/jmx-gui/latest/index.html" 
[R=permanent]
+RewriteRule "^log4j-jpl/index\.html$" 
"manual/installation.html#impl-core-bridge-jpl" [R=permanent,NE]
+RewriteRule "^log4j-jpl\.html$" 
"manual/installation.html#impl-core-bridge-jpl" [R=permanent,NE]
+RewriteRule "^log4j-jul/index\.html$" 
"manual/installation.html#impl-core-bridge-jul" [R=permanent,NE]
+RewriteRule "^log4j-jul\.html$" 
"manual/installation.html#impl-core-bridge-jul" [R=permanent,NE]
+RewriteRule "^log4j-mongodb3\.html$" 
"manual/appenders.html#NoSQLAppenderMongoDB" [R=permanent,NE]
+RewriteRule "^log4j-mongodb3/index\.html$" 
"manual/appenders.html#NoSQLAppenderMongoDB" [R=permanent,NE]
+RewriteRule "^log4j-mongodb4\.html$" "manual/appenders.html#log4j-mongodb4" 
[R=permanent,NE]
+RewriteRule "^log4j-mongodb4/index\.html$" 
"manual/appenders.html#log4j-mongodb4" [R=permanent,NE]
+RewriteRule "^log4j-slf4j-impl/index\.html$" 
"manual/installation.html#impl-core-bridge-slf4j" [R=permanent,NE]
+RewriteRule "^log4j-slf4j-impl\.html$" 
"manual/installation.html#impl-core-bridge-slf4j" [R=permanent,NE]
+RewriteRule "^log4j-slf4j2-impl/index\.html$" 
"manual/installation.html#impl-core-bridge-slf4j" [R=permanent,NE]
+RewriteRule "^log4j-slf4j2-impl\.html$" 
"manual/installation.html#impl-core-bridge-slf4j" [R=permanent,NE]
 RewriteRule "^manual/api-separation\.html$" "manual/api.html" [R=permanent]
 RewriteRule "^manual/scala-api\.html$" "/log4j/scala/latest/index.html" 
[R=permanent]
 RewriteRule "^manual/usage\.html$" "manual/api.html" [R=permanent]
@@ -70,3 +77,5 @@ RewriteRule "^log4j-jakarta-web\.html/index\.html$" 
"log4j-jakarta-web.html" [R=
 RewriteRule "^log4j-spring-boot\.html/index\.html$" "log4j-spring-boot.html" 
[R=permanent]
 RewriteRule "^log4j-spring-cloud-config\.html/index\.html$" 
"log4j-spring-cloud-config.html" [R=permanent]
 RewriteRule "^log4j-spring-cloud-config-client\.html/index\.html$" 
"log4j-spring-cloud-config-client.html" [R=permanent]
+RewriteRule "^log4j-taglib\.html/index\.html$" "log4j-taglib.html" 
[R=permanent]
+RewriteRule "^log4j-web\.html/index\.html$" "log4j-web.html" [R=permanent]
diff --git a/sitemap.xml b/sitemap.xml
index 4938f857b6..54650a22e1 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -2,238 +2,238 @@
 <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9";>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/development.html</loc>
-<lastmod>2024-05-30T11:57:46.170Z</lastmod>
+<lastmod>2024-05-30T12:56:12.673Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/download.html</loc>
-<lastmod>2024-05-30T11:57:46.170Z</lastmod>
+<lastmod>2024-05-30T12:56:12.673Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/faq.html</loc>
-<lastmod>2024-05-30T11:57:46.170Z</lastmod>
+<lastmod>2024-05-30T12:56:12.673Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/hibernate.html</loc>
-<lastmod>2024-05-30T11:57:46.170Z</lastmod>
+<lastmod>2024-05-30T12:56:12.673Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/index.html</loc>
-<lastmod>2024-05-30T11:57:46.170Z</lastmod>
+<lastmod>2024-05-30T12:56:12.673Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/javadoc.html</loc>
-<lastmod>2024-05-30T11:57:46.170Z</lastmod>
+<lastmod>2024-05-30T12:56:12.673Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/log4j-1.2-api.html</loc>
-<lastmod>2024-05-30T11:57:46.170Z</lastmod>
+<lastmod>2024-05-30T12:56:12.673Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/log4j-appserver.html</loc>
-<lastmod>2024-05-30T11:57:46.170Z</lastmod>
+<lastmod>2024-05-30T12:56:12.673Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/log4j-cassandra.html</loc>
-<lastmod>2024-05-30T11:57:46.170Z</lastmod>
+<lastmod>2024-05-30T12:56:12.673Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/log4j-couchdb.html</loc>
-<lastmod>2024-05-30T11:57:46.170Z</lastmod>
+<lastmod>2024-05-30T12:56:12.673Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/log4j-docker.html</loc>
-<lastmod>2024-05-30T11:57:46.170Z</lastmod>
+<lastmod>2024-05-30T12:56:12.673Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/log4j-flume-ng.html</loc>
-<lastmod>2024-05-30T11:57:46.170Z</lastmod>
+<lastmod>2024-05-30T12:56:12.673Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/log4j-iostreams.html</loc>
-<lastmod>2024-05-30T11:57:46.170Z</lastmod>
+<lastmod>2024-05-30T12:56:12.673Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/log4j-jakarta-web.html</loc>
-<lastmod>2024-05-30T11:57:46.170Z</lastmod>
+<lastmod>2024-05-30T12:56:12.673Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/log4j-spring-boot.html</loc>
-<lastmod>2024-05-30T11:57:46.170Z</lastmod>
+<lastmod>2024-05-30T12:56:12.673Z</lastmod>
 </url>
 <url>
 
<loc>https://logging.apache.org/log4j/2.x/log4j-spring-cloud-config-client.html</loc>
-<lastmod>2024-05-30T11:57:46.170Z</lastmod>
+<lastmod>2024-05-30T12:56:12.673Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/log4j-spring-cloud-config.html</loc>
-<lastmod>2024-05-30T11:57:46.170Z</lastmod>
+<lastmod>2024-05-30T12:56:12.673Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/log4j-taglib.html</loc>
-<lastmod>2024-05-30T11:57:46.170Z</lastmod>
+<lastmod>2024-05-30T12:56:12.673Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/log4j-web.html</loc>
-<lastmod>2024-05-30T11:57:46.170Z</lastmod>
+<lastmod>2024-05-30T12:56:12.673Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/api.html</loc>
-<lastmod>2024-05-30T11:57:46.170Z</lastmod>
+<lastmod>2024-05-30T12:56:12.673Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/appenders.html</loc>
-<lastmod>2024-05-30T11:57:46.170Z</lastmod>
+<lastmod>2024-05-30T12:56:12.673Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/architecture.html</loc>
-<lastmod>2024-05-30T11:57:46.170Z</lastmod>
+<lastmod>2024-05-30T12:56:12.673Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/async.html</loc>
-<lastmod>2024-05-30T11:57:46.170Z</lastmod>
+<lastmod>2024-05-30T12:56:12.673Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/cloud.html</loc>
-<lastmod>2024-05-30T11:57:46.170Z</lastmod>
+<lastmod>2024-05-30T12:56:12.673Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/compatibility.html</loc>
-<lastmod>2024-05-30T11:57:46.170Z</lastmod>
+<lastmod>2024-05-30T12:56:12.673Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/configuration.html</loc>
-<lastmod>2024-05-30T11:57:46.170Z</lastmod>
+<lastmod>2024-05-30T12:56:12.673Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/customconfig.html</loc>
-<lastmod>2024-05-30T11:57:46.170Z</lastmod>
+<lastmod>2024-05-30T12:56:12.673Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/customloglevels.html</loc>
-<lastmod>2024-05-30T11:57:46.170Z</lastmod>
+<lastmod>2024-05-30T12:56:12.673Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/eventlogging.html</loc>
-<lastmod>2024-05-30T11:57:46.170Z</lastmod>
+<lastmod>2024-05-30T12:56:12.673Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/extending.html</loc>
-<lastmod>2024-05-30T11:57:46.170Z</lastmod>
+<lastmod>2024-05-30T12:56:12.673Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/filters.html</loc>
-<lastmod>2024-05-30T11:57:46.170Z</lastmod>
+<lastmod>2024-05-30T12:56:12.673Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/flowtracing.html</loc>
-<lastmod>2024-05-30T11:57:46.170Z</lastmod>
+<lastmod>2024-05-30T12:56:12.673Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/garbagefree.html</loc>
-<lastmod>2024-05-30T11:57:46.170Z</lastmod>
+<lastmod>2024-05-30T12:56:12.673Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/getting-started.html</loc>
-<lastmod>2024-05-30T11:57:46.170Z</lastmod>
+<lastmod>2024-05-30T12:56:12.673Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/index.html</loc>
-<lastmod>2024-05-30T11:57:46.170Z</lastmod>
+<lastmod>2024-05-30T12:56:12.673Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/installation.html</loc>
-<lastmod>2024-05-30T11:57:46.170Z</lastmod>
+<lastmod>2024-05-30T12:56:12.673Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/jmx.html</loc>
-<lastmod>2024-05-30T11:57:46.170Z</lastmod>
+<lastmod>2024-05-30T12:56:12.673Z</lastmod>
 </url>
 <url>
 
<loc>https://logging.apache.org/log4j/2.x/manual/json-template-layout.html</loc>
-<lastmod>2024-05-30T11:57:46.170Z</lastmod>
+<lastmod>2024-05-30T12:56:12.673Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/layouts.html</loc>
-<lastmod>2024-05-30T11:57:46.170Z</lastmod>
+<lastmod>2024-05-30T12:56:12.673Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/logbuilder.html</loc>
-<lastmod>2024-05-30T11:57:46.170Z</lastmod>
+<lastmod>2024-05-30T12:56:12.673Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/logsep.html</loc>
-<lastmod>2024-05-30T11:57:46.170Z</lastmod>
+<lastmod>2024-05-30T12:56:12.673Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/lookups.html</loc>
-<lastmod>2024-05-30T11:57:46.170Z</lastmod>
+<lastmod>2024-05-30T12:56:12.673Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/markers.html</loc>
-<lastmod>2024-05-30T11:57:46.170Z</lastmod>
+<lastmod>2024-05-30T12:56:12.673Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/messages.html</loc>
-<lastmod>2024-05-30T11:57:46.170Z</lastmod>
+<lastmod>2024-05-30T12:56:12.673Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/migration.html</loc>
-<lastmod>2024-05-30T11:57:46.170Z</lastmod>
+<lastmod>2024-05-30T12:56:12.673Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/performance.html</loc>
-<lastmod>2024-05-30T11:57:46.170Z</lastmod>
+<lastmod>2024-05-30T12:56:12.673Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/plugins.html</loc>
-<lastmod>2024-05-30T11:57:46.170Z</lastmod>
+<lastmod>2024-05-30T12:56:12.673Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/resource-logger.html</loc>
-<lastmod>2024-05-30T11:57:46.170Z</lastmod>
+<lastmod>2024-05-30T12:56:12.673Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/scoped-context.html</loc>
-<lastmod>2024-05-30T11:57:46.170Z</lastmod>
+<lastmod>2024-05-30T12:56:12.673Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/scripts.html</loc>
-<lastmod>2024-05-30T11:57:46.170Z</lastmod>
+<lastmod>2024-05-30T12:56:12.673Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/simple-logger.html</loc>
-<lastmod>2024-05-30T11:57:46.170Z</lastmod>
+<lastmod>2024-05-30T12:56:12.673Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/status-logger.html</loc>
-<lastmod>2024-05-30T11:57:46.170Z</lastmod>
+<lastmod>2024-05-30T12:56:12.673Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/systemproperties.html</loc>
-<lastmod>2024-05-30T11:57:46.170Z</lastmod>
+<lastmod>2024-05-30T12:56:12.673Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/thread-context.html</loc>
-<lastmod>2024-05-30T11:57:46.170Z</lastmod>
+<lastmod>2024-05-30T12:56:12.673Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/webapp.html</loc>
-<lastmod>2024-05-30T11:57:46.170Z</lastmod>
+<lastmod>2024-05-30T12:56:12.673Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/migrate-from-logback.html</loc>
-<lastmod>2024-05-30T11:57:46.170Z</lastmod>
+<lastmod>2024-05-30T12:56:12.673Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/migrate-from-slf4j.html</loc>
-<lastmod>2024-05-30T11:57:46.170Z</lastmod>
+<lastmod>2024-05-30T12:56:12.673Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/plugin-reference.html</loc>
-<lastmod>2024-05-30T11:57:46.170Z</lastmod>
+<lastmod>2024-05-30T12:56:12.673Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/release-notes.html</loc>
-<lastmod>2024-05-30T11:57:46.170Z</lastmod>
+<lastmod>2024-05-30T12:56:12.673Z</lastmod>
 </url>
 </urlset>

Reply via email to