This is an automated email from the ASF dual-hosted git repository. grobmeier pushed a commit to branch ms12_conversion_of_md_files in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
commit ea28736fcaa2f38043dc827e6bcdac0bc7941c8f Author: Christian Grobmeier <[email protected]> AuthorDate: Thu Mar 7 18:52:24 2024 +0100 removed obsolete site.xml --- src/site/site.xml | 318 ------------------------------------------------------ 1 file changed, 318 deletions(-) diff --git a/src/site/site.xml b/src/site/site.xml deleted file mode 100644 index bb40d21658..0000000000 --- a/src/site/site.xml +++ /dev/null @@ -1,318 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- - ~ Licensed to the Apache Software Foundation (ASF) under one or more - ~ contributor license agreements. See the NOTICE file distributed with - ~ this work for additional information regarding copyright ownership. - ~ The ASF licenses this file to you under the Apache License, Version 2.0 - ~ (the "License"); you may not use this file except in compliance with - ~ the License. You may obtain a copy of the License at - ~ - ~ http://www.apache.org/licenses/LICENSE-2.0 - ~ - ~ Unless required by applicable law or agreed to in writing, software - ~ distributed under the License is distributed on an "AS IS" BASIS, - ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - ~ See the License for the specific language governing permissions and - ~ limitations under the License. - --> -<project name="Log4j" - xmlns="http://maven.apache.org/DECORATION/1.4.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/DECORATION/1.4.0 http://maven.apache.org/xsd/decoration-1.4.0.xsd"> - <bannerLeft> - <src>images/ls-logo.jpg</src> - <href>http://logging.apache.org</href> - </bannerLeft> - <bannerRight> - <src>images/logo.png</src> - <href>http://logging.apache.org/log4j/3.x</href> - </bannerRight> - <skin> - <groupId>org.apache.maven.skins</groupId> - <artifactId>maven-fluido-skin</artifactId> - <version>1.8</version> - </skin> - <body> - <links> -<!-- <item name="Logging Wiki" href="https://cwiki.apache.org/confluence/display/LOGGING/Log4j"/>--> - <item name="Apache" href="https://www.apache.org/"/> - <item name="Logging Services" href="https://logging.apache.org/"/> -<!-- <item name="Sonar" href="https://analysis.apache.org/dashboard/index/org.apache.logging.log4j:log4j"/>--> -<!-- <item name="GitHub" href="https://github.com/apache/logging-log4j2"/>--> - </links> - - <menu name="Apache Log4j™ 3.x" inherit="top"> -<!-- <item name="About" href="/index.html"/>--> - <item name="Download" href="/download.html"/> - <item name="Javadoc" href="/javadoc.html"/> - <item name="Maven, Ivy, Gradle Artifacts" href="/maven-artifacts.html" collapse="true"> - <item name="Maven" href="/maven-artifacts.html#Using_Log4j_in_your_Apache_Maven_build" /> - <item name="Ivy" href="/maven-artifacts.html#Using_Log4j_in_your_Apache_Ivy_build" /> - <item name="Gradle" href="/maven-artifacts.html#Using_Log4j_in_your_Gradle_build" /> - <item name="SBT" href="/maven-artifacts.html#Using_Log4j_in_your_SBT_build" /> - <item name="Bill of Material" href="/maven-artifacts.html#Bill_of_Material" /> - <item name="Optional Components" href="/maven-artifacts.html#Optional_Components" /> - <item name="Snapshot builds" href="/maven-artifacts.html#Snapshot_builds" /> - </item> - <item name="Runtime Dependencies" href="/runtime-dependencies.html"/> -<!-- <item name="Release Notes" href="/release-notes.html"/>--> -<!-- <item name="FAQ" href="/faq.html"/>--> - <item name="Performance" href="/performance.html" collapse="true"> - <item name="Benchmarks" href="/performance.html#benchmarks" /> - <item name="Logging Library Comparison" href="/performance.html#loglibComparison" /> - <item name="Async Logging Comparison" href="/performance.html#asyncLogging" /> - <item name="Async Logging Latency" href="/performance.html#asyncLoggingResponseTime" /> - <item name="Parameters" href="/performance.html#asyncLoggingWithParams" /> - <item name="Location" href="/performance.html#asyncLoggingWithLocation" /> - <item name="File Logging Comparison" href="/performance.html#fileLoggingComparison" /> - <item name="Filtering Comparison" href="/performance.html#filtering" /> - <item name="Trade-offs" href="/performance.html#tradeoffs" /> - </item> -<!-- <item name="Articles and Tutorials" href="/articles.html"/>--> -<!-- <item name="Security" href="/security.html"/>--> -<!-- <item name="Support" href="/support.html"/>--> - <item name="Thanks" href="/thanks.html"/> - </menu> - -<!-- <menu name="For Contributors" inherit="top">--> -<!-- <item name="Guidelines" href="/guidelines.html"/>--> -<!-- <item name="Style Guide" href="/javastyle.html"/>--> -<!-- </menu>--> - - <menu name="Manual" inherit="top"> -<!-- <item name="Introduction" href="/manual/index.html"/>--> -<!-- <item name="Architecture" href="/manual/architecture.html"/>--> -<!-- <item name="Log4j 1.x Compatibility" href="manual/compatibility.html"/>--> -<!-- <item name="Log4j 1.x Migration" href="manual/migration.html"/>--> - -<!-- <item name="Java API" href="/manual/api.html" collapse="true">--> -<!-- <item name="Log Builder" href="manual/logbuilder.html"/>--> -<!-- <item name="Flow Tracing" href="manual/flowtracing.html"/>--> -<!-- <item name="Markers" href="manual/markers.html"/>--> -<!-- <item name="Event Logging" href="/manual/eventlogging.html"/>--> -<!-- <item name="Messages" href="/manual/messages.html"/>--> -<!-- <item name="ThreadContext" href="/manual/thread-context.html"/>--> -<!-- </item>--> - -<!-- <item name="Scala API" href="/manual/scala-api.html"/>--> - -<!-- <item name="Configuration" href="/manual/configuration.html" collapse="true">--> -<!-- <item name="Configuration Architecture" href="/manual/configuration.html#Architecture"/>--> -<!-- <item name="Arbiters" href="/manual/configuration.html#Arbiters"/>--> -<!-- <item name="Automatic Configuration" href="/manual/configuration.html#AutomaticConfiguration"/>--> -<!-- <item name="Additivity" href="/manual/configuration.html#Additivity"/>--> -<!-- <item name="Automatic Reconfiguration" href="/manual/configuration.html#AutomaticReconfiguration"/>--> -<!-- <item name="Chainsaw Support" href="/manual/configuration.html#ChainsawSupport"/>--> -<!-- <item name="Configuration Syntax" href="/manual/configuration.html#ConfigurationSyntax" />--> -<!-- <item name="XML Syntax" href="/manual/configuration.html#XML"/>--> -<!-- <item name="JSON Syntax" href="/manual/configuration.html#JSON"/>--> -<!-- <item name="YAML Syntax" href="/manual/configuration.html#YAML"/>--> -<!-- <item name="Properties Syntax" href="/manual/configuration.html#Properties"/>--> -<!-- <item name="Configuring Loggers" href="/manual/configuration.html#Loggers"/>--> -<!-- <item name="Configuring Appenders" href="/manual/configuration.html#Appenders"/>--> -<!-- <item name="Configuring Filters" href="/manual/configuration.html#Filters"/>--> -<!-- <item name="Property Substitution" href="/manual/configuration.html#PropertySubstitution"/>--> -<!-- <item name="Lookup Variables" href="/manual/configuration.html#RuntimeLookup"/>--> -<!-- <item name="Scripts" href="/manual/configuration.html#Scripts"/>--> -<!-- <item name="XInclude" href="/manual/configuration.html#XInclude"/>--> -<!-- <item name="Composite Configurations" href="/manual/configuration.html#CompositeConfiguration"/>--> -<!-- <item name="Status Messages" href="/manual/configuration.html#StatusMessages"/>--> -<!-- <item name="Unit Testing in Maven" href="/manual/configuration.html#UnitTestingInMaven"/>--> -<!-- <item name="System Properties" href="/manual/systemProperties.html"/>--> -<!-- </item>--> - -<!-- <item name="Usage" href="/manual/usage.html" collapse="true">--> -<!-- <item name="Static vs non-Static Loggers" href="/manual/usage.html?#StaticVsNonStatic"/>--> -<!-- <item name="Logger Name vs Class Name" href="/manual/usage.html?#LoggerVsClass"/>--> -<!-- <item name="Logging in the Cloud" href="/manual/cloud.html"/>--> -<!-- </item>--> - -<!-- <item name="Lookups" href="/manual/lookups.html" collapse="true">--> -<!-- <item name="Context Map" href="/manual/lookups.html#ContextMapLookup"/>--> -<!-- <item name="Date" href="/manual/lookups.html#DateLookup"/>--> -<!-- <item name="Docker" href="manual/lookups.html#DockerLookup"/>--> -<!-- <item name="Environment" href="/manual/lookups.html#EnvironmentLookup"/>--> -<!-- <item name="Event" href="/manual/lookups.html#EventLookup"/>--> -<!-- <item name="Java" href="/manual/lookups.html#JavaLookup"/>--> -<!-- <item name="JNDI" href="/manual/lookups.html#JndiLookup"/>--> -<!-- <item name="JVM Arguments" href="/manual/lookups.html#JmxRuntimeInputArgumentsLookup"/>--> -<!-- <item name="Kubernetes" href="/manual/lookups.html#KubernetesLookup"/>--> -<!-- <item name="Log4j Config" href="/manual/lookups.html#Log4jConfigLookup"/>--> -<!-- <item name="Lower" href="/manual/lookups.html#LowerLookup"/>--> -<!-- <item name="Main Arguments" href="/manual/lookups.html#AppMainArgsLookup"/>--> -<!-- <item name="Map" href="/manual/lookups.html#MapLookup"/>--> -<!-- <item name="Structured Data" href="/manual/lookups.html#StructuredDataLookup"/>--> -<!-- <item name="System Properties" href="/manual/lookups.html#SystemPropertiesLookup"/>--> -<!-- <item name="Upper" href="/manual/lookups.html#UpperLookup"/>--> -<!-- </item>--> - -<!-- <item name="Appenders" href="/manual/appenders.html" collapse="true">--> -<!-- <item name="Async" href="/manual/appenders.html#AsyncAppender"/>--> -<!-- <item name="Console" href="/manual/appenders.html#ConsoleAppender"/>--> -<!-- <item name="Failover" href="/manual/appenders.html#FailoverAppender"/>--> -<!-- <item name="File" href="/manual/appenders.html#FileAppender"/>--> -<!-- <item name="Flume" href="/manual/appenders.html#FlumeAppender"/>--> -<!-- <item name="JDBC" href="/manual/appenders.html#JDBCAppender"/>--> -<!-- <item name="HTTP" href="/manual/appenders.html#HttpAppender"/>--> -<!-- <item name="Memory Mapped File" href="/manual/appenders.html#MemoryMappedFileAppender"/>--> -<!-- <item name="NoSQL" href="/manual/appenders.html#NoSQLAppender"/>--> -<!-- <item name="NoSQL for MongoDB" href="/manual/appenders.html#NoSQLAppenderMongoDB"/>--> -<!-- <item name="Output Stream" href="/manual/appenders.html#OutputStreamAppender"/>--> -<!-- <item name="Random Access File" href="/manual/appenders.html#RandomAccessFileAppender"/>--> -<!-- <item name="Rewrite" href="/manual/appenders.html#RewriteAppender"/>--> -<!-- <item name="Rolling File" href="/manual/appenders.html#RollingFileAppender"/>--> -<!-- <item name="Rolling Random Access File" href="/manual/appenders.html#RollingRandomAccessFileAppender"/>--> -<!-- <item name="Routing" href="/manual/appenders.html#RoutingAppender"/>--> -<!-- <item name="ScriptAppenderSelector" href="/manual/appenders.html#ScriptAppenderSelector"/>--> -<!-- <item name="Socket" href="/manual/appenders.html#SocketAppender"/>--> -<!-- <item name="SSL" href="/manual/appenders.html#SSL"/>--> -<!-- <item name="Syslog" href="/manual/appenders.html#SyslogAppender"/>--> -<!-- </item>--> - -<!-- <item name="Layouts" href="/manual/layouts.html" collapse="true">--> -<!-- <item name="CSV" href="/manual/layouts.html#CSVLayouts"/>--> -<!-- <item name="HTML" href="/manual/layouts.html#HTMLLayout"/>--> -<!-- <item name="JSON Template" href="/manual/json-template-layout.html"/>--> -<!-- <item name="Pattern" href="/manual/layouts.html#PatternLayout"/>--> -<!-- <item name="RFC-5424" href="/manual/layouts.html#RFC5424Layout"/>--> -<!-- <item name="Serialized" href="/manual/layouts.html#SerializedLayout"/>--> -<!-- <item name="Syslog" href="/manual/layouts.html#SyslogLayout"/>--> -<!-- <item name="Location Information" href="/manual/layouts.html#LocationInformation"/>--> -<!-- </item>--> - -<!-- <item name="Filters" href="/manual/filters.html" collapse="true">--> -<!-- <item name="Burst" href="/manual/filters.html#BurstFilter"/>--> -<!-- <item name="Composite Filter" href="/manual/filters.html#CompositeFilter"/>--> -<!-- <item name="Dynamic Threshold" href="/manual/filters.html#DynamicThresholdFilter"/>--> -<!-- <item name="Map" href="/manual/filters.html#MapFilter"/>--> -<!-- <item name="Marker" href="/manual/filters.html#MarkerFilter"/>--> -<!-- <item name="Mutable Thread Context Map" href="/manual/filters.html#MutableThreadContextMapFilter"/>--> -<!-- <item name="Regex" href="/manual/filters.html#RegexFilter"/>--> -<!-- <item name="Script" href="/manual/filters.html#Script"/>--> -<!-- <item name="Structured Data" href="/manual/filters.html#StructuredDataFilter"/>--> -<!-- <item name="Thread Context Map" href="/manual/filters.html#ThreadContextMapFilter"/>--> -<!-- <item name="Threshold" href="/manual/filters.html#ThresholdFilter"/>--> -<!-- <item name="Time" href="/manual/filters.html#TimeFilter"/>--> -<!-- </item>--> - -<!-- <item name="Async Loggers" href="/manual/async.html" collapse="true">--> -<!-- <item name="Trade-offs" href="/manual/async.html#Trade-offs"/>--> -<!-- <item name="All Loggers Async" href="/manual/async.html#AllAsync"/>--> -<!-- <item name="Mixed Sync & Async" href="/manual/async.html#MixedSync-Async"/>--> -<!-- <item name="WaitStrategy" href="/manual/async.html#WaitStrategy"/>--> -<!-- <item name="Location" href="/manual/async.html#Location"/>--> -<!-- <item name="Performance" href="/manual/async.html#Performance"/>--> -<!-- <item name="Under The Hood" href="/manual/async.html#UnderTheHood"/>--> -<!-- </item>--> - -<!-- <item name="Garbage-free Logging" href="/manual/garbagefree.html" collapse="true">--> -<!-- <item name="Configuration" href="/manual/garbagefree.html#Config"/>--> -<!-- <item name="Supported Appenders" href="/manual/garbagefree.html#Appenders"/>--> -<!-- <item name="Supported Layouts" href="/manual/garbagefree.html#Layouts"/>--> -<!-- <item name="Supported Filters" href="/manual/garbagefree.html#Filters"/>--> -<!-- <item name="API Changes" href="/manual/garbagefree.html#api"/>--> -<!-- <item name="Impact on Application Code" href="/manual/garbagefree.html#codeImpact"/>--> -<!-- <item name="Performance" href="/manual/garbagefree.html#Performance"/>--> -<!-- <item name="Under the Hood" href="/manual/garbagefree.html#UnderTheHood"/>--> -<!-- </item>--> - -<!-- <item name="JMX" href="/manual/jmx.html"/>--> -<!-- <item name="Logging Separation" href="/manual/logsep.html"/>--> - -<!-- <item name="Extending Log4j" href="/manual/extending.html" collapse="true">--> -<!-- <item name="LoggerContextFactory" href="/manual/extending.html#LoggerContextFactory"/>--> -<!-- <item name="ContextSelector" href="/manual/extending.html#ContextSelector"/>--> -<!-- <item name="ConfigurationFactory" href="/manual/extending.html#ConfigurationFactory"/>--> -<!-- <item name="LoggerConfig" href="/manual/extending.html#LoggerConfig"/>--> -<!-- <item name="LogEventFactory" href="/manual/extending.html#LogEventFactory"/>--> -<!-- <item name="MessageFactory" href="/manual/extending.html#MessageFactory"/>--> -<!-- <item name="Lookups" href="/manual/extending.html#Lookups"/>--> -<!-- <item name="Filters" href="/manual/extending.html#Filters"/>--> -<!-- <item name="Appenders" href="/manual/extending.html#Appenders"/>--> -<!-- <item name="Layouts" href="/manual/extending.html#Layouts"/>--> -<!-- <item name="PatternConverters" href="/manual/extending.html#PatternConverters"/>--> -<!-- <item name="Plugin Builders" href="/manual/extending.html#Plugin_Builders"/>--> -<!-- <item name="Custom ContextDataInjector" href="/manual/extending.html#Custom_ContextDataInjector"/>--> -<!-- <item name="Custom Plugins" href="/manual/extending.html#Custom_Plugins"/>--> -<!-- </item>--> - -<!-- <item name="Plugins" href="/manual/plugins.html" collapse="true">--> -<!-- <item name="Core" href="/manual/plugins.html#Core"/>--> -<!-- <item name="Converters" href="/manual/plugins.html#Converters"/>--> -<!-- <item name="Key Providers" href="/manual/plugins.html#KeyProviders"/>--> -<!-- <item name="Lookups" href="/manual/plugins.html#Lookups"/>--> -<!-- <item name="Type Converters" href="/manual/plugins.html#TypeConverters"/>--> -<!-- <item name="Developer Notes" href="/manual/plugins.html#DeveloperNotes"/>--> -<!-- </item>--> - -<!-- <item name="Programmatic Log4j Configuration" href="/manual/customconfig.html" collapse="true">--> -<!-- <item name="ConfigurationBuilder API" href="/manual/customconfig.html#ConfigurationBuilder"/>--> -<!-- <item name="Understanding ConfigurationFactory" href="/manual/customconfig.html#ConfigurationFactory"/>--> -<!-- <item name="Example" href="/manual/customconfig.html#Example"/>--> -<!-- <item name="Using Configurator" href="/manual/customconfig.html#Configurator"/>--> -<!-- <item name="Config File and Code" href="/manual/customconfig.html#Hybrid"/>--> -<!-- <item name="After Initialization" href="/manual/customconfig.html#AddingToCurrent"/>--> -<!-- <item name="Appending to Writers & OutputStreams" href="/manual/customconfig.html#AppendingToWritersAndOutputStreams"/>--> -<!-- </item>--> - -<!-- <item name="Custom Log Levels" href="/manual/customloglevels.html" collapse="true">--> -<!-- <item name="In Code" href="/manual/customloglevels.html#DefiningLevelsInCode"/>--> -<!-- <item name="In Configuration" href="/manual/customloglevels.html#DefiningLevelsInConfiguration"/>--> -<!-- <item name="Adding or Replacing Levels" href="/manual/customloglevels.html#AddingOrReplacingLevels"/>--> -<!-- <item name="Custom Loggers" href="/manual/customloglevels.html#CustomLoggers"/>--> -<!-- <item name="Custom Logger Example" href="/manual/customloglevels.html#ExampleUsage"/>--> -<!-- <item name="Code Generation Tool" href="/manual/customloglevels.html#CodeGen"/>--> -<!-- </item>--> - -<!-- </menu>--> - -<!-- <menu name="Related Projects" inherit="top">--> -<!-- <item name="Log4j-Scala" href="http://logging.apache.org/log4j/scala/index.html"/>--> -<!-- </menu>--> - -<!-- <menu name="Older Releases" inherit="top">--> -<!-- <item name="Log4j 1.2 - End of Life" href="http://logging.apache.org/log4j/1.2/"/>--> -<!-- <item name="Log4j 2.3 - Java 6" href="http://logging.apache.org/log4j/log4j-2.3/"/>--> -<!-- <item name="Log4j 2.12.1 - Java 7" href="http://logging.apache.org/log4j/log4j-2.12.1/"/>--> -<!-- <item name="Log4j 2.x - Latest release for Java 8" href="http://logging.apache.org/log4j/2.x/"/>--> -<!-- </menu>--> - -<!-- <menu name="Internal Components" inherit="top">--> -<!-- <item name="API" href="log4j-api.html"/>--> -<!-- <item name="Implementation" href="log4j-core.html"/>--> -<!-- <item name="Log4j 1.2 API" href="log4j-1.2-api.html"/>--> -<!-- <item name="SLF4J Binding" href="log4j-slf4j-impl.html"/>--> -<!-- <item name="JUL Adapter" href="log4j-jul.html"/>--> -<!-- <item name="JDK Platform Logger" href="log4j-jpl.html"/>--> -<!-- <item name="Log4j 2 to SLF4J Adapter" href="log4j-to-slf4j.html"/>--> -<!-- <item name="JDBC Appender" href="log4j-jdbc-dbcp2.html"/>--> -<!-- <item name="Apache Flume Appender" href="log4j-flume-ng.html"/>--> -<!-- <item name="MongoDB 4 appender" href="log4j-mongodb4.html"/>--> -<!-- <item name="IO Streams" href="log4j-iostreams.html"/>--> -<!-- <item name="Docker Support" href="log4j-docker.html"/>--> -<!-- <item name="Kubernetes Support" href="log4j-kubernetes.html"/>--> -<!-- <item name="Spring Cloud Config Client" href="log4j-spring-cloud-config-client.html"/>--> -<!-- <item name="Log4j Transformation Tools" href="log4j-transform"/>--> -<!-- </menu>--> - -<!-- <menu name="External Components">--> -<!-- <item name="Log4j Jakarta EE" href="/log4j/jakarta"/>--> -<!-- <item name="Log4j JMX GUI" href="/log4j/jmx-gui"/>--> -<!-- <item name="Log4j Tools" href="/log4j/tools"/>--> -<!-- <item name="Log4j Transformation Tools" href="/log4j/transform"/>--> -<!-- </menu>--> - - <menu name="Project Information"> - <item name="Project Team" href="/team.html" /> - <item name="Project License" href="https://www.apache.org/licenses/LICENSE-2.0" /> - <item name="Source Repository" href="https://github.com/apache/logging-log4j2/tree/main" /> - </menu> - -<!-- <menu name="Project Reports">--> -<!-- <item name="RAT Report" href="/rat-report.html" />--> -<!-- </menu>--> - <footer><![CDATA[<p align="center">Copyright © ${project.inceptionYear}-${currentYear} <a class="external" href="http://www.apache.org">The Apache Software Foundation</a>. All Rights Reserved.<br> - Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, and the Apache Logging project logo are trademarks of The Apache Software Foundation.</p>]]> - </footer> - </body> -</project>
