docs update

This commit is contained in:
ingvar1995 2016-08-01 22:07:01 +03:00
parent 9e410254bf
commit 19de605b79
2 changed files with 9 additions and 8 deletions

View File

@ -1,10 +1,11 @@
# Toxygen
Toxygen is cross-platform [Tox](https://tox.chat/) client written in Python3
Toxygen is cross-platform [Tox](https://tox.chat/) client written in pure Python3
[![Release](https://img.shields.io/github/release/xveduk/toxygen.svg?style=flat)](https://github.com/xveduk/toxygen/releases/latest)
[![Open issues](https://img.shields.io/github/issues/xveduk/toxygen.svg?style=flat)](https://github.com/xveduk/toxygen/issues)
[![License](https://img.shields.io/badge/license-GPLv3-blue.svg?style=flat)](https://raw.githubusercontent.com/xveduk/toxygen/master/LICENSE.md)
[![Release](https://img.shields.io/github/release/xveduk/toxygen.svg?style=flat)](https://github.com/toxygen-project/toxygen/releases/latest)
[![Stars](https://img.shields.io/github/stars/xveduk/toxygen.svg?style=flat)](https://github.com/toxygen-project/toxygen/stargazers)
[![Open issues](https://img.shields.io/github/issues/xveduk/toxygen.svg?style=flat)](https://github.com/toxygen-project/toxygen/issues)
[![License](https://img.shields.io/badge/license-GPLv3-blue.svg?style=flat)](https://raw.githubusercontent.com/toxygen-project/toxygen/master/LICENSE.md)
### [Install](/docs/install.md) - [Contribute](/docs/contributing.md) - [Plugins](/docs/plugins.md) - [Compile](/docs/compile.md) - [Contact](/docs/contact.md)
@ -13,7 +14,6 @@ Toxygen is cross-platform [Tox](https://tox.chat/) client written in Python3
- Windows
- Linux
- OS X
- FreeBSD
### Features
@ -48,11 +48,11 @@ Toxygen is cross-platform [Tox](https://tox.chat/) client written in Python3
- [ ] Group chats
### Downloads
[Releases](https://github.com/xveduk/toxygen/releases)
[Releases](https://github.com/toxygen-project/toxygen/releases)
[Download last stable version](https://github.com/xveduk/toxygen/archive/master.zip)
[Download last stable version](https://github.com/toxygen-project/toxygen/archive/master.zip)
[Download develop version](https://github.com/xveduk/toxygen/archive/develop.zip)
[Download develop version](https://github.com/toxygen-project/toxygen/archive/develop.zip)
### Screenshots
*Toxygen on Ubuntu and Windows*

View File

@ -12,6 +12,7 @@ All plugin's data should be stored in following structure:
|---plugin_short_name.py
|---/plugin_short_name/
|---settings.json
|---readme.txt
|---logs.txt
|---other_files
```