Repository: commons-compress Updated Branches: refs/heads/master a99b6bb5c -> 7c93eb18b
Update README.md. As generated by 'mvn commons:readme-md' based on WIP commons-build-plugin SNAPSHOT for https://issues.apache.org/jira/browse/COMMONSSITE-90 Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/7c93eb18 Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/7c93eb18 Diff: http://git-wip-us.apache.org/repos/asf/commons-compress/diff/7c93eb18 Branch: refs/heads/master Commit: 7c93eb18bad8612fe7cd4e6d27bd413b1fafc978 Parents: a99b6bb Author: Gary Gregory <[email protected]> Authored: Wed Nov 16 00:40:48 2016 -0800 Committer: Gary Gregory <[email protected]> Committed: Wed Nov 16 00:40:48 2016 -0800 ---------------------------------------------------------------------- README.md | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-compress/blob/7c93eb18/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index df44120..ff53f74 100644 --- a/README.md +++ b/README.md @@ -43,20 +43,20 @@ Apache Commons Compress =================== +[](https://travis-ci.org/apache/commons-compress) +[](https://coveralls.io/r/apache/commons-compress) +[](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-compress/) +[](http://www.apache.org/licenses/LICENSE-2.0.html) + Apache Commons Compress software defines an API for working with compression and archive formats. These include: bzip2, gzip, pack200, lzma, xz, Snappy, traditional Unix Compress, DEFLATE and ar, cpio, jar, tar, zip, dump, 7z, arj. -[](https://travis-ci.org/apache/commons-compress) -[](https://coveralls.io/r/apache/commons-compress) -[](https://maven-badges.herokuapp.com/maven-central/commons-compress/commons-compress/) -[](http://www.apache.org/licenses/LICENSE-2.0.html) - Documentation ------------- -More information can be found on the [homepage](https://commons.apache.org/proper/commons-compress). +More information can be found on the [Apache Commons Compress homepage](https://commons.apache.org/proper/commons-compress). The [JavaDoc](https://commons.apache.org/proper/commons-compress/javadocs/api-release) can be browsed. Questions related to the usage of Apache Commons Compress should be posted to the [user mailing list][ml]. @@ -77,7 +77,7 @@ Alternatively you can pull it from the central Maven repositories: 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: + No tabs! Please use spaces for indentation. + Respect the code style. @@ -89,7 +89,9 @@ You can learn more about contributing via GitHub in our [contribution guidelines 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 --------- @@ -99,8 +101,8 @@ Additional Resources -------------------- + [Apache Commons Homepage](https://commons.apache.org/) -+ [Apache Bugtracker (JIRA)](https://issues.apache.org/jira/) ++ [Apache Bugtracker (JIRA)](https://issues.apache.org/jira/browse/@JIRA_ID@) + [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
