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

freeandnil pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/logging-log4net-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new aafbe76  #209 separate  features into partial and pimp start page
aafbe76 is described below

commit aafbe767d82247d2414aad0e33447e4a9794f7c7
Author: Jan Friedrich <[email protected]>
AuthorDate: Wed May 21 21:11:35 2025 +0200

    #209 separate  features into partial and pimp start page
---
 log4net-3.1.0/features.html       |  43 ++++++-----
 log4net-3.1.0/index.html          |  61 +++++++++++++++-
 log4net-3.1.0/release-review.html |  21 +++++-
 log4net-3.1.0/sitemap.xml         | 150 +++++++++-----------------------------
 4 files changed, 130 insertions(+), 145 deletions(-)

diff --git a/log4net-3.1.0/features.html b/log4net-3.1.0/features.html
index e4017c2..b8b9d22 100644
--- a/log4net-3.1.0/features.html
+++ b/log4net-3.1.0/features.html
@@ -227,39 +227,38 @@ Using these loggers it is possible to selectively control 
which log statements a
 </div>
 </div>
 <div class="sect1">
-<h2 id="featurelist"><a class="anchor" href="#featurelist"></a>Features</h2>
+<h2 id="featurelist"><a class="anchor" href="#featurelist"></a>What does 
log4net offer?</h2>
 <div class="sectionbody">
+<div class="dlist">
+<dl>
+<dt class="hdlist1">Ready-to-Use</dt>
+<dd>
+<p>log4net includes a wide range of built-in modules for common and advanced 
use cases.</p>
 <div class="ulist">
 <ul>
 <li>
-<p>Support for multiple frameworks</p>
+<p><a href="manual/configuration/appenders.html" class="xref 
page">Appenders</a> targeting files, network sockets, databases, SMTP servers, 
etc.</p>
 </li>
 <li>
-<p>Output to multiple logging targets</p>
+<p><a href="manual/configuration/layouts.html" class="xref page">Layouts</a> 
that can render Text, XML, JSON, Syslog, etc. formatted outputs</p>
 </li>
 <li>
-<p>Hierarchical logging architecture</p>
-</li>
-<li>
-<p>XML Configuration</p>
-</li>
-<li>
-<p>Dynamic Configuration</p>
-</li>
-<li>
-<p>Logging Context</p>
-</li>
-<li>
-<p>Proven architecture</p>
-</li>
-<li>
-<p>Modular and extensible design</p>
-</li>
-<li>
-<p>High performance with flexibility</p>
+<p><a href="manual/configuration/filters.html" class="xref page">Filters</a> 
based on log levels, regular expressions, etc.</p>
 </li>
 </ul>
 </div>
+</dd>
+<dt class="hdlist1">Reliability</dt>
+<dd>
+<p>log4net is built with solid reliability in mind.
+It can automatically reload its configuration upon modification and will do so 
without losing log events while reconfiguration occurs.</p>
+</dd>
+<dt class="hdlist1">Performance</dt>
+<dd>
+<p>When configured correctly, log4net can deliver excelling performance 
without sacrificing reliability.</p>
+</dd>
+</dl>
+</div>
 </div>
 </div>
 <div class="sect1">
diff --git a/log4net-3.1.0/index.html b/log4net-3.1.0/index.html
index a2eb2a9..a8c9727 100644
--- a/log4net-3.1.0/index.html
+++ b/log4net-3.1.0/index.html
@@ -209,16 +209,69 @@
 <div id="preamble">
 <div class="sectionbody">
 <div class="paragraph">
-<p>The Apache log4net library is a library to output log statements to a 
variety of output targets.
-For more information on log4net see the <a href="features.html" class="xref 
page">Features</a> document.</p>
+<p>The Apache log4net library is a library to output log statements to a 
variety of output targets.</p>
 </div>
 </div>
 </div>
 <div class="sect1">
-<h2 id="github"><a class="anchor" href="#github"></a>Github</h2>
+<h2 id="shortcuts"><a class="anchor" href="#shortcuts"></a>Shortcuts</h2>
+<div class="sectionbody">
+<div class="ulist">
+<ul>
+<li>
+<p><a href="manual/introduction.html" class="xref page">Introduction</a></p>
+</li>
+<li>
+<p><a href="manual/installation.html" class="xref page">How can I install 
log4net?</a></p>
+</li>
+<li>
+<p><a href="manual/configuration.html" class="xref page">How can I configure 
log4net?</a></p>
+</li>
+<li>
+<p><a href="release-notes.html" class="xref page">Where are the release 
notes?</a></p>
+</li>
+<li>
+<p><a href="https://logging.apache.org/support.html";><strong>I need 
help!</strong></a></p>
+</li>
+</ul>
+</div>
+</div>
+</div>
+<div class="sect1">
+<h2 id="featurelist"><a class="anchor" href="#featurelist"></a>Features</h2>
 <div class="sectionbody">
 <div class="paragraph">
-<p><a href="https://github.com/apache/logging-log4net";>log4net</a></p>
+<p>Below, we share some highlights from log4net <a href="features.html" 
class="xref page">Features</a>.</p>
+</div>
+<div class="dlist">
+<dl>
+<dt class="hdlist1">Ready-to-Use</dt>
+<dd>
+<p>log4net includes a wide range of built-in modules for common and advanced 
use cases.</p>
+<div class="ulist">
+<ul>
+<li>
+<p><a href="manual/configuration/appenders.html" class="xref 
page">Appenders</a> targeting files, network sockets, databases, SMTP servers, 
etc.</p>
+</li>
+<li>
+<p><a href="manual/configuration/layouts.html" class="xref page">Layouts</a> 
that can render Text, XML, JSON, Syslog, etc. formatted outputs</p>
+</li>
+<li>
+<p><a href="manual/configuration/filters.html" class="xref page">Filters</a> 
based on log levels, regular expressions, etc.</p>
+</li>
+</ul>
+</div>
+</dd>
+<dt class="hdlist1">Reliability</dt>
+<dd>
+<p>log4net is built with solid reliability in mind.
+It can automatically reload its configuration upon modification and will do so 
without losing log events while reconfiguration occurs.</p>
+</dd>
+<dt class="hdlist1">Performance</dt>
+<dd>
+<p>When configured correctly, log4net can deliver excelling performance 
without sacrificing reliability.</p>
+</dd>
+</dl>
 </div>
 </div>
 </div>
diff --git a/log4net-3.1.0/release-review.html 
b/log4net-3.1.0/release-review.html
index 4b0b236..dca3f7e 100644
--- a/log4net-3.1.0/release-review.html
+++ b/log4net-3.1.0/release-review.html
@@ -223,7 +223,7 @@
 <div class="listingblock">
 <div class="content">
 <pre class="highlightjs highlight"><code class="language-powershell hljs" 
data-lang="powershell">winget install -e --id GnuPG.Gpg4win
-winget install -e --id TortoiseSVN.TortoiseSVN  # or any other subversion 
client
+winget install -e --id Slik.Subversion  # or any other subversion client
 winget install -e --id Mono.Mono
 winget install -e --id Microsoft.DotNet.SDK.8</code></pre>
 </div>
@@ -238,7 +238,7 @@ winget install -e --id Microsoft.DotNet.SDK.8</code></pre>
 <div class="content">
 <pre class="highlightjs highlight"><code class="language-powershell hljs" 
data-lang="powershell">Set-ExecutionPolicy Bypass -Scope Process -Force; 
[System.Net.ServicePointManager]::SecurityProtocol = 
[System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object 
System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))
 choco install gpg4win
-choco install tortoisesvn  # or any other subversion client
+choco install sliksvn  # or any other subversion client
 choco install mono
 choco install dotnet-8.0-sdk</code></pre>
 </div>
@@ -307,6 +307,18 @@ wget --cut-dirs=6 \
 </details>
 </li>
 <li>
+<p>Verify and extract</p>
+<div class="listingblock">
+<div class="content">
+<pre class="highlightjs highlight"><code class="language-bash hljs" 
data-lang="bash">&amp; ./verify-release.sh</code></pre>
+</div>
+</div>
+<details>
+<summary class="title">Click to see how todo these steps manually</summary>
+<div class="content">
+<div class="olist arabic">
+<ol class="arabic">
+<li>
 <p>Verify checksums:</p>
 <div class="listingblock">
 <div class="content">
@@ -340,6 +352,11 @@ cd src</code></pre>
 </div>
 </div>
 </li>
+</ol>
+</div>
+</div>
+</details>
+</li>
 <li>
 <p>Verify the build (install <a 
href="https://docs.docker.com/engine/install";>docker</a>, if you haven&#8217;t 
already):</p>
 <div class="listingblock">
diff --git a/log4net-3.1.0/sitemap.xml b/log4net-3.1.0/sitemap.xml
index 5f961cb..b062475 100644
--- a/log4net-3.1.0/sitemap.xml
+++ b/log4net-3.1.0/sitemap.xml
@@ -2,218 +2,134 @@
 <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9";>
 <url>
 <loc>https://logging.apache.org/log4net/development.html</loc>
-<lastmod>2025-05-12T18:20:00.924Z</lastmod>
+<lastmod>2025-05-21T19:08:46.738Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4net/download.html</loc>
-<lastmod>2025-05-12T18:20:00.924Z</lastmod>
+<lastmod>2025-05-21T19:08:46.738Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4net/features.html</loc>
-<lastmod>2025-05-12T18:20:00.924Z</lastmod>
+<lastmod>2025-05-21T19:08:46.738Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4net/index.html</loc>
-<lastmod>2025-05-12T18:20:00.924Z</lastmod>
-</url>
-<url>
-<loc>https://logging.apache.org/log4net/manual/appenders.html</loc>
-<lastmod>2025-05-12T18:20:00.924Z</lastmod>
+<lastmod>2025-05-21T19:08:46.738Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4net/manual/configuration.html</loc>
-<lastmod>2025-05-12T18:20:00.924Z</lastmod>
-</url>
-<url>
-<loc>https://logging.apache.org/log4net/manual/configuration/adonetappender.html</loc>
-<lastmod>2025-05-12T18:20:00.924Z</lastmod>
+<lastmod>2025-05-21T19:08:46.738Z</lastmod>
 </url>
 <url>
 
<loc>https://logging.apache.org/log4net/manual/configuration/appenders.html</loc>
-<lastmod>2025-05-12T18:20:00.924Z</lastmod>
+<lastmod>2025-05-21T19:08:46.738Z</lastmod>
 </url>
 <url>
 
<loc>https://logging.apache.org/log4net/manual/configuration/appenders/adonetappender.html</loc>
-<lastmod>2025-05-12T18:20:00.924Z</lastmod>
+<lastmod>2025-05-21T19:08:46.738Z</lastmod>
 </url>
 <url>
 
<loc>https://logging.apache.org/log4net/manual/configuration/appenders/bufferingforwardingappender.html</loc>
-<lastmod>2025-05-12T18:20:00.924Z</lastmod>
+<lastmod>2025-05-21T19:08:46.738Z</lastmod>
 </url>
 <url>
 
<loc>https://logging.apache.org/log4net/manual/configuration/appenders/coloredconsoleappender.html</loc>
-<lastmod>2025-05-12T18:20:00.924Z</lastmod>
+<lastmod>2025-05-21T19:08:46.738Z</lastmod>
 </url>
 <url>
 
<loc>https://logging.apache.org/log4net/manual/configuration/appenders/consoleappender.html</loc>
-<lastmod>2025-05-12T18:20:00.924Z</lastmod>
+<lastmod>2025-05-21T19:08:46.738Z</lastmod>
 </url>
 <url>
 
<loc>https://logging.apache.org/log4net/manual/configuration/appenders/eventlogappender.html</loc>
-<lastmod>2025-05-12T18:20:00.924Z</lastmod>
+<lastmod>2025-05-21T19:08:46.738Z</lastmod>
 </url>
 <url>
 
<loc>https://logging.apache.org/log4net/manual/configuration/appenders/fileappender.html</loc>
-<lastmod>2025-05-12T18:20:00.924Z</lastmod>
+<lastmod>2025-05-21T19:08:46.738Z</lastmod>
 </url>
 <url>
 
<loc>https://logging.apache.org/log4net/manual/configuration/appenders/forwardingappender.html</loc>
-<lastmod>2025-05-12T18:20:00.924Z</lastmod>
+<lastmod>2025-05-21T19:08:46.738Z</lastmod>
 </url>
 <url>
 
<loc>https://logging.apache.org/log4net/manual/configuration/appenders/localsyslogappender.html</loc>
-<lastmod>2025-05-12T18:20:00.924Z</lastmod>
+<lastmod>2025-05-21T19:08:46.738Z</lastmod>
 </url>
 <url>
 
<loc>https://logging.apache.org/log4net/manual/configuration/appenders/managedcoloredconsoleappender.html</loc>
-<lastmod>2025-05-12T18:20:00.924Z</lastmod>
+<lastmod>2025-05-21T19:08:46.738Z</lastmod>
 </url>
 <url>
 
<loc>https://logging.apache.org/log4net/manual/configuration/appenders/memoryappender.html</loc>
-<lastmod>2025-05-12T18:20:00.924Z</lastmod>
+<lastmod>2025-05-21T19:08:46.738Z</lastmod>
 </url>
 <url>
 
<loc>https://logging.apache.org/log4net/manual/configuration/appenders/outputdebugstringappender.html</loc>
-<lastmod>2025-05-12T18:20:00.924Z</lastmod>
+<lastmod>2025-05-21T19:08:46.738Z</lastmod>
 </url>
 <url>
 
<loc>https://logging.apache.org/log4net/manual/configuration/appenders/remotesyslogappender.html</loc>
-<lastmod>2025-05-12T18:20:00.924Z</lastmod>
+<lastmod>2025-05-21T19:08:46.738Z</lastmod>
 </url>
 <url>
 
<loc>https://logging.apache.org/log4net/manual/configuration/appenders/rollingfileappender.html</loc>
-<lastmod>2025-05-12T18:20:00.924Z</lastmod>
+<lastmod>2025-05-21T19:08:46.738Z</lastmod>
 </url>
 <url>
 
<loc>https://logging.apache.org/log4net/manual/configuration/appenders/smtpappender.html</loc>
-<lastmod>2025-05-12T18:20:00.924Z</lastmod>
+<lastmod>2025-05-21T19:08:46.738Z</lastmod>
 </url>
 <url>
 
<loc>https://logging.apache.org/log4net/manual/configuration/appenders/smtppickupdirappender.html</loc>
-<lastmod>2025-05-12T18:20:00.924Z</lastmod>
+<lastmod>2025-05-21T19:08:46.738Z</lastmod>
 </url>
 <url>
 
<loc>https://logging.apache.org/log4net/manual/configuration/appenders/traceappender.html</loc>
-<lastmod>2025-05-12T18:20:00.924Z</lastmod>
+<lastmod>2025-05-21T19:08:46.738Z</lastmod>
 </url>
 <url>
 
<loc>https://logging.apache.org/log4net/manual/configuration/appenders/udpappender.html</loc>
-<lastmod>2025-05-12T18:20:00.924Z</lastmod>
-</url>
-<url>
-<loc>https://logging.apache.org/log4net/manual/configuration/bufferingforwardingappender.html</loc>
-<lastmod>2025-05-12T18:20:00.924Z</lastmod>
-</url>
-<url>
-<loc>https://logging.apache.org/log4net/manual/configuration/coloredconsoleappender.html</loc>
-<lastmod>2025-05-12T18:20:00.924Z</lastmod>
-</url>
-<url>
-<loc>https://logging.apache.org/log4net/manual/configuration/consoleappender.html</loc>
-<lastmod>2025-05-12T18:20:00.924Z</lastmod>
-</url>
-<url>
-<loc>https://logging.apache.org/log4net/manual/configuration/eventlogappender.html</loc>
-<lastmod>2025-05-12T18:20:00.924Z</lastmod>
-</url>
-<url>
-<loc>https://logging.apache.org/log4net/manual/configuration/examples.html</loc>
-<lastmod>2025-05-12T18:20:00.924Z</lastmod>
-</url>
-<url>
-<loc>https://logging.apache.org/log4net/manual/configuration/fileappender.html</loc>
-<lastmod>2025-05-12T18:20:00.924Z</lastmod>
+<lastmod>2025-05-21T19:08:46.738Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4net/manual/configuration/filters.html</loc>
-<lastmod>2025-05-12T18:20:00.924Z</lastmod>
-</url>
-<url>
-<loc>https://logging.apache.org/log4net/manual/configuration/forwardingappender.html</loc>
-<lastmod>2025-05-12T18:20:00.924Z</lastmod>
+<lastmod>2025-05-21T19:08:46.738Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4net/manual/configuration/layouts.html</loc>
-<lastmod>2025-05-12T18:20:00.924Z</lastmod>
-</url>
-<url>
-<loc>https://logging.apache.org/log4net/manual/configuration/localsyslogappender.html</loc>
-<lastmod>2025-05-12T18:20:00.924Z</lastmod>
-</url>
-<url>
-<loc>https://logging.apache.org/log4net/manual/configuration/managedcoloredconsoleappender.html</loc>
-<lastmod>2025-05-12T18:20:00.924Z</lastmod>
-</url>
-<url>
-<loc>https://logging.apache.org/log4net/manual/configuration/memoryappender.html</loc>
-<lastmod>2025-05-12T18:20:00.924Z</lastmod>
-</url>
-<url>
-<loc>https://logging.apache.org/log4net/manual/configuration/outputdebugstringappender.html</loc>
-<lastmod>2025-05-12T18:20:00.924Z</lastmod>
-</url>
-<url>
-<loc>https://logging.apache.org/log4net/manual/configuration/remotesyslogappender.html</loc>
-<lastmod>2025-05-12T18:20:00.924Z</lastmod>
-</url>
-<url>
-<loc>https://logging.apache.org/log4net/manual/configuration/rollingfileappender.html</loc>
-<lastmod>2025-05-12T18:20:00.924Z</lastmod>
-</url>
-<url>
-<loc>https://logging.apache.org/log4net/manual/configuration/smtpappender.html</loc>
-<lastmod>2025-05-12T18:20:00.924Z</lastmod>
-</url>
-<url>
-<loc>https://logging.apache.org/log4net/manual/configuration/smtppickupdirappender.html</loc>
-<lastmod>2025-05-12T18:20:00.924Z</lastmod>
-</url>
-<url>
-<loc>https://logging.apache.org/log4net/manual/configuration/traceappender.html</loc>
-<lastmod>2025-05-12T18:20:00.924Z</lastmod>
-</url>
-<url>
-<loc>https://logging.apache.org/log4net/manual/configuration/udpappender.html</loc>
-<lastmod>2025-05-12T18:20:00.924Z</lastmod>
+<lastmod>2025-05-21T19:08:46.738Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4net/manual/examples.html</loc>
-<lastmod>2025-05-12T18:20:00.924Z</lastmod>
+<lastmod>2025-05-21T19:08:46.738Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4net/manual/faq.html</loc>
-<lastmod>2025-05-12T18:20:00.924Z</lastmod>
-</url>
-<url>
-<loc>https://logging.apache.org/log4net/manual/filters.html</loc>
-<lastmod>2025-05-12T18:20:00.924Z</lastmod>
+<lastmod>2025-05-21T19:08:46.738Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4net/manual/index.html</loc>
-<lastmod>2025-05-12T18:20:00.924Z</lastmod>
+<lastmod>2025-05-21T19:08:46.738Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4net/manual/installation.html</loc>
-<lastmod>2025-05-12T18:20:00.924Z</lastmod>
+<lastmod>2025-05-21T19:08:46.738Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4net/manual/introduction.html</loc>
-<lastmod>2025-05-12T18:20:00.924Z</lastmod>
-</url>
-<url>
-<loc>https://logging.apache.org/log4net/manual/layouts.html</loc>
-<lastmod>2025-05-12T18:20:00.924Z</lastmod>
+<lastmod>2025-05-21T19:08:46.738Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4net/manual/supported-frameworks.html</loc>
-<lastmod>2025-05-12T18:20:00.924Z</lastmod>
+<lastmod>2025-05-21T19:08:46.738Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4net/release-notes.html</loc>
-<lastmod>2025-05-12T18:20:00.924Z</lastmod>
+<lastmod>2025-05-21T19:08:46.738Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4net/release-review.html</loc>
-<lastmod>2025-05-12T18:20:00.924Z</lastmod>
+<lastmod>2025-05-21T19:08:46.738Z</lastmod>
 </url>
 </urlset>

Reply via email to