summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJochen Sprickerhof <git@jochen.sprickerhof.de>2020-01-20 11:37:15 +0100
committerJochen Sprickerhof <git@jochen.sprickerhof.de>2020-01-20 11:37:15 +0100
commit3b3bb8d3bab29ff1bb7314367dfb850789339196 (patch)
treea09b5cf5b0e450958f0b2b2edb50de2253a41bb0 /README.md
parent6c1d2bc6710acf88b48a0a8f713fb9c56a4fc536 (diff)
New upstream version 1.10.0+dfsg
Diffstat (limited to 'README.md')
-rw-r--r--README.md55
1 files changed, 50 insertions, 5 deletions
diff --git a/README.md b/README.md
index aaca7bda..55e75e19 100644
--- a/README.md
+++ b/README.md
@@ -2,18 +2,50 @@
<img src="pcl.png" align="center" height="100">
-Continuous integration
-----------------------
[![Release][release-image]][releases]
[![License][license-image]][license]
-[release-image]: https://img.shields.io/badge/release-1.9.1-green.svg?style=flat
+[release-image]: https://img.shields.io/badge/release-1.10.0-green.svg?style=flat
[releases]: https://github.com/PointCloudLibrary/pcl/releases
[license-image]: https://img.shields.io/badge/license-BSD-green.svg?style=flat
[license]: https://github.com/PointCloudLibrary/pcl/blob/master/LICENSE.txt
-[![Build Status](https://dev.azure.com/PointCloudLibrary/pcl/_apis/build/status/PointCloudLibrary.pcl)](https://dev.azure.com/PointCloudLibrary/pcl/_build/latest?definitionId=1)
+Continuous integration
+----------------------
+
+[![Ubuntu Build Status][ci-ubuntu-image]][ci-ubuntu] [![Windows Build Status][ci-windows-image]][ci-windows] [![MacOS Build Status][ci-macos-image]][ci-macos]
+
+[ci-ubuntu]: https://dev.azure.com/PointCloudLibrary/pcl/_build/latest?definitionId=4
+[ci-ubuntu-image]: https://img.shields.io/azure-devops/build/PointCloudLibrary/0fc52e87-00b9-420e-acbc-c842c4f2d9cc/4.svg?label=Ubuntu&logo=azure%20pipelines
+[ci-windows]: https://dev.azure.com/PointCloudLibrary/pcl/_build/latest?definitionId=3
+[ci-windows-image]: https://img.shields.io/azure-devops/build/PointCloudLibrary/0fc52e87-00b9-420e-acbc-c842c4f2d9cc/3.svg?label=Windows&logo=azure%20pipelines
+[ci-macos]: https://dev.azure.com/PointCloudLibrary/pcl/_build/latest?definitionId=2
+[ci-macos-image]: https://img.shields.io/azure-devops/build/PointCloudLibrary/0fc52e87-00b9-420e-acbc-c842c4f2d9cc/2.svg?label=MacOS&logo=azure%20pipelines
+
+Community
+---------
+[![Gitter][gitter-image]][gitter-channel]
+[![StackOverflow][so-question-count]][stackoverflow]
+[![Website][website-status]][website]
+
+[gitter-image]: https://img.shields.io/gitter/room/PointCloudLibrary/pcl.svg?label=community%20chat&logo=gitter&logoColor=%23ED1965
+[gitter-channel]: https://gitter.im/PointCloudLibrary/pcl
+[website-status]: https://img.shields.io/website/http/www.pointclouds.org.svg?down_color=red&down_message=is%20down&up_color=yellow&up_message=is%20outdated
+[website]: http://www.pointclouds.org
+
+[so-question-count]: https://img.shields.io/stackexchange/stackoverflow/t/point-cloud-library.svg?logo=stackoverflow
+[stackoverflow]: https://stackoverflow.com/questions/tagged/point-cloud-library
+
+Distribution
+---------
+[![Packaging status](https://repology.org/badge/tiny-repos/pcl-pointclouds.svg)](https://repology.org/project/pcl-pointclouds/badges)
+<details>
+<summary>Click to see all</summary>
+<p>
+<a href="https://repology.org/project/pcl-pointclouds/versions"><img src="https://repology.org/badge/vertical-allrepos/pcl-pointclouds.svg?header=pcl-pointclouds"></a>
+</p>
+</details>
Description
-----------
@@ -39,9 +71,22 @@ Please read [CONTRIBUTING.md](https://github.com/PointCloudLibrary/pcl/blob/mast
Issues
------
-For general questions on how to use the PCL, please use the [pcl-users](http://www.pcl-users.org/) mailing list (do not forget to subscribe before posting).
To report issues, please read [CONTRIBUTING.md#bug-reports](https://github.com/PointCloudLibrary/pcl/blob/master/CONTRIBUTING.md#bug-reports).
+For general questions on how to use the PCL, please consider one of the following alternatives instead:
+* [Stack Overflow](https://stackoverflow.com/questions/tagged/point-cloud-library)
+for Q&A as well as support for troubleshooting, installation and debugging. Do
+remember to tag your questions with the tag `point-cloud-library`.
+* [Gitter channel](https://gitter.im/PointCloudLibrary/pcl) for live chat with
+other members of the PCL community and casual discussions
+
+<!--
+ * Mailing list: The [PCL Google Group](https://groups.google.com/forum/#!forum/point-cloud-library)
+-->
+
+<!-- There's an option of creating our own compatibility tracker
+
API/ABI Compatibility Report
------
For details about API/ABI changes over the timeline please check PCL's page at [ABI Laboratory](https://abi-laboratory.pro/tracker/timeline/pcl/).
+-->