1
0

update README.md

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/logging/trunk@1804810 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Pascal Schumacher
2017-08-11 15:41:06 +00:00
parent da4b7ddbef
commit ae02acf389

View File

@@ -43,15 +43,15 @@
Apache Commons Logging Apache Commons Logging
=================== ===================
[![Build Status](https://travis-ci.org/apache/commons-logging.svg?branch=trunk)](https://travis-ci.org/apache/commons-logging)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/commons-logging/commons-logging/badge.svg)](https://maven-badges.herokuapp.com/maven-central/commons-logging/commons-logging/) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/commons-logging/commons-logging/badge.svg)](https://maven-badges.herokuapp.com/maven-central/commons-logging/commons-logging/)
[![License](http://img.shields.io/:license-apache-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0.html)
Apache Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems. Apache Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.
Documentation Documentation
------------- -------------
More information can be found on the [homepage](https://commons.apache.org/proper/commons-logging). More information can be found on the [Apache Commons Logging homepage](https://commons.apache.org/proper/commons-logging).
The [JavaDoc](https://commons.apache.org/proper/commons-logging/javadocs/api-release) can be browsed. The [JavaDoc](https://commons.apache.org/proper/commons-logging/javadocs/api-release) can be browsed.
Questions related to the usage of Apache Commons Logging should be posted to the [user mailing list][ml]. Questions related to the usage of Apache Commons Logging should be posted to the [user mailing list][ml].
@@ -72,7 +72,7 @@ Alternatively you can pull it from the central Maven repositories:
Contributing Contributing
------------ ------------
We accept PRs via github. The [developer mailing list][ml] is the main channel of communication for contributors. We accept Pull Requests via GitHub. The [developer mailing list][ml] is the main channel of communication for contributors.
There are some guidelines which will make applying PRs easier for us: There are some guidelines which will make applying PRs easier for us:
+ No tabs! Please use spaces for indentation. + No tabs! Please use spaces for indentation.
+ Respect the code style. + Respect the code style.
@@ -84,7 +84,9 @@ You can learn more about contributing via GitHub in our [contribution guidelines
License License
------- -------
Code is under the [Apache Licence v2](https://www.apache.org/licenses/LICENSE-2.0.txt). This code is under the [Apache Licence v2](https://www.apache.org/licenses/LICENSE-2.0).
See the `NOTICE.txt` file for required notices and attributions.
Donations Donations
--------- ---------
@@ -94,8 +96,8 @@ Additional Resources
-------------------- --------------------
+ [Apache Commons Homepage](https://commons.apache.org/) + [Apache Commons Homepage](https://commons.apache.org/)
+ [Apache Bugtracker (JIRA)](https://issues.apache.org/jira/) + [Apache Issue Tracker (JIRA)](https://issues.apache.org/jira/browse/LOGGING)
+ [Apache Commons Twitter Account](https://twitter.com/ApacheCommons) + [Apache Commons Twitter Account](https://twitter.com/ApacheCommons)
+ #apachecommons IRC channel on freenode.org + `#apache-commons` IRC channel on `irc.freenode.org`
[ml]:https://commons.apache.org/mail-lists.html [ml]:https://commons.apache.org/mail-lists.html