You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by da...@apache.org on 2020/08/27 06:56:39 UTC

svn commit: r1064832 [3/21] - in /websites/production/logging/content/log4net/log4net-2.0.9: ./ css/ images/ img/ js/ release/ release/howto/ release/manual/

Added: websites/production/logging/content/log4net/log4net-2.0.9/css/bootstrap.min.css
==============================================================================
--- websites/production/logging/content/log4net/log4net-2.0.9/css/bootstrap.min.css (added)
+++ websites/production/logging/content/log4net/log4net-2.0.9/css/bootstrap.min.css Thu Aug 27 06:56:38 2020
@@ -0,0 +1,9 @@
+/*!
+ * Bootstrap v2.2.1
+ *
+ * Copyright 2012 Twitter, Inc
+ * Licensed under the Apache License v2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Designed and built with all the love in the world @twitter by @mdo and @fat.

[... 2 lines stripped ...]
Added: websites/production/logging/content/log4net/log4net-2.0.9/css/maven-theme.css
==============================================================================
--- websites/production/logging/content/log4net/log4net-2.0.9/css/maven-theme.css (added)
+++ websites/production/logging/content/log4net/log4net-2.0.9/css/maven-theme.css Thu Aug 27 06:56:38 2020
@@ -0,0 +1,141 @@
+body {
+  padding: 0px 0px 10px 0px;
+}
+body, td, select, input, li{
+  font-family: Verdana, Helvetica, Arial, sans-serif;
+  font-size: 13px;
+}
+code{
+  font-family: Courier, monospace;
+  font-size: 13px;
+}
+a {
+  text-decoration: none;
+}
+a:link {
+  color:#36a;
+}
+a:visited  {
+  color:#47a;
+}
+a:active, a:hover {
+  color:#69c;
+}
+#legend li.externalLink {
+  background: url(../images/external.png) left top no-repeat;
+  padding-left: 18px;
+}
+a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover {
+  background: url(../images/external.png) right center no-repeat;
+  padding-right: 18px;
+}
+#legend li.newWindow {
+  background: url(../images/newwindow.png) left top no-repeat;
+  padding-left: 18px;
+}
+a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover {
+  background: url(../images/newwindow.png) right center no-repeat;
+  padding-right: 18px;
+}
+h2 {
+  padding: 4px 4px 4px 6px;
+  border: 1px solid #999;
+  color: #900;
+  background-color: #ddd;
+  font-weight:900;
+  font-size: x-large;
+}
+h3 {
+  padding: 4px 4px 4px 6px;
+  border: 1px solid #aaa;
+  color: #900;
+  background-color: #eee;
+  font-weight: normal;
+  font-size: large;
+}
+h4 {
+  padding: 4px 4px 4px 6px;
+  border: 1px solid #bbb;
+  color: #900;
+  background-color: #fff;
+  font-weight: normal;
+  font-size: large;
+}
+h5 {
+  padding: 4px 4px 4px 6px;
+  color: #900;
+  font-size: normal;
+}
+p {
+  line-height: 1.3em;
+  font-size: small;
+}
+#breadcrumbs {
+  border-top: 1px solid #aaa;
+  border-bottom: 1px solid #aaa;
+  background-color: #ccc;
+}
+#leftColumn {
+  margin: 10px 0 0 5px;
+  border: 1px solid #999;
+  background-color: #eee;
+}
+#navcolumn h5 {
+  font-size: smaller;
+  border-bottom: 1px solid #aaaaaa;
+  padding-top: 2px;
+  color: #000;
+}
+
+table.bodyTable th {
+  color: white;
+  background-color: #bbb;
+  text-align: left;
+  font-weight: bold;
+}
+
+table.bodyTable th, table.bodyTable td {
+  font-size: 1em;
+}
+
+table.bodyTable tr.a {
+  background-color: #ddd;
+}
+
+table.bodyTable tr.b {
+  background-color: #eee;
+}
+
+.source {
+  border: 1px solid #999;
+}
+dl {
+  padding: 4px 4px 4px 6px;
+  border: 1px solid #aaa;
+  background-color: #ffc;
+}
+dt {
+  color: #900;
+}
+#organizationLogo img, #projectLogo img, #projectLogo span{
+  margin: 8px;
+}
+#banner {
+  border-bottom: 1px solid #fff;
+}
+.errormark, .warningmark, .donemark, .infomark {
+  background: url(../images/icon_error_sml.gif) no-repeat;
+}
+
+.warningmark {
+  background-image: url(../images/icon_warning_sml.gif);
+}
+
+.donemark {
+  background-image: url(../images/icon_success_sml.gif);
+}
+
+.infomark {
+  background-image: url(../images/icon_info_sml.gif);
+}
+

Added: websites/production/logging/content/log4net/log4net-2.0.9/css/site.css
==============================================================================
--- websites/production/logging/content/log4net/log4net-2.0.9/css/site.css (added)
+++ websites/production/logging/content/log4net/log4net-2.0.9/css/site.css Thu Aug 27 06:56:38 2020
@@ -0,0 +1,114 @@
+/*
+ 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.
+*/
+
+div.clear { clear:both; visibility: hidden; }
+div.clear hr { display: none; }
+
+/* Tweaks to the bootstrap theme
+--------------------------------- */
+li { line-height: 20px; }
+tt { font: 12px Menlo, Monaco, "Courier New", monospace; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; padding: 3px 4px; background-color: #f7f7f9; border: 1px solid #e1e1e8; }
+tt, code { color: #4e648e }
+dt { margin: 15px 0 5px 0; font-size: 1.2em }
+
+.big-red { font-weight: bold; color: #D14 }
+.big-green { font-weight: bold; color: green }
+
+.layout-table { width: 100%; }
+.sidebar { width: 250px; vertical-align: top; }
+.content { padding-left: 20px; vertical-align: top; }
+
+.sidebar-nav { padding: 9px 0; }
+
+.logo-left { margin: 10px; float: left }
+.logo-right { margin: 5px; float: right; height: 100px }
+
+.navbar .nav { margin-left: 40px; }
+
+.nav-list { margin-bottom: 15px; }
+.nav-list li { line-height: 16px; }
+.nav-list li.nav-header { color: #333; }
+.nav-list li.nav-header i { margin-right: 5px; }
+
+.nav-list li a { background: no-repeat 16px 9px; padding-left: 34px; }
+.nav-list li.collapsed > a { background-image: url(../images/collapsed.gif) }
+.nav-list li.expanded > a { background-image: url(../images/expanded.gif) }
+
+.nav-list li.expanded ul { list-style: none; margin-left: 0; }
+.nav-list li.expanded li a { display: block; padding: 3px 15px 3px 45px; margin-left: -15px; margin-right: -15px; }
+.nav-list li.expanded li a:hover { text-decoration: none; background-color: #eee; }
+.nav-list li.expanded li.active a { background-color: #08C; color: white }
+
+.nav.nav-tabs { margin-bottom: 8px; }
+
+.content .section { margin-top: 20px; }
+.content .section:first-child { margin-top: 0; }
+.section h2 { margin-bottom: 10px; }
+.section h3 { margin-bottom: 10px; }
+.section h4 { margin-bottom: 10px; }
+
+.footer { background-color: whitesmoke; padding: 15px; margin-top: 15px; text-align: center; border-top: 1px solid #eee; }
+.footer p { font-size: 12px; margin: 0 }
+
+.table-not-wide { width: inherit;}
+.alert-heading { display: block; font-size: 14px; margin-bottom: 6px; font-weight: bold; }
+
+/* Pretty printing styles. Used with prettify.js.
+---------------------------------------------------- */
+.com { color: #93a1a1; }
+.lit { color: #195f91; }
+.pun, .opn, .clo { color: #93a1a1; }
+.fun { color: #dc322f; }
+.str, .atv { color: #D14; }
+.kwd, .linenums .tag { color: #1e347b; }
+.typ, .atn, .dec, .var { color: teal; }
+.pln { color: #48484c; }
+.prettyprint { padding: 8px; background-color: #f7f7f9; border: 1px solid #e1e1e8; }
+.prettyprint.linenums {
+  -webkit-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
+     -moz-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
+          box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
+}
+ol.linenums { margin: 0 0 0 33px; }
+ol.linenums li { padding-left: 12px; color: #bebec5; line-height: 18px; text-shadow: 0 1px 0 #fff; }
+
+/* Additional styles.
+-----------------------*/
+
+/* fixed width font links (e.g., to a JavaDoc page) */
+a.javadoc, a.javadoc:hover {
+    font: 12px Menlo, Monaco, "Courier New", monospace;
+}
+/* reset code links to same color as normal links */
+a.javadoc, a tt, a code {
+    color: #0088CC;
+}
+
+/* add film icons to youtube and vimeo links (.icon-film) */
+a[href^='https://www.youtube.com/']::before,
+a[href^='https://vimeo.com/']::before {
+    display: inline-block;
+    width: 14px;
+    height: 14px;
+    margin-top: 1px;
+    margin-right: .3em;
+    line-height: 14px;
+    vertical-align: text-top;
+    content: '';
+    /* .icon-film */
+    background: url("../img/glyphicons-halflings.png") no-repeat -192px 0;
+}

Added: websites/production/logging/content/log4net/log4net-2.0.9/doap_log4net.rdf
==============================================================================
--- websites/production/logging/content/log4net/log4net-2.0.9/doap_log4net.rdf (added)
+++ websites/production/logging/content/log4net/log4net-2.0.9/doap_log4net.rdf Thu Aug 27 06:56:38 2020
@@ -0,0 +1,114 @@
+<?xml version="1.0"?>
+<?xml-stylesheet type="text/xsl"?>
+<rdf:RDF xml:lang="en"
+         xmlns="http://usefulinc.com/ns/doap#" 
+         xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
+         xmlns:asfext="http://projects.apache.org/ns/asfext#"
+         xmlns:foaf="http://xmlns.com/foaf/0.1/">
+<!--
+ 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 rdf:about="http://logging.apache.org/log4net">
+    <created>2007-02-09</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
+    <name>Apache log4net</name>
+    <homepage rdf:resource="http://logging.apache.org/log4net/" />
+    <asfext:pmc rdf:resource="http://logging.apache.org" />
+    <shortdesc>Apache log4net provides logging services for .NET.</shortdesc>
+    <bug-database rdf:resource="https://issues.apache.org/jira/browse/LOG4NET" />
+    <mailing-list rdf:resource="http://logging.apache.org/log4net/mail-lists.html" />
+    <download-page rdf:resource="http://logging.apache.org/log4net/download_log4net.cgi" />
+    <programming-language>C#</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/library" />
+    <repository>
+      <GITRepository>
+        <location rdf:resource="https://git-wip-us.apache.org/repos/asf/logging-log4net.git"/>
+        <browse rdf:resource="https://git-wip-us.apache.org/repos/asf/logging-log4net.git"/>
+      </GITRepository>
+    </repository>
+    <release>
+      <Version>
+        <name>Apache log4net 1.2.9</name>
+        <created>2005-03-21</created>
+        <revision>1.2.9</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Apache log4net 1.2.10</name>
+        <created>2006-04-19</created>
+        <revision>1.2.10</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Apache log4net 1.2.11</name>
+        <created>2011-10-12</created>
+        <revision>1.2.11</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Apache log4net 1.2.12</name>
+        <created>2013-09-12</created>
+        <revision>1.2.12</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Apache log4net 1.2.13</name>
+        <created>2013-11-21</created>
+        <revision>1.2.13</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Apache log4net 1.2.14</name>
+        <created>2015-11-11</created>
+        <revision>1.2.14</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Apache log4net 1.2.15</name>
+        <created>2015-12-09</created>
+        <revision>1.2.15</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Apache log4net 2.0.6</name>
+        <created>2016-12-25</created>
+        <revision>2.0.6</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Apache log4net 2.0.7</name>
+        <created>2017-01-05</created>
+        <revision>2.0.7</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Apache log4net 2.0.8</name>
+        <created>2017-03-11</created>
+        <revision>2.0.8</revision>
+      </Version>
+    </release>
+  </Project>
+</rdf:RDF>

Added: websites/production/logging/content/log4net/log4net-2.0.9/download_log4net.cgi
==============================================================================
--- websites/production/logging/content/log4net/log4net-2.0.9/download_log4net.cgi (added)
+++ websites/production/logging/content/log4net/log4net-2.0.9/download_log4net.cgi Thu Aug 27 06:56:38 2020
@@ -0,0 +1,22 @@
+#!/bin/sh
+
+# 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.
+
+# Wrapper script around mirrors.cgi script
+# (we must change to that directory in order for python to pick up the
+#  python includes correctly)
+cd /www/www.apache.org/dyn/mirrors
+/www/www.apache.org/dyn/mirrors/mirrors.cgi $*

Added: websites/production/logging/content/log4net/log4net-2.0.9/download_log4net.html
==============================================================================
--- websites/production/logging/content/log4net/log4net-2.0.9/download_log4net.html (added)
+++ websites/production/logging/content/log4net/log4net-2.0.9/download_log4net.html Thu Aug 27 06:56:38 2020
@@ -0,0 +1,393 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<!--
+   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.
+-->
+<!-- Generated by Apache Maven Doxia at 2020-08-26 -->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+	<head>
+		<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+		<title>Apache log4net &#x2013; Download Apache log4net - Apache log4net</title>
+		<link rel="stylesheet" href="./css/bootstrap.min.css" type="text/css" />
+		<link rel="stylesheet" href="./css/site.css" type="text/css" />
+		<script type="text/javascript" src="./js/jquery.min.js"></script>
+		<script type="text/javascript" src="./js/bootstrap.min.js"></script>
+		<script type="text/javascript" src="./js/prettify.min.js"></script>
+		<script type="text/javascript" src="./js/site.js"></script>
+    <meta name="Date-Revision-yyyymmdd" content="20200826" />
+    <meta http-equiv="Content-Language" content="en" />
+		
+				</head>
+	<body class="composite">
+		<a href="https://logging.apache.org/">
+			<img class="logo-left" src="./images/ls-logo.jpg" alt="Apache logging services logo" />
+		</a>
+		<!--img class="logo-right" src="./images/logo.png" alt="Apache log4net logo" /-->
+		<div class="clear"></div>
+
+		<div class="navbar">
+			<div class="navbar-inner">
+				<div class="container-fluid">
+					<a class="brand" href="http://logging.apache.org/log4net/">Apache log4net &trade;</a>
+						<ul class="nav">
+						<li>
+					
+				
+				<a href="https://wiki.apache.org/logging" class="external" target="_blank" title="Logging Wiki">Logging Wiki</a>
+			</li>
+					<li>
+					
+				
+				<a href="https://www.apache.org/" class="external" target="_blank" title="Apache">Apache</a>
+			</li>
+					<li>
+					
+				
+				<a href="https://logging.apache.org/" class="external" target="_blank" title="Logging Services">Logging Services</a>
+			</li>
+					<li>
+					
+				
+				<a href="https://github.com/apache/logging-log4net/" class="external" target="_blank" title="GitHub">GitHub</a>
+			</li>
+		</ul>
+				</div>
+			</div>
+		</div>
+
+		<div class="container-fluid">
+			<table class="layout-table">
+				<tr>
+					<td class="sidebar">
+						<div class="well sidebar-nav">
+										<ul class="nav nav-list">
+		 											 <li class="nav-header"><i class="icon-home"></i>Apache log4net</li>
+																						<li class="none">
+									<a href="index.html" title="About">About</a>
+					</li>
+ 																<li class="none">
+									<a href="download_log4net.cgi" title="Download">Download</a>
+					</li>
+ 																<li class="none">
+									<a href="release/security-reports.html" title="Security Reports">Security Reports</a>
+					</li>
+ 																<li class="none">
+									<a href="release/release-notes.html" title="Release Notes">Release Notes</a>
+					</li>
+ 																<li class="none">
+									<a href="license.html" title="License">License</a>
+					</li>
+ 								</ul>
+			<ul class="nav nav-list">
+		 											 <li class="nav-header"><i class="icon-file"></i>Documentation</li>
+																						<li class="none">
+									<a href="release/features.html" title="Features">Features</a>
+					</li>
+ 																<li class="none">
+									<a href="release/framework-support.html" title="Supported Frameworks">Supported Frameworks</a>
+					</li>
+ 																<li class="none">
+									<a href="release/example-apps.html" title="Example Apps">Example Apps</a>
+					</li>
+ 																<li class="none">
+									<a href="release/config-examples.html" title="Config Examples">Config Examples</a>
+					</li>
+ 																<li class="none">
+									<a href="release/building.html" title="Building">Building</a>
+					</li>
+ 																<li class="none">
+									<a href="release/faq.html" title="FAQ">FAQ</a>
+					</li>
+ 																<li class="none">
+									<a href="release/howto/index.html" title="How Tos">How Tos</a>
+					</li>
+ 																<li class="none">
+									<a href="release/sdk/index.html" title="SDK Reference">SDK Reference</a>
+					</li>
+ 								</ul>
+			<ul class="nav nav-list">
+		 											 <li class="nav-header"><i class="icon-book"></i>Manual</li>
+																						<li class="none">
+									<a href="release/manual/introduction.html" title="Introduction">Introduction</a>
+					</li>
+ 																<li class="none">
+									<a href="release/manual/configuration.html" title="Configuration">Configuration</a>
+					</li>
+ 																<li class="none">
+									<a href="release/manual/contexts.html" title="Contexts">Contexts</a>
+					</li>
+ 																<li class="none">
+									<a href="release/manual/plugins.html" title="Plugins">Plugins</a>
+					</li>
+ 																<li class="none">
+									<a href="release/manual/repositories.html" title="Repositories">Repositories</a>
+					</li>
+ 																<li class="none">
+									<a href="release/manual/internals.html" title="Internals">Internals</a>
+					</li>
+ 								</ul>
+			<ul class="nav nav-list">
+		 											 <li class="nav-header"><i class="icon-pencil"></i>For Contributors</li>
+																						<li class="none">
+									<a href="mail-lists.html" title="Mailing Lists">Mailing Lists</a>
+					</li>
+ 																<li class="none">
+									<a href="issue-tracking.html" title="Issue Tracking">Issue Tracking</a>
+					</li>
+ 																<li class="none">
+									<a href="source-repository.html" title="Repository">Repository</a>
+					</li>
+ 																<li class="none">
+									<a href="integration.html" title="Continuous Integration">Continuous Integration</a>
+					</li>
+ 								</ul>
+			<ul class="nav nav-list">
+		 											 <li class="nav-header"><i class="icon-cog"></i>Project Reports</li>
+																						<li class="none">
+									<a href="rat-report.html" title="RAT Report">RAT Report</a>
+					</li>
+ 								</ul>
+			<ul class="nav nav-list">
+		 											 <li class="nav-header"><i class="icon-info-sign"></i>Apache</li>
+																						<li class="none">
+					
+				
+				<a href="http://www.apache.org/" class="external" target="_blank" title="Home">Home</a>
+					</li>
+ 																<li class="none">
+					
+				
+				<a href="http://www.apache.org/licenses/" class="external" target="_blank" title="License">License</a>
+					</li>
+ 																<li class="none">
+					
+				
+				<a href="http://www.apache.org/foundation/sponsorship.html" class="external" target="_blank" title="Sponsorship">Sponsorship</a>
+					</li>
+ 																<li class="none">
+					
+				
+				<a href="http://www.apache.org/foundation/thanks.html" class="external" target="_blank" title="Thanks">Thanks</a>
+					</li>
+ 																<li class="none">
+					
+				
+				<a href="http://www.apache.org/security/" class="external" target="_blank" title="Security">Security</a>
+					</li>
+ 																<li class="none">
+					
+				
+				<a href="http://www.apachecon.com" class="external" target="_blank" title="Conferences">Conferences</a>
+					</li>
+ 								</ul>
+							</div>
+						<div id="poweredBy">
+															<a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
+				<img class="poweredBy" alt="Built by Maven" src="./images/maven-feather.png" />
+			</a>
+									</div>
+					</td>
+					<td class="content">
+						<!-- 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. -->
+  
+    <div class="section">
+<h2><a name="Download_Apache_log4net"></a>Download Apache log4net&#x2122;</h2>
+
+      
+<p>Apache log4net is distributed under the <a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.html">Apache
+      License, version 2.0</a>.</p>
+
+      
+<p>Starting with log4net 1.2.11 log4net is available as source only or
+      binary only release.</p>
+
+      
+<p>Users who download the ZIP files to Windows may need to unblock the
+      archive (right click on the ZIP and press the &quot;Unblock&quot; button)
+      before extracting it.</p>
+  
+      
+<div class="section">
+<h3><a name="Using_a_Mirror"></a>Using a Mirror</h3>
+        
+<p>We recommend you use a mirror to download our release
+        builds, but you <b>must</b> verify the integrity of
+        the downloaded files using signatures downloaded from our main
+        distribution directories. Recent releases (48 hours) may not
+        yet be available from the mirrors.</p>
+
+        
+<p>You are currently using <b>[preferred]</b>.  If you
+        encounter a problem with this mirror, please select another
+        mirror.  If all mirrors are failing, there are <i>backup</i>
+        mirrors (at the end of the mirrors list) that should be
+        available.
+        <br /></br>
+        [if-any logo]<a href="[link]"><img src="[logo]" align="right" border="0" alt="" /></img></a>[end]
+        </p>
+
+        <form action="[location]" method="get" id="SelectMirror">
+          
+<p>
+            Other mirrors: 
+            <select name="Preferred">
+              [if-any http]
+              [for http]<option value="[http]">[http]</option>[end]
+              [end]
+              [if-any ftp]
+              [for ftp]<option value="[ftp]">[ftp]</option>[end]
+              [end]
+              [if-any backup]
+              [for backup]<option value="[backup]">[backup] (backup)</option>[end]
+              [end]
+            </select>
+            <input type="submit" value="Change"></input>
+          </p>
+        </form>
+
+        
+<p>The <a class="externalLink" href="http://www.apache.org/dist/logging/log4net/KEYS">KEYS</a> link
+        links to the code signing keys used to sign the product.  The
+        <tt>PGP</tt> link downloads the OpenPGP compatible
+        signature from our main site.  The <tt>MD5</tt> link
+        downloads the checksum from the main site.</p>
+      </div>
+    </div>
+
+    
+<div class="section">
+<h2><a name="log4net_2.0.8"></a>log4net 2.0.8</h2>
+
+      
+<div class="section">
+<h3><a name="Source"></a>Source</h3>
+        
+<table border="0" class="bodyTable">
+          
+<tr class="a">
+            
+<td><a href="[preferred]/logging/log4net/source/log4net-2.0.8-src.zip">log4net-2.0.8-src.zip</a></td>
+              
+<td><a class="externalLink" href="http://www.apache.org/dist/logging/log4net/source/log4net-2.0.8-src.zip.md5">md5</a></td>
+              
+<td><a class="externalLink" href="http://www.apache.org/dist/logging/log4net/source/log4net-2.0.8-src.zip.asc">pgp</a></td>
+          </tr>
+        </table>
+      </div>
+
+      
+<div class="section">
+<h3><a name="Binaries"></a>Binaries</h3>
+
+        
+<p>There are two different binary releases,
+        <tt>oldkey</tt> and <tt>newkey</tt>.  Both contain
+        assemblies built for most supported platforms and have been
+        built from the same code base, they only differ in the strong
+        name key used to sign the assemblies.</p>
+
+        
+<p>See <a href="./release/faq.html#two-snks">the FAQ</a> for
+        background.  We recommend you use the assemblies signed with
+        the &quot;new&quot; key whenever possible.</p>
+
+        
+<table border="0" class="bodyTable">
+          
+<tr class="a">
+            
+<td><a href="[preferred]/logging/log4net/binaries/log4net-2.0.8-bin-newkey.zip">log4net-2.0.8-bin-newkey.zip</a></td>
+              
+<td><a class="externalLink" href="http://www.apache.org/dist/logging/log4net/binaries/log4net-2.0.8-bin-newkey.zip.md5">md5</a></td>
+              
+<td><a class="externalLink" href="http://www.apache.org/dist/logging/log4net/binaries/log4net-2.0.8-bin-newkey.zip.asc">pgp</a></td>
+          </tr>
+          
+<tr class="b">
+            
+<td><a href="[preferred]/logging/log4net/binaries/log4net-2.0.8-bin-oldkey.zip">log4net-2.0.8-bin-oldkey.zip</a></td>
+              
+<td><a class="externalLink" href="http://www.apache.org/dist/logging/log4net/binaries/log4net-2.0.8-bin-oldkey.zip.md5">md5</a></td>
+              
+<td><a class="externalLink" href="http://www.apache.org/dist/logging/log4net/binaries/log4net-2.0.8-bin-oldkey.zip.asc">pgp</a></td>
+          </tr>
+        </table>
+      </div>
+
+    </div>
+
+    
+<div class="section">
+<h2><a name="Archives"></a>Archives</h2>
+      
+<p>Release 1.2.11 and all more recent releases are available
+      from the Apache Software Foundation's <a class="externalLink" href="http://archive.apache.org/dist/logging/log4net/">distribution
+      archive</a>.</p>
+
+      
+<p>The 1.2.10 and 1.2.9 releases have been created while log4net
+      was still undergoing incubation and those releases are available
+      from the <a class="externalLink" href="http://archive.apache.org/dist/incubator/log4net/">distribution
+      archive</a> for the Incubator project.</p>
+
+      
+<p>Previous releases of log4net are available from the
+      <a class="externalLink" href="http://sourceforge.net/project/showfiles.php?group_id=31983&amp;release_id=171808">SourceForge Project Site</a>.</p>
+    </div>
+  
+
+  
+<div class="section">
+<h2><a name="Verify_Releases"></a>Verify Releases</h2>
+
+    
+<p>It is essential that you verify the integrity of the downloaded
+    files using the PGP signature or MD5 checksums.  The checksums are
+    not as strong indicators as the PGP signature.</p>
+
+    
+<p>Please read <a class="externalLink" href="http://httpd.apache.org/dev/verification.html">Verifying
+    Apache HTTP Server Releases</a> for more information on why you
+    should verify our releases.  The PGP keys used to sign our
+    distributions are part of the <a class="externalLink" href="http://www.apache.org/dist/logging/log4net/KEYS">KEYS
+    file</a>.</p>
+  </div>
+
+					</td>
+				</tr>
+			</table>
+		</div>
+
+		<div class="footer">
+							<p>Copyright &copy; 2004-2020 <a class="external" href="http://www.apache.org">Apache Software Foundation</a>. All Rights Reserved.</p>
+				<p>Apache log4net, Apache, log4net, the Apache feather logo, the Apache Logging Services project logo and the Built by Maven logo are trademarks of The Apache Software Foundation.</p>
+				<p>Site powered by <a class="external" href="http://getbootstrap.com/">Twitter Bootstrap</a>. Icons from <a class="external" href="http://glyphicons.com/">Glyphicons Free</a>.</p>
+			</div>
+		</div>
+	</body>
+</html>

Added: websites/production/logging/content/log4net/log4net-2.0.9/history.html
==============================================================================
--- websites/production/logging/content/log4net/log4net-2.0.9/history.html (added)
+++ websites/production/logging/content/log4net/log4net-2.0.9/history.html Thu Aug 27 06:56:38 2020
@@ -0,0 +1,269 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<!--
+   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.
+-->
+<!-- Generated by Apache Maven Doxia at 2020-08-26 -->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+	<head>
+		<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+		<title>Apache log4net &#x2013; Apache log4net: Project History - Apache log4net</title>
+		<link rel="stylesheet" href="./css/bootstrap.min.css" type="text/css" />
+		<link rel="stylesheet" href="./css/site.css" type="text/css" />
+		<script type="text/javascript" src="./js/jquery.min.js"></script>
+		<script type="text/javascript" src="./js/bootstrap.min.js"></script>
+		<script type="text/javascript" src="./js/prettify.min.js"></script>
+		<script type="text/javascript" src="./js/site.js"></script>
+      <meta name="author" content="Nicko Cadell" />
+    <meta name="Date-Revision-yyyymmdd" content="20200826" />
+    <meta http-equiv="Content-Language" content="en" />
+		<meta name="keywords" content="log4net project history, log4net" />
+				</head>
+	<body class="composite">
+		<a href="https://logging.apache.org/">
+			<img class="logo-left" src="./images/ls-logo.jpg" alt="Apache logging services logo" />
+		</a>
+		<!--img class="logo-right" src="./images/logo.png" alt="Apache log4net logo" /-->
+		<div class="clear"></div>
+
+		<div class="navbar">
+			<div class="navbar-inner">
+				<div class="container-fluid">
+					<a class="brand" href="http://logging.apache.org/log4net/">Apache log4net &trade;</a>
+						<ul class="nav">
+						<li>
+					
+				
+				<a href="https://wiki.apache.org/logging" class="external" target="_blank" title="Logging Wiki">Logging Wiki</a>
+			</li>
+					<li>
+					
+				
+				<a href="https://www.apache.org/" class="external" target="_blank" title="Apache">Apache</a>
+			</li>
+					<li>
+					
+				
+				<a href="https://logging.apache.org/" class="external" target="_blank" title="Logging Services">Logging Services</a>
+			</li>
+					<li>
+					
+				
+				<a href="https://github.com/apache/logging-log4net/" class="external" target="_blank" title="GitHub">GitHub</a>
+			</li>
+		</ul>
+				</div>
+			</div>
+		</div>
+
+		<div class="container-fluid">
+			<table class="layout-table">
+				<tr>
+					<td class="sidebar">
+						<div class="well sidebar-nav">
+										<ul class="nav nav-list">
+		 											 <li class="nav-header"><i class="icon-home"></i>Apache log4net</li>
+																						<li class="none">
+									<a href="index.html" title="About">About</a>
+					</li>
+ 																<li class="none">
+									<a href="download_log4net.cgi" title="Download">Download</a>
+					</li>
+ 																<li class="none">
+									<a href="release/security-reports.html" title="Security Reports">Security Reports</a>
+					</li>
+ 																<li class="none">
+									<a href="release/release-notes.html" title="Release Notes">Release Notes</a>
+					</li>
+ 																<li class="none">
+									<a href="license.html" title="License">License</a>
+					</li>
+ 								</ul>
+			<ul class="nav nav-list">
+		 											 <li class="nav-header"><i class="icon-file"></i>Documentation</li>
+																						<li class="none">
+									<a href="release/features.html" title="Features">Features</a>
+					</li>
+ 																<li class="none">
+									<a href="release/framework-support.html" title="Supported Frameworks">Supported Frameworks</a>
+					</li>
+ 																<li class="none">
+									<a href="release/example-apps.html" title="Example Apps">Example Apps</a>
+					</li>
+ 																<li class="none">
+									<a href="release/config-examples.html" title="Config Examples">Config Examples</a>
+					</li>
+ 																<li class="none">
+									<a href="release/building.html" title="Building">Building</a>
+					</li>
+ 																<li class="none">
+									<a href="release/faq.html" title="FAQ">FAQ</a>
+					</li>
+ 																<li class="none">
+									<a href="release/howto/index.html" title="How Tos">How Tos</a>
+					</li>
+ 																<li class="none">
+									<a href="release/sdk/index.html" title="SDK Reference">SDK Reference</a>
+					</li>
+ 								</ul>
+			<ul class="nav nav-list">
+		 											 <li class="nav-header"><i class="icon-book"></i>Manual</li>
+																						<li class="none">
+									<a href="release/manual/introduction.html" title="Introduction">Introduction</a>
+					</li>
+ 																<li class="none">
+									<a href="release/manual/configuration.html" title="Configuration">Configuration</a>
+					</li>
+ 																<li class="none">
+									<a href="release/manual/contexts.html" title="Contexts">Contexts</a>
+					</li>
+ 																<li class="none">
+									<a href="release/manual/plugins.html" title="Plugins">Plugins</a>
+					</li>
+ 																<li class="none">
+									<a href="release/manual/repositories.html" title="Repositories">Repositories</a>
+					</li>
+ 																<li class="none">
+									<a href="release/manual/internals.html" title="Internals">Internals</a>
+					</li>
+ 								</ul>
+			<ul class="nav nav-list">
+		 											 <li class="nav-header"><i class="icon-pencil"></i>For Contributors</li>
+																						<li class="none">
+									<a href="mail-lists.html" title="Mailing Lists">Mailing Lists</a>
+					</li>
+ 																<li class="none">
+									<a href="issue-tracking.html" title="Issue Tracking">Issue Tracking</a>
+					</li>
+ 																<li class="none">
+									<a href="source-repository.html" title="Repository">Repository</a>
+					</li>
+ 																<li class="none">
+									<a href="integration.html" title="Continuous Integration">Continuous Integration</a>
+					</li>
+ 								</ul>
+			<ul class="nav nav-list">
+		 											 <li class="nav-header"><i class="icon-cog"></i>Project Reports</li>
+																						<li class="none">
+									<a href="rat-report.html" title="RAT Report">RAT Report</a>
+					</li>
+ 								</ul>
+			<ul class="nav nav-list">
+		 											 <li class="nav-header"><i class="icon-info-sign"></i>Apache</li>
+																						<li class="none">
+					
+				
+				<a href="http://www.apache.org/" class="external" target="_blank" title="Home">Home</a>
+					</li>
+ 																<li class="none">
+					
+				
+				<a href="http://www.apache.org/licenses/" class="external" target="_blank" title="License">License</a>
+					</li>
+ 																<li class="none">
+					
+				
+				<a href="http://www.apache.org/foundation/sponsorship.html" class="external" target="_blank" title="Sponsorship">Sponsorship</a>
+					</li>
+ 																<li class="none">
+					
+				
+				<a href="http://www.apache.org/foundation/thanks.html" class="external" target="_blank" title="Thanks">Thanks</a>
+					</li>
+ 																<li class="none">
+					
+				
+				<a href="http://www.apache.org/security/" class="external" target="_blank" title="Security">Security</a>
+					</li>
+ 																<li class="none">
+					
+				
+				<a href="http://www.apachecon.com" class="external" target="_blank" title="Conferences">Conferences</a>
+					</li>
+ 								</ul>
+							</div>
+						<div id="poweredBy">
+															<a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
+				<img class="poweredBy" alt="Built by Maven" src="./images/maven-feather.png" />
+			</a>
+									</div>
+					</td>
+					<td class="content">
+						<!-- 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. -->
+
+    
+        <a name="main"></a>
+<div class="section" id="main">
+<h2><a name="Apache_log4net_Project_History"></a>Apache log4net&#x2122; Project History</h2>
+
+            
+<p>
+                The log4net project was started by <a class="externalLink" href="http://www.neoworks.com">Neoworks Limited</a> 
+                in June 2001. It was created as an internal project within Neoworks to port the Apache 
+                log4j&#x2122; code base to the Microsoft&#xae; .NET Framework. The code base was initially branched 
+                from a pre-alpha log4j 1.2.
+            </p>
+
+            
+<p>
+                In July 2001 a <a class="externalLink" href="http://sourceforge.net">Sourceforge</a> project was started
+                and log4net was published under the Apache Software License. The first public release of
+                log4net was made in September 2001. A further 10 releases were made on the sourceforge
+                site.
+            </p>
+
+            
+<p>
+                In December 2003 the Apache Logging Services project was created. 
+                In February 2004 log4net was donated by Neoworks to the Apache Software Foundation
+                to become a member of the Logging Services project. 
+            </p>
+            
+            
+<p>
+                In February 2007 log4net graduated from the Apache Incubator project to become a
+                fully fledged Apache project. Apache log4net is a subproject of the Logging Services project.
+            </p>
+            
+        </div>
+    
+
+
+					</td>
+				</tr>
+			</table>
+		</div>
+
+		<div class="footer">
+							<p>Copyright &copy; 2004-2020 <a class="external" href="http://www.apache.org">Apache Software Foundation</a>. All Rights Reserved.</p>
+				<p>Apache log4net, Apache, log4net, the Apache feather logo, the Apache Logging Services project logo and the Built by Maven logo are trademarks of The Apache Software Foundation.</p>
+				<p>Site powered by <a class="external" href="http://getbootstrap.com/">Twitter Bootstrap</a>. Icons from <a class="external" href="http://glyphicons.com/">Glyphicons Free</a>.</p>
+			</div>
+		</div>
+	</body>
+</html>

Added: websites/production/logging/content/log4net/log4net-2.0.9/images/collapsed.gif
==============================================================================
Binary file - no diff available.

Propchange: websites/production/logging/content/log4net/log4net-2.0.9/images/collapsed.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: websites/production/logging/content/log4net/log4net-2.0.9/images/expanded.gif
==============================================================================
Binary file - no diff available.

Propchange: websites/production/logging/content/log4net/log4net-2.0.9/images/expanded.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: websites/production/logging/content/log4net/log4net-2.0.9/images/external.png
==============================================================================
Binary file - no diff available.

Propchange: websites/production/logging/content/log4net/log4net-2.0.9/images/external.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: websites/production/logging/content/log4net/log4net-2.0.9/images/icon_error_sml.gif
==============================================================================
Binary file - no diff available.

Propchange: websites/production/logging/content/log4net/log4net-2.0.9/images/icon_error_sml.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: websites/production/logging/content/log4net/log4net-2.0.9/images/icon_info_sml.gif
==============================================================================
Binary file - no diff available.

Propchange: websites/production/logging/content/log4net/log4net-2.0.9/images/icon_info_sml.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: websites/production/logging/content/log4net/log4net-2.0.9/images/icon_success_sml.gif
==============================================================================
Binary file - no diff available.

Propchange: websites/production/logging/content/log4net/log4net-2.0.9/images/icon_success_sml.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: websites/production/logging/content/log4net/log4net-2.0.9/images/icon_warning_sml.gif
==============================================================================
Binary file - no diff available.

Propchange: websites/production/logging/content/log4net/log4net-2.0.9/images/icon_warning_sml.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: websites/production/logging/content/log4net/log4net-2.0.9/images/logo.jpg
==============================================================================
Binary file - no diff available.

Propchange: websites/production/logging/content/log4net/log4net-2.0.9/images/logo.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: websites/production/logging/content/log4net/log4net-2.0.9/images/ls-logo.jpg
==============================================================================
Binary file - no diff available.

Propchange: websites/production/logging/content/log4net/log4net-2.0.9/images/ls-logo.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: websites/production/logging/content/log4net/log4net-2.0.9/images/maven-feather.png
==============================================================================
Binary file - no diff available.

Propchange: websites/production/logging/content/log4net/log4net-2.0.9/images/maven-feather.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: websites/production/logging/content/log4net/log4net-2.0.9/images/newwindow.png
==============================================================================
Binary file - no diff available.

Propchange: websites/production/logging/content/log4net/log4net-2.0.9/images/newwindow.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: websites/production/logging/content/log4net/log4net-2.0.9/img/glyphicons-halflings-white.png
==============================================================================
Binary file - no diff available.

Propchange: websites/production/logging/content/log4net/log4net-2.0.9/img/glyphicons-halflings-white.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: websites/production/logging/content/log4net/log4net-2.0.9/img/glyphicons-halflings.png
==============================================================================
Binary file - no diff available.

Propchange: websites/production/logging/content/log4net/log4net-2.0.9/img/glyphicons-halflings.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: websites/production/logging/content/log4net/log4net-2.0.9/index.html
==============================================================================
--- websites/production/logging/content/log4net/log4net-2.0.9/index.html (added)
+++ websites/production/logging/content/log4net/log4net-2.0.9/index.html Thu Aug 27 06:56:38 2020
@@ -0,0 +1,259 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<!--
+   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.
+-->
+<!-- Generated by Apache Maven Doxia at 2020-08-26 -->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+	<head>
+		<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+		<title>Apache log4net &#x2013; Apache log4net: Home - Apache log4net</title>
+		<link rel="stylesheet" href="./css/bootstrap.min.css" type="text/css" />
+		<link rel="stylesheet" href="./css/site.css" type="text/css" />
+		<script type="text/javascript" src="./js/jquery.min.js"></script>
+		<script type="text/javascript" src="./js/bootstrap.min.js"></script>
+		<script type="text/javascript" src="./js/prettify.min.js"></script>
+		<script type="text/javascript" src="./js/site.js"></script>
+      <meta name="author" content="Nicko Cadell" />
+    <meta name="Date-Revision-yyyymmdd" content="20200826" />
+    <meta http-equiv="Content-Language" content="en" />
+		<meta name="keywords" content=".net, C#, VB.NET, logging, tracing, component, framework, API, log4net" />
+				</head>
+	<body class="composite">
+		<a href="https://logging.apache.org/">
+			<img class="logo-left" src="./images/ls-logo.jpg" alt="Apache logging services logo" />
+		</a>
+		<!--img class="logo-right" src="./images/logo.png" alt="Apache log4net logo" /-->
+		<div class="clear"></div>
+
+		<div class="navbar">
+			<div class="navbar-inner">
+				<div class="container-fluid">
+					<a class="brand" href="http://logging.apache.org/log4net/">Apache log4net &trade;</a>
+						<ul class="nav">
+						<li>
+					
+				
+				<a href="https://wiki.apache.org/logging" class="external" target="_blank" title="Logging Wiki">Logging Wiki</a>
+			</li>
+					<li>
+					
+				
+				<a href="https://www.apache.org/" class="external" target="_blank" title="Apache">Apache</a>
+			</li>
+					<li>
+					
+				
+				<a href="https://logging.apache.org/" class="external" target="_blank" title="Logging Services">Logging Services</a>
+			</li>
+					<li>
+					
+				
+				<a href="https://github.com/apache/logging-log4net/" class="external" target="_blank" title="GitHub">GitHub</a>
+			</li>
+		</ul>
+				</div>
+			</div>
+		</div>
+
+		<div class="container-fluid">
+			<table class="layout-table">
+				<tr>
+					<td class="sidebar">
+						<div class="well sidebar-nav">
+										<ul class="nav nav-list">
+		 											 <li class="nav-header"><i class="icon-home"></i>Apache log4net</li>
+																							<li class="none active">
+									<a href="index.html" title="About">About</a>
+					</li>
+ 																<li class="none">
+									<a href="download_log4net.cgi" title="Download">Download</a>
+					</li>
+ 																<li class="none">
+									<a href="release/security-reports.html" title="Security Reports">Security Reports</a>
+					</li>
+ 																<li class="none">
+									<a href="release/release-notes.html" title="Release Notes">Release Notes</a>
+					</li>
+ 																<li class="none">
+									<a href="license.html" title="License">License</a>
+					</li>
+ 								</ul>
+			<ul class="nav nav-list">
+		 											 <li class="nav-header"><i class="icon-file"></i>Documentation</li>
+																						<li class="none">
+									<a href="release/features.html" title="Features">Features</a>
+					</li>
+ 																<li class="none">
+									<a href="release/framework-support.html" title="Supported Frameworks">Supported Frameworks</a>
+					</li>
+ 																<li class="none">
+									<a href="release/example-apps.html" title="Example Apps">Example Apps</a>
+					</li>
+ 																<li class="none">
+									<a href="release/config-examples.html" title="Config Examples">Config Examples</a>
+					</li>
+ 																<li class="none">
+									<a href="release/building.html" title="Building">Building</a>
+					</li>
+ 																<li class="none">
+									<a href="release/faq.html" title="FAQ">FAQ</a>
+					</li>
+ 																<li class="none">
+									<a href="release/howto/index.html" title="How Tos">How Tos</a>
+					</li>
+ 																<li class="none">
+									<a href="release/sdk/index.html" title="SDK Reference">SDK Reference</a>
+					</li>
+ 								</ul>
+			<ul class="nav nav-list">
+		 											 <li class="nav-header"><i class="icon-book"></i>Manual</li>
+																						<li class="none">
+									<a href="release/manual/introduction.html" title="Introduction">Introduction</a>
+					</li>
+ 																<li class="none">
+									<a href="release/manual/configuration.html" title="Configuration">Configuration</a>
+					</li>
+ 																<li class="none">
+									<a href="release/manual/contexts.html" title="Contexts">Contexts</a>
+					</li>
+ 																<li class="none">
+									<a href="release/manual/plugins.html" title="Plugins">Plugins</a>
+					</li>
+ 																<li class="none">
+									<a href="release/manual/repositories.html" title="Repositories">Repositories</a>
+					</li>
+ 																<li class="none">
+									<a href="release/manual/internals.html" title="Internals">Internals</a>
+					</li>
+ 								</ul>
+			<ul class="nav nav-list">
+		 											 <li class="nav-header"><i class="icon-pencil"></i>For Contributors</li>
+																						<li class="none">
+									<a href="mail-lists.html" title="Mailing Lists">Mailing Lists</a>
+					</li>
+ 																<li class="none">
+									<a href="issue-tracking.html" title="Issue Tracking">Issue Tracking</a>
+					</li>
+ 																<li class="none">
+									<a href="source-repository.html" title="Repository">Repository</a>
+					</li>
+ 																<li class="none">
+									<a href="integration.html" title="Continuous Integration">Continuous Integration</a>
+					</li>
+ 								</ul>
+			<ul class="nav nav-list">
+		 											 <li class="nav-header"><i class="icon-cog"></i>Project Reports</li>
+																						<li class="none">
+									<a href="rat-report.html" title="RAT Report">RAT Report</a>
+					</li>
+ 								</ul>
+			<ul class="nav nav-list">
+		 											 <li class="nav-header"><i class="icon-info-sign"></i>Apache</li>
+																						<li class="none">
+					
+				
+				<a href="http://www.apache.org/" class="external" target="_blank" title="Home">Home</a>
+					</li>
+ 																<li class="none">
+					
+				
+				<a href="http://www.apache.org/licenses/" class="external" target="_blank" title="License">License</a>
+					</li>
+ 																<li class="none">
+					
+				
+				<a href="http://www.apache.org/foundation/sponsorship.html" class="external" target="_blank" title="Sponsorship">Sponsorship</a>
+					</li>
+ 																<li class="none">
+					
+				
+				<a href="http://www.apache.org/foundation/thanks.html" class="external" target="_blank" title="Thanks">Thanks</a>
+					</li>
+ 																<li class="none">
+					
+				
+				<a href="http://www.apache.org/security/" class="external" target="_blank" title="Security">Security</a>
+					</li>
+ 																<li class="none">
+					
+				
+				<a href="http://www.apachecon.com" class="external" target="_blank" title="Conferences">Conferences</a>
+					</li>
+ 								</ul>
+							</div>
+						<div id="poweredBy">
+															<a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
+				<img class="poweredBy" alt="Built by Maven" src="./images/maven-feather.png" />
+			</a>
+									</div>
+					</td>
+					<td class="content">
+						<!-- 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. -->
+
+    
+        <a name="main"></a>
+<div class="section" id="main">
+<h2><a name="What_is_Apache_log4net"></a>What is Apache log4net&#x2122;</h2>
+
+                
+<p>
+                    The Apache log4net library is a tool to help the programmer output log statements to a variety 
+                    of output targets. log4net is a port of the excellent Apache log4j&#x2122; framework to the 
+                    Microsoft&#xae; .NET runtime. We have kept the framework similar in spirit to the original log4j 
+                    while taking advantage of new features in the .NET runtime.
+                    For more information on log4net see the <a href="release/features.html">features</a> document.
+                </p>
+        </div>
+
+        <a name="project"></a>
+<div class="section" id="project">
+<h2><a name="The_Apache_log4net_project"></a>The Apache log4net project</h2>
+                
+<p>
+                    log4net is part of the <a class="externalLink" href="http://logging.apache.org/">Apache Logging Services</a> 
+                    project at the <a class="externalLink" href="http://www.apache.org/">Apache Software Foundation</a>. The Logging Services project is intended to provide cross-language logging 
+                    services for purposes of application debugging and auditing.
+                </p>
+        </div>
+    
+
+
+					</td>
+				</tr>
+			</table>
+		</div>
+
+		<div class="footer">
+							<p>Copyright &copy; 2004-2020 <a class="external" href="http://www.apache.org">Apache Software Foundation</a>. All Rights Reserved.</p>
+				<p>Apache log4net, Apache, log4net, the Apache feather logo, the Apache Logging Services project logo and the Built by Maven logo are trademarks of The Apache Software Foundation.</p>
+				<p>Site powered by <a class="external" href="http://getbootstrap.com/">Twitter Bootstrap</a>. Icons from <a class="external" href="http://glyphicons.com/">Glyphicons Free</a>.</p>
+			</div>
+		</div>
+	</body>
+</html>

Added: websites/production/logging/content/log4net/log4net-2.0.9/integration.html
==============================================================================
--- websites/production/logging/content/log4net/log4net-2.0.9/integration.html (added)
+++ websites/production/logging/content/log4net/log4net-2.0.9/integration.html Thu Aug 27 06:56:38 2020
@@ -0,0 +1,226 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<!--
+   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.
+-->
+<!-- Generated by Apache Maven Doxia at 2020-08-26 -->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+	<head>
+		<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+		<title>Apache log4net &#x2013; Continuous Integration - Apache log4net</title>
+		<link rel="stylesheet" href="./css/bootstrap.min.css" type="text/css" />
+		<link rel="stylesheet" href="./css/site.css" type="text/css" />
+		<script type="text/javascript" src="./js/jquery.min.js"></script>
+		<script type="text/javascript" src="./js/bootstrap.min.js"></script>
+		<script type="text/javascript" src="./js/prettify.min.js"></script>
+		<script type="text/javascript" src="./js/site.js"></script>
+    <meta name="Date-Revision-yyyymmdd" content="20200826" />
+    <meta http-equiv="Content-Language" content="en" />
+		
+				</head>
+	<body class="composite">
+		<a href="https://logging.apache.org/">
+			<img class="logo-left" src="./images/ls-logo.jpg" alt="Apache logging services logo" />
+		</a>
+		<!--img class="logo-right" src="./images/logo.png" alt="Apache log4net logo" /-->
+		<div class="clear"></div>
+
+		<div class="navbar">
+			<div class="navbar-inner">
+				<div class="container-fluid">
+					<a class="brand" href="http://logging.apache.org/log4net/">Apache log4net &trade;</a>
+						<ul class="nav">
+						<li>
+					
+				
+				<a href="https://wiki.apache.org/logging" class="external" target="_blank" title="Logging Wiki">Logging Wiki</a>
+			</li>
+					<li>
+					
+				
+				<a href="https://www.apache.org/" class="external" target="_blank" title="Apache">Apache</a>
+			</li>
+					<li>
+					
+				
+				<a href="https://logging.apache.org/" class="external" target="_blank" title="Logging Services">Logging Services</a>
+			</li>
+					<li>
+					
+				
+				<a href="https://github.com/apache/logging-log4net/" class="external" target="_blank" title="GitHub">GitHub</a>
+			</li>
+		</ul>
+				</div>
+			</div>
+		</div>
+
+		<div class="container-fluid">
+			<table class="layout-table">
+				<tr>
+					<td class="sidebar">
+						<div class="well sidebar-nav">
+										<ul class="nav nav-list">
+		 											 <li class="nav-header"><i class="icon-home"></i>Apache log4net</li>
+																						<li class="none">
+									<a href="index.html" title="About">About</a>
+					</li>
+ 																<li class="none">
+									<a href="download_log4net.cgi" title="Download">Download</a>
+					</li>
+ 																<li class="none">
+									<a href="release/security-reports.html" title="Security Reports">Security Reports</a>
+					</li>
+ 																<li class="none">
+									<a href="release/release-notes.html" title="Release Notes">Release Notes</a>
+					</li>
+ 																<li class="none">
+									<a href="license.html" title="License">License</a>
+					</li>
+ 								</ul>
+			<ul class="nav nav-list">
+		 											 <li class="nav-header"><i class="icon-file"></i>Documentation</li>
+																						<li class="none">
+									<a href="release/features.html" title="Features">Features</a>
+					</li>
+ 																<li class="none">
+									<a href="release/framework-support.html" title="Supported Frameworks">Supported Frameworks</a>
+					</li>
+ 																<li class="none">
+									<a href="release/example-apps.html" title="Example Apps">Example Apps</a>
+					</li>
+ 																<li class="none">
+									<a href="release/config-examples.html" title="Config Examples">Config Examples</a>
+					</li>
+ 																<li class="none">
+									<a href="release/building.html" title="Building">Building</a>
+					</li>
+ 																<li class="none">
+									<a href="release/faq.html" title="FAQ">FAQ</a>
+					</li>
+ 																<li class="none">
+									<a href="release/howto/index.html" title="How Tos">How Tos</a>
+					</li>
+ 																<li class="none">
+									<a href="release/sdk/index.html" title="SDK Reference">SDK Reference</a>
+					</li>
+ 								</ul>
+			<ul class="nav nav-list">
+		 											 <li class="nav-header"><i class="icon-book"></i>Manual</li>
+																						<li class="none">
+									<a href="release/manual/introduction.html" title="Introduction">Introduction</a>
+					</li>
+ 																<li class="none">
+									<a href="release/manual/configuration.html" title="Configuration">Configuration</a>
+					</li>
+ 																<li class="none">
+									<a href="release/manual/contexts.html" title="Contexts">Contexts</a>
+					</li>
+ 																<li class="none">
+									<a href="release/manual/plugins.html" title="Plugins">Plugins</a>
+					</li>
+ 																<li class="none">
+									<a href="release/manual/repositories.html" title="Repositories">Repositories</a>
+					</li>
+ 																<li class="none">
+									<a href="release/manual/internals.html" title="Internals">Internals</a>
+					</li>
+ 								</ul>
+			<ul class="nav nav-list">
+		 											 <li class="nav-header"><i class="icon-pencil"></i>For Contributors</li>
+																						<li class="none">
+									<a href="mail-lists.html" title="Mailing Lists">Mailing Lists</a>
+					</li>
+ 																<li class="none">
+									<a href="issue-tracking.html" title="Issue Tracking">Issue Tracking</a>
+					</li>
+ 																<li class="none">
+									<a href="source-repository.html" title="Repository">Repository</a>
+					</li>
+ 																	<li class="none active">
+									<a href="integration.html" title="Continuous Integration">Continuous Integration</a>
+					</li>
+ 								</ul>
+			<ul class="nav nav-list">
+		 											 <li class="nav-header"><i class="icon-cog"></i>Project Reports</li>
+																						<li class="none">
+									<a href="rat-report.html" title="RAT Report">RAT Report</a>
+					</li>
+ 								</ul>
+			<ul class="nav nav-list">
+		 											 <li class="nav-header"><i class="icon-info-sign"></i>Apache</li>
+																						<li class="none">
+					
+				
+				<a href="http://www.apache.org/" class="external" target="_blank" title="Home">Home</a>
+					</li>
+ 																<li class="none">
+					
+				
+				<a href="http://www.apache.org/licenses/" class="external" target="_blank" title="License">License</a>
+					</li>
+ 																<li class="none">
+					
+				
+				<a href="http://www.apache.org/foundation/sponsorship.html" class="external" target="_blank" title="Sponsorship">Sponsorship</a>
+					</li>
+ 																<li class="none">
+					
+				
+				<a href="http://www.apache.org/foundation/thanks.html" class="external" target="_blank" title="Thanks">Thanks</a>
+					</li>
+ 																<li class="none">
+					
+				
+				<a href="http://www.apache.org/security/" class="external" target="_blank" title="Security">Security</a>
+					</li>
+ 																<li class="none">
+					
+				
+				<a href="http://www.apachecon.com" class="external" target="_blank" title="Conferences">Conferences</a>
+					</li>
+ 								</ul>
+							</div>
+						<div id="poweredBy">
+															<a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
+				<img class="poweredBy" alt="Built by Maven" src="./images/maven-feather.png" />
+			</a>
+									</div>
+					</td>
+					<td class="content">
+						<div class="section">
+<h2><a name="Overview"></a>Overview</h2><a name="Overview"></a>
+<p>This project uses <a class="externalLink" href="http://jenkins-ci.org/">Jenkins</a>.</p></div>
+<div class="section">
+<h2><a name="Access"></a>Access</h2><a name="Access"></a>
+<p>The following is a link to the continuous integration system used by the project:</p>
+<div class="source">
+<pre><a class="externalLink" href="https://builds.apache.org/job/log4net-trunk-build/">https://builds.apache.org/job/log4net-trunk-build/</a></pre></div></div>
+<div class="section">
+<h2><a name="Notifiers"></a>Notifiers</h2><a name="Notifiers"></a>
+<p>No notifiers are defined. Please check back at a later date.</p></div>
+					</td>
+				</tr>
+			</table>
+		</div>
+
+		<div class="footer">
+							<p>Copyright &copy; 2004-2020 <a class="external" href="http://www.apache.org">Apache Software Foundation</a>. All Rights Reserved.</p>
+				<p>Apache log4net, Apache, log4net, the Apache feather logo, the Apache Logging Services project logo and the Built by Maven logo are trademarks of The Apache Software Foundation.</p>
+				<p>Site powered by <a class="external" href="http://getbootstrap.com/">Twitter Bootstrap</a>. Icons from <a class="external" href="http://glyphicons.com/">Glyphicons Free</a>.</p>
+			</div>
+		</div>
+	</body>
+</html>

Added: websites/production/logging/content/log4net/log4net-2.0.9/issue-tracking.html
==============================================================================
--- websites/production/logging/content/log4net/log4net-2.0.9/issue-tracking.html (added)
+++ websites/production/logging/content/log4net/log4net-2.0.9/issue-tracking.html Thu Aug 27 06:56:38 2020
@@ -0,0 +1,223 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<!--
+   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.
+-->
+<!-- Generated by Apache Maven Doxia at 2020-08-26 -->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+	<head>
+		<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+		<title>Apache log4net &#x2013; Issue Tracking - Apache log4net</title>
+		<link rel="stylesheet" href="./css/bootstrap.min.css" type="text/css" />
+		<link rel="stylesheet" href="./css/site.css" type="text/css" />
+		<script type="text/javascript" src="./js/jquery.min.js"></script>
+		<script type="text/javascript" src="./js/bootstrap.min.js"></script>
+		<script type="text/javascript" src="./js/prettify.min.js"></script>
+		<script type="text/javascript" src="./js/site.js"></script>
+    <meta name="Date-Revision-yyyymmdd" content="20200826" />
+    <meta http-equiv="Content-Language" content="en" />
+		
+				</head>
+	<body class="composite">
+		<a href="https://logging.apache.org/">
+			<img class="logo-left" src="./images/ls-logo.jpg" alt="Apache logging services logo" />
+		</a>
+		<!--img class="logo-right" src="./images/logo.png" alt="Apache log4net logo" /-->
+		<div class="clear"></div>
+
+		<div class="navbar">
+			<div class="navbar-inner">
+				<div class="container-fluid">
+					<a class="brand" href="http://logging.apache.org/log4net/">Apache log4net &trade;</a>
+						<ul class="nav">
+						<li>
+					
+				
+				<a href="https://wiki.apache.org/logging" class="external" target="_blank" title="Logging Wiki">Logging Wiki</a>
+			</li>
+					<li>
+					
+				
+				<a href="https://www.apache.org/" class="external" target="_blank" title="Apache">Apache</a>
+			</li>
+					<li>
+					
+				
+				<a href="https://logging.apache.org/" class="external" target="_blank" title="Logging Services">Logging Services</a>
+			</li>
+					<li>
+					
+				
+				<a href="https://github.com/apache/logging-log4net/" class="external" target="_blank" title="GitHub">GitHub</a>
+			</li>
+		</ul>
+				</div>
+			</div>
+		</div>
+
+		<div class="container-fluid">
+			<table class="layout-table">
+				<tr>
+					<td class="sidebar">
+						<div class="well sidebar-nav">
+										<ul class="nav nav-list">
+		 											 <li class="nav-header"><i class="icon-home"></i>Apache log4net</li>
+																						<li class="none">
+									<a href="index.html" title="About">About</a>
+					</li>
+ 																<li class="none">
+									<a href="download_log4net.cgi" title="Download">Download</a>
+					</li>
+ 																<li class="none">
+									<a href="release/security-reports.html" title="Security Reports">Security Reports</a>
+					</li>
+ 																<li class="none">
+									<a href="release/release-notes.html" title="Release Notes">Release Notes</a>
+					</li>
+ 																<li class="none">
+									<a href="license.html" title="License">License</a>
+					</li>
+ 								</ul>
+			<ul class="nav nav-list">
+		 											 <li class="nav-header"><i class="icon-file"></i>Documentation</li>
+																						<li class="none">
+									<a href="release/features.html" title="Features">Features</a>
+					</li>
+ 																<li class="none">
+									<a href="release/framework-support.html" title="Supported Frameworks">Supported Frameworks</a>
+					</li>
+ 																<li class="none">
+									<a href="release/example-apps.html" title="Example Apps">Example Apps</a>
+					</li>
+ 																<li class="none">
+									<a href="release/config-examples.html" title="Config Examples">Config Examples</a>
+					</li>
+ 																<li class="none">
+									<a href="release/building.html" title="Building">Building</a>
+					</li>
+ 																<li class="none">
+									<a href="release/faq.html" title="FAQ">FAQ</a>
+					</li>
+ 																<li class="none">
+									<a href="release/howto/index.html" title="How Tos">How Tos</a>
+					</li>
+ 																<li class="none">
+									<a href="release/sdk/index.html" title="SDK Reference">SDK Reference</a>
+					</li>
+ 								</ul>
+			<ul class="nav nav-list">
+		 											 <li class="nav-header"><i class="icon-book"></i>Manual</li>
+																						<li class="none">
+									<a href="release/manual/introduction.html" title="Introduction">Introduction</a>
+					</li>
+ 																<li class="none">
+									<a href="release/manual/configuration.html" title="Configuration">Configuration</a>
+					</li>
+ 																<li class="none">
+									<a href="release/manual/contexts.html" title="Contexts">Contexts</a>
+					</li>
+ 																<li class="none">
+									<a href="release/manual/plugins.html" title="Plugins">Plugins</a>
+					</li>
+ 																<li class="none">
+									<a href="release/manual/repositories.html" title="Repositories">Repositories</a>
+					</li>
+ 																<li class="none">
+									<a href="release/manual/internals.html" title="Internals">Internals</a>
+					</li>
+ 								</ul>
+			<ul class="nav nav-list">
+		 											 <li class="nav-header"><i class="icon-pencil"></i>For Contributors</li>
+																						<li class="none">
+									<a href="mail-lists.html" title="Mailing Lists">Mailing Lists</a>
+					</li>
+ 																	<li class="none active">
+									<a href="issue-tracking.html" title="Issue Tracking">Issue Tracking</a>
+					</li>
+ 																<li class="none">
+									<a href="source-repository.html" title="Repository">Repository</a>
+					</li>
+ 																<li class="none">
+									<a href="integration.html" title="Continuous Integration">Continuous Integration</a>
+					</li>
+ 								</ul>
+			<ul class="nav nav-list">
+		 											 <li class="nav-header"><i class="icon-cog"></i>Project Reports</li>
+																						<li class="none">
+									<a href="rat-report.html" title="RAT Report">RAT Report</a>
+					</li>
+ 								</ul>
+			<ul class="nav nav-list">
+		 											 <li class="nav-header"><i class="icon-info-sign"></i>Apache</li>
+																						<li class="none">
+					
+				
+				<a href="http://www.apache.org/" class="external" target="_blank" title="Home">Home</a>
+					</li>
+ 																<li class="none">
+					
+				
+				<a href="http://www.apache.org/licenses/" class="external" target="_blank" title="License">License</a>
+					</li>
+ 																<li class="none">
+					
+				
+				<a href="http://www.apache.org/foundation/sponsorship.html" class="external" target="_blank" title="Sponsorship">Sponsorship</a>
+					</li>
+ 																<li class="none">
+					
+				
+				<a href="http://www.apache.org/foundation/thanks.html" class="external" target="_blank" title="Thanks">Thanks</a>
+					</li>
+ 																<li class="none">
+					
+				
+				<a href="http://www.apache.org/security/" class="external" target="_blank" title="Security">Security</a>
+					</li>
+ 																<li class="none">
+					
+				
+				<a href="http://www.apachecon.com" class="external" target="_blank" title="Conferences">Conferences</a>
+					</li>
+ 								</ul>
+							</div>
+						<div id="poweredBy">
+															<a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
+				<img class="poweredBy" alt="Built by Maven" src="./images/maven-feather.png" />
+			</a>
+									</div>
+					</td>
+					<td class="content">
+						<div class="section">
+<h2><a name="Overview"></a>Overview</h2><a name="Overview"></a>
+<p>This project uses <a class="externalLink" href="http://www.atlassian.com/software/jira">JIRA</a>.</p></div>
+<div class="section">
+<h2><a name="Issue_Tracking"></a>Issue Tracking</h2><a name="Issue_Tracking"></a>
+<p>Issues, bugs, and feature requests should be submitted to the following issue tracking system for this project.</p>
+<div class="source">
+<pre><a class="externalLink" href="https://issues.apache.org/jira/browse/LOG4NET">https://issues.apache.org/jira/browse/LOG4NET</a></pre></div></div>
+					</td>
+				</tr>
+			</table>
+		</div>
+
+		<div class="footer">
+							<p>Copyright &copy; 2004-2020 <a class="external" href="http://www.apache.org">Apache Software Foundation</a>. All Rights Reserved.</p>
+				<p>Apache log4net, Apache, log4net, the Apache feather logo, the Apache Logging Services project logo and the Built by Maven logo are trademarks of The Apache Software Foundation.</p>
+				<p>Site powered by <a class="external" href="http://getbootstrap.com/">Twitter Bootstrap</a>. Icons from <a class="external" href="http://glyphicons.com/">Glyphicons Free</a>.</p>
+			</div>
+		</div>
+	</body>
+</html>