-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3a93c24
commit 4cd05d6
Showing
1 changed file
with
56 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,57 @@ | ||
# SSHApi | ||
# SSHApi for Server Side Swift [简体中文](README.zh_CN.md) | ||
|
||
libssh2 for Swift | ||
<p align="center"> | ||
<a href="http://perfect.org/get-involved.html" target="_blank"> | ||
<img src="http://perfect.org/assets/github/perfect_github_2_0_0.jpg" alt="Get Involed with Perfect!" width="854" /> | ||
</a> | ||
</p> | ||
|
||
<p align="center"> | ||
<a href="https://github.com/PerfectlySoft/Perfect" target="_blank"> | ||
<img src="http://www.perfect.org/github/Perfect_GH_button_1_Star.jpg" alt="Star Perfect On Github" /> | ||
</a> | ||
<a href="http://stackoverflow.com/questions/tagged/perfect" target="_blank"> | ||
<img src="http://www.perfect.org/github/perfect_gh_button_2_SO.jpg" alt="Stack Overflow" /> | ||
</a> | ||
<a href="https://twitter.com/perfectlysoft" target="_blank"> | ||
<img src="http://www.perfect.org/github/Perfect_GH_button_3_twit.jpg" alt="Follow Perfect on Twitter" /> | ||
</a> | ||
<a href="http://perfect.ly" target="_blank"> | ||
<img src="http://www.perfect.org/github/Perfect_GH_button_4_slack.jpg" alt="Join the Perfect Slack" /> | ||
</a> | ||
</p> | ||
|
||
<p align="center"> | ||
<a href="https://developer.apple.com/swift/" target="_blank"> | ||
<img src="https://img.shields.io/badge/Swift-4.0-orange.svg?style=flat" alt="Swift 4.0"> | ||
</a> | ||
<a href="https://developer.apple.com/swift/" target="_blank"> | ||
<img src="https://img.shields.io/badge/Platforms-OS%20X%20%7C%20Linux%20-lightgray.svg?style=flat" alt="Platforms OS X | Linux"> | ||
</a> | ||
<a href="http://perfect.org/licensing.html" target="_blank"> | ||
<img src="https://img.shields.io/badge/License-Apache-lightgrey.svg?style=flat" alt="License Apache"> | ||
</a> | ||
<a href="http://twitter.com/PerfectlySoft" target="_blank"> | ||
<img src="https://img.shields.io/badge/[email protected]?style=flat" alt="PerfectlySoft Twitter"> | ||
</a> | ||
<a href="http://perfect.ly" target="_blank"> | ||
<img src="http://perfect.ly/badge.svg" alt="Slack Status"> | ||
</a> | ||
</p> | ||
|
||
|
||
|
||
This project is a wrapper of libssh2 in Swift. | ||
|
||
This package builds with Swift Package Manager and is part of the [Perfect](https://github.com/PerfectlySoft/Perfect) project and is not suggested to use as an independent module. | ||
|
||
## Issues | ||
|
||
We are transitioning to using JIRA for all bugs and support related issues, therefore the GitHub issues has been disabled. | ||
|
||
If you find a mistake, bug, or any other helpful suggestion you'd like to make on the docs please head over to [http://jira.perfect.org:8080/servicedesk/customer/portal/1](http://jira.perfect.org:8080/servicedesk/customer/portal/1) and raise it. | ||
|
||
A comprehensive list of open issues can be found at [http://jira.perfect.org:8080/projects/ISS/issues](http://jira.perfect.org:8080/projects/ISS/issues) | ||
|
||
## Further Information | ||
For more information on the Perfect project, please visit [perfect.org](http://perfect.org). |