Updated README

pull/12/merge
Sheng 2018-04-27 08:44:22 +08:00
parent 0fd2820bb5
commit 08853996ba
2 changed files with 5 additions and 3 deletions

View File

@ -1,7 +1,8 @@
## WebSSH ## WebSSH
[![Build Status](https://travis-ci.org/huashengdun/webssh.svg?branch=master)](https://travis-ci.org/huashengdun/webssh) [![Build Status](https://travis-ci.org/huashengdun/webssh.svg?branch=master)](https://travis-ci.org/huashengdun/webssh)
[![codecov](https://codecov.io/gh/huashengdun/webssh/branch/master/graph/badge.svg)](https://codecov.io/gh/huashengdun/webssh) [![codecov](https://codecov.io/gh/huashengdun/webssh/branch/master/graph/badge.svg)](https://codecov.io/gh/huashengdun/webssh)
![license](https://img.shields.io/github/license/mashape/apistatus.svg) ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/webssh.svg)
![PyPI](https://img.shields.io/pypi/v/webssh.svg)
A simple web application to be used as an ssh client to connect to your ssh servers. It is written in Python, base on tornado and paramiko. A simple web application to be used as an ssh client to connect to your ssh servers. It is written in Python, base on tornado and paramiko.

View File

@ -1,7 +1,7 @@
WebSSH WebSSH
------ ------
|Build Status| |codecov| |license| |Build Status| |codecov| |PyPI - Python Version| |PyPI|
A simple web application to be used as an ssh client to connect to your A simple web application to be used as an ssh client to connect to your
ssh servers. It is written in Python, base on tornado and paramiko. ssh servers. It is written in Python, base on tornado and paramiko.
@ -84,7 +84,8 @@ Tips
:target: https://travis-ci.org/huashengdun/webssh :target: https://travis-ci.org/huashengdun/webssh
.. |codecov| image:: https://codecov.io/gh/huashengdun/webssh/branch/master/graph/badge.svg .. |codecov| image:: https://codecov.io/gh/huashengdun/webssh/branch/master/graph/badge.svg
:target: https://codecov.io/gh/huashengdun/webssh :target: https://codecov.io/gh/huashengdun/webssh
.. |license| image:: https://img.shields.io/github/license/mashape/apistatus.svg .. |PyPI - Python Version| image:: https://img.shields.io/pypi/pyversions/webssh.svg
.. |PyPI| image:: https://img.shields.io/pypi/v/webssh.svg
.. |Login| image:: https://github.com/huashengdun/webssh/raw/master/preview/login.png .. |Login| image:: https://github.com/huashengdun/webssh/raw/master/preview/login.png
.. |Terminal| image:: https://github.com/huashengdun/webssh/raw/master/preview/terminal.png .. |Terminal| image:: https://github.com/huashengdun/webssh/raw/master/preview/terminal.png