This is an automated email from the ASF dual-hosted git repository.
swebb2066 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4cxx.git
The following commit(s) were added to refs/heads/master by this push:
new 78eee3f8 Remove duplicated and outdated information from README (#379)
78eee3f8 is described below
commit 78eee3f821942da77779b9822a0aaf442c03d0a6
Author: Stephen Webb <[email protected]>
AuthorDate: Fri May 3 10:33:03 2024 +1000
Remove duplicated and outdated information from README (#379)
* Add some badges
---
README.md | 54 +++++++++++++++++++++++++++++++++++++-----------------
1 file changed, 37 insertions(+), 17 deletions(-)
diff --git a/README.md b/README.md
index c3d1db44..267606bd 100644
--- a/README.md
+++ b/README.md
@@ -1,23 +1,43 @@
-# Apache Log4cxx
+<!--
+ 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
-Apache Log4cxx is a logging framework for C++. More information is available
on the
-[Log4cxx Website](https://logging.apache.org/log4cxx/latest_stable).
+ http://www.apache.org/licenses/LICENSE-2.0
-Log4cxx is part of the [Apache Logging Services](https://logging.apache.org/)
PMC.
+ 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.
+-->
+
+[](https://github.com/apache/logging-log4cxx/actions/workflows/log4cxx-ubuntu.yml)
+[](https://github.com/apache/logging-log4cxx/actions/workflows/log4cxx-macos.yml)
+<br/>
+[](https://github.com/apache/logging-log4cxx/actions/workflows/log4cxx-windows.yml)
+[](https://github.com/apache/logging-log4cxx/actions/workflows/log4cxx-windows-static.yml)
+<br/>
+[](https://github.com/apache/logging-log4cxx/actions/workflows/abi-compatibility.yml)
+[](https://github.com/apache/logging-log4cxx/actions/workflows/sonarcloud.yml)
-# Issues and pull requests
+Apache Log4cxx is a logging framework for C++.
-Issues are maintained in the [Apache
JIRA](https://issues.apache.org/jira/projects/LOGCXX/issues) by
-default, so before posting pull requests, please have a look there if an
associated issue with your
-problem/feature/... exists already. If not, it's generally OK to directly
create pull requests IF
-code is already available, but please be somewhat verbose: Provide some
background information about
-what actual problem the PR solves, why this needs to be solved etc. Don't just
provide commits about
-the fact that you changed something.
+For answers to such questions as "What is logging?",
+"What should a logging framework do?" and
+"How to do logging properly?"
+refer to the [logging overview
page](https://logging.apache.org/what-is-logging.html).
-Because new signups are not allowed on JIRA anymore, you may also submit a bug
report through the
-GitHub mirror.
+The [quick start
guide](https://logging.apache.org/log4cxx/latest_stable/quick-start.html)
+shows what code you write to use Log4cxx in your project.
-If any discussion is needed before actually having any code, simply create a
issue on GitHub,
-a ticket on JIRA (if you have an old account), or send a message to the
corresponding
-[mailing
list](https://logging.apache.org/log4cxx/latest_stable/mail-lists.html).
-Thanks!
+For other information about Log4cxx
+(e.g. [getting
help](https://logging.apache.org/log4cxx/latest_stable/community.html),
+[official release
downloads](https://logging.apache.org/log4cxx/latest_stable/download.html),
+[building
Log4cxx](https://logging.apache.org/log4cxx/latest_stable/build.html)) use
+[the Log4cxx project
website](https://logging.apache.org/log4cxx/latest_stable).
+
+Log4cxx is part of the [Apache Logging Services](https://logging.apache.org/)
PMC.