Skip to content

Commit 77b628f

Browse files
committed
README
1 parent d2ce3bd commit 77b628f

File tree

3 files changed

+43
-45
lines changed

3 files changed

+43
-45
lines changed

AUTHORS

+22-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,22 @@
1-
Michael Wallner <[email protected]>
1+
Andre Cruz - Help with getting the CRC Hash function to match other connectors
2+
Brian Aker - Original work, Client Library, Tools
3+
Brian Pontz - Hsieh hash
4+
Cal Heldenbrand - Awesome feedback on performance
5+
Dustin Sallings - Insight into protocol
6+
Eirik A. Nygaard - IO Patch
7+
Eric Lambert - UDP work
8+
Kevin Dalley - Bug Fixes
9+
Marcelo Fernandez - TCP/IP timeout pieces
10+
Mark Atwood - Tools, Docs
11+
Michael Wallner - CMake build, Catch2 tests, Resurrection
12+
Mingqiang Zhuang - Rewrite of memslap
13+
Monty Taylor - Debian Packages, Cleanup work for configure, Build Releated (Pandora)
14+
Padraig O'Sullivan - C++ Interface
15+
Patrick Galbraith - work on C++ interface
16+
Ross McFarland - Idea for sorting servers
17+
Tim Bunce - Docs, Perl Driver work and feedback on API
18+
Tobias Luetke - Performance Feedback
19+
Toru Maesaka - Stats analysis
20+
Trond Norbye - Binary protocol, Misc
21+
Yin Chen - Ketama support/weighted support
22+

README.md

+21-21
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ Enable the `BUILD_TESTING` setting for a build and run `make test`.
4242

4343
CI/Test results are available at:
4444

45-
| Provider | Status | OS | Compiler | Arch |
46-
|--------------|---------------------|--------------|------------|-----------------------|
47-
| [Travis CI] | ![Travis CI Badge] | Linux | GNU | arm64, ppc64le, s390x |
48-
| [Cirrus CI] | ![Cirrus CI Badge] | FreeBSD | Clang | amd64 |
49-
| [GH Actions] | ![GH Actions Badge] | Linux, MacOS | GNU, Clang | amd64 |
45+
| Provider | Status | OS | Compiler | Arch |
46+
|----------------|-----------------------|------------------|------------|-----------------------|
47+
| [Travis CI] | ![Travis CI Badge] | Linux | GNU | arm64, ppc64le, s390x |
48+
| [Builds.sr.ht] | ![Builds.sr.ht Badge] | FreeBSD, OpenBSD | Clang | amd64 |
49+
| [GH Actions] | ![GH Actions Badge] | Linux, MacOS | GNU, Clang | amd64 |
5050

5151
Additional project metrics:
5252

@@ -74,22 +74,22 @@ A list of known permanent issues is maintained in [BUGS](./BUGS.md).
7474
All forms of contribution are welcome! Please see the bundled
7575
[CONTRIBUTING](./CONTRIBUTING.md) note for the general principles followed.
7676

77-
The list of past and current contributors is maintained in [THANKS](./THANKS).
78-
79-
The list of current maintainers is available in [AUTHORS](./AUTHORS).
77+
The list of current and past maintainers and contributors is available in [AUTHORS](./AUTHORS).
8078

8179
### Building and updating docs
8280

83-
See [gh-pages/publish](./docs/gh-pages/publish.sh) script, which automates
84-
pushing updated documentation to github pages.
85-
86-
[Travis CI]: https://travis-ci.org/github/m6w6/libmemcached "Travis CI Build Status"
87-
[Travis CI Badge]: https://api.travis-ci.org/m6w6/libmemcached.svg?branch=v1.x "Travis CI Build Status"
88-
[Cirrus CI]: https://cirrus-ci.com/github/m6w6/libmemcached "Cirrus CI Build Status"
89-
[Cirrus CI Badge]: https://api.cirrus-ci.com/github/m6w6/libmemcached.svg?branch=v1.x "Cirrus CI Build Status"
90-
[GH Actions]: https://github.com/m6w6/libmemcached/actions?query=workflow%3Acmake-build-ci "GH Actions Build Status"
91-
[GH Actions Badge]: https://img.shields.io/github/workflow/status/m6w6/libmemcached/cmake-build-ci?style=flat "GH Actions Build Status"
92-
93-
94-
[Codecov]: https://codecov.io/gh/m6w6/libmemcached "Codecov Code Coverage"
95-
[Codecov Badge]: https://codecov.io/gh/m6w6/libmemcached/branch/v1.x/graph/badge.svg "Codecov Code Coverage"
81+
See [gh-pages/publish](./docs/gh-pages/publish.sh) script and the
82+
[docs-publish-pages](./.github/workflows/docs-publish-pages.yml) workflow,
83+
which automate pushing updated documentation to github pages.
84+
85+
[Travis CI]: https://travis-ci.org/github/m6w6/libmemcached
86+
[Travis CI Badge]: https://api.travis-ci.org/m6w6/libmemcached.svg?branch=v1.x
87+
[Cirrus CI]: https://cirrus-ci.com/github/m6w6/libmemcached
88+
[Cirrus CI Badge]: https://api.cirrus-ci.com/github/m6w6/libmemcached.svg?branch=v1.x
89+
[GH Actions]: https://github.com/m6w6/libmemcached/actions?query=workflow%3Acmake-build-ci
90+
[GH Actions Badge]: https://github.com/m6w6/libmemcached/workflows/cmake-build-ci/badge.svg?branch=v1.x
91+
[Builds.sr.ht]: https://builds.sr.ht/~m6w6/libmemcached
92+
[Builds.sr.ht Badge]: https://builds.sr.ht/~m6w6/libmemcached/commits.svg
93+
94+
[Codecov]: https://codecov.io/gh/m6w6/libmemcached
95+
[Codecov Badge]: https://codecov.io/gh/m6w6/libmemcached/branch/v1.x/graph/badge.svg

THANKS

-23
This file was deleted.

0 commit comments

Comments
 (0)