You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by bo...@apache.org on 2012/02/14 18:10:56 UTC

svn commit: r1244132 [1/14] - in /logging/log4net/site: ./ css/ images/ images/logos/ release/ release/howto/ release/manual/

Author: bodewig
Date: Tue Feb 14 17:10:54 2012
New Revision: 1244132

URL: http://svn.apache.org/viewvc?rev=1244132&view=rev
Log:
add generated site to svn, need to add the generated SDK docs later as well

Added:
    logging/log4net/site/
    logging/log4net/site/css/
    logging/log4net/site/css/maven-base.css   (with props)
    logging/log4net/site/css/maven-theme.css   (with props)
    logging/log4net/site/css/site.css   (with props)
    logging/log4net/site/dependencies.html   (with props)
    logging/log4net/site/download_log4net.cgi   (with props)
    logging/log4net/site/download_log4net.html   (with props)
    logging/log4net/site/history.html   (with props)
    logging/log4net/site/images/
    logging/log4net/site/images/close.gif   (with props)
    logging/log4net/site/images/external.png   (with props)
    logging/log4net/site/images/icon_error_sml.gif   (with props)
    logging/log4net/site/images/icon_info_sml.gif   (with props)
    logging/log4net/site/images/icon_success_sml.gif   (with props)
    logging/log4net/site/images/icon_warning_sml.gif   (with props)
    logging/log4net/site/images/logo.jpg   (with props)
    logging/log4net/site/images/logos/
    logging/log4net/site/images/logos/maven-feather.png   (with props)
    logging/log4net/site/images/ls-logo.jpg   (with props)
    logging/log4net/site/images/newwindow.png   (with props)
    logging/log4net/site/images/od.gif   (with props)
    logging/log4net/site/index.html   (with props)
    logging/log4net/site/integration.html   (with props)
    logging/log4net/site/issue-tracking.html   (with props)
    logging/log4net/site/license.html   (with props)
    logging/log4net/site/mail-lists.html   (with props)
    logging/log4net/site/plugin-management.html   (with props)
    logging/log4net/site/plugins.html   (with props)
    logging/log4net/site/project-info.html   (with props)
    logging/log4net/site/project-reports.html   (with props)
    logging/log4net/site/project-summary.html   (with props)
    logging/log4net/site/rat-report.html   (with props)
    logging/log4net/site/release/
    logging/log4net/site/release/building.html   (with props)
    logging/log4net/site/release/config-examples.html   (with props)
    logging/log4net/site/release/example-apps.html   (with props)
    logging/log4net/site/release/faq.html   (with props)
    logging/log4net/site/release/features.html   (with props)
    logging/log4net/site/release/framework-support.html   (with props)
    logging/log4net/site/release/howto/
    logging/log4net/site/release/howto/chainsaw.html   (with props)
    logging/log4net/site/release/howto/index.html   (with props)
    logging/log4net/site/release/manual/
    logging/log4net/site/release/manual/configuration.html   (with props)
    logging/log4net/site/release/manual/contexts.html   (with props)
    logging/log4net/site/release/manual/internals.html   (with props)
    logging/log4net/site/release/manual/introduction.html   (with props)
    logging/log4net/site/release/manual/plugins.html   (with props)
    logging/log4net/site/release/manual/repositories.html   (with props)
    logging/log4net/site/release/release-notes.html   (with props)
    logging/log4net/site/roadmap.html   (with props)
    logging/log4net/site/source-repository.html   (with props)
    logging/log4net/site/team-list.html   (with props)

Added: logging/log4net/site/css/maven-base.css
URL: http://svn.apache.org/viewvc/logging/log4net/site/css/maven-base.css?rev=1244132&view=auto
==============================================================================
--- logging/log4net/site/css/maven-base.css (added)
+++ logging/log4net/site/css/maven-base.css Tue Feb 14 17:10:54 2012
@@ -0,0 +1,168 @@
+/*
+ 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.
+
+*/
+body {
+  margin: 0px;
+  padding: 0px;
+}
+img {
+  border:none;
+}
+table {
+  padding:0px;
+  width: 100%;
+  margin-left: -2px;
+  margin-right: -2px;
+}
+acronym {
+  cursor: help;
+  border-bottom: 1px dotted #feb;
+}
+table.bodyTable th, table.bodyTable td {
+  padding: 2px 4px 2px 4px;
+  vertical-align: top;
+}
+div.clear{
+  clear:both;
+  visibility: hidden;
+}
+div.clear hr{
+  display: none;
+}
+#bannerLeft, #bannerRight {
+  font-size: xx-large;
+  font-weight: bold;
+}
+#bannerLeft img, #bannerRight img {
+  margin: 0px;
+}
+.xleft, #bannerLeft img {
+  float:left;
+}
+.xright, #bannerRight {
+  float:right;
+}
+#banner {
+  padding: 0px;
+}
+#banner img {
+  border: none;
+}
+#breadcrumbs {
+  padding: 3px 10px 3px 10px;
+}
+#leftColumn {
+ width: 170px;
+ float:left;
+ overflow: auto;
+}
+#bodyColumn {
+  margin-right: 1.5em;
+  margin-left: 197px;
+}
+#legend {
+  padding: 8px 0 8px 0;
+}
+#navcolumn {
+  padding: 8px 4px 0 8px;
+}
+#navcolumn h5 {
+  margin: 0;
+  padding: 0;
+  font-size: small;
+}
+#navcolumn ul {
+  margin: 0;
+  padding: 0;
+  font-size: small;
+}
+#navcolumn li {
+  list-style-type: none;
+  background-image: none;
+  background-repeat: no-repeat;
+  background-position: 0 0.4em;
+  padding-left: 16px;
+  list-style-position: outside;
+  line-height: 1.2em;
+  font-size: smaller;
+}
+#navcolumn li.expanded {
+  background-image: url(../images/expanded.gif);
+}
+#navcolumn li.collapsed {
+  background-image: url(../images/collapsed.gif);
+}
+#poweredBy {
+  text-align: center;
+}
+#navcolumn img {
+  margin-top: 10px;
+  margin-bottom: 3px;
+}
+#poweredBy img {
+  display:block;
+  margin: 20px 0 20px 17px;
+}
+#search img {
+    margin: 0px;
+    display: block;
+}
+#search #q, #search #btnG {
+    border: 1px solid #999;
+    margin-bottom:10px;
+}
+#search form {
+    margin: 0px;
+}
+#lastPublished {
+  font-size: x-small;
+}
+.navSection {
+  margin-bottom: 2px;
+  padding: 8px;
+}
+.navSectionHead {
+  font-weight: bold;
+  font-size: x-small;
+}
+.section {
+  padding: 4px;
+}
+#footer {
+  padding: 3px 10px 3px 10px;
+  font-size: x-small;
+}
+#breadcrumbs {
+  font-size: x-small;
+  margin: 0pt;
+}
+.source {
+  padding: 12px;
+  margin: 1em 7px 1em 7px;
+}
+.source pre {
+  margin: 0px;
+  padding: 0px;
+}
+#navcolumn img.imageLink, .imageLink{
+  padding-left: 0px;
+  padding-bottom: 0px;
+  padding-top: 0px;
+  padding-right: 2px;
+  border: 0px;
+  margin: 0px;
+}

Propchange: logging/log4net/site/css/maven-base.css
------------------------------------------------------------------------------
    svn:executable = *

Added: logging/log4net/site/css/maven-theme.css
URL: http://svn.apache.org/viewvc/logging/log4net/site/css/maven-theme.css?rev=1244132&view=auto
==============================================================================
--- logging/log4net/site/css/maven-theme.css (added)
+++ logging/log4net/site/css/maven-theme.css Tue Feb 14 17:10:54 2012
@@ -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);
+}
+

Propchange: logging/log4net/site/css/maven-theme.css
------------------------------------------------------------------------------
    svn:executable = *

Added: logging/log4net/site/css/site.css
URL: http://svn.apache.org/viewvc/logging/log4net/site/css/site.css?rev=1244132&view=auto
==============================================================================
--- logging/log4net/site/css/site.css (added)
+++ logging/log4net/site/css/site.css Tue Feb 14 17:10:54 2012
@@ -0,0 +1,22 @@
+/*
+ *
+ * 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.
+ *
+*/
+
+

Propchange: logging/log4net/site/css/site.css
------------------------------------------------------------------------------
    svn:executable = *

Added: logging/log4net/site/dependencies.html
URL: http://svn.apache.org/viewvc/logging/log4net/site/dependencies.html?rev=1244132&view=auto
==============================================================================
--- logging/log4net/site/dependencies.html (added)
+++ logging/log4net/site/dependencies.html Tue Feb 14 17:10:54 2012
@@ -0,0 +1,224 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<!-- Generated by Apache Maven Doxia at Feb 14, 2012 -->
+<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>Project Dependencies</title>
+    <style type="text/css" media="all">
+      @import url("./css/maven-base.css");
+      @import url("./css/maven-theme.css");
+      @import url("./css/site.css");
+    </style>
+    <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
+    <meta name="Date-Revision-yyyymmdd" content="20120214" />
+    <meta http-equiv="Content-Language" content="en" />
+        
+        </head>
+  <body class="composite">
+    <div id="banner">
+                                      <a href="../" id="bannerLeft">
+                                                <img src="images/ls-logo.jpg" alt="Apache Logging Services Project" />
+                </a>
+                    <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="breadcrumbs">
+            
+        
+                <div class="xleft">
+        <span id="publishDate">Last Published: 2012-02-14</span>
+                  &nbsp;| <span id="projectVersion">Version: 1.2.12-SNAPSHOT</span>
+                          |                           <a href="http://www.apache.org/" class="externalLink" title="Apache">Apache</a>
+        &gt;
+                          <a href="../" title="Logging Services">Logging Services</a>
+        &gt;
+                          <a href="./" title="log4net">log4net</a>
+        &gt;
+    Project Dependencies
+              </div>
+            <div class="xright">        
+        
+      </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="leftColumn">
+      <div id="navcolumn">
+             
+        
+                                <h5>Apache log4net</h5>
+                  <ul>
+                  <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/release-notes.html" title="Release Notes">Release Notes</a>
+            </li>
+                  <li class="none">
+                          <a href="license.html" title="License">License</a>
+            </li>
+          </ul>
+                       <h5>Documentation</h5>
+                  <ul>
+                  <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>
+                       <h5>Manual</h5>
+                  <ul>
+                  <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>
+                       <h5>Community</h5>
+                  <ul>
+                  <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>
+          </ul>
+                       <h5>Development</h5>
+                  <ul>
+                  <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>
+                       <h5>Project Documentation</h5>
+                  <ul>
+                                                                                                                                                                                                                                                                  <li class="expanded">
+                          <a href="project-info.html" title="Project Information">Project Information</a>
+                    <ul>
+                      <li class="none">
+                          <a href="plugin-management.html" title="Plugin Management">Plugin Management</a>
+            </li>
+                      <li class="none">
+                          <a href="mail-lists.html" title="Mailing Lists">Mailing Lists</a>
+            </li>
+                      <li class="none">
+                          <a href="integration.html" title="Continuous Integration">Continuous Integration</a>
+            </li>
+                      <li class="none">
+                          <a href="license.html" title="Project License">Project License</a>
+            </li>
+                      <li class="none">
+                          <a href="team-list.html" title="Project Team">Project Team</a>
+            </li>
+                      <li class="none">
+                          <a href="source-repository.html" title="Source Repository">Source Repository</a>
+            </li>
+                      <li class="none">
+                          <a href="index.html" title="About">About</a>
+            </li>
+                      <li class="none">
+                          <a href="issue-tracking.html" title="Issue Tracking">Issue Tracking</a>
+            </li>
+                      <li class="none">
+                          <a href="project-summary.html" title="Project Summary">Project Summary</a>
+            </li>
+                      <li class="none">
+                          <a href="plugins.html" title="Project Plugins">Project Plugins</a>
+            </li>
+                      <li class="none">
+            <strong>Dependencies</strong>
+          </li>
+              </ul>
+        </li>
+                                                                    <li class="collapsed">
+                          <a href="project-reports.html" title="Project Reports">Project Reports</a>
+                  </li>
+          </ul>
+                       <h5>Apache</h5>
+                  <ul>
+                  <li class="none">
+                          <a href="http://www.apache.org/" class="externalLink" title="Home">Home</a>
+            </li>
+                  <li class="none">
+                          <a href="http://www.apache.org/licenses/" class="externalLink" title="License">License</a>
+            </li>
+                  <li class="none">
+                          <a href="http://www.apache.org/foundation/sponsorship.html" class="externalLink" title="Sponsorship">Sponsorship</a>
+            </li>
+                  <li class="none">
+                          <a href="http://www.apache.org/foundation/thanks.html" class="externalLink" title="Thanks">Thanks</a>
+            </li>
+                  <li class="none">
+                          <a href="http://www.apache.org/security/" class="externalLink" title="Security">Security</a>
+            </li>
+                  <li class="none">
+                          <a href="http://www.apachecon.com" class="externalLink" title="Conferences">Conferences</a>
+            </li>
+          </ul>
+                             <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
+        <img class="poweredBy" alt="Built by Maven" src="./images/logos/maven-feather.png" />
+      </a>
+                   
+        
+            </div>
+    </div>
+    <div id="bodyColumn">
+      <div id="contentBox">
+        <div class="section"><h2>Project Dependencies<a name="Project_Dependencies"></a></h2><p>There are no dependencies for this project. It is a standalone application that does not depend on any other project.</p></div>
+      </div>
+    </div>
+    <div class="clear">
+      <hr/>
+    </div>
+    <div id="footer">
+      <div class="xright">
+        <div class="xright">Copyright &#169;                    2004-2012
+                        <a href="http://www.apache.org">Apache Software Foundation</a>.
+                  
+        
+       Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache Software License, Version 2.0</a>.</div><br />
+        <div class="xright">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.</div>
+        <div class="clear">
+      </div>
+    </div>
+  </body>
+</html>

Propchange: logging/log4net/site/dependencies.html
------------------------------------------------------------------------------
    svn:executable = *

Added: logging/log4net/site/download_log4net.cgi
URL: http://svn.apache.org/viewvc/logging/log4net/site/download_log4net.cgi?rev=1244132&view=auto
==============================================================================
--- logging/log4net/site/download_log4net.cgi (added)
+++ logging/log4net/site/download_log4net.cgi Tue Feb 14 17:10:54 2012
@@ -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 $*

Propchange: logging/log4net/site/download_log4net.cgi
------------------------------------------------------------------------------
    svn:executable = *

Added: logging/log4net/site/download_log4net.html
URL: http://svn.apache.org/viewvc/logging/log4net/site/download_log4net.html?rev=1244132&view=auto
==============================================================================
--- logging/log4net/site/download_log4net.html (added)
+++ logging/log4net/site/download_log4net.html Tue Feb 14 17:10:54 2012
@@ -0,0 +1,323 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<!-- Generated by Apache Maven Doxia at Feb 14, 2012 -->
+<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>
+    Download Apache log4net</title>
+    <style type="text/css" media="all">
+      @import url("./css/maven-base.css");
+      @import url("./css/maven-theme.css");
+      @import url("./css/site.css");
+    </style>
+    <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
+    <meta name="Date-Revision-yyyymmdd" content="20120214" />
+    <meta http-equiv="Content-Language" content="en" />
+        
+        </head>
+  <body class="composite">
+    <div id="banner">
+                                      <a href="../" id="bannerLeft">
+                                                <img src="images/ls-logo.jpg" alt="Apache Logging Services Project" />
+                </a>
+                    <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="breadcrumbs">
+            
+        
+                <div class="xleft">
+        <span id="publishDate">Last Published: 2012-02-14</span>
+                  &nbsp;| <span id="projectVersion">Version: 1.2.12-SNAPSHOT</span>
+                          |                           <a href="http://www.apache.org/" class="externalLink" title="Apache">Apache</a>
+        &gt;
+                          <a href="../" title="Logging Services">Logging Services</a>
+        &gt;
+                          <a href="./" title="log4net">log4net</a>
+        &gt;
+    
+    Download Apache log4net
+              </div>
+            <div class="xright">        
+        
+      </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="leftColumn">
+      <div id="navcolumn">
+             
+        
+                                <h5>Apache log4net</h5>
+                  <ul>
+                  <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/release-notes.html" title="Release Notes">Release Notes</a>
+            </li>
+                  <li class="none">
+                          <a href="license.html" title="License">License</a>
+            </li>
+          </ul>
+                       <h5>Documentation</h5>
+                  <ul>
+                  <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>
+                       <h5>Manual</h5>
+                  <ul>
+                  <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>
+                       <h5>Community</h5>
+                  <ul>
+                  <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>
+          </ul>
+                       <h5>Development</h5>
+                  <ul>
+                  <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>
+                       <h5>Project Documentation</h5>
+                  <ul>
+                                                                                                                                                                                                                                                        <li class="collapsed">
+                          <a href="project-info.html" title="Project Information">Project Information</a>
+                  </li>
+                                                                    <li class="collapsed">
+                          <a href="project-reports.html" title="Project Reports">Project Reports</a>
+                  </li>
+          </ul>
+                       <h5>Apache</h5>
+                  <ul>
+                  <li class="none">
+                          <a href="http://www.apache.org/" class="externalLink" title="Home">Home</a>
+            </li>
+                  <li class="none">
+                          <a href="http://www.apache.org/licenses/" class="externalLink" title="License">License</a>
+            </li>
+                  <li class="none">
+                          <a href="http://www.apache.org/foundation/sponsorship.html" class="externalLink" title="Sponsorship">Sponsorship</a>
+            </li>
+                  <li class="none">
+                          <a href="http://www.apache.org/foundation/thanks.html" class="externalLink" title="Thanks">Thanks</a>
+            </li>
+                  <li class="none">
+                          <a href="http://www.apache.org/security/" class="externalLink" title="Security">Security</a>
+            </li>
+                  <li class="none">
+                          <a href="http://www.apachecon.com" class="externalLink" title="Conferences">Conferences</a>
+            </li>
+          </ul>
+                             <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
+        <img class="poweredBy" alt="Built by Maven" src="./images/logos/maven-feather.png" />
+      </a>
+                   
+        
+            </div>
+    </div>
+    <div id="bodyColumn">
+      <div id="contentBox">
+        <!-- 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>Download Apache log4net&#x2122;<a name="Download_Apache_log4net"></a></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>Using a Mirror<a name="Using_a_Mirror"></a></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>log4net 1.2.11<a name="log4net_1.2.11"></a></h2>
+
+      <div class="section"><h3>Source<a name="Source"></a></h3>
+        <table border="0" class="bodyTable">
+          <tr class="a">
+            <td><a href="[preferred]/logging/log4net/source/log4net-1.2.11-src.zip">log4net-1.2.11-src.zip</a></td>
+              <td><a class="externalLink" href="http://www.apache.org/dist/logging/log4net/source/log4net-1.2.11-src.zip.md5">md5</a></td>
+              <td><a class="externalLink" href="http://www.apache.org/dist/logging/log4net/source/log4net-1.2.11-src.zip.asc">pgp</a></td>
+          </tr>
+        </table>
+      </div>
+
+      <div class="section"><h3>Binaries<a name="Binaries"></a></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-1.2.11-bin-newkey.zip">log4net-1.2.11-bin-newkey.zip</a></td>
+              <td><a class="externalLink" href="http://www.apache.org/dist/logging/log4net/binaries/log4net-1.2.11-bin-newkey.zip.md5">md5</a></td>
+              <td><a class="externalLink" href="http://www.apache.org/dist/logging/log4net/binaries/log4net-1.2.11-bin-newkey.zip.asc">pgp</a></td>
+          </tr>
+          <tr class="b">
+            <td><a href="[preferred]/logging/log4net/binaries/log4net-1.2.11-bin-oldkey.zip">log4net-1.2.11-bin-oldkey.zip</a></td>
+              <td><a class="externalLink" href="http://www.apache.org/dist/logging/log4net/binaries/log4net-1.2.11-bin-oldkey.zip.md5">md5</a></td>
+              <td><a class="externalLink" href="http://www.apache.org/dist/logging/log4net/binaries/log4net-1.2.11-bin-oldkey.zip.asc">pgp</a></td>
+          </tr>
+        </table>
+      </div>
+
+    </div>
+
+    <div class="section"><h2>Archives<a name="Archives"></a></h2>
+      <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 Apache Software Foundation's <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>Verify Releases<a name="Verify_Releases"></a></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>
+
+      </div>
+    </div>
+    <div class="clear">
+      <hr/>
+    </div>
+    <div id="footer">
+      <div class="xright">
+        <div class="xright">Copyright &#169;                    2004-2012
+                        <a href="http://www.apache.org">Apache Software Foundation</a>.
+                  
+        
+       Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache Software License, Version 2.0</a>.</div><br />
+        <div class="xright">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.</div>
+        <div class="clear">
+      </div>
+    </div>
+  </body>
+</html>

Propchange: logging/log4net/site/download_log4net.html
------------------------------------------------------------------------------
    svn:executable = *

Added: logging/log4net/site/history.html
URL: http://svn.apache.org/viewvc/logging/log4net/site/history.html?rev=1244132&view=auto
==============================================================================
--- logging/log4net/site/history.html (added)
+++ logging/log4net/site/history.html Tue Feb 14 17:10:54 2012
@@ -0,0 +1,238 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<!-- Generated by Apache Maven Doxia at Feb 14, 2012 -->
+<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: Project History</title>
+    <style type="text/css" media="all">
+      @import url("./css/maven-base.css");
+      @import url("./css/maven-theme.css");
+      @import url("./css/site.css");
+    </style>
+    <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
+      <meta name="author" content="Nicko Cadell" />
+    <meta name="Date-Revision-yyyymmdd" content="20120214" />
+    <meta http-equiv="Content-Language" content="en" />
+        <meta name="keywords" content="log4net project history, log4net" />
+        </head>
+  <body class="composite">
+    <div id="banner">
+                                      <a href="../" id="bannerLeft">
+                                                <img src="images/ls-logo.jpg" alt="Apache Logging Services Project" />
+                </a>
+                    <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="breadcrumbs">
+            
+        
+                <div class="xleft">
+        <span id="publishDate">Last Published: 2012-02-14</span>
+                  &nbsp;| <span id="projectVersion">Version: 1.2.12-SNAPSHOT</span>
+                          |                           <a href="http://www.apache.org/" class="externalLink" title="Apache">Apache</a>
+        &gt;
+                          <a href="../" title="Logging Services">Logging Services</a>
+        &gt;
+                          <a href="./" title="log4net">log4net</a>
+        &gt;
+    
+        Apache log4net: Project History
+              </div>
+            <div class="xright">        
+        
+      </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="leftColumn">
+      <div id="navcolumn">
+             
+        
+                                <h5>Apache log4net</h5>
+                  <ul>
+                  <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/release-notes.html" title="Release Notes">Release Notes</a>
+            </li>
+                  <li class="none">
+                          <a href="license.html" title="License">License</a>
+            </li>
+          </ul>
+                       <h5>Documentation</h5>
+                  <ul>
+                  <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>
+                       <h5>Manual</h5>
+                  <ul>
+                  <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>
+                       <h5>Community</h5>
+                  <ul>
+                  <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>
+          </ul>
+                       <h5>Development</h5>
+                  <ul>
+                  <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>
+                       <h5>Project Documentation</h5>
+                  <ul>
+                                                                                                                                                                                                                                                        <li class="collapsed">
+                          <a href="project-info.html" title="Project Information">Project Information</a>
+                  </li>
+                                                                    <li class="collapsed">
+                          <a href="project-reports.html" title="Project Reports">Project Reports</a>
+                  </li>
+          </ul>
+                       <h5>Apache</h5>
+                  <ul>
+                  <li class="none">
+                          <a href="http://www.apache.org/" class="externalLink" title="Home">Home</a>
+            </li>
+                  <li class="none">
+                          <a href="http://www.apache.org/licenses/" class="externalLink" title="License">License</a>
+            </li>
+                  <li class="none">
+                          <a href="http://www.apache.org/foundation/sponsorship.html" class="externalLink" title="Sponsorship">Sponsorship</a>
+            </li>
+                  <li class="none">
+                          <a href="http://www.apache.org/foundation/thanks.html" class="externalLink" title="Thanks">Thanks</a>
+            </li>
+                  <li class="none">
+                          <a href="http://www.apache.org/security/" class="externalLink" title="Security">Security</a>
+            </li>
+                  <li class="none">
+                          <a href="http://www.apachecon.com" class="externalLink" title="Conferences">Conferences</a>
+            </li>
+          </ul>
+                             <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
+        <img class="poweredBy" alt="Built by Maven" src="./images/logos/maven-feather.png" />
+      </a>
+                   
+        
+            </div>
+    </div>
+    <div id="bodyColumn">
+      <div id="contentBox">
+        <!-- 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"><h2 id="main">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>
+    
+
+
+      </div>
+    </div>
+    <div class="clear">
+      <hr/>
+    </div>
+    <div id="footer">
+      <div class="xright">
+        <div class="xright">Copyright &#169;                    2004-2012
+                        <a href="http://www.apache.org">Apache Software Foundation</a>.
+                  
+        
+       Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache Software License, Version 2.0</a>.</div><br />
+        <div class="xright">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.</div>
+        <div class="clear">
+      </div>
+    </div>
+  </body>
+</html>

Propchange: logging/log4net/site/history.html
------------------------------------------------------------------------------
    svn:executable = *

Added: logging/log4net/site/images/close.gif
URL: http://svn.apache.org/viewvc/logging/log4net/site/images/close.gif?rev=1244132&view=auto
==============================================================================
Binary file - no diff available.

Propchange: logging/log4net/site/images/close.gif
------------------------------------------------------------------------------
    svn:executable = *

Propchange: logging/log4net/site/images/close.gif
------------------------------------------------------------------------------
    svn:mime-type = image/gif

Added: logging/log4net/site/images/external.png
URL: http://svn.apache.org/viewvc/logging/log4net/site/images/external.png?rev=1244132&view=auto
==============================================================================
Binary file - no diff available.

Propchange: logging/log4net/site/images/external.png
------------------------------------------------------------------------------
    svn:executable = *

Propchange: logging/log4net/site/images/external.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: logging/log4net/site/images/icon_error_sml.gif
URL: http://svn.apache.org/viewvc/logging/log4net/site/images/icon_error_sml.gif?rev=1244132&view=auto
==============================================================================
Binary file - no diff available.

Propchange: logging/log4net/site/images/icon_error_sml.gif
------------------------------------------------------------------------------
    svn:executable = *

Propchange: logging/log4net/site/images/icon_error_sml.gif
------------------------------------------------------------------------------
    svn:mime-type = image/gif

Added: logging/log4net/site/images/icon_info_sml.gif
URL: http://svn.apache.org/viewvc/logging/log4net/site/images/icon_info_sml.gif?rev=1244132&view=auto
==============================================================================
Binary file - no diff available.

Propchange: logging/log4net/site/images/icon_info_sml.gif
------------------------------------------------------------------------------
    svn:executable = *

Propchange: logging/log4net/site/images/icon_info_sml.gif
------------------------------------------------------------------------------
    svn:mime-type = image/gif

Added: logging/log4net/site/images/icon_success_sml.gif
URL: http://svn.apache.org/viewvc/logging/log4net/site/images/icon_success_sml.gif?rev=1244132&view=auto
==============================================================================
Binary file - no diff available.

Propchange: logging/log4net/site/images/icon_success_sml.gif
------------------------------------------------------------------------------
    svn:executable = *

Propchange: logging/log4net/site/images/icon_success_sml.gif
------------------------------------------------------------------------------
    svn:mime-type = image/gif

Added: logging/log4net/site/images/icon_warning_sml.gif
URL: http://svn.apache.org/viewvc/logging/log4net/site/images/icon_warning_sml.gif?rev=1244132&view=auto
==============================================================================
Binary file - no diff available.

Propchange: logging/log4net/site/images/icon_warning_sml.gif
------------------------------------------------------------------------------
    svn:executable = *

Propchange: logging/log4net/site/images/icon_warning_sml.gif
------------------------------------------------------------------------------
    svn:mime-type = image/gif

Added: logging/log4net/site/images/logo.jpg
URL: http://svn.apache.org/viewvc/logging/log4net/site/images/logo.jpg?rev=1244132&view=auto
==============================================================================
Binary file - no diff available.

Propchange: logging/log4net/site/images/logo.jpg
------------------------------------------------------------------------------
    svn:executable = *

Propchange: logging/log4net/site/images/logo.jpg
------------------------------------------------------------------------------
    svn:mime-type = image/jpeg

Added: logging/log4net/site/images/logos/maven-feather.png
URL: http://svn.apache.org/viewvc/logging/log4net/site/images/logos/maven-feather.png?rev=1244132&view=auto
==============================================================================
Binary file - no diff available.

Propchange: logging/log4net/site/images/logos/maven-feather.png
------------------------------------------------------------------------------
    svn:executable = *

Propchange: logging/log4net/site/images/logos/maven-feather.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: logging/log4net/site/images/ls-logo.jpg
URL: http://svn.apache.org/viewvc/logging/log4net/site/images/ls-logo.jpg?rev=1244132&view=auto
==============================================================================
Binary file - no diff available.

Propchange: logging/log4net/site/images/ls-logo.jpg
------------------------------------------------------------------------------
    svn:executable = *

Propchange: logging/log4net/site/images/ls-logo.jpg
------------------------------------------------------------------------------
    svn:mime-type = image/jpeg

Added: logging/log4net/site/images/newwindow.png
URL: http://svn.apache.org/viewvc/logging/log4net/site/images/newwindow.png?rev=1244132&view=auto
==============================================================================
Binary file - no diff available.

Propchange: logging/log4net/site/images/newwindow.png
------------------------------------------------------------------------------
    svn:executable = *

Propchange: logging/log4net/site/images/newwindow.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: logging/log4net/site/images/od.gif
URL: http://svn.apache.org/viewvc/logging/log4net/site/images/od.gif?rev=1244132&view=auto
==============================================================================
Binary file - no diff available.

Propchange: logging/log4net/site/images/od.gif
------------------------------------------------------------------------------
    svn:executable = *

Propchange: logging/log4net/site/images/od.gif
------------------------------------------------------------------------------
    svn:mime-type = image/gif

Added: logging/log4net/site/index.html
URL: http://svn.apache.org/viewvc/logging/log4net/site/index.html?rev=1244132&view=auto
==============================================================================
--- logging/log4net/site/index.html (added)
+++ logging/log4net/site/index.html Tue Feb 14 17:10:54 2012
@@ -0,0 +1,263 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<!-- Generated by Apache Maven Doxia at Feb 14, 2012 -->
+<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: Home</title>
+    <style type="text/css" media="all">
+      @import url("./css/maven-base.css");
+      @import url("./css/maven-theme.css");
+      @import url("./css/site.css");
+    </style>
+    <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
+      <meta name="author" content="Nicko Cadell" />
+    <meta name="Date-Revision-yyyymmdd" content="20120214" />
+    <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">
+    <div id="banner">
+                                      <a href="../" id="bannerLeft">
+                                                <img src="images/ls-logo.jpg" alt="Apache Logging Services Project" />
+                </a>
+                    <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="breadcrumbs">
+            
+        
+                <div class="xleft">
+        <span id="publishDate">Last Published: 2012-02-14</span>
+                  &nbsp;| <span id="projectVersion">Version: 1.2.12-SNAPSHOT</span>
+                          |                           <a href="http://www.apache.org/" class="externalLink" title="Apache">Apache</a>
+        &gt;
+                          <a href="../" title="Logging Services">Logging Services</a>
+        &gt;
+                          <a href="./" title="log4net">log4net</a>
+        &gt;
+    
+        Apache log4net: Home
+              </div>
+            <div class="xright">        
+        
+      </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="leftColumn">
+      <div id="navcolumn">
+             
+        
+                                <h5>Apache log4net</h5>
+                  <ul>
+                  <li class="none">
+            <strong>About</strong>
+          </li>
+                  <li class="none">
+                          <a href="download_log4net.cgi" title="Download">Download</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>
+                       <h5>Documentation</h5>
+                  <ul>
+                  <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>
+                       <h5>Manual</h5>
+                  <ul>
+                  <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>
+                       <h5>Community</h5>
+                  <ul>
+                  <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>
+          </ul>
+                       <h5>Development</h5>
+                  <ul>
+                  <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>
+                       <h5>Project Documentation</h5>
+                  <ul>
+                                                                                                                                                                                                                                                                  <li class="expanded">
+                          <a href="project-info.html" title="Project Information">Project Information</a>
+                    <ul>
+                      <li class="none">
+                          <a href="plugin-management.html" title="Plugin Management">Plugin Management</a>
+            </li>
+                      <li class="none">
+                          <a href="mail-lists.html" title="Mailing Lists">Mailing Lists</a>
+            </li>
+                      <li class="none">
+                          <a href="integration.html" title="Continuous Integration">Continuous Integration</a>
+            </li>
+                      <li class="none">
+                          <a href="license.html" title="Project License">Project License</a>
+            </li>
+                      <li class="none">
+                          <a href="team-list.html" title="Project Team">Project Team</a>
+            </li>
+                      <li class="none">
+                          <a href="source-repository.html" title="Source Repository">Source Repository</a>
+            </li>
+                      <li class="none">
+            <strong>About</strong>
+          </li>
+                      <li class="none">
+                          <a href="issue-tracking.html" title="Issue Tracking">Issue Tracking</a>
+            </li>
+                      <li class="none">
+                          <a href="project-summary.html" title="Project Summary">Project Summary</a>
+            </li>
+                      <li class="none">
+                          <a href="plugins.html" title="Project Plugins">Project Plugins</a>
+            </li>
+                      <li class="none">
+                          <a href="dependencies.html" title="Dependencies">Dependencies</a>
+            </li>
+              </ul>
+        </li>
+                                                                    <li class="collapsed">
+                          <a href="project-reports.html" title="Project Reports">Project Reports</a>
+                  </li>
+          </ul>
+                       <h5>Apache</h5>
+                  <ul>
+                  <li class="none">
+                          <a href="http://www.apache.org/" class="externalLink" title="Home">Home</a>
+            </li>
+                  <li class="none">
+                          <a href="http://www.apache.org/licenses/" class="externalLink" title="License">License</a>
+            </li>
+                  <li class="none">
+                          <a href="http://www.apache.org/foundation/sponsorship.html" class="externalLink" title="Sponsorship">Sponsorship</a>
+            </li>
+                  <li class="none">
+                          <a href="http://www.apache.org/foundation/thanks.html" class="externalLink" title="Thanks">Thanks</a>
+            </li>
+                  <li class="none">
+                          <a href="http://www.apache.org/security/" class="externalLink" title="Security">Security</a>
+            </li>
+                  <li class="none">
+                          <a href="http://www.apachecon.com" class="externalLink" title="Conferences">Conferences</a>
+            </li>
+          </ul>
+                             <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
+        <img class="poweredBy" alt="Built by Maven" src="./images/logos/maven-feather.png" />
+      </a>
+                   
+        
+            </div>
+    </div>
+    <div id="bodyColumn">
+      <div id="contentBox">
+        <!-- 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"><h2 id="main">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"><h2 id="project">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>
+    
+
+
+      </div>
+    </div>
+    <div class="clear">
+      <hr/>
+    </div>
+    <div id="footer">
+      <div class="xright">
+        <div class="xright">Copyright &#169;                    2004-2012
+                        <a href="http://www.apache.org">Apache Software Foundation</a>.
+                  
+        
+       Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache Software License, Version 2.0</a>.</div><br />
+        <div class="xright">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.</div>
+        <div class="clear">
+      </div>
+    </div>
+  </body>
+</html>

Propchange: logging/log4net/site/index.html
------------------------------------------------------------------------------
    svn:executable = *

Added: logging/log4net/site/integration.html
URL: http://svn.apache.org/viewvc/logging/log4net/site/integration.html?rev=1244132&view=auto
==============================================================================
--- logging/log4net/site/integration.html (added)
+++ logging/log4net/site/integration.html Tue Feb 14 17:10:54 2012
@@ -0,0 +1,224 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<!-- Generated by Apache Maven Doxia at Feb 14, 2012 -->
+<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>Continuous Integration</title>
+    <style type="text/css" media="all">
+      @import url("./css/maven-base.css");
+      @import url("./css/maven-theme.css");
+      @import url("./css/site.css");
+    </style>
+    <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
+    <meta name="Date-Revision-yyyymmdd" content="20120214" />
+    <meta http-equiv="Content-Language" content="en" />
+        
+        </head>
+  <body class="composite">
+    <div id="banner">
+                                      <a href="../" id="bannerLeft">
+                                                <img src="images/ls-logo.jpg" alt="Apache Logging Services Project" />
+                </a>
+                    <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="breadcrumbs">
+            
+        
+                <div class="xleft">
+        <span id="publishDate">Last Published: 2012-02-14</span>
+                  &nbsp;| <span id="projectVersion">Version: 1.2.12-SNAPSHOT</span>
+                          |                           <a href="http://www.apache.org/" class="externalLink" title="Apache">Apache</a>
+        &gt;
+                          <a href="../" title="Logging Services">Logging Services</a>
+        &gt;
+                          <a href="./" title="log4net">log4net</a>
+        &gt;
+    Continuous Integration
+              </div>
+            <div class="xright">        
+        
+      </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="leftColumn">
+      <div id="navcolumn">
+             
+        
+                                <h5>Apache log4net</h5>
+                  <ul>
+                  <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/release-notes.html" title="Release Notes">Release Notes</a>
+            </li>
+                  <li class="none">
+                          <a href="license.html" title="License">License</a>
+            </li>
+          </ul>
+                       <h5>Documentation</h5>
+                  <ul>
+                  <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>
+                       <h5>Manual</h5>
+                  <ul>
+                  <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>
+                       <h5>Community</h5>
+                  <ul>
+                  <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>
+          </ul>
+                       <h5>Development</h5>
+                  <ul>
+                  <li class="none">
+                          <a href="source-repository.html" title="Repository">Repository</a>
+            </li>
+                  <li class="none">
+            <strong>Continuous Integration</strong>
+          </li>
+          </ul>
+                       <h5>Project Documentation</h5>
+                  <ul>
+                                                                                                                                                                                                                                                                  <li class="expanded">
+                          <a href="project-info.html" title="Project Information">Project Information</a>
+                    <ul>
+                      <li class="none">
+                          <a href="plugin-management.html" title="Plugin Management">Plugin Management</a>
+            </li>
+                      <li class="none">
+                          <a href="mail-lists.html" title="Mailing Lists">Mailing Lists</a>
+            </li>
+                      <li class="none">
+            <strong>Continuous Integration</strong>
+          </li>
+                      <li class="none">
+                          <a href="license.html" title="Project License">Project License</a>
+            </li>
+                      <li class="none">
+                          <a href="team-list.html" title="Project Team">Project Team</a>
+            </li>
+                      <li class="none">
+                          <a href="source-repository.html" title="Source Repository">Source Repository</a>
+            </li>
+                      <li class="none">
+                          <a href="index.html" title="About">About</a>
+            </li>
+                      <li class="none">
+                          <a href="issue-tracking.html" title="Issue Tracking">Issue Tracking</a>
+            </li>
+                      <li class="none">
+                          <a href="project-summary.html" title="Project Summary">Project Summary</a>
+            </li>
+                      <li class="none">
+                          <a href="plugins.html" title="Project Plugins">Project Plugins</a>
+            </li>
+                      <li class="none">
+                          <a href="dependencies.html" title="Dependencies">Dependencies</a>
+            </li>
+              </ul>
+        </li>
+                                                                    <li class="collapsed">
+                          <a href="project-reports.html" title="Project Reports">Project Reports</a>
+                  </li>
+          </ul>
+                       <h5>Apache</h5>
+                  <ul>
+                  <li class="none">
+                          <a href="http://www.apache.org/" class="externalLink" title="Home">Home</a>
+            </li>
+                  <li class="none">
+                          <a href="http://www.apache.org/licenses/" class="externalLink" title="License">License</a>
+            </li>
+                  <li class="none">
+                          <a href="http://www.apache.org/foundation/sponsorship.html" class="externalLink" title="Sponsorship">Sponsorship</a>
+            </li>
+                  <li class="none">
+                          <a href="http://www.apache.org/foundation/thanks.html" class="externalLink" title="Thanks">Thanks</a>
+            </li>
+                  <li class="none">
+                          <a href="http://www.apache.org/security/" class="externalLink" title="Security">Security</a>
+            </li>
+                  <li class="none">
+                          <a href="http://www.apachecon.com" class="externalLink" title="Conferences">Conferences</a>
+            </li>
+          </ul>
+                             <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
+        <img class="poweredBy" alt="Built by Maven" src="./images/logos/maven-feather.png" />
+      </a>
+                   
+        
+            </div>
+    </div>
+    <div id="bodyColumn">
+      <div id="contentBox">
+        <div class="section"><h2>Overview<a name="Overview"></a></h2>This project uses Continuous Integration System.</div><div class="section"><h2>Access<a name="Access"></a></h2><p>The following is a link to the continuous integration system used by the project.</p><div class="source"><pre><a class="externalLink" href="http://vmgump.apache.org/gump/public/logging-log4net/logging-log4net/index.html">http://vmgump.apache.org/gump/public/logging-log4net/logging-log4net/index.html</a></pre></div></div><div class="section"><h2>Notifiers<a name="Notifiers"></a></h2><p>No notifiers is defined. Please check back at a later date.</p></div>
+      </div>
+    </div>
+    <div class="clear">
+      <hr/>
+    </div>
+    <div id="footer">
+      <div class="xright">
+        <div class="xright">Copyright &#169;                    2004-2012
+                        <a href="http://www.apache.org">Apache Software Foundation</a>.
+                  
+        
+       Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache Software License, Version 2.0</a>.</div><br />
+        <div class="xright">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.</div>
+        <div class="clear">
+      </div>
+    </div>
+  </body>
+</html>

Propchange: logging/log4net/site/integration.html
------------------------------------------------------------------------------
    svn:executable = *