You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by fr...@apache.org on 2024/04/21 20:45:52 UTC

(logging-log4net) branch Feature/144-Use-Logging-Services-common-pages created (now 0be9ab61)

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

freeandnil pushed a change to branch Feature/144-Use-Logging-Services-common-pages
in repository https://gitbox.apache.org/repos/asf/logging-log4net.git


      at 0be9ab61 Use Logging Services common pages #144

This branch includes the following new commits:

     new 0be9ab61 Use Logging Services common pages #144

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



(logging-log4net) 01/01: Use Logging Services common pages #144

Posted by fr...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

freeandnil pushed a commit to branch Feature/144-Use-Logging-Services-common-pages
in repository https://gitbox.apache.org/repos/asf/logging-log4net.git

commit 0be9ab61a3c190c166f45157a3d1dee0019195ff
Author: Jan Friedrich <fr...@apache.org>
AuthorDate: Sun Apr 21 22:45:29 2024 +0200

    Use Logging Services common pages #144
---
 pom.xml                                    |   2 -
 src/site/resources/doap_log4net.rdf        |   4 +-
 src/site/site.vm                           |   3 +-
 src/site/site.xml                          |   8 +-
 src/site/xdoc/download_log4net.xml         | 127 -----------------------------
 src/site/xdoc/release/security-reports.xml |  80 ------------------
 6 files changed, 5 insertions(+), 219 deletions(-)

diff --git a/pom.xml b/pom.xml
index 087b2898..c09b2281 100644
--- a/pom.xml
+++ b/pom.xml
@@ -148,8 +148,6 @@
               <report>scm</report>
               <report>license</report>
               <report>project-team</report>
-              <report>issue-tracking</report>
-              <report>mailing-list</report>
             </reports>
           </reportSet>
         </reportSets>
diff --git a/src/site/resources/doap_log4net.rdf b/src/site/resources/doap_log4net.rdf
index fd6ad3bb..c4420b34 100644
--- a/src/site/resources/doap_log4net.rdf
+++ b/src/site/resources/doap_log4net.rdf
@@ -29,9 +29,7 @@
     <homepage rdf:resource="http://logging.apache.org/log4net/" />
     <asfext:pmc rdf:resource="http://logging.apache.org" />
     <shortdesc>Apache log4net provides logging services for .NET.</shortdesc>
-    <bug-database rdf:resource="https://github.com/apache/logging-log4net/issues" />
-    <mailing-list rdf:resource="http://logging.apache.org/log4net/mail-lists.html" />
-    <download-page rdf:resource="https://logging.apache.org/log4net/download_log4net.html" />
+    <download-page rdf:resource="https://logging.apache.org/download.html" />
     <programming-language>C#</programming-language>
     <category rdf:resource="http://projects.apache.org/category/library" />
     <repository>
diff --git a/src/site/site.vm b/src/site/site.vm
index 370dd987..3dc2549b 100644
--- a/src/site/site.vm
+++ b/src/site/site.vm
@@ -201,8 +201,7 @@
 	#set ($active = " active")
 	#end
 	#if (${project.artifactId} != "log4net" && $isComponentDocumentation &&
-				($item.href == "team-list.html" || $item.href == "mail-lists.html"
-				|| $item.href == "issue-tracking.html" || $item.href == "license.html"
+				($item.href == "team-list.html" || $item.href == "license.html"
 				|| $item.href == "source-repository.html"))
 	<!-- Removing overall project item $item.name from component-specific menu -->
 	#else
diff --git a/src/site/site.xml b/src/site/site.xml
index be20bada..050f42a2 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -28,8 +28,8 @@
 
     <menu name="Apache log4net" inherit="top" img="icon-home">
       <item name="About" href="/index.html"/>
-      <item name="Download" href="/download_log4net.html"/>
-      <item name="Security Reports" href="/release/security-reports.html"/>
+      <item name="Download" href="../download.html"/>
+      <item name="Support" href="../support.html" />
       <item name="Release Notes" href="/release/release-notes.html"/>
       <item name="License" href="/license.html"/>
     </menu>
@@ -53,8 +53,6 @@
     </menu>
 
     <menu name="For Contributors" inherit="top" img="icon-pencil">
-      <item name="Mailing Lists" href="/mail-lists.html"/>
-      <item name="Issue Tracking" href="/issue-tracking.html"/>
       <item name="Repository" href="/source-repository.html"/>
     </menu>
 
@@ -67,7 +65,7 @@
       <item name="License" href="http://www.apache.org/licenses/"/>
       <item name="Sponsorship" href="http://www.apache.org/foundation/sponsorship.html"/>
       <item name="Thanks" href="http://www.apache.org/foundation/thanks.html"/>
-      <item name="Security" href="http://www.apache.org/security/"/>
+      <item name="Security" href="http://logging.apache.org/security.html"/>
       <item name="Conferences" href="http://www.apachecon.com"/>
     </menu>
 </body>
diff --git a/src/site/xdoc/download_log4net.xml b/src/site/xdoc/download_log4net.xml
deleted file mode 100644
index 0bcacba8..00000000
--- a/src/site/xdoc/download_log4net.xml
+++ /dev/null
@@ -1,127 +0,0 @@
-<?xml version="1.0"?>
-<!--
-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.
--->
-<document>
-  <properties>
-    <title>Download Apache log4net</title>
-  </properties>
-
-  <body>
-    <section name="Download Apache log4net&#x2122;">
-
-      <p>
-        Apache log4net is distributed under the <a 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 "Unblock" button) before extracting it.</p>
-
-    </section>
-
-    <section name="log4net 3.0.0">
-
-      <subsection name="Source">
-        <table>
-          <tr>
-            <td>
-              <a href="https://downloads.apache.org/logging/log4net/source/apache-log4net-source-3.0.0.zip">apache-log4net-source-3.0.0.zip</a>
-            </td>
-            <td>
-              <a href="https://downloads.apache.org/logging/log4net/source/apache-log4net-source-3.0.0.zip.sha512">sha512</a>
-            </td>
-            <td>
-              <a href="https://downloads.apache.org/logging/log4net/source/apache-log4net-source-3.0.0.zip.asc">pgp</a>
-            </td>
-          </tr>
-        </table>
-      </subsection>
-
-      <subsection name="Binaries">
-        <p>
-          Binaries are available in a zip file or nupkg, which is also available from <a href="https://www.nuget.org/packages/log4net/">nuget.org</a>
-        </p>
-        <table>
-          <tr>
-            <td>
-              <a href="https://downloads.apache.org/logging/log4net/binaries/apache-log4net-binaries-3.0.0.zip">log4net-binaries-3.0.0.zip</a>
-            </td>
-            <td>
-              <a href="https://downloads.apache.org/logging/log4net/binaries/apache-log4net-binaries-3.0.0.zip.sha512">sha512</a>
-            </td>
-            <td>
-              <a href="https://downloads.apache.org/logging/log4net/binaries/apache-log4net-binaries-3.0.0.zip.asc">pgp</a>
-            </td>
-          </tr>
-          <tr>
-            <td>
-              <a href="https://downloads.apache.org/logging/log4net/binaries/apache-log4net.3.0.0.nupkg">log4net-3.0.0.nupkg</a>
-            </td>
-            <td>
-              <a href="https://downloads.apache.org/logging/log4net/binaries/apache-log4net.3.0.0.nupkg.sha512">sha512</a>
-            </td>
-            <td>
-              <a href="https://downloads.apache.org/logging/log4net/binaries/apache-log4net.3.0.0.nupkg.asc">pgp</a>
-            </td>
-          </tr>
-        </table>
-      </subsection>
-
-    </section>
-
-    <section name="Keys">
-      <p>
-        The <a href="http://www.apache.org/dist/logging/log4net/KEYS">KEYS</a> link links to the code signing keys used to sign the product.
-        The <code>PGP</code> link downloads the OpenPGP compatible signature from our main site.
-      </p>
-    </section>
-
-    <section name="Archives">
-      <p>
-        Release 1.2.11 and all more recent releases are available
-        from the Apache Software Foundation's <a
-                        href="http://archive.apache.org/dist/logging/log4net/">
-          distribution
-          archive
-        </a>.
-      </p>
-
-      <p>
-        The 1.2.10 and 1.2.9 releases have been created while log4net
-        was still undergoing incubation and those releases are available
-        from the <a 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 href="http://sourceforge.net/project/showfiles.php?group_id=31983&amp;release_id=171808">SourceForge Project Site</a>.
-      </p>
-    </section>
-  </body>
-
-  <section name="Verify Releases">
-
-    <p>It is essential that you verify the integrity of the downloaded files using the GPG signature.</p>
-
-    <p>
-      Please read <a
-                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 href="http://www.apache.org/dist/logging/log4net/KEYS">KEYS file</a>.
-    </p>
-  </section>
-</document>
\ No newline at end of file
diff --git a/src/site/xdoc/release/security-reports.xml b/src/site/xdoc/release/security-reports.xml
deleted file mode 100644
index e1e64663..00000000
--- a/src/site/xdoc/release/security-reports.xml
+++ /dev/null
@@ -1,80 +0,0 @@
-<?xml version="1.0"?>
-<!--
-
-   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.
--->
-<document>
-  <properties>
-    <title>Apache log4net: Security Reports</title>
-    <author email="dev@logging.apache.org">Logging Documentation Team</author>
-  </properties>
-  <body>
-    <section name="General Information">
-      <p>
-        For information about reporting or asking questions about
-        security problems, please see the <a
-        href="https://logging.apache.org/security.html">
-          security page
-          of the Logging project
-        </a>.
-      </p>
-    </section>
-
-    <section name="Apache log4net Security Vulnerabilities">
-      <p>
-        This page lists all security vulnerabilities fixed in
-        released versions of Apache log4net. Each
-        vulnerability is given a security impact rating by the
-        development team - please note that this rating may vary from
-        platform to platform. We also list the versions of log4net the
-        flaw is known to affect, and where a flaw has not
-        been verified list the version with a question mark.
-      </p>
-
-      <p>
-        Please note that binary patches are never provided. If you
-        need to apply a source code patch, use the building
-        instructions for the log4net version that you are
-        using.
-      </p>
-
-      <p>
-        If you need help on building log4net or other help
-        on following the instructions to mitigate the known
-        vulnerabilities listed here, please send your questions to the
-        public <a href="../mail-lists.html">
-          Logging Users mailing
-          list
-        </a>.
-      </p>
-
-      <p>
-        If you have encountered an unlisted security vulnerability
-        or other unexpected behaviour that has security impact, or if
-        the descriptions here are incomplete, please report them
-        privately to the Apache Security Team. Thank you.
-      </p>
-
-    </section>
-
-    <section name="Errors and Ommissions">
-      <p>
-        Please report any errors or omissions to <a
-        href="../mail-lists.html">the dev mailing list</a>.
-      </p>
-    </section>
-  </body>
-</document>