From aa0cea23bbcbc626748aac19110bf2e0776e54f4 Mon Sep 17 00:00:00 2001 From: Jeff Lindsay Date: Wed, 26 Jul 2017 14:12:57 -0500 Subject: [PATCH] ci badge --- README.md | 51 +++++++++------------------------------------------ 1 file changed, 9 insertions(+), 42 deletions(-) diff --git a/README.md b/README.md index ceed626..11eadfe 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,10 @@ # gliderlabs/ssh -[![Slack](http://slack.gliderlabs.com/badge.svg)](http://slack.gliderlabs.com) [![GoDoc](https://godoc.org/github.com/gliderlabs/ssh?status.svg)](https://godoc.org/github.com/gliderlabs/ssh) +[![CircleCI](https://img.shields.io/circleci/project/github/gliderlabs/ssh.svg)](https://circleci.com/gh/gliderlabs/ssh) [![Go Report Card](https://goreportcard.com/badge/github.com/gliderlabs/ssh)](https://goreportcard.com/report/github.com/gliderlabs/ssh) [![OpenCollective](https://opencollective.com/ssh/sponsors/badge.svg)](#sponsors) +[![Slack](http://slack.gliderlabs.com/badge.svg)](http://slack.gliderlabs.com) [![Email Updates](https://img.shields.io/badge/updates-subscribe-yellow.svg)](https://app.convertkit.com/landing_pages/243312) This Go package wraps the [crypto/ssh @@ -29,8 +30,9 @@ building SSH servers. The goal of the API was to make it as simple as using } ``` +> This package is dope. It's always refreshing to see nice API design. —[@bradfitz](https://twitter.com/bradfitz), Go team member -This package was built after working on nearly a dozen projects at Glider Labs using SSH and collaborating with [@shazow](https://twitter.com/shazow) (known for [ssh-chat](https://github.com/shazow/ssh-chat)). +This package was built by [@progrium](https://twitter.com/progrium) after working on nearly a dozen projects at Glider Labs using SSH and collaborating with [@shazow](https://twitter.com/shazow) (known for [ssh-chat](https://github.com/shazow/ssh-chat)). ## Examples @@ -40,13 +42,6 @@ A bunch of great examples are in the `_examples` directory. [See GoDoc reference.](https://godoc.org/github.com/gliderlabs/ssh) -## Testing - -We could use some help figuring out the best way to test this library. Since -there is very little functionality it's adding, it doesn't seem appropriate to -duplicate the crypto/ssh tests, however, maybe that's actually the best idea. Perform -the same tests using this API. - ## Contributing Pull requests are welcome! However, since this project is very much about API @@ -54,40 +49,12 @@ design, please submit API changes as issues to discuss before submitting PRs. Also, you can [join our Slack](http://slack.gliderlabs.com) to discuss as well. -## Backers +## Roadmap -Support us with a monthly donation and help us continue our activities. [[Become a backer](https://opencollective.com/ssh#backer)] - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +* Non-session channel handlers +* Cleanup callback API +* 1.0 release +* High-level client? ## Sponsors