README
authorMichael Wallner <mike@php.net>
Mon, 9 Nov 2020 18:11:12 +0000 (19:11 +0100)
committerMichael Wallner <mike@php.net>
Mon, 9 Nov 2020 18:11:12 +0000 (19:11 +0100)
AUTHORS
README.md
THANKS [deleted file]

diff --git a/AUTHORS b/AUTHORS
index 67bbd9113d3d573f38611c4a382448b04efc1556..e7b32022da5215e4067c4f4ab73388a51f4cb757 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -1 +1,22 @@
-Michael Wallner <mike@php.net>
+Andre Cruz - Help with getting the CRC Hash function to match other connectors
+Brian Aker - Original work, Client Library, Tools
+Brian Pontz - Hsieh hash
+Cal Heldenbrand - Awesome feedback on performance
+Dustin Sallings - Insight into protocol
+Eirik A. Nygaard - IO Patch
+Eric Lambert - UDP work
+Kevin Dalley - Bug Fixes
+Marcelo Fernandez - TCP/IP timeout pieces
+Mark Atwood - Tools, Docs
+Michael Wallner - CMake build, Catch2 tests, Resurrection
+Mingqiang Zhuang - Rewrite of memslap
+Monty Taylor - Debian Packages, Cleanup work for configure, Build Releated (Pandora)
+Padraig O'Sullivan - C++ Interface
+Patrick Galbraith - work on C++ interface
+Ross McFarland - Idea for sorting servers
+Tim Bunce - Docs, Perl Driver work and feedback on API
+Tobias Luetke - Performance Feedback
+Toru Maesaka - Stats analysis
+Trond Norbye - Binary protocol, Misc
+Yin Chen - Ketama support/weighted support
+
index 4f977d0d8d9ee7d5b627ef5b37caad855e1f3224..1149766ce24f3c18391d2579a4806301314afe76 100644 (file)
--- a/README.md
+++ b/README.md
@@ -42,11 +42,11 @@ Enable the `BUILD_TESTING` setting for a build and run `make test`.
 
 CI/Test results are available at:
 
-| Provider     | Status              | OS           | Compiler   | Arch                  |
-|--------------|---------------------|--------------|------------|-----------------------|
-| [Travis CI]  | ![Travis CI Badge]  | Linux        | GNU        | arm64, ppc64le, s390x |
-| [Cirrus CI]  | ![Cirrus CI Badge]  | FreeBSD      | Clang      | amd64                 |
-| [GH Actions] | ![GH Actions Badge] | Linux, MacOS | GNU, Clang | amd64                 |
+| Provider       | Status                | OS               | Compiler   | Arch                  |
+|----------------|-----------------------|------------------|------------|-----------------------|
+| [Travis CI]    | ![Travis CI Badge]    | Linux            | GNU        | arm64, ppc64le, s390x |
+| [Builds.sr.ht] | ![Builds.sr.ht Badge] | FreeBSD, OpenBSD | Clang      | amd64                 |
+| [GH Actions]   | ![GH Actions Badge]   | Linux, MacOS     | GNU, Clang | amd64                 |
 
 Additional project metrics:
 
@@ -74,22 +74,22 @@ A list of known permanent issues is maintained in [BUGS](./BUGS.md).
 All forms of contribution are welcome! Please see the bundled
 [CONTRIBUTING](./CONTRIBUTING.md) note for the general principles followed.
 
-The list of past and current contributors is maintained in [THANKS](./THANKS).
-
-The list of current maintainers is available in [AUTHORS](./AUTHORS).
+The list of current and past maintainers and contributors is available in [AUTHORS](./AUTHORS).
 
 ### Building and updating docs
 
-See [gh-pages/publish](./docs/gh-pages/publish.sh) script, which automates
-pushing updated documentation to github pages.
-
-[Travis CI]:        https://travis-ci.org/github/m6w6/libmemcached "Travis CI Build Status"
-[Travis CI Badge]:  https://api.travis-ci.org/m6w6/libmemcached.svg?branch=v1.x "Travis CI Build Status"
-[Cirrus CI]:        https://cirrus-ci.com/github/m6w6/libmemcached "Cirrus CI Build Status"
-[Cirrus CI Badge]:  https://api.cirrus-ci.com/github/m6w6/libmemcached.svg?branch=v1.x "Cirrus CI Build Status"
-[GH Actions]:       https://github.com/m6w6/libmemcached/actions?query=workflow%3Acmake-build-ci "GH Actions Build Status"
-[GH Actions Badge]: https://img.shields.io/github/workflow/status/m6w6/libmemcached/cmake-build-ci?style=flat "GH Actions Build Status"
-
-
-[Codecov]:          https://codecov.io/gh/m6w6/libmemcached "Codecov Code Coverage"
-[Codecov Badge]:    https://codecov.io/gh/m6w6/libmemcached/branch/v1.x/graph/badge.svg "Codecov Code Coverage"
+See [gh-pages/publish](./docs/gh-pages/publish.sh) script and the 
+[docs-publish-pages](./.github/workflows/docs-publish-pages.yml) workflow, 
+which automate pushing updated documentation to github pages.
+
+[Travis CI]:            https://travis-ci.org/github/m6w6/libmemcached
+[Travis CI Badge]:      https://api.travis-ci.org/m6w6/libmemcached.svg?branch=v1.x
+[Cirrus CI]:            https://cirrus-ci.com/github/m6w6/libmemcached
+[Cirrus CI Badge]:      https://api.cirrus-ci.com/github/m6w6/libmemcached.svg?branch=v1.x
+[GH Actions]:           https://github.com/m6w6/libmemcached/actions?query=workflow%3Acmake-build-ci
+[GH Actions Badge]:     https://github.com/m6w6/libmemcached/workflows/cmake-build-ci/badge.svg?branch=v1.x
+[Builds.sr.ht]:         https://builds.sr.ht/~m6w6/libmemcached
+[Builds.sr.ht Badge]:   https://builds.sr.ht/~m6w6/libmemcached/commits.svg
+
+[Codecov]:          https://codecov.io/gh/m6w6/libmemcached
+[Codecov Badge]:    https://codecov.io/gh/m6w6/libmemcached/branch/v1.x/graph/badge.svg
diff --git a/THANKS b/THANKS
deleted file mode 100644 (file)
index a30a3b8..0000000
--- a/THANKS
+++ /dev/null
@@ -1,23 +0,0 @@
-Thanks go to the following people, who have contributed to this project:
-
-Andre Cruz - Help with getting the CRC Hash function to match other connectors
-Brian Aker - Original work, Client Library, Tools
-Brian Pontz - Hsieh hash
-Cal Heldenbrand - Awesome feedback on performance
-Dustin Sallings - Insight into protocol
-Eirik A. Nygaard - IO Patch
-Eric Lambert - UDP work
-Kevin Dalley - Bug Fixes
-Marcelo Fernandez - TCP/IP timeout pieces
-Mark Atwood - Tools, Docs
-Mingqiang Zhuang - Rewrite of memslap
-Monty Taylor - Debian Packages, Cleanup work for configure, Build Releated (Pandora)
-Padraig O'Sullivan- C++ Interface (current one)
-Patrick Galbraith - work on C++ interface
-Ross McFarland - Idea for sorting servers
-Tim Bunce - Docs, Perl Driver work and feedback on API
-Tobias Luetke - Performance Feedback
-Toru Maesaka - Stats analysis
-Trond Norbye - Binary protocol, Misc
-Yin Chen - Ketama support/weighted support
-