diff --git a/README.md b/README.md index 1650b3e..5b75a6d 100644 --- a/README.md +++ b/README.md @@ -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* diff --git a/docs/plugin_api.md b/docs/plugin_api.md index 1c7971c..f523270 100644 --- a/docs/plugin_api.md +++ b/docs/plugin_api.md @@ -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 ```